.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.twentytwenty-horizontal .ib-image-comparison .twentytwenty-before-label:before,.twentytwenty-horizontal .ib-image-comparison .twentytwenty-after-label:before{top:50%;transform:translateY(-50%);margin-top:0}.twentytwenty-horizontal .ib-image-comparison.label-pos--top .twentytwenty-before-label:before,.twentytwenty-horizontal .ib-image-comparison.label-pos--top .twentytwenty-after-label:before{transform:translateY(0);top:10px}.twentytwenty-horizontal .ib-image-comparison.label-pos--bottom .twentytwenty-before-label:before,.twentytwenty-horizontal .ib-image-comparison.label-pos--bottom .twentytwenty-after-label:before{bottom:10px;transform:translateY(0);top:auto}.twentytwenty-vertical .ib-image-comparison .twentytwenty-before-label:before,.twentytwenty-vertical .ib-image-comparison .twentytwenty-after-label:before{left:50%;transform:translateX(-50%);text-align:center;margin-left:0}.twentytwenty-vertical .ib-image-comparison.label-pos--left .twentytwenty-before-label:before,.twentytwenty-vertical .ib-image-comparison.label-pos--left .twentytwenty-after-label:before{left:10px;transform:translateX(0)}.twentytwenty-vertical .ib-image-comparison.label-pos--right .twentytwenty-before-label:before,.twentytwenty-vertical .ib-image-comparison.label-pos--right .twentytwenty-after-label:before{left:auto;right:10px;transform:translateX(0)}.ib-image-comparison .twentytwenty-before-label:before,.ib-image-comparison .twentytwenty-after-label:before{color:#ffffff;color:var(--ibic-label-color, #ffffff);background-color:rgba(255, 255, 255, 0.2);background-color:var(--ibic-label-bg-color, rgba(255, 255, 255, 0.2));font-size:13px;font-size:var(--ibic-label-size, 13px);border:0px solid;border:var(--ibic-label-border, 0px) solid;width:auto}.ib-image-comparison .twentytwenty-handle{background:#fff;border:2px solid #fff}.ib-image-comparison .twentytwenty-handle .twentytwenty-left-arrow,.ib-image-comparison .twentytwenty-handle:hover .twentytwenty-left-arrow{border-right-color:#333}.ib-image-comparison .twentytwenty-handle .twentytwenty-right-arrow,.ib-image-comparison .twentytwenty-handle:hover .twentytwenty-right-arrow{border-left-color:#333}.ib-image-comparison .twentytwenty-handle .twentytwenty-down-arrow,.ib-image-comparison .twentytwenty-handle:hover .twentytwenty-down-arrow{border-top-color:#333}.ib-image-comparison .twentytwenty-handle .twentytwenty-up-arrow,.ib-image-comparison .twentytwenty-handle:hover .twentytwenty-up-arrow{border-bottom-color:#333}.ib-image-comparison .twentytwenty-overlay{background:rgba(0, 0, 0, 0);background:var(--ibic-overlay-color, rgba(0, 0, 0, 0))}.ib-image-comparison .twentytwenty-overlay:hover{background:rgba(0, 0, 0, 0.5);background:var(--ibic-overlay-hover-color, rgba(0, 0, 0, 0.5))}.icv {
position: relative;
overflow: hidden;
cursor: row-resize;
}
.icv__icv--vertical {
cursor: row-resize;
}
.icv__icv--horizontal {
cursor: col-resize;
}
.icv__img {
pointer-events: none;
-o-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: none;
width: 100%;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
top: 0;
display: block;
}
.icv__is--fluid .icv__img {
display: none;
}
.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
}
.icv__img-b {
height: 100%;
position: absolute;
z-index: 2;
left: auto;
right: 0px;
width: auto;
}
.icv__icv--vertical .icv__img-b {
width: 100%;
height: auto;
}
.icv__imposter {
z-index: 4;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.icv__wrapper {
position: absolute;
width: 100%;
height: 100%;
right: 0px;
top: 0px;
overflow: hidden;
background-size: cover;
background-position: center center;
z-index: 3;
}
.icv__is--fluid .icv__wrapper,
.icv__icv--vertical .icv__wrapper {
width: 100% !important;
}
.icv__is--fluid .icv__wrapper,
.icv__icv--horizontal .icv__wrapper {
height: 100% !important;
}
.icv__fluidwrapper {
background-size: cover;
background-position: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.icv__control {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
top: 0px;
z-index: 5;
}
.icv__icv--vertical .icv__control {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
left: 0;
width: 100%;
}
.icv__control-line {
height: 50%;
width: 2px;
z-index: 6;
}
.icv__icv--vertical .icv__control-line {
width: 50%;
}
.icv__theme-wrapper {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
-webkit-transition: all 0.1s ease-out 0s;
transition: all 0.1s ease-out 0s;
z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.icv__arrow-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.1s ease-out 0s;
transition: all 0.1s ease-out 0s;
}
.icv__arrow-a {
-webkit-transform: scale(1.5) rotateZ(180deg);
transform: scale(1.5) rotateZ(180deg);
height: 20px;
width: 20px;
-webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}
.icv__arrow-b {
-webkit-transform: scale(1.5) rotateZ(0deg);
transform: scale(1.5) rotateZ(0deg);
height: 20px;
width: 20px;
-webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}
.icv__circle {
width: 50px;
height: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 999px;
}
.icv__label {
position: absolute;
bottom: 1rem;
z-index: 12;
background: rgba(0, 0, 0, 0.33);
color: white;
border-radius: 3px;
padding: 0.5rem 0.75rem;
font-size: 0.85rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.icv__label.vertical {
bottom: auto;
left: 1rem;
}
.icv__label.on-hover {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}
.icv:hover .icv__label.on-hover {
-webkit-transform: scale(1);
transform: scale(1);
}
.icv__label-before {
left: 1rem;
}
.icv__label-after {
right: 1rem;
}
.icv__label-before.vertical {
top: 1rem;
}
.icv__label-after.vertical {
bottom: 1rem;
right: auto;
}
.icv__body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}