/*=============================== Large image with text ==============================*/

.full-width-image-right { padding-left: calc((100% - 1170px)/2); } 
.full-width-image-left { padding-right: calc((100% - 1170px)/2); } 
.large-image-with-text__image img {width:100%;height: auto;min-height:544px; object-fit: cover;}
.large-image-with-text__image .image-caption { padding: 16px 17px;background: #BEDAE5;max-width: 352px;position: absolute;bottom: 0;color: var(--color-primary-3);right: 0; } 
.full-width-image-right .large-image-with-text__image .image-caption {left:0; } 

@media screen and (min-width:992px) and (max-width:1199.98px) {.full-width-image-right {padding-left: calc((100% - 768px)/2);padding-right: 0; } 
.full-width-image-left {padding-right: calc((100% - 768px)/2);padding-left: 0; } 
.large-image-with-text__image img {width: 100%;height: -webkit-fill-available;object-fit: cover; min-height:522px; max-height:522px;} 
 }

@media screen and (max-width:991.98px) {
.large-image-with-text__image img {object-fit: cover; min-height:522px;max-height:522px; } 
.full-width-image-left, .full-width-image-right { padding:0 !important; } 
.large-image-with-text__content { margin-top: 32px; } 
.full-width-image-right .row { display:block; } 
 }

@media screen and (max-width:767.98px) {
.large-image-with-text__image img {/* max-height:234px; */ min-height:234px;object-fit: cover;}
.large-image-with-text__content { padding: 0 32px !important; } 
.large-image-with-text__content .content-wrapper ul { margin-bottom:0px; } 
 }
 
 body.ip3-edit .module-large-text-tabs-inner-wrapper .container{background-color: var(--color-primary-3);}
 /*=============================== Large text tabs Css ==============================*/
 
 .module-large-text-tabs .large-text-tabs-link { margin-top: 32px; } 
.module-large-text-tabs .large-text-tabs-left { display: flex; flex-direction: column; } 
.module-large-text-tabs .large-text-tabs-list { color: var(--color-primary-6); font-family: var(--font-primary-regular); font-size: 80px; line-height: 56px; } 
.module-large-text-tabs .large-text-tabs-list a { color: var(--color-primary-6); text-decoration: none; border-bottom: none; cursor: pointer; background-image:none; } 
.module-large-text-tabs .large-text-tabs-list a:hover { color: var(--color-primary-4); background-image:none; } 
.module-large-text-tabs .large-text-tabs-list .active { color: var(--color-primary-4); } 
.module-large-text-tabs .large-text-tabs-list__item { margin-top: 54px; } 
.module-large-text-tabs .large-text-tabs-content__ul { padding-left: 0; list-style-type: square; } 
.module-large-text-tabs .large-text-tabs-content__ul li { display: inline; position: relative; padding-left: 5px; padding-right: 5px; } 
.module-large-text-tabs .large-text-tabs-content__ul > li:first-child { list-style: none; list-style-type: none; padding-left: 0; } 
.module-large-text-tabs .large-text-tabs-content__ul > li:before { position: absolute; height: 3px; display: list-item; content: ""; font-weight: bold; top: 0px; left: 9px; width: 3px; color: var(--color-primary-4); background: transparent; } 
.module-large-text-tabs .tag-separate .tags { display:flex; } 
.module-large-text-tabs .tag-separate .tags .single-tag { display:flex; align-items:center; } 
.module-large-text-tabs .tag-separate .tags .single-tag::before { width: 3px; height: 3px; display:inline-block; align-self:center; content:""; background-color:var(--color-primary-4); margin-left:5px; margin-right:5px; position: relative; bottom: 1px; } 
.module-large-text-tabs .tag-separate .tags .single-tag:first-child::before { display:none; } 
.module-large-text-tabs .large-text-tabs-right__image img { width: 100%; animation: fade-in 1s ease-in-out; object-fit:cover; } 
.module-large-text-tabs .tabcontent { display:none; } 
.module-large-text-tabs .tabcontent.current-tab-open { display:block; animation: fade-in 1s ease-in-out; } 
.module-large-text-tabs .tabcontent .h5 { margin-bottom:24px; } 
.module-large-text-tabs .tabcontent .content-wrapper {margin-bottom:24px; } 
.module-large-text-tabs .tabcontent .cta-wrapper {margin-top:24px; } 
.large-text-tabs-right__image { margin-bottom: 29px; } 

@keyframes fade-in { 
 0% { opacity: 0.3; transform: translateY(0); } 
 100% { opacity: 1; transform: translateY(0); } 
 }

@media only screen and (max-width: 1199px) {.module-large-text-tabs .large-text-tabs-right__image img { max-height: 230px; } 
.module-large-text-tabs .tabcontent .h5 { margin-bottom:20px; } 
.module-large-text-tabs .tabcontent .content-wrapper {margin-bottom:20px; } 
.module-large-text-tabs .tabcontent .cta-wrapper {margin-top:20px; } 
 }

@media (min-width: 768px) and (max-width: 1199px){
 .module-large-text-tabs .large-text-tabs-list { color: var(--color-primary-6); font-family: var(--font-primary-regular); font-size: 48px; line-height: 56px; margin-top:30px; } 
 }
 
@media only screen and (max-width: 767.99px){
 .module-large-text-tabs .large-text-tabs-list { color: var(--color-primary-6); font-family: var(--font-primary-regular); font-size: 36px; line-height: 56px; margin-top:32px; } 
 .module-large-text-tabs .large-text-tabs-list__item { margin-top:2px; } 
 .module-large-text-tabs .large-text-tabs-right__image img { max-height: 184px; } 
 .module-large-text-tabs .tabcontent {margin-top:32px} 
 }
 
 .ip3-edit .large-image-with-text__image .image-caption {position:relative;}