.text_image_video {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  container-type: inline-size;
  margin: 0 auto;
}
.text_image_video .inner_section {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .text_image_video .inner_section {
    min-height: auto;
  }
}
.text_image_video .inner_section .main_accordion {
  margin-top: 15px;
}
.text_image_video .inner_section.style--default_style, .text_image_video .inner_section.style--default_style_text_larger {
  min-height: 580px;
}
@container (max-width:960px) {
  .text_image_video .inner_section.style--default_style, .text_image_video .inner_section.style--default_style_text_larger {
    display: block;
  }
}
.text_image_video .inner_section.style--default_style.with_text_box, .text_image_video .inner_section.style--default_style_text_larger.with_text_box {
  margin-bottom: 66px;
}
@container (max-width:960px) {
  .text_image_video .inner_section.style--default_style.with_text_box, .text_image_video .inner_section.style--default_style_text_larger.with_text_box {
    margin-bottom: 0;
  }
}
.text_image_video .inner_section.style--default_style .media_section, .text_image_video .inner_section.style--default_style_text_larger .media_section {
  flex: 0 0 58%;
  position: relative;
  z-index: 3;
}
.text_image_video .inner_section.style--default_style .media_section img, .text_image_video .inner_section.style--default_style .media_section video, .text_image_video .inner_section.style--default_style_text_larger .media_section img, .text_image_video .inner_section.style--default_style_text_larger .media_section video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@container (max-width:960px) {
  .text_image_video .inner_section.style--default_style .media_section img, .text_image_video .inner_section.style--default_style .media_section video, .text_image_video .inner_section.style--default_style_text_larger .media_section img, .text_image_video .inner_section.style--default_style_text_larger .media_section video {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
.text_image_video .inner_section.style--default_style .media_section.image_contain img, .text_image_video .inner_section.style--default_style_text_larger .media_section.image_contain img {
  object-fit: contain;
  padding: 20px;
}
.text_image_video .inner_section.style--default_style .media_section .info_box, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box {
  position: absolute;
  background: #fff;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  padding: clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(0.8333333333rem, calc(0.1666666667rem + 2.6666666667vw), 1.9444444444rem);
  bottom: -66px;
  right: 66px;
  z-index: 6;
  max-width: 90%;
}
@container (max-width:960px) {
  .text_image_video .inner_section.style--default_style .media_section .info_box, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box {
    max-width: 100%;
  }
}
.text_image_video .inner_section.style--default_style .media_section .info_box p, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box p {
  hyphens: auto;
}
@container (max-width:960px) {
  .text_image_video .inner_section.style--default_style .media_section .info_box, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
  }
}
.text_image_video .inner_section.style--default_style .media_section .info_box ul, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box ul {
  column-count: 2;
}
@container (max-width:640px) {
  .text_image_video .inner_section.style--default_style .media_section .info_box ul, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box ul {
    column-count: 1;
  }
}
.text_image_video .inner_section.style--default_style .media_section .info_box ul li, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box ul li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  font-weight: 600;
  line-height: 180%;
}
.text_image_video .inner_section.style--default_style .media_section .info_box ul li:before, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box ul li:before {
  top: 8px;
}
.text_image_video .inner_section.style--default_style .media_section .info_box ul li p, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box ul li p {
  font-weight: 600;
  line-height: 180%;
}
.text_image_video .inner_section.style--default_style .media_section .info_box code, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box code {
  font-family: var(--mainFont);
  font-weight: 600;
  position: relative;
  padding-left: 22px;
  padding-top: 5px;
}
.text_image_video .inner_section.style--default_style .media_section .info_box code:before, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box code:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.text_image_video .inner_section.style--default_style .media_section .info_box.small_padding, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box.small_padding {
  padding: 20px clamp(0.8333333333rem, calc(0.5rem + 1.3333333333vw), 1.3888888889rem) 20px 15px;
  bottom: -36px;
}
@container (max-width:960px) {
  .text_image_video .inner_section.style--default_style .media_section .info_box.small_padding, .text_image_video .inner_section.style--default_style_text_larger .media_section .info_box.small_padding {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
  }
}
.text_image_video .inner_section.style--default_style .media_section.video-wrapper:after, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:after {
  content: "";
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: var(--baseTransition);
}
@media (max-width: 768px) {
  .text_image_video .inner_section.style--default_style .media_section.video-wrapper:after, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:after {
    opacity: 0.7;
  }
}
.text_image_video .inner_section.style--default_style .media_section.video-wrapper .play_button, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 6;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 150px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  transition: var(--baseTransition);
  opacity: 0;
}
@media (max-width: 768px) {
  .text_image_video .inner_section.style--default_style .media_section.video-wrapper .play_button, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper .play_button {
    gap: 10px;
    opacity: 1;
  }
}
.text_image_video .inner_section.style--default_style .media_section.video-wrapper .play_button:before, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper .play_button:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("img/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.text_image_video .inner_section.style--default_style .media_section.video-wrapper .play_button:focus-visible, .text_image_video .inner_section.style--default_style .media_section.video-wrapper .play_button:focus-within, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper .play_button:focus-visible, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper .play_button:focus-within {
  opacity: 1;
  outline: var(--colorGreen, #000) solid 2px;
}
.text_image_video .inner_section.style--default_style .media_section.video-wrapper:hover:after, .text_image_video .inner_section.style--default_style .media_section.video-wrapper:focus:after, .text_image_video .inner_section.style--default_style .media_section.video-wrapper:focus-visible:after, .text_image_video .inner_section.style--default_style .media_section.video-wrapper:focus-within:after, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:hover:after, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:focus:after, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:focus-visible:after, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:focus-within:after {
  opacity: 0.7;
}
.text_image_video .inner_section.style--default_style .media_section.video-wrapper:hover .play_button, .text_image_video .inner_section.style--default_style .media_section.video-wrapper:focus .play_button, .text_image_video .inner_section.style--default_style .media_section.video-wrapper:focus-visible .play_button, .text_image_video .inner_section.style--default_style .media_section.video-wrapper:focus-within .play_button, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:hover .play_button, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:focus .play_button, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:focus-visible .play_button, .text_image_video .inner_section.style--default_style_text_larger .media_section.video-wrapper:focus-within .play_button {
  gap: 10px;
  opacity: 1;
}
.text_image_video .inner_section.style--default_style .text_section, .text_image_video .inner_section.style--default_style_text_larger .text_section {
  flex: 1;
  padding: clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.2222222222rem + 5.3333333333vw), 3.3333333333rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.0555555556rem + 4.6666666667vw), 3.0555555556rem);
  background: var(--backgroundColorLightBlue);
}
.text_image_video .inner_section.style--default_style .text_section.with_title_box, .text_image_video .inner_section.style--default_style_text_larger .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.style--default_style.image--right .text_section, .text_image_video .inner_section.style--default_style_text_larger.image--right .text_section {
  padding: clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.0555555556rem + 4.6666666667vw), 3.0555555556rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem);
}
.text_image_video .inner_section.style--default_style.image--right .text_section.with_title_box, .text_image_video .inner_section.style--default_style_text_larger.image--right .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.style--default_style_text_larger.image--right .media_section, .text_image_video .inner_section.style--default_style_text_larger.image--left .media_section {
  flex: 1;
}
.text_image_video .inner_section.style--default_style_text_larger.image--right .text_section, .text_image_video .inner_section.style--default_style_text_larger.image--left .text_section {
  flex: 0 0 58%;
  padding: clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.0555555556rem + 4.6666666667vw), 3.0555555556rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem);
}
.text_image_video .inner_section.style--default_style_text_larger.image--right .text_section.with_title_box, .text_image_video .inner_section.style--default_style_text_larger.image--left .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.style--small_white_bg, .text_image_video .inner_section.style--small_gray_bg {
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  min-height: 307px;
}
.text_image_video .inner_section.style--small_white_bg .info_box, .text_image_video .inner_section.style--small_gray_bg .info_box {
  display: none;
}
@media (max-width: 1200px) {
  .text_image_video .inner_section.style--small_white_bg, .text_image_video .inner_section.style--small_gray_bg {
    min-height: auto;
  }
}
@container (max-width:450px) {
  .text_image_video .inner_section.style--small_white_bg, .text_image_video .inner_section.style--small_gray_bg {
    display: block;
  }
}
@media (max-width: 768px) {
  .text_image_video .inner_section.style--small_white_bg, .text_image_video .inner_section.style--small_gray_bg {
    display: block;
  }
}
.text_image_video .inner_section.style--small_white_bg .media_section, .text_image_video .inner_section.style--small_gray_bg .media_section {
  flex: 0 0 47%;
  position: relative;
  z-index: 3;
}
.text_image_video .inner_section.style--small_white_bg .media_section img, .text_image_video .inner_section.style--small_white_bg .media_section video, .text_image_video .inner_section.style--small_gray_bg .media_section img, .text_image_video .inner_section.style--small_gray_bg .media_section video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@container (max-width:450px) {
  .text_image_video .inner_section.style--small_white_bg .media_section img, .text_image_video .inner_section.style--small_white_bg .media_section video, .text_image_video .inner_section.style--small_gray_bg .media_section img, .text_image_video .inner_section.style--small_gray_bg .media_section video {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .text_image_video .inner_section.style--small_white_bg .media_section img, .text_image_video .inner_section.style--small_white_bg .media_section video, .text_image_video .inner_section.style--small_gray_bg .media_section img, .text_image_video .inner_section.style--small_gray_bg .media_section video {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
.text_image_video .inner_section.style--small_white_bg .media_section.image_contain img, .text_image_video .inner_section.style--small_gray_bg .media_section.image_contain img {
  object-fit: contain;
  padding: 20px;
}
.text_image_video .inner_section.style--small_white_bg .text_section, .text_image_video .inner_section.style--small_gray_bg .text_section {
  flex: 1;
  padding: clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.6111111111rem + 2vw), 1.9444444444rem) clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem);
  background: #fff;
}
.text_image_video .inner_section.style--small_white_bg .text_section.with_title_box, .text_image_video .inner_section.style--small_gray_bg .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.style--small_white_bg.image--right .text_section, .text_image_video .inner_section.style--small_gray_bg.image--right .text_section {
  padding: clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.6111111111rem + 2vw), 1.9444444444rem);
}
.text_image_video .inner_section.style--small_white_bg.image--right .text_section.with_title_box, .text_image_video .inner_section.style--small_gray_bg.image--right .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.style--small_gray_bg {
  box-shadow: none;
}
.text_image_video .inner_section.style--small_gray_bg .text_section {
  background: var(--backgroundColorLightBlue);
}
.text_image_video .inner_section.style--standard_equal_columns {
  min-height: 450px;
}
@media (max-width: 1200px) {
  .text_image_video .inner_section.style--standard_equal_columns {
    min-height: auto;
  }
}
@container (max-width:450px) {
  .text_image_video .inner_section.style--standard_equal_columns {
    display: block;
  }
}
@media (max-width: 768px) {
  .text_image_video .inner_section.style--standard_equal_columns {
    display: block;
  }
}
.text_image_video .inner_section.style--standard_equal_columns .info_box {
  display: none;
}
.text_image_video .inner_section.style--standard_equal_columns .media_section {
  flex: 0 0 50%;
  position: relative;
}
.text_image_video .inner_section.style--standard_equal_columns .media_section img, .text_image_video .inner_section.style--standard_equal_columns .media_section video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@container (max-width:450px) {
  .text_image_video .inner_section.style--standard_equal_columns .media_section img, .text_image_video .inner_section.style--standard_equal_columns .media_section video {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .text_image_video .inner_section.style--standard_equal_columns .media_section img, .text_image_video .inner_section.style--standard_equal_columns .media_section video {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
.text_image_video .inner_section.style--standard_equal_columns .media_section.image_contain img {
  object-fit: contain;
  padding: 20px;
}
.text_image_video .inner_section.style--standard_equal_columns .text_section {
  flex: 1;
  padding: clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.0555555556rem + 4.6666666667vw), 3.0555555556rem);
  background: var(--backgroundColorLightBlue);
}
.text_image_video .inner_section.style--standard_equal_columns .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.style--standard_equal_columns.image--right .text_section {
  padding: clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.0555555556rem + 4.6666666667vw), 3.0555555556rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem);
}
.text_image_video .inner_section.style--standard_equal_columns.image--right .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section.image--right {
  flex-direction: row-reverse;
}
.text_image_video .inner_section .text_section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.text_image_video .inner_section .text_section.with_title_box {
  padding-top: 80px;
}
.text_image_video .inner_section .text_section.with_title_box .blue_box_title {
  background: var(--mainGradient);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 30px;
  max-width: 100%;
  align-self: center;
}
.text_image_video .inner_section .text_section.with_title_box .blue_box_title h6 {
  margin: 0;
  padding: 0;
  color: #fff;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_image_video .inner_section.one_col_textimage {
  display: flex;
  flex-direction: column;
  min-height: auto;
}
.text_image_video .inner_section.one_col_textimage .media_section {
  flex: 0 0 300px;
  position: relative;
  height: 300px;
  background: #fff;
}
.text_image_video .inner_section.one_col_textimage .media_section .info_box {
  display: none;
}
.text_image_video .inner_section.one_col_textimage .media_section img, .text_image_video .inner_section.one_col_textimage .media_section video {
  width: 100%;
  height: 300px;
  display: block;
}
.text_image_video .inner_section.one_col_textimage .media_section.image_contain img {
  object-fit: contain;
  padding: 20px;
}
.text_image_video .inner_section.one_col_textimage .text_section {
  justify-content: flex-start;
}
.text_image_video .inner_section.one_col_textimage .text_section.with_title_box {
  padding-top: 0 !important;
}
.text_image_video .inner_section.one_col_textimage .text_section.with_title_box .blue_box_title {
  background: var(--mainGradient);
  color: #fff;
  position: relative;
  max-width: 100%;
  text-align: center;
  padding: 16px 30px;
  transform: translateY(-30px);
  z-index: 3;
}
.text_image_video .inner_section.one_col_textimage .text_section.with_title_box .blue_box_title h6 {
  margin: 0;
  padding: 0;
  color: #fff;
  max-height: 100%;
  white-space: normal;
  text-align: center;
}
.text_image_video .inner_section .media_section.top-left > img, .text_image_video .inner_section .media_section.top-left video {
  object-position: top left;
}
.text_image_video .inner_section .media_section.top-right > img, .text_image_video .inner_section .media_section.top-right video {
  object-position: top right;
}
.text_image_video .inner_section .media_section.bottom-left > img, .text_image_video .inner_section .media_section.bottom-left video {
  object-position: bottom left;
}
.text_image_video .inner_section .media_section.bottom-right > img, .text_image_video .inner_section .media_section.bottom-right video {
  object-position: bottom right;
}
.text_image_video .inner_section .media_section.top-center > img, .text_image_video .inner_section .media_section.top-center video {
  object-position: top center;
}
.text_image_video .inner_section .media_section.bottom-center > img, .text_image_video .inner_section .media_section.bottom-center video {
  object-position: bottom center;
}
.text_image_video .inner_section .media_section.left-center > img, .text_image_video .inner_section .media_section.left-center video {
  object-position: left center;
}
.text_image_video .inner_section .media_section.right-center > img, .text_image_video .inner_section .media_section.right-center video {
  object-position: right center;
}
.wp-block-columns .text_image_video, .px-frame-layout .text_image_video, .accordion-content .text_image_video, .tab_wrapper .text_image_video {
  width: 100%;
  height: 100%;
}
.wp-block-columns .text_image_video .inner_section, .px-frame-layout .text_image_video .inner_section, .accordion-content .text_image_video .inner_section, .tab_wrapper .text_image_video .inner_section {
  height: 100%;
}
.wp-block-columns.has-4-columns .wp-block-column .text_image_video:only-child, .wp-block-columns.has-3-columns .wp-block-column .text_image_video:only-child, .wp-block-columns.has-2-columns .wp-block-column .text_image_video:only-child {
  height: 100%;
}
.wp-block-columns.has-4-columns .wp-block-column .text_image_video:only-child .inner_section, .wp-block-columns.has-3-columns .wp-block-column .text_image_video:only-child .inner_section, .wp-block-columns.has-2-columns .wp-block-column .text_image_video:only-child .inner_section {
  height: 100%;
}
