:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
}

.d-none {
  display: none !important;
}

.text_image {
  position: relative;
  padding: 40px 32px;
}
.text_image .cta_buttons_container .cta_buttons_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .text_image .cta_buttons_container .cta_buttons_wrapper {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .text_image .cta_buttons_container .cta_buttons_wrapper {
    flex-direction: column;
  }
  .text_image .cta_buttons_container .cta_buttons_wrapper .field__item a {
    width: 100%;
  }
}
.text_image .cta_buttons_container .cta_buttons_wrapper .field__item a {
  text-align: center;
}
.text_image.align_center .cta_buttons_wrapper, .text_image.bg_image .cta_buttons_wrapper, .text_image.no_image .cta_buttons_wrapper {
  justify-content: center;
}
.text_image .field--name-field-rich-text a,
.text_image .form-item a {
  display: inline;
  position: relative;
  background: none;
  border: none;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.text_image .field--name-field-rich-text a:hover,
.text_image .form-item a:hover {
  cursor: pointer;
}
.text_image .field--name-field-rich-text a em, .text_image .field--name-field-rich-text a strong,
.text_image .form-item a em,
.text_image .form-item a strong {
  color: inherit;
}
.text_image.marine_blue .field--name-field-rich-text a,
.text_image.marine_blue .form-item a, .text_image.dark-version .field--name-field-rich-text a,
.text_image.dark-version .form-item a {
  color: #28ff52;
  border-bottom: 1px solid #28ff52;
}
.text_image.marine_blue .field--name-field-rich-text a:hover,
.text_image.marine_blue .form-item a:hover, .text_image.dark-version .field--name-field-rich-text a:hover,
.text_image.dark-version .form-item a:hover {
  border-bottom: 3px solid #28ff52;
}
.text_image.marine_blue .field--name-field-rich-text a:focus-visible,
.text_image.marine_blue .form-item a:focus-visible, .text_image.dark-version .field--name-field-rich-text a:focus-visible,
.text_image.dark-version .form-item a:focus-visible {
  border-bottom: 3px solid transparent;
}
.text_image.marine_blue .field--name-field-rich-text a:focus-visible,
.text_image.marine_blue .form-item a:focus-visible, .text_image.dark-version .field--name-field-rich-text a:focus-visible,
.text_image.dark-version .form-item a:focus-visible {
  outline: 3px solid #28ff52 !important;
  outline-offset: 1px;
}
.text_image.marine_blue .field--name-field-rich-text a:active,
.text_image.marine_blue .form-item a:active, .text_image.dark-version .field--name-field-rich-text a:active,
.text_image.dark-version .form-item a:active {
  color: #7eff97;
  border-bottom: 1px solid #7eff97;
}
.text_image.marine_blue .field--name-field-rich-text a:disabled,
.text_image.marine_blue .form-item a:disabled, .text_image.dark-version .field--name-field-rich-text a:disabled,
.text_image.dark-version .form-item a:disabled {
  color: #7c9599;
  border-bottom: 3px solid transparent;
}
.text_image.light_grey .field--name-field-rich-text a,
.text_image.light_grey .form-item a, .text_image.light-version .field--name-field-rich-text a,
.text_image.light-version .form-item a {
  color: #263cc8;
  border-bottom: 1px solid #263cc8;
}
.text_image.light_grey .field--name-field-rich-text a:hover,
.text_image.light_grey .form-item a:hover, .text_image.light-version .field--name-field-rich-text a:hover,
.text_image.light-version .form-item a:hover {
  border-bottom: 3px solid #263cc8;
}
.text_image.light_grey .field--name-field-rich-text a:focus-visible,
.text_image.light_grey .form-item a:focus-visible, .text_image.light-version .field--name-field-rich-text a:focus-visible,
.text_image.light-version .form-item a:focus-visible {
  border-bottom: 3px solid transparent;
}
.text_image.light_grey .field--name-field-rich-text a:focus-visible,
.text_image.light_grey .form-item a:focus-visible, .text_image.light-version .field--name-field-rich-text a:focus-visible,
.text_image.light-version .form-item a:focus-visible {
  outline: 3px solid #263cc8 !important;
  outline-offset: 1px;
}
.text_image.light_grey .field--name-field-rich-text a:active,
.text_image.light_grey .form-item a:active, .text_image.light-version .field--name-field-rich-text a:active,
.text_image.light-version .form-item a:active {
  color: #4759d0;
  border-bottom: 1px solid #4759d0;
}
.text_image.light_grey .field--name-field-rich-text a:disabled,
.text_image.light_grey .form-item a:disabled, .text_image.light-version .field--name-field-rich-text a:disabled,
.text_image.light-version .form-item a:disabled {
  color: #7c9599;
  border-bottom: 3px solid transparent;
}
.text_image.marine_blue * {
  color: #ffffff;
}
.text_image.marine_blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #212e3e;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_image.seaweed_green * {
  color: #ffffff;
}
.text_image.seaweed_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #225e66;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_image.light_green * {
  color: #222222;
}
.text_image.light_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #91afb3;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_image.light_grey * {
  color: #222222;
}
.text_image.light_grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #e6ebec;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_image.electric_green * {
  color: #222222;
}
.text_image.electric_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #53ff75;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_image.violet_purple * {
  color: #ffffff;
}
.text_image.violet_purple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #6d32ff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_image.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.text_image.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 900px) {
  .text_image {
    padding: 24px 32px;
  }
}
@media (max-width: 480px) {
  .text_image {
    padding: 24px;
  }
}
.text_image.has_gallery {
  padding-bottom: 88px;
}
@media (max-width: 900px) {
  .text_image.has_gallery {
    padding-bottom: 72px;
  }
}
@media (max-width: 480px) {
  .text_image.has_gallery {
    padding-bottom: 96px;
  }
}
.text_image.large_padding_top {
  padding-top: 80px;
}
@media (max-width: 900px) {
  .text_image.large_padding_top {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .text_image.large_padding_top {
    padding-top: 48px;
  }
}
.text_image.large_padding_bottom {
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .text_image.large_padding_bottom {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .text_image.large_padding_bottom {
    padding-bottom: 48px;
  }
}
.text_image.large_padding_bottom.has_gallery {
  padding-bottom: 128px;
}
@media (max-width: 900px) {
  .text_image.large_padding_bottom.has_gallery {
    padding-bottom: 96px;
  }
}
.text_image.align_right .content_container .slider_zone {
  order: 2;
}
@media (max-width: 1024px) {
  .text_image.align_right .content_container .slider_zone {
    order: 1;
  }
}
.text_image.align_right .content_container .slider_numbers {
  text-align: left;
}
.text_image.align_right .content_container .field--name-field-media-gallery .slick-arrow.slick-prev {
  left: auto;
  right: 56px;
}
.text_image.align_right .content_container .field--name-field-media-gallery .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.text_image.align_right .content_container .content_texts {
  order: 1;
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .text_image.align_right .content_container .content_texts {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .text_image.align_right .content_container .content_texts {
    order: 2;
  }
}
.text_image .content_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .text_image .content_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.text_image .content_container .slider_zone {
  grid-column: span 6;
  height: 100%;
}
.text_image .content_container .slider_zone article {
  height: 100%;
}
@media (min-width: 1024px) {
  .text_image .content_container .slider_zone {
    min-height: 400px;
  }
  .text_image .content_container .slider_zone .field--name-field-media-gallery picture {
    position: relative;
  }
  .text_image .content_container .slider_zone .field--name-field-media-gallery picture img {
    position: absolute;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .text_image .content_container .slider_zone .field--name-field-media-gallery:not(.slick-initialized) picture {
    position: relative;
    padding-top: 66.666%;
  }
  .text_image .content_container .slider_zone .field--name-field-media-gallery:not(.slick-initialized) picture img {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 768px) {
  .text_image .content_container .slider_zone {
    min-height: unset;
  }
  .text_image .content_container .slider_zone .field--name-field-media-gallery:not(.slick-initialized) picture {
    position: relative;
    padding-top: 66.666%;
  }
}
@media (max-width: 480px) {
  .text_image .content_container .slider_zone {
    min-height: unset;
  }
  .text_image .content_container .slider_zone .field--name-field-media-gallery:not(.slick-initialized) picture {
    position: relative;
    padding-top: 66.666%;
  }
}
.text_image .content_container .field--name-field-media-gallery {
  height: 100%;
}
@media (max-width: 1024px) {
  .text_image .content_container .field--name-field-media-gallery.slick-initialized {
    display: block;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-list {
    padding-top: 66.666%;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-list .slick-track {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 768px) {
  .text_image .content_container .field--name-field-media-gallery.slick-initialized {
    display: block;
    width: 100vw;
    left: -32px;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-list {
    padding-top: calc(66.666% - 48px) !important;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-track {
    margin-left: 32px;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-track .slick-slide {
    width: calc(100vw - 58px);
    margin: 0 8px 0 0;
    min-height: 100%;
    display: grid;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-track .slick-slide .card {
    height: 100%;
  }
  .text_image .content_container .field--name-field-media-gallery.slick-initialized .slick-track .slick-slide:last-child {
    width: calc(100vw - 48px);
  }
}
.text_image .content_container .field--name-field-media-gallery .field__item,
.text_image .content_container .field--name-field-media-gallery .field__item > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.text_image .content_container .field--name-field-media-gallery picture {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.text_image .content_container .field--name-field-media-gallery img {
  position: relative;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text_image .content_container .content_texts {
  grid-column: span 6;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .text_image .content_container .content_texts {
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.text_image .content_container .content_texts > h2 {
  margin: 0;
}
.text_image .content_container .content_texts .field--name-field-tag {
  margin-bottom: 8px;
}
.text_image .content_container .content_texts .field--name-field-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .text_image .content_container .content_texts .field--name-field-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }
}
.text_image .content_container .content_texts .field--name-field-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #225e66;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .text_image .content_container .content_texts .field--name-field-label {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
}
.text_image .content_container .content_texts .field--name-field-rich-text {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .text_image .content_container .content_texts .field--name-field-rich-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
.text_image .content_container .content_texts .field--name-field-rich-text p,
.text_image .content_container .content_texts .field--name-field-rich-text ul,
.text_image .content_container .content_texts .field--name-field-rich-text ol,
.text_image .content_container .content_texts .field--name-field-rich-text li,
.text_image .content_container .content_texts .field--name-field-rich-text a {
  font-size: inherit;
  line-height: inherit;
}
.text_image .content_container .content_texts .field--name-field-rich-text p strong,
.text_image .content_container .content_texts .field--name-field-rich-text p em,
.text_image .content_container .content_texts .field--name-field-rich-text p span,
.text_image .content_container .content_texts .field--name-field-rich-text p sub,
.text_image .content_container .content_texts .field--name-field-rich-text p sup,
.text_image .content_container .content_texts .field--name-field-rich-text ul strong,
.text_image .content_container .content_texts .field--name-field-rich-text ul em,
.text_image .content_container .content_texts .field--name-field-rich-text ul span,
.text_image .content_container .content_texts .field--name-field-rich-text ul sub,
.text_image .content_container .content_texts .field--name-field-rich-text ul sup,
.text_image .content_container .content_texts .field--name-field-rich-text ol strong,
.text_image .content_container .content_texts .field--name-field-rich-text ol em,
.text_image .content_container .content_texts .field--name-field-rich-text ol span,
.text_image .content_container .content_texts .field--name-field-rich-text ol sub,
.text_image .content_container .content_texts .field--name-field-rich-text ol sup,
.text_image .content_container .content_texts .field--name-field-rich-text li strong,
.text_image .content_container .content_texts .field--name-field-rich-text li em,
.text_image .content_container .content_texts .field--name-field-rich-text li span,
.text_image .content_container .content_texts .field--name-field-rich-text li sub,
.text_image .content_container .content_texts .field--name-field-rich-text li sup,
.text_image .content_container .content_texts .field--name-field-rich-text a strong,
.text_image .content_container .content_texts .field--name-field-rich-text a em,
.text_image .content_container .content_texts .field--name-field-rich-text a span,
.text_image .content_container .content_texts .field--name-field-rich-text a sub,
.text_image .content_container .content_texts .field--name-field-rich-text a sup {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.text_image .content_container .content_texts .field--name-field-rich-text p {
  margin: 0;
}
.text_image .content_container .content_texts .field--name-field-rich-text li {
  list-style-type: disc;
}
.text_image .content_container .content_texts .cta_buttons_container {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .text_image .content_container .content_texts .cta_buttons_container {
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .text_image .content_container .content_texts .cta_buttons_container {
    margin-top: 32px;
  }
}
.text_image.dark-version .slick-arrow,
.text_image.dark-version .flickity-button,
.text_image.dark-version .open_button,
.text_image.dark-version .close_button {
  color: #ffffff;
}
.text_image.dark-version .slick-arrow:hover,
.text_image.dark-version .flickity-button:hover,
.text_image.dark-version .open_button:hover,
.text_image.dark-version .close_button:hover {
  cursor: pointer;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .text_image.dark-version .slick-arrow:hover,
  .text_image.dark-version .flickity-button:hover,
  .text_image.dark-version .open_button:hover,
  .text_image.dark-version .close_button:hover {
    background-color: transparent;
  }
}
.text_image.dark-version .slick-arrow:focus,
.text_image.dark-version .flickity-button:focus,
.text_image.dark-version .open_button:focus,
.text_image.dark-version .close_button:focus {
  box-shadow: none;
  outline: none;
}
.text_image.dark-version .slick-arrow:focus-visible,
.text_image.dark-version .flickity-button:focus-visible,
.text_image.dark-version .open_button:focus-visible,
.text_image.dark-version .close_button:focus-visible {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  outline: 3px solid #28ff52;
  outline-offset: 3px;
}
.text_image.dark-version .slick-arrow:active,
.text_image.dark-version .flickity-button:active,
.text_image.dark-version .open_button:active,
.text_image.dark-version .close_button:active {
  color: #becacc;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.text_image.dark-version .slick-arrow:active:hover,
.text_image.dark-version .flickity-button:active:hover,
.text_image.dark-version .open_button:active:hover,
.text_image.dark-version .close_button:active:hover {
  background-color: transparent;
}
.text_image.dark-version .slick-arrow:disabled, .text_image.dark-version .slick-arrow.slick-disabled,
.text_image.dark-version .flickity-button:disabled,
.text_image.dark-version .flickity-button.slick-disabled,
.text_image.dark-version .open_button:disabled,
.text_image.dark-version .open_button.slick-disabled,
.text_image.dark-version .close_button:disabled,
.text_image.dark-version .close_button.slick-disabled {
  color: #90979f;
  box-shadow: none;
  pointer-events: none;
}
.text_image.dark-version .slick-arrow:disabled:hover, .text_image.dark-version .slick-arrow.slick-disabled:hover,
.text_image.dark-version .flickity-button:disabled:hover,
.text_image.dark-version .flickity-button.slick-disabled:hover,
.text_image.dark-version .open_button:disabled:hover,
.text_image.dark-version .open_button.slick-disabled:hover,
.text_image.dark-version .close_button:disabled:hover,
.text_image.dark-version .close_button.slick-disabled:hover {
  background-color: transparent;
}
.text_image.dark-version .field--name-field-rich-text p,
.text_image.dark-version .field--name-field-rich-text ul,
.text_image.dark-version .field--name-field-rich-text ol,
.text_image.dark-version .field--name-field-rich-text li {
  color: #ffffff;
}
.text_image.dark-version .content_texts .field--name-field-label {
  color: #91afb3;
}
.text_image.light-version .slick-arrow,
.text_image.light-version .flickity-button,
.text_image.light-version .open_button,
.text_image.light-version .close_button {
  color: #ffffff;
  color: #222222;
}
.text_image.light-version .slick-arrow:hover,
.text_image.light-version .flickity-button:hover,
.text_image.light-version .open_button:hover,
.text_image.light-version .close_button:hover {
  cursor: pointer;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .text_image.light-version .slick-arrow:hover,
  .text_image.light-version .flickity-button:hover,
  .text_image.light-version .open_button:hover,
  .text_image.light-version .close_button:hover {
    background-color: transparent;
  }
}
.text_image.light-version .slick-arrow:focus,
.text_image.light-version .flickity-button:focus,
.text_image.light-version .open_button:focus,
.text_image.light-version .close_button:focus {
  box-shadow: none;
  outline: none;
}
.text_image.light-version .slick-arrow:focus-visible,
.text_image.light-version .flickity-button:focus-visible,
.text_image.light-version .open_button:focus-visible,
.text_image.light-version .close_button:focus-visible {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  outline: 3px solid #28ff52;
  outline-offset: 3px;
}
.text_image.light-version .slick-arrow:active,
.text_image.light-version .flickity-button:active,
.text_image.light-version .open_button:active,
.text_image.light-version .close_button:active {
  color: #becacc;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.text_image.light-version .slick-arrow:active:hover,
.text_image.light-version .flickity-button:active:hover,
.text_image.light-version .open_button:active:hover,
.text_image.light-version .close_button:active:hover {
  background-color: transparent;
}
.text_image.light-version .slick-arrow:disabled, .text_image.light-version .slick-arrow.slick-disabled,
.text_image.light-version .flickity-button:disabled,
.text_image.light-version .flickity-button.slick-disabled,
.text_image.light-version .open_button:disabled,
.text_image.light-version .open_button.slick-disabled,
.text_image.light-version .close_button:disabled,
.text_image.light-version .close_button.slick-disabled {
  color: #90979f;
  box-shadow: none;
  pointer-events: none;
}
.text_image.light-version .slick-arrow:disabled:hover, .text_image.light-version .slick-arrow.slick-disabled:hover,
.text_image.light-version .flickity-button:disabled:hover,
.text_image.light-version .flickity-button.slick-disabled:hover,
.text_image.light-version .open_button:disabled:hover,
.text_image.light-version .open_button.slick-disabled:hover,
.text_image.light-version .close_button:disabled:hover,
.text_image.light-version .close_button.slick-disabled:hover {
  background-color: transparent;
}
.text_image.light-version .slick-arrow:hover,
.text_image.light-version .flickity-button:hover,
.text_image.light-version .open_button:hover,
.text_image.light-version .close_button:hover {
  background-color: rgba(33, 46, 62, 0.1);
}
@media (max-width: 768px) {
  .text_image.light-version .slick-arrow:hover,
  .text_image.light-version .flickity-button:hover,
  .text_image.light-version .open_button:hover,
  .text_image.light-version .close_button:hover {
    background-color: transparent;
  }
}
.text_image.light-version .slick-arrow:focus-visible,
.text_image.light-version .flickity-button:focus-visible,
.text_image.light-version .open_button:focus-visible,
.text_image.light-version .close_button:focus-visible {
  background-color: rgba(33, 46, 62, 0.1);
  outline: 3px solid #263cc8;
  outline-offset: 3px;
}
.text_image.light-version .slick-arrow:active,
.text_image.light-version .flickity-button:active,
.text_image.light-version .open_button:active,
.text_image.light-version .close_button:active {
  color: #455558;
  background-color: rgba(33, 46, 62, 0.1);
}
.text_image.light-version .slick-arrow:active:hover,
.text_image.light-version .flickity-button:active:hover,
.text_image.light-version .open_button:active:hover,
.text_image.light-version .close_button:active:hover {
  background-color: transparent;
}
.text_image.light-version .slick-arrow:disabled, .text_image.light-version .slick-arrow.slick-disabled,
.text_image.light-version .flickity-button:disabled,
.text_image.light-version .flickity-button.slick-disabled,
.text_image.light-version .open_button:disabled,
.text_image.light-version .open_button.slick-disabled,
.text_image.light-version .close_button:disabled,
.text_image.light-version .close_button.slick-disabled {
  color: #7c9599;
}
.text_image.light-version .slick-arrow:disabled:hover, .text_image.light-version .slick-arrow.slick-disabled:hover,
.text_image.light-version .flickity-button:disabled:hover,
.text_image.light-version .flickity-button.slick-disabled:hover,
.text_image.light-version .open_button:disabled:hover,
.text_image.light-version .open_button.slick-disabled:hover,
.text_image.light-version .close_button:disabled:hover,
.text_image.light-version .close_button.slick-disabled:hover {
  background-color: transparent;
}
.text_image.light-version .field--name-field-rich-text p,
.text_image.light-version .field--name-field-rich-text ul,
.text_image.light-version .field--name-field-rich-text ol,
.text_image.light-version .field--name-field-rich-text li {
  color: #222222;
}
.text_image .slick-slider .slick-list {
  height: 100%;
}
.text_image .slick-slider .slick-list div {
  height: 100%;
}
.text_image .slick-slider .slick-arrow {
  font-size: 0;
  top: auto;
  height: 48px;
  width: 48px;
  padding: 16px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  border: none;
  bottom: -48px;
}
@media (max-width: 768px) {
  .text_image .slick-slider .slick-arrow {
    display: none;
  }
}
.text_image .slick-slider .slick-arrow svg {
  display: none;
}
.text_image .slick-slider .slick-arrow::after {
  display: block;
  font-family: "edp_icons", sans-serif;
  font-size: 16px;
}
.text_image .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.text_image .slick-slider .slick-arrow.slick-prev::after {
  content: "\e959";
}
@media (max-width: 1024px) {
  .text_image .slick-slider .slick-arrow.slick-prev {
    right: 56px;
    left: auto;
  }
}
@media (max-width: 768px) {
  .text_image .slick-slider .slick-arrow.slick-prev {
    display: none;
  }
}
.text_image .slick-slider .slick-arrow.slick-next {
  left: 56px;
}
.text_image .slick-slider .slick-arrow.slick-next::after {
  content: "\e956";
}
@media (max-width: 1024px) {
  .text_image .slick-slider .slick-arrow.slick-next {
    right: 0px;
    left: auto;
  }
}
@media (max-width: 768px) {
  .text_image .slick-slider .slick-arrow.slick-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .text_image .slick-slider .slick-arrow {
    display: none !important;
  }
}
.text_image .slider_numbers {
  display: block;
  text-align: right;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .text_image .slider_numbers {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text_image .slider_numbers {
    padding: 13px 0px;
  }
}

.lp-builder .slick-track {
  min-width: 100%;
}
.lp-builder .slick-slide {
  max-width: 532px;
  width: 100% !important;
}
