.paragraph-flexible-cta .field--name-field-title h1, .paragraph-flexible-cta .field--name-field-title h2, .paragraph-flexible-cta .field--name-field-title h3,
.paragraph-standard-cta .field--name-field-title h1,
.paragraph-standard-cta .field--name-field-title h2,
.paragraph-standard-cta .field--name-field-title h3,
.paragraph-what-we-offer .field--name-field-title h1,
.paragraph-what-we-offer .field--name-field-title h2,
.paragraph-what-we-offer .field--name-field-title h3 {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.paragraph-flexible-cta__field-description,
.paragraph-standard-cta__field-description,
.paragraph-what-we-offer__field-description {
  margin-bottom: 20px;
  font-size: 15px;
  color: #606060;
  text-align: center;
}
.paragraph-flexible-cta__field-description a,
.paragraph-standard-cta__field-description a,
.paragraph-what-we-offer__field-description a {
  color: #606060;
  font-weight: 700;
}
.paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta__field-description a:hover,
.paragraph-what-we-offer__field-description a:hover {
  color: #EC0928;
}
@media (min-width: 768px) {
  .paragraph-flexible-cta__field-description,
.paragraph-standard-cta__field-description,
.paragraph-what-we-offer__field-description {
    max-width: 600px;
    margin: 0 auto 30px auto;
  }
}
.paragraph-flexible-cta .ctas-wrapper,
.paragraph-standard-cta .ctas-wrapper,
.paragraph-what-we-offer .ctas-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.paragraph-flexible-cta .ctas-wrapper .standart-cta-wrap,
.paragraph-standard-cta .ctas-wrapper .standart-cta-wrap,
.paragraph-what-we-offer .ctas-wrapper .standart-cta-wrap {
  margin-right: 10px;
  margin-top: 10px;
}
.paragraph-flexible-cta .ctas-wrapper .standart-cta-wrap:last-of-type,
.paragraph-standard-cta .ctas-wrapper .standart-cta-wrap:last-of-type,
.paragraph-what-we-offer .ctas-wrapper .standart-cta-wrap:last-of-type {
  margin-right: 0;
}
@media (max-width: 540px) {
  .paragraph-flexible-cta .ctas-wrapper,
.paragraph-standard-cta .ctas-wrapper,
.paragraph-what-we-offer .ctas-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .paragraph-flexible-cta .ctas-wrapper .standart-cta-wrap,
.paragraph-standard-cta .ctas-wrapper .standart-cta-wrap,
.paragraph-what-we-offer .ctas-wrapper .standart-cta-wrap {
    margin: 0 0 30px 0;
  }
}
.paragraph-flexible-cta hr,
.paragraph-standard-cta hr,
.paragraph-what-we-offer hr {
  width: 100px;
  height: 4px;
  margin: 30px auto 0 auto;
  background-color: #EC0928;
  border-color: transparent;
}

.paragraph-flexible-cta,
.paragraph-standard-cta {
  margin: 80px 0;
}
.paragraph-flexible-cta__container,
.paragraph-standard-cta__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.paragraph-flexible-cta .standart-cta-wrap,
.paragraph-standard-cta .standart-cta-wrap {
  display: inline-block;
}
.paragraph-flexible-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn, .paragraph-flexible-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn {
  background-color: transparent;
}
.paragraph-flexible-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn span, .paragraph-flexible-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn span,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn span,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn span {
  color: #EC0928;
}
.paragraph-flexible-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover, .paragraph-flexible-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover {
  background-color: #EC0928;
}
.paragraph-flexible-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover span, .paragraph-flexible-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover span,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover span,
.paragraph-standard-cta .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover span {
  color: #fff;
}
.paragraph-flexible-cta .main-cta-btn,
.paragraph-standard-cta .main-cta-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #EC0928;
  border: 1px solid #EC0928;
  text-decoration: none;
}
.paragraph-flexible-cta .main-cta-btn span,
.paragraph-standard-cta .main-cta-btn span {
  display: block;
  color: #fff;
}
.paragraph-flexible-cta .main-cta-btn .title,
.paragraph-standard-cta .main-cta-btn .title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
}
.paragraph-flexible-cta .main-cta-btn .sub-title,
.paragraph-standard-cta .main-cta-btn .sub-title {
  font-size: 10px;
}
.paragraph-flexible-cta .main-cta-btn:hover,
.paragraph-standard-cta .main-cta-btn:hover {
  background-color: #fff;
}
.paragraph-flexible-cta .main-cta-btn:hover span,
.paragraph-standard-cta .main-cta-btn:hover span {
  color: #EC0928;
}
.paragraph-flexible-cta__field-additional-link,
.paragraph-standard-cta__field-additional-link {
  width: 240px;
  margin: 0 auto;
}
.paragraph-flexible-cta__field-additional-link a,
.paragraph-standard-cta__field-additional-link a {
  font-size: 14px;
  font-weight: 700;
  color: #EC0928;
}
.paragraph-flexible-cta__field-additional-link a:hover,
.paragraph-standard-cta__field-additional-link a:hover {
  color: #101010;
}
.paragraph-flexible-cta.image-bg, .paragraph-flexible-cta.red, .paragraph-flexible-cta.blue,
.paragraph-standard-cta.image-bg,
.paragraph-standard-cta.red,
.paragraph-standard-cta.blue {
  position: relative;
  margin: 0 -15px;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .paragraph-flexible-cta.image-bg, .paragraph-flexible-cta.red, .paragraph-flexible-cta.blue,
.paragraph-standard-cta.image-bg,
.paragraph-standard-cta.red,
.paragraph-standard-cta.blue {
    margin: 0;
    padding: 40px 0;
  }
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__field-image,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__field-image, .paragraph-flexible-cta.red .paragraph-standard-cta__field-image,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-image, .paragraph-flexible-cta.blue .paragraph-standard-cta__field-image,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-image,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__field-image,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__field-image,
.paragraph-standard-cta.red .paragraph-standard-cta__field-image,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-image,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-image,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__field-image:after,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__field-image:after, .paragraph-flexible-cta.red .paragraph-standard-cta__field-image:after,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-image:after, .paragraph-flexible-cta.blue .paragraph-standard-cta__field-image:after,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-image:after,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__field-image:after,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__field-image:after,
.paragraph-standard-cta.red .paragraph-standard-cta__field-image:after,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-image:after,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-image:after,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.71;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__field-image .media-image,
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__field-image .contextual-region,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__field-image .media-image,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__field-image .contextual-region, .paragraph-flexible-cta.red .paragraph-standard-cta__field-image .media-image,
.paragraph-flexible-cta.red .paragraph-standard-cta__field-image .contextual-region,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-image .media-image,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-image .contextual-region, .paragraph-flexible-cta.blue .paragraph-standard-cta__field-image .media-image,
.paragraph-flexible-cta.blue .paragraph-standard-cta__field-image .contextual-region,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-image .media-image,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-image .contextual-region,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__field-image .media-image,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__field-image .contextual-region,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__field-image .media-image,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__field-image .contextual-region,
.paragraph-standard-cta.red .paragraph-standard-cta__field-image .media-image,
.paragraph-standard-cta.red .paragraph-standard-cta__field-image .contextual-region,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-image .media-image,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-image .contextual-region,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-image .media-image,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-image .contextual-region,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-image .media-image,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-image .contextual-region {
  position: initial;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__field-image img,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__field-image img, .paragraph-flexible-cta.red .paragraph-standard-cta__field-image img,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-image img, .paragraph-flexible-cta.blue .paragraph-standard-cta__field-image img,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-image img,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__field-image img,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__field-image img,
.paragraph-standard-cta.red .paragraph-standard-cta__field-image img,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-image img,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-image img,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container, .paragraph-flexible-cta.red .paragraph-standard-cta__container,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container, .paragraph-flexible-cta.blue .paragraph-standard-cta__container,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container,
.paragraph-standard-cta.red .paragraph-standard-cta__container,
.paragraph-standard-cta.red .paragraph-flexible-cta__container,
.paragraph-standard-cta.blue .paragraph-standard-cta__container,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container {
  position: relative;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .field--name-field-title,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .field--name-field-title, .paragraph-flexible-cta.red .paragraph-standard-cta__container .field--name-field-title,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .field--name-field-title, .paragraph-flexible-cta.blue .paragraph-standard-cta__container .field--name-field-title,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .field--name-field-title,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .field--name-field-title,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .field--name-field-title,
.paragraph-standard-cta.red .paragraph-standard-cta__container .field--name-field-title,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .field--name-field-title,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .field--name-field-title,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .field--name-field-title {
  color: #fff;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .paragraph-standard-cta__field-description p,
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p, .paragraph-flexible-cta.red .paragraph-standard-cta__container .paragraph-standard-cta__field-description p,
.paragraph-flexible-cta.red .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p, .paragraph-flexible-cta.blue .paragraph-standard-cta__container .paragraph-standard-cta__field-description p,
.paragraph-flexible-cta.blue .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .paragraph-standard-cta__field-description p,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-standard-cta.red .paragraph-standard-cta__container .paragraph-standard-cta__field-description p,
.paragraph-standard-cta.red .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .paragraph-standard-cta__field-description p,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p {
  color: #fff;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p a, .paragraph-flexible-cta.red .paragraph-standard-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-flexible-cta.red .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p a, .paragraph-flexible-cta.blue .paragraph-standard-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-flexible-cta.blue .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-standard-cta.red .paragraph-standard-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-standard-cta.red .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .paragraph-flexible-cta__field-description p a,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .paragraph-standard-cta__field-description p a,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description p a {
  color: #fff;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__field-additional-link a:hover, .paragraph-flexible-cta.red .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-additional-link a:hover, .paragraph-flexible-cta.blue .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-additional-link a:hover,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__field-additional-link a:hover,
.paragraph-standard-cta.red .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-additional-link a:hover,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-additional-link a:hover {
  color: #fff;
}
.paragraph-flexible-cta.red, .paragraph-flexible-cta.blue,
.paragraph-standard-cta.red,
.paragraph-standard-cta.blue {
  background-color: #EC0928;
}
.paragraph-flexible-cta.red .main-cta-btn, .paragraph-flexible-cta.blue .main-cta-btn,
.paragraph-standard-cta.red .main-cta-btn,
.paragraph-standard-cta.blue .main-cta-btn {
  background-color: #fff;
  border-color: #fff;
}
.paragraph-flexible-cta.red .main-cta-btn:hover, .paragraph-flexible-cta.blue .main-cta-btn:hover,
.paragraph-standard-cta.red .main-cta-btn:hover,
.paragraph-standard-cta.blue .main-cta-btn:hover {
  background-color: transparent;
}
.paragraph-flexible-cta.red .main-cta-btn:hover span, .paragraph-flexible-cta.blue .main-cta-btn:hover span,
.paragraph-standard-cta.red .main-cta-btn:hover span,
.paragraph-standard-cta.blue .main-cta-btn:hover span {
  color: #fff;
}
.paragraph-flexible-cta.red .main-cta-btn span, .paragraph-flexible-cta.blue .main-cta-btn span,
.paragraph-standard-cta.red .main-cta-btn span,
.paragraph-standard-cta.blue .main-cta-btn span {
  color: #EC0928;
}
.paragraph-flexible-cta.red .standart-cta-wrap:nth-of-type(2) .main-cta-btn, .paragraph-flexible-cta.red .standart-cta-wrap:nth-of-type(3) .main-cta-btn, .paragraph-flexible-cta.blue .standart-cta-wrap:nth-of-type(2) .main-cta-btn, .paragraph-flexible-cta.blue .standart-cta-wrap:nth-of-type(3) .main-cta-btn,
.paragraph-standard-cta.red .standart-cta-wrap:nth-of-type(2) .main-cta-btn,
.paragraph-standard-cta.red .standart-cta-wrap:nth-of-type(3) .main-cta-btn,
.paragraph-standard-cta.blue .standart-cta-wrap:nth-of-type(2) .main-cta-btn,
.paragraph-standard-cta.blue .standart-cta-wrap:nth-of-type(3) .main-cta-btn {
  background-color: #fff;
  border-color: #fff;
}
.paragraph-flexible-cta.red .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover, .paragraph-flexible-cta.red .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover, .paragraph-flexible-cta.blue .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover, .paragraph-flexible-cta.blue .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover,
.paragraph-standard-cta.red .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover,
.paragraph-standard-cta.red .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover,
.paragraph-standard-cta.blue .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover,
.paragraph-standard-cta.blue .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover {
  background-color: #fff;
}
.paragraph-flexible-cta.red .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover span, .paragraph-flexible-cta.red .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover span, .paragraph-flexible-cta.blue .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover span, .paragraph-flexible-cta.blue .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover span,
.paragraph-standard-cta.red .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover span,
.paragraph-standard-cta.red .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover span,
.paragraph-standard-cta.blue .standart-cta-wrap:nth-of-type(2) .main-cta-btn:hover span,
.paragraph-standard-cta.blue .standart-cta-wrap:nth-of-type(3) .main-cta-btn:hover span {
  color: #EC0928;
}
.paragraph-flexible-cta.red .paragraph-standard-cta__field-additional-link a,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-additional-link a, .paragraph-flexible-cta.blue .paragraph-standard-cta__field-additional-link a,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-additional-link a,
.paragraph-standard-cta.red .paragraph-standard-cta__field-additional-link a,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-additional-link a,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-additional-link a,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-additional-link a {
  color: #fff;
}
.paragraph-flexible-cta.red hr, .paragraph-flexible-cta.blue hr,
.paragraph-standard-cta.red hr,
.paragraph-standard-cta.blue hr {
  background-color: #fff;
}
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.image-bg .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.image-bg .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.image-bg .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.image-bg .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover {
  color: #EC0928;
}
.paragraph-flexible-cta.red .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.red .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.red .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.red .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.red .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.red .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover {
  color: #202020;
}
.paragraph-flexible-cta.red .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-flexible-cta.red .paragraph-flexible-cta__field-additional-link a:hover,
.paragraph-standard-cta.red .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-standard-cta.red .paragraph-flexible-cta__field-additional-link a:hover {
  color: #202020;
}
.paragraph-flexible-cta.blue,
.paragraph-standard-cta.blue {
  background-color: #003087;
}
.paragraph-flexible-cta.blue .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.blue .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.blue .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.blue .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover {
  color: #EC0928;
}
.paragraph-flexible-cta.blue .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-flexible-cta.blue .paragraph-flexible-cta__field-additional-link a:hover,
.paragraph-standard-cta.blue .paragraph-standard-cta__field-additional-link a:hover,
.paragraph-standard-cta.blue .paragraph-flexible-cta__field-additional-link a:hover {
  color: #EC0928;
}
.paragraph-flexible-cta.white,
.paragraph-standard-cta.white {
  position: relative;
  margin: 0;
  padding: 80px 0;
  background-color: #fff;
}
.paragraph-flexible-cta.white .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.white .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-flexible-cta.white .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-flexible-cta.white .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.white .paragraph-standard-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.white .paragraph-standard-cta__container .paragraph-flexible-cta__field-description a:hover,
.paragraph-standard-cta.white .paragraph-flexible-cta__container .paragraph-standard-cta__field-description a:hover,
.paragraph-standard-cta.white .paragraph-flexible-cta__container .paragraph-flexible-cta__field-description a:hover {
  color: #EC0928;
}
@media (max-width: 767px) {
  .paragraph-flexible-cta,
.paragraph-standard-cta {
    margin: 40px auto;
  }
}

/*# sourceMappingURL=flexible-cta.css.map */
