/* =============================================================================
   Block: text_and_image  (partial/content-text_and_image.php)
   Extracted from style.css. Enqueued only when this block is used on the page.
============================================================================= */

.text_image_section .outer_part {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;}
.text_image_section .outer_part.flex_center {align-items: center;}
.text_image_section .left_part {width: 50%;padding-right: 20px;max-width: 570px;position: relative;z-index: 1;}
.text_image_section .left_part p {margin-bottom: 22px;}
.text_image_section .right_part {width: 50%;position: sticky;top: 20px;transition: 0.4s !important;}
.scroll_top .text_image_section .right_part {top: 90px;}
.text_image_section .right_part img {display: block;border-radius: 5px;}
.text_image_section  h6 {margin-bottom: 8px;}
.text_image_section  h2 {margin-bottom: 22px;}
.text_image_section .arrow-right {width: 340px;height: auto; bottom: -78px;top: unset;pointer-events: none; right: -124px;}
.text_image_section + div {position: relative;z-index: 2;}
.text_image_section.opposite .left_part {order: 2;padding-right: 0;padding-left: 20px;margin-left: auto;}
.text_image_section.opposite .arrow-right {right: unset;left: -124px;}
.text_image_section .arrow-right img {border-radius: 0;width: 100%;}
.text_image_section  .flex_center {gap: 0;}
.text_image_section .laptop_icon {position: absolute;right: 0;bottom: -35px;width: 50%;max-width: 329px;z-index: 1;}
.videoWrapperActive .laptop_icon, .videoWrapperActive .mobile_icon {opacity: 0;pointer-events: none;visibility: hidden;}
.text_image_section .mobile_icon {position: absolute;right: 30px;bottom: -12%;width: 25%;max-width: 145px;z-index: 1;}
.text_image_section .arrow-right.bottom {bottom: -180px;right: 0;left: -25px;}
.media_image {width:100%;height:100%;display:block;z-index:1;}
.media_video {position:relative;height:100%;z-index:7;}
.media_video iframe, .media_video video {height:400px;display:block;position:relative;z-index:8;pointer-events:auto;}
.video_wrapper_full .media_video video {width:100%;height:100%;object-fit:cover;border-radius:10px;z-index:5;}
.video_wrapper_full .media_video, .video_wrapper_full .media_video video, .video_wrapper_full .media_video iframe {opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.right_part.video_wrapper_full .image_box {z-index:15;}
.right_part .media_video iframe {opacity:1!important;visibility:visible!important;}
.text_image_section::before, .text_image_section::after, .mobile_icon, .mobile_icon * {pointer-events:none!important;}
.media_video iframe, .media_video video {width:100%;height:100%;}
.right_part .image_box {height:unset;}
.media_video {width:100%;}
.media_video lite-youtube {display:block;
    width:100%;
    aspect-ratio:16/9;
    position:relative;}
.media_video lite-youtube iframe {width:100%;
    height:100%;
    border:0;}
.image_box {display:flex;justify-content:center;align-items:center;}
.media_image {text-align:center;}
.media_image img {display:block;margin:0 auto;}
.text_image_section h3 {font-size: 18px; margin-bottom: 8px;}
.gif-centered {display:block;margin-left:auto;margin-right:auto}

@media (min-width:1024px) {
    .video_wrapper_full .image_box {padding-top:0;}
    .text_image_section .video_wrapper_full .image_box {position:relative;width:100%;min-height:0px;}
    .text_image_section .right_part.video_wrapper_full {position:sticky;top:120px;align-self:flex-start;}
}

@media(min-width:1024px) {
    .text_image_section .right_part img {margin-top:30px;margin-bottom:30px;}
}

@media only screen and (max-width:1279px) {
    .text_image_section .left_part {padding-right: 20px;}
    .text_image_section.opposite .left_part {padding-left: 20px;}
}

@media (max-width:1024px) {
    .text_image_section .video_wrapper_full .image_box {position:relative;width:100%;min-height:0px;}
}

@media only screen and (max-width:1023px) {
    .text_image_section .left_part {width: 100%;padding-right: 0;max-width: 100%;order: 2;}
    .text_image_section .right_part {width: 100% ; padding-left: 0;margin-bottom: 40px;}
    .text_image_section .right_part {position: relative;top: 0 !important;}
    .text_image_section .right_part img {max-height: 400px;}
    .text_image_section .right_part .media_image img {width: auto;}
    .text_image_section.opposite .left_part {padding-left: 0;}
    .text_image_section .arrow-right, .text_image_section .arrow-left {max-width: 45vw;}
    .text_image_section.mobile_opp .right_part {order: 2 !important;margin-bottom: 0;margin-top: 40px;}
    .text_image_section.mobile_opp .left_part {order: 1 !important;}
}

@media only screen and (max-width:767px) {
    .text_image_section .laptop_icon {max-width: 250px;}
    .text_image_section .left_part {order:1 !important;}
    .text_image_section .right_part {order:2 !important;margin-top:40px;margin-bottom:0;}
}

@media only screen and (max-width:600px) {
    .text_image_section .arrow-right {right: -60px;}
    .text_image_section.opposite .arrow-right {left: -60px;}
    .text_image_section .right_part {margin-bottom: 26px;}
    .text_image_section.mobile_opp .right_part {margin-top: 40px;}
    .text_image_section .laptop_icon {width: 50%;}
    .text_image_section .laptop_icon {bottom: -16px;}
}
