.captcha-refresh-icon { display: block; padding: 5px; } .captcha { position: relative; width: var(--size-width); padding: 20px 15px 25px; text-align: center; background: #fff; } .captcha .captcha-title h2 { font-size: 14px; line-height: 14px; color: #b8b8b8; padding-bottom: 10px; } .captcha .captcha-title p { font-size: 18px; line-height: 24px; color: #1f1f1f; } .captcha-wrap { display: flex; align-items: center; justify-content: center; } .captcha-image { position: relative; overflow: hidden; margin: var(--size-img-margin) auto; } .captcha-img { position: relative; z-index: 999; width: var(--size-img); height: var(--size-img); -webkit-border-radius: 50%; border-radius: 50%; background: #f5f5f5; } .captcha-img img { width: 100%; height: 100%; pointer-events: none; border: 0; -webkit-border-radius: 50%; border-radius: 50%; -webkit-background-size: 100% 100%; background-size: 100% 100%; -webkit-animation: captchaFadeIn 0.8s forwards; animation: captchaFadeIn 0.8s forwards; } .captcha-img.captcha-loading img { display: none; } .captcha-img .captcha-loader { display: none; width: 100%; height: 100%; align-items: center; justify-content: center; } .captcha-img.captcha-loading .captcha-loader { display: flex; } .captcha-coordinate { display: none; position: absolute; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcoAAAHLBAMAAAC67sVKAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACXRSTlMAzGcNwPRatBpQE/jnAAACVElEQVR42u3asU3DUBSG0ShZgBsxAO9NkMILBCagSI+yAg0lo1PYCZZoiW3de05DiT7Br2sHdjsA8viuEHn4rFC5P1aoHJ5PBSpbvBSY5TneCswyosAwh4gCw2wR+Yd5OEfkH+Y+osAwh4gCw2wR+Yd5OEfkH+Y+osAwh7Ey+TDHWSYf5jTL5MOcZpl8mMOtMvUwb7NMPcz7LFMP8z7L1MMcfisTD/N3lomHOZtl4mHOZpl4mMO8Mu0w57PMO8xr7733iGPvvfeP1K8lEU+7/GpUAoB7qVKlSpUqAcC9VKlSpUqV3kkAwL1UqVKlSpUA4F6qVKlSpUrvJADgXqpUqVKlSgBwL1WqVKlSpXcSAHAvVapUqVIlALiXKlWqVKkSAPBUoFKlSpUqAcC9VKlSpUqVAICnApUqVapUCQDupUqVKlWqBAA8FahUWbTyeqpQ2V5PFSpj/czHa1Ehs0WFzBYVMltUyBwrs2dOlckzb5UrZi5yL1fPXLTynhnjt13sy+Xy/vhv9CczeeWUmb0yvvwsc+0y871M/WDQKkRu4dnHc6x3Eu+X2/usYKGn9ZV/kstUrv3rWuPzWJ+t/5MafyfZAP+7BQDupUqVKlWqBAD3UqVKlSpVAgCeClSqVKlSJQC4lypVqlSpEgDwVKBSpUqVKgHAvVSpUqVKlQCApwKVKlWqVAkA7qVKlSpVqgQA7yQqVapUqVIlALiXKlWqVKkSALyTqFSpUqVKlQDgXqpUqVKlSgDwTqJSpUqVKlUCgHupUqVKlSoBwL1UqVKlSpUqN+YHG9iGwKYOVR0AAAAASUVORK5CYII=); -webkit-background-size: 100% 100%; background-size: 100% 100%; background-repeat: no-repeat; } .captcha-fail .captcha-coordinate { display: none !important; } .captcha-control { position: relative; width: var(--size-control); height: 50px; margin: 0 auto; } .captcha-control-wrap, .captcha-control-button { position: absolute; top: 0; height: 100%; -webkit-border-radius: 100px; border-radius: 100px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .captcha-control-wrap { left: 0; width: 100%; background: #f5f5f5; overflow: hidden; } .captcha-control-button { position: absolute; width: 50px; background: #fff; cursor: pointer; cursor: var(--cursor-pointer); -webkit-box-shadow: 0 21px 52px 0 rgba(82, 82, 82, 0.2); box-shadow: 0 21px 52px 0 rgba(82, 82, 82, 0.2); -webkit-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); } .captcha-control-button i { position: absolute; top: 50%; left: 50%; width: 28px; height: 28px; margin-left: -14px; margin-top: -14px; background-image: url('data:image/svg+xml;utf8,'); -webkit-background-size: 100% 100%; background-size: 100% 100%; background-repeat: no-repeat; } .captcha-fail .captcha-control-button { border: 1px solid #f33; background: #f33; } .captcha-control-button.captcha-button-active { color: #fff; background: var(--theme); } .captcha-control-button.captcha-button-active i, .captcha-fail .captcha-control-button i { background-image: url('data:image/svg+xml;utf8,'); } /* state */ .captcha-image .captcha-state { display: none; position: absolute; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(0, 0, 0, 0.7); transform: translate(0, 0); -webkit-animation: captchaFadeIn 0.3s forwards; animation: captchaFadeIn 0.3s forwards; } .captcha-image .captcha-state .captcha-state-icon-fail, .captcha-image .captcha-state .captcha-state-icon-success { display: none; } .captcha-success .captcha-image .captcha-state, .captcha-fail .captcha-image .captcha-state, .captcha-fail .captcha-image .captcha-state .captcha-state-icon-fail, .captcha-success .captcha-image .captcha-state .captcha-state-icon-success { display: block; } /* fade anim */ @-webkit-keyframes captchaFadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes captchaFadeIn { from { opacity: 0; } to { opacity: 1; } } /* fail anim */ @-webkit-keyframes horizontal { 0% { -webkit-transform: translate(0px, 0); -ms-transform: translate(0px, 0); transform: translate(0px, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate(-1px, 0); transform: translate(-1px, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate(1px, 0); transform: translate(1px, 0); } 100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); } } @keyframes horizontal { 0% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate(-1px, 0); transform: translate(-1px, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate(1px, 0); transform: translate(1px, 0); } 100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); } } .captcha-control-horizontal { -webkit-animation: horizontal 0.6s 0.2s ease both; -moz-animation: horizontal 0.6s 0.2s ease both; animation: horizontal 0.6s 0.2s ease both; } /* success timer progress */ .captcha .captcha-timer-progress-bar-wrap { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; overflow: hidden; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .captcha .captcha-timer-progress-bar { width: 100%; height: 4px; background-color: var(--progress-bar-color); } .modal-body .close { position: absolute; top: 10px; right: 10px; } .ss-search-form__input { position: relative; } .ss-search-form__results { position: absolute; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); top: 100%; width: 100%; visibility: hidden; text-align: left; padding: 10px 15px; opacity: 0; -webkit-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; z-index: 2; background-color: #FFF; max-height: 200px; overflow: auto; } .ss-search-form__results.open { opacity: 1; visibility: visible; } .ss-autocomplete-result hr { margin: 10px 0; } .ss-autocomplete-result__title { font-size: 14px; margin-bottom: 0; font-weight: normal; color: #333; } .ss-autocomplete-result__badge { background-color: #eee; color: #666; font-size: 12px; padding: 0 4px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 18px; display: inline-block; float: left; margin-right: 10px; } /*# sourceMappingURL=bbc.sitesearch.css.map */ :target:before { content: ""; display: block; height: 100px; margin-top: -100px; } .page-1100__wrap { padding: 30px 0; display: flex; flex-wrap: wrap; } .case-table-content td { border: 0; padding: 5px 0; } .case-table-title { white-space: nowrap; color: #666; } .content__1100 { background-color: #fff; -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 180px); flex: 0 0 calc(100% - 180px); max-width: calc(100% - 180px); margin-left: auto; padding: 50px 0; } @media (max-width: 991.98px) { .content__1100 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } @media (max-width: 767.98px) { .content__1100 { padding: 20px 0; } } .content__1100 .block-content { font-size: 16px; color: #333; } @media (max-width: 991.98px) { .content__1100 .block-content { font-size: 14px; } } .content__1100 .block-content p { margin-bottom: 1em; } .content__1100 .block-content .desc { margin-bottom: 1em; } .content__1100 .block-content .desc p { margin-bottom: 0; } .content__1100 .block-content:not(:last-child) { margin-bottom: 50px; } .content__1100 .title { color: #333; font-weight: bold; line-height: 1.5; font-size: 24px; padding-left: 20px; position: relative; margin-bottom: 32px; } @media (max-width: 767.98px) { .content__1100 .title { font-size: 18px; } } .content__1100 .title::after { content: ""; top: 50%; left: 0; width: 4px; height: 100%; position: absolute; display: block; transform: translateY(-50%); background: #49ad3d; background: linear-gradient(180deg, #49ad3d 33%, #1a536e 33%); } .content__1100 .block-content > *:not([data-spy-title]) { padding-left: 70px; padding-right: 70px; } @media (max-width: 991.98px) { .content__1100 .block-content > *:not([data-spy-title]) { padding-left: 15px; padding-right: 15px; } } .stick-bar__1100 { padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 180px; flex: 0 0 180px; max-width: 180px; } @media (max-width: 991.98px) { .stick-bar__1100 { display: none; } } .stick-bar__1100 ul { padding-top: 50px; padding-bottom: 30px; } .stick-bar__1100 a { display: block; padding-left: 40px; font-size: 16px; color: #999; line-height: 24px; } .stick-bar__1100 a.active { font-size: 18px; color: #49ad3d; } .stick-bar__1100 li { position: relative; padding-bottom: 60px; } .stick-bar__1100 li::before { content: ""; display: block; width: 20px; height: 20px; border: 2px solid #fff; box-shadow: 0px 0px 12px 3px rgba(73, 173, 61, 0.3); position: absolute; top: 2px; left: 0; z-index: 1; border-radius: 100%; background-color: #49ad3d; } .stick-bar__1100 li:after { content: ""; position: absolute; width: 1px; height: 100%; display: block; background-color: #49ad3d; opacity: 0.4; left: 10px; top: 22px; z-index: 0; } .stick-bar__1100 li:last-child { padding-bottom: 0; } .stick-bar__1100 li:last-child::after { content: none; } .recommend-block .title { font-size: 24px; line-height: 1.3333333333; font-weight: bold; color: #333; padding-bottom: 15px; border-bottom: 1px solid #49ad3d; display: flex; margin-bottom: 20px; position: relative; align-items: flex-end; } @media (max-width: 767.98px) { .recommend-block .title { font-size: 18px; } } .recommend-block .title::before { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 4em; border-bottom: 2px solid #1a536e; } .recommend-block .title a { font-weight: normal; margin-left: auto; font-size: 16px; color: #b0b0b0; transition: color 0.35s; } @media (max-width: 767.98px) { .recommend-block .title a { font-size: 12px; } } .recommend-block .title a:hover { color: #49ad3d; } .swiper-recommend .swiper-pagination { position: static; padding-top: 20px; } @media (max-width: 767.98px) { .swiper-recommend .swiper-pagination { padding-top: 10px; } } .swiper-recommend .swiper-pagination-bullet { background-color: #c4c4c4 !important; width: 12px !important; height: 12px !important; margin: 0 4px !important; padding: 0; opacity: 1; } @media (max-width: 767.98px) { .swiper-recommend .swiper-pagination-bullet { width: 6px !important; height: 6px !important; } } .swiper-recommend .swiper-pagination-bullet::before { content: none; } .swiper-recommend .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #49ad3d !important; } .swiper-recommend .swiper-slide:hover .txt { background-color: #49ad3d; } .swiper-recommend .swiper-slide:hover .txt h5, .swiper-recommend .swiper-slide:hover .txt p { color: #fff; } .swiper-recommend .txt { padding: 15px 20px; background-color: #fff; transition: background-color 0.35s; } .swiper-recommend h5 { color: #333; font-size: 18px; line-height: 1.3333333333; margin-bottom: 5px; transition: color 0.35s; } @media (max-width: 767.98px) { .swiper-recommend h5 { font-size: 14px; } } .swiper-recommend p { font-size: 16px; line-height: 1.25; color: #888; transition: color 0.35s; } @media (max-width: 767.98px) { .swiper-recommend p { font-size: 12px; } } body.compensate-for-scrollbar { overflow: hidden; } .bbcbox-active { height: auto; } .bbcbox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; } .bbcbox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; transform: translateZ(0); width: 100%; z-index: 1010; } .bbcbox-container * { box-sizing: border-box; } .bbcbox-outer, .bbcbox-inner, .bbcbox-bg, .bbcbox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .bbcbox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; } .bbcbox-bg { background: #000; opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); } .bbcbox-is-open .bbcbox-bg { opacity: 0.9; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); } .bbcbox-infobar, .bbcbox-toolbar, .bbcbox-caption, .bbcbox-navigation .bbcbox-button { direction: ltr; opacity: 0; position: absolute; transition: opacity 0.25s ease, visibility 0s ease 0.25s; visibility: hidden; z-index: 997; } .bbcbox-show-infobar .bbcbox-infobar, .bbcbox-show-toolbar .bbcbox-toolbar, .bbcbox-show-caption .bbcbox-caption, .bbcbox-show-nav .bbcbox-navigation .bbcbox-button { opacity: 1; transition: opacity 0.25s ease 0s, visibility 0s ease 0s; visibility: visible; } .bbcbox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .bbcbox-toolbar { right: 0; top: 0; } .bbcbox-stage { direction: ltr; overflow: visible; transform: translateZ(0); z-index: 994; } .bbcbox-is-open .bbcbox-stage { overflow: hidden; } .bbcbox-slide { -webkit-backface-visibility: hidden; display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; transition-property: transform, opacity; white-space: normal; width: 100%; z-index: 994; } .bbcbox-slide::before { content: ""; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; } .bbcbox-is-sliding .bbcbox-slide, .bbcbox-slide--previous, .bbcbox-slide--current, .bbcbox-slide--next { display: block; } .bbcbox-slide--image { overflow: hidden; padding: 44px 0; } .bbcbox-slide--image::before { display: none; } .bbcbox-slide--html { padding: 6px; } .bbcbox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; } .bbcbox-slide--image .bbcbox-content { animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; transform-origin: top left; transition-property: transform, opacity; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 995; } .bbcbox-can-zoomOut .bbcbox-content { cursor: zoom-out; } .bbcbox-can-zoomIn .bbcbox-content { cursor: zoom-in; } .bbcbox-can-swipe .bbcbox-content, .bbcbox-can-pan .bbcbox-content { cursor: -webkit-grab; cursor: grab; } .bbcbox-is-grabbing .bbcbox-content { cursor: -webkit-grabbing; cursor: grabbing; } .bbcbox-container [data-selectable="true"] { cursor: text; } .bbcbox-image { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; } .bbcbox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; z-index: 1; } .bbcbox-slide--video .bbcbox-content, .bbcbox-slide--map .bbcbox-content, .bbcbox-slide--pdf .bbcbox-content, .bbcbox-slide--iframe .bbcbox-content { height: 100%; overflow: visible; padding: 0; width: 100%; } .bbcbox-slide--video .bbcbox-content { background: #000; } .bbcbox-slide--map .bbcbox-content { background: #e5e3df; } .bbcbox-slide--iframe .bbcbox-content { background: #fff; } .bbcbox-video { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; } .bbcbox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; left: 0; position: absolute; top: 0; } /* Fix iOS */ .bbcbox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; } .bbcbox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; } /* Buttons */ .bbcbox-button { background: rgba(30, 30, 30, 0.6); border: 0; border-radius: 0; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; transition: color 0.2s; vertical-align: top; visibility: inherit; width: 44px; color: #ccc; } .bbcbox-button:visited, .bbcbox-button:link { color: #ccc; } .bbcbox-button:hover { color: #fff; } .bbcbox-button:focus { outline: none; } .bbcbox-button.bbcbox-focus { outline: 1px dotted; } .bbcbox-button[disabled] { color: #888; cursor: default; outline: none; } .bbcbox-button[disabled]:hover { color: #888; cursor: default; outline: none; } .bbcbox-button div { height: 100%; } .bbcbox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; } .bbcbox-button svg path { fill: currentColor; stroke-width: 0; } /* Fix IE11 */ .bbcbox-button--play svg:nth-child(2), .bbcbox-button--fsenter svg:nth-child(2), .bbcbox-button--pause svg:nth-child(1), .bbcbox-button--fsexit svg:nth-child(1) { display: none; } .bbcbox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; transform-origin: 0; transition-property: transform; transition-timing-function: linear; z-index: 998; } /* Close button on the top right corner of html content */ .bbcbox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: 0.8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; } .bbcbox-close-small:hover { color: #fff; opacity: 1; } .bbcbox-slide--html .bbcbox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; } .bbcbox-slide--image.bbcbox-is-scaling .bbcbox-content { overflow: hidden; } .bbcbox-is-scaling .bbcbox-close-small, .bbcbox-is-zoomable.bbcbox-can-pan .bbcbox-close-small { display: none; } /* Navigation arrows */ .bbcbox-navigation .bbcbox-button { background-clip: content-box; height: 100px; opacity: 0; position: absolute; top: calc(50% - 50px); width: 70px; } .bbcbox-navigation .bbcbox-button div { padding: 7px; } .bbcbox-navigation .bbcbox-button--arrow_left { left: 0; padding: 31px 26px 31px 6px; } .bbcbox-navigation .bbcbox-button--arrow_right { padding: 31px 6px 31px 26px; right: 0; } /* Caption */ .bbcbox-caption { background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 14px; font-weight: 400; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 996; } .bbcbox-caption--separate { margin-top: -50px; } .bbcbox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; } .bbcbox-caption a { color: #ccc; text-decoration: none; } .bbcbox-caption a:link, .bbcbox-caption a:visited { color: #ccc; text-decoration: none; } .bbcbox-caption a:hover { color: #fff; text-decoration: underline; } /* Loading indicator */ .bbcbox-loading { animation: bbcbox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: 0.7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 999; } @keyframes bbcbox-rotate { 100% { transform: rotate(360deg); } } .bbcbox-animated { transition-timing-function: cubic-bezier(0, 0, 0.25, 1); } .bbcbox-fx-slide.bbcbox-slide--previous { opacity: 0; transform: translate3d(-100%, 0, 0); } .bbcbox-fx-slide.bbcbox-slide--next { opacity: 0; transform: translate3d(100%, 0, 0); } .bbcbox-fx-slide.bbcbox-slide--current { opacity: 1; transform: translate3d(0, 0, 0); } .bbcbox-fx-fade.bbcbox-slide--previous, .bbcbox-fx-fade.bbcbox-slide--next { opacity: 0; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .bbcbox-fx-fade.bbcbox-slide--current { opacity: 1; } .bbcbox-fx-zoom-in-out.bbcbox-slide--previous { opacity: 0; transform: scale3d(1.5, 1.5, 1.5); } .bbcbox-fx-zoom-in-out.bbcbox-slide--next { opacity: 0; transform: scale3d(0.5, 0.5, 0.5); } .bbcbox-fx-zoom-in-out.bbcbox-slide--current { opacity: 1; transform: scale3d(1, 1, 1); } .bbcbox-fx-rotate.bbcbox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); transform: rotate(-360deg); } .bbcbox-fx-rotate.bbcbox-slide--next { opacity: 0; -ms-transform: rotate(360deg); transform: rotate(360deg); } .bbcbox-fx-rotate.bbcbox-slide--current { opacity: 1; -ms-transform: rotate(0deg); transform: rotate(0deg); } .bbcbox-fx-circular.bbcbox-slide--previous { opacity: 0; transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); } .bbcbox-fx-circular.bbcbox-slide--next { opacity: 0; transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); } .bbcbox-fx-circular.bbcbox-slide--current { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } .bbcbox-fx-tube.bbcbox-slide--previous { transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); } .bbcbox-fx-tube.bbcbox-slide--next { transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); } .bbcbox-fx-tube.bbcbox-slide--current { transform: translate3d(0, 0, 0) scale(1); } /* Styling for Small-Screen Devices */ @media (max-height: 576px) { .bbcbox-slide { padding-left: 6px; padding-right: 6px; } .bbcbox-slide--image { padding: 6px 0; } .bbcbox-close-small { right: -6px; } .bbcbox-slide--image .bbcbox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; } .bbcbox-caption { padding-left: 12px; padding-right: 12px; } @supports (padding: max(0px)) { .bbcbox-caption { padding-left: 12px; padding-right: 12px; } } } .bbcbox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center; } .bbcbox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0; } .bbcbox-share p { margin: 0; padding: 0; } .bbcbox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; transition: all 0.2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .bbcbox-share__button:visited, .bbcbox-share__button:link { color: #fff; } .bbcbox-share__button:hover { text-decoration: none; } .bbcbox-share__button--fb { background: #3b5998; } .bbcbox-share__button--fb:hover { background: #344e86; } .bbcbox-share__button--pt { background: #bd081d; } .bbcbox-share__button--pt:hover { background: #aa0719; } .bbcbox-share__button--tw { background: #1da1f2; } .bbcbox-share__button--tw:hover { background: #0d95e8; } .bbcbox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px; } .bbcbox-share__button svg path { fill: #fff; } .bbcbox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%; } .bbcbox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 995; } .bbcbox-thumbs-x { overflow-x: auto; overflow-y: hidden; } .bbcbox-show-thumbs .bbcbox-thumbs { display: block; } .bbcbox-show-thumbs .bbcbox-inner { right: 212px; } .bbcbox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%; } .bbcbox-thumbs-x .bbcbox-thumbs__list { overflow: hidden; } .bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar { width: 7px; } .bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } .bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px; } .bbcbox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px; } .bbcbox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 991; } .bbcbox-thumbs__list a:focus::before { opacity: 0.5; } .bbcbox-thumbs__list a.bbcbox-thumbs-active::before { opacity: 1; } @media (max-width: 576px) { .bbcbox-thumbs { width: 110px; } .bbcbox-show-thumbs .bbcbox-inner { right: 110px; } .bbcbox-thumbs__list a { max-width: calc(100% - 10px); } } .morphing-btn-wrap { display: inline-block; position: relative; text-align: center; } .morphing-btn { box-sizing: border-box; -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s; -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s; -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s; transition: color 0.3s 0.2s, width 0.2s 0s; white-space: nowrap; } .morphing-btn_circle { padding-left: 0; padding-right: 0; transition: color 0.2s 0s, width 0.3s 0.2s; width: 32px !important; } .morphing-btn-clone { -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(73, 173, 61, 0); border-radius: 50%; position: fixed; -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1); -moz-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1); -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1); transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1); z-index: 3; } .morphing-btn-clone_visible { background: rgba(73, 173, 61, 0.85); display: block; -webkit-transform: scale(1.2) !important; -moz-transform: scale(1.2) !important; -ms-transform: scale(1.2) !important; -o-transform: scale(1.2) !important; transform: scale(1.2) !important; } .bbcbox-morphing .bbcbox-bg { background: rgba(73, 173, 61, 0); opacity: 1; } .bbcbox-morphing .bbcbox-toolbar { right: 40px; top: 20px; } @media (max-width: 767.98px) { .bbcbox-morphing .bbcbox-toolbar { right: 10px; top: 10px; } } .bbcbox-morphing .bbcbox-button--close { background: rgba(0, 0, 0, 0.2); border-radius: 50%; color: #fff; } .bbcbox-morphing .bbcbox-button--close:hover { background: rgba(0, 0, 0, 0.25); } /* Styling for element used in example */ @font-face { font-family: "swiper-icons"; src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff"); font-weight: 400; font-style: normal; } :root { --swiper-theme-color: #49ad3d; } .swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; } .swiper-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; } .swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-pointer-events { touch-action: pan-y; } .swiper-pointer-events.swiper-vertical { touch-action: pan-x; } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; } .swiper-slide-invisible-blank { visibility: hidden; } /* Auto Height */ .swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; } .swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } /* 3D Effects */ .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; } .swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow { transform-style: preserve-3d; } .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); } .swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } /* CSS Mode */ .swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; /* For Firefox */ -ms-overflow-style: none; /* For Internet Explorer and Edge */ } .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-horizontal.swiper-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-vertical.swiper-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; } .swiper-centered > .swiper-wrapper::before { content: ""; flex-shrink: 0; order: 9999; } .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); } .swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; width: var(--swiper-centered-offset-after); } .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); } .swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; height: var(--swiper-centered-offset-after); } .swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; } /* Navigations */ :root { --swiper-navigation-size: 22px; /* --swiper-navigation-color: var(--swiper-theme-color); */ } .swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-prev:after, .swiper-button-next:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 10px; right: auto; } .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: "prev"; } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: 10px; left: auto; } .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "next"; } .swiper-button-lock { display: none; } /* Paginations */ :root { /* --swiper-pagination-color: var(--swiper-theme-color); --swiper-pagination-bullet-size: 8px; --swiper-pagination-bullet-width: 8px; --swiper-pagination-bullet-height: 8px; --swiper-pagination-bullet-inactive-color: #000; --swiper-pagination-bullet-inactive-opacity: 0.2; --swiper-pagination-bullet-opacity: 1; --swiper-pagination-bullet-horizontal-gap: 4px; --swiper-pagination-bullet-vertical-gap: 6px; */ } .swiper-pagination { position: absolute; text-align: center; transition: 300ms opacity; transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } /* Common Styles */ .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 10px; left: 0; width: 100%; } /* Bullets */ .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } .swiper-pagination-bullet { width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: 50%; background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet:only-child { display: none !important; } .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); } .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; } .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; } .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; } .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; } /* Progress */ .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; } .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-lock { display: none; } .swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } /* Scrollbar */ .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-flip { overflow: visible; } .swiper-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; } .swiper-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right { z-index: 0; backface-visibility: hidden; } .swiper-cube { overflow: visible; } .swiper-cube .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; } .swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right { z-index: 0; backface-visibility: hidden; } .swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; } .swiper-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; -webkit-filter: blur(50px); filter: blur(50px); } .swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ""; position: absolute; left: 0; top: 0; pointer-events: none; } .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); } .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); } .swiper-creative .swiper-slide { backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height; } /* Preloader */ :root { /* --swiper-preloader-color: var(--swiper-theme-color); */ } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; animation: swiper-preloader-spin 1s infinite linear; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); } } .swiper-cards { overflow: visible; } .swiper-cards .swiper-slide { transform-origin: center bottom; backface-visibility: hidden; } .swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-grid > .swiper-wrapper { flex-wrap: wrap; } .swiper-grid-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; }