@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1.5;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
table, td, th {
vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.styled-scrollbars {
scrollbar-width: thin;
scrollbar-color: #C95E2B rgb(34, 34, 34);
}
.styled-scrollbars::-webkit-scrollbar {
width: 7px;
height: 10px;
border-radius: 10;
}
.styled-scrollbars::-webkit-scrollbar-thumb {
background: #C95E2B;
border-radius: 10px;
}
.styled-scrollbars::-webkit-scrollbar-track {
background: rgb(34, 34, 34);
border-radius: 0px;
padding-top: 0;
margin-top: 0;
}
.header {
display: block;
position: fixed;
top: 0;
right: 0;
width: 100%;
z-index: 4;
font-size: 14px;
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
}
.header nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header .btn-quote {
padding: 12px 15px;
font-size: 14px;
width: 100%;
max-width: 140px;
white-space: nowrap;
}
.header.scrolled {
background: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
.header.scrolled .inner-wrap {
height: 60px;
}
.header .inner-wrap {
height: 100px;
padding: 0 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
}
.header .logo {
display: block;
position: relative;
width: 94px;
min-width: 80px;
margin-right: auto;
padding-right: 10px;
}
.header .logo img {
display: block;
width: 100%;
height: auto;
}
.header .menu {
padding: 0;
margin: 0 10px 0 0;
text-align: center;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
line-height: 1;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.header .menu > li {
list-style: none;
position: relative;
margin-left: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header .menu > li > a {
display: block;
white-space: nowrap;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
padding: 8px 0;
border-radius: 20px;
color: #fff;
}
.header .menu > li > a::before {
top: calc(100% - 3px);
left: 0px;
width: 100%;
content: "";
position: absolute;
background: #fff;
opacity: 0.5;
height: 1px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: 0.3s ease-in-out transform;
transition: 0.3s ease-in-out transform;
}
.header .menu > li > a:hover::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header .menu > li.current-menu-item a::before {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header .menu > li.menu-item-has-children a::before {
content: none;
}
.header .menu > li.menu-item-has-children > ul {
position: absolute;
top: calc(100% + 10px);
left: -25px;
width: 240px;
padding: 20px 0;
margin: 0;
background: rgba(0, 0, 0, 0.6);
text-align: left;
border-radius: 20px 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
opacity: 0;
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
}
.header .menu > li.menu-item-has-children > ul li {
list-style: none;
}
.header .menu > li.menu-item-has-children > ul a {
padding: 14px 25px 16px;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
display: block;
text-decoration: none;
}
.header .menu > li.menu-item-has-children > ul a:hover {
background: #C95E2B;
}
.header .menu > li.menu-item-has-children > a:hover::after {
visibility: hidden;
}
.header .menu > li.menu-item-has-children:hover > ul {
visibility: visible;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.header .menu > li.menu-item-has-children::after {
content: "";
width: 8px;
height: 6px;
padding-right: 12px;
margin-top: -1px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-down.svg) 50% 50% no-repeat;
background-size: contain;
}
.social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0px;
margin-right: 22px;
font-size: 20px;
color: #fff;
}
.social-icons li {
list-style: none;
}
.social-icons li a {
color: #fff;
text-decoration: none !important;
}
.social-icons li .icon {
width: 20px;
height: 20px;
display: block;
background-position: 50%;
background-repeat: no-repeat;
}
.social-icons .icon-linkedin {
background-image: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-linkedin.svg);
}
.social-icons .icon-instagram {
background-image: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-instagram.svg);
}
.social-icons .icon-search {
background-image: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-search.svg);
}
.social-icons a {
display: block;
padding: 8px;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
}
.social-icons a:hover {
background: #C95E2B;
}
.mobile-menu-btn {
cursor: pointer;
display: none;
height: 100%;
padding: 0 10px 0 25px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: -10px;
}
.mobile-menu-btn .bars {
position: relative;
display: inline-block;
width: 28px;
height: 19px;
vertical-align: middle;
}
.mobile-menu-btn .line {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
background: #fff;
opacity: 0.8;
height: 2px;
width: 100%;
font-size: 0;
left: 0;
position: absolute;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.mobile-menu-btn .line1 {
top: 0;
}
.mobile-menu-btn .line2 {
top: 50%;
margin-top: -1.5px;
}
.mobile-menu-btn .line3 {
top: 100%;
margin-top: -3px;
}
.mobile-menu-btn:hover .line {
opacity: 1;
}
.show-mobile-menu .mobile-menu-btn .line {
opacity: 1;
}
.show-mobile-menu .mobile-menu-btn .line1 {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
margin-top: -1.5px;
}
.show-mobile-menu .mobile-menu-btn .line2 {
opacity: 0;
}
.show-mobile-menu .mobile-menu-btn .line3 {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 50%;
margin-top: -1.5px;
}
.admin-bar .header {
top: var(--admin-bar-height);
}
#wpadminbar {
position: fixed;
}
@media (max-width: 1024px) {
.header {
z-index: 1000;
position: fixed;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
.header .inner-wrap {
height: 65px;
}
.header .mobile-menu-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header .social-icons {
gap: 10px;
}
.header .menu {
display: none;
}
}
@media (max-width: 768px) {
.header .btn-quote {
display: none;
}
.header .social-icons {
margin-right: 0px;
}
}
.sec.footer {
margin-top: auto;
margin-bottom: 50px;
position: relative;
font-size: 14px;
z-index: 0;
color: #666666;
text-align: left;
padding-top: 100px;
}
.sec.footer .logo {
max-width: 100px;
display: block;
margin-bottom: 20px;
}
.sec.footer .logo img {
display: block;
width: 100%;
height: auto;
}
.sec.footer .social-icons {
padding: 0;
position: relative;
color: rgba(255, 255, 255, 0.4);
margin: 0 0 15px -8px;
}
.sec.footer .cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sec.footer .cols .col:nth-child(1) {
width: 22%;
padding-right: 20px;
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: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sec.footer .cols .col:nth-child(2) {
width: 28%;
position: relative;
padding-right: 20px;
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: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sec.footer .cols .col:nth-child(3) {
width: 50%;
padding: 0;
position: relative;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.sec.footer .menu {
padding: 0;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
}
.sec.footer .menu li {
list-style: none;
margin: 0 0 23px 0;
}
.sec.footer .menu-policy {
margin: 0;
padding: 0;
text-align: right;
width: 100%;
}
.sec.footer .menu-policy li {
list-style: none;
display: inline-block;
margin-left: 6%;
padding: 8px 0;
}
.sec.footer .menu-policy li a {
opacity: 0.5;
}
.sec.footer .menu-policy li a:hover {
opacity: 1;
}
.sec.footer a {
text-decoration: none;
color: #fff;
}
.sec.footer a:hover {
text-decoration: underline;
color: #fff;
}
.sec.footer .form-subscribe {
background: rgba(201, 94, 43, 0.5);
padding: 25px;
color: #fff;
margin-bottom: 25px;
width: 100%;
text-align: left;
position: relative;
}
.sec.footer .form-subscribe form .form-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
}
.sec.footer .form-subscribe form label {
width: 35%;
padding-right: 10px;
}
.sec.footer .form-subscribe form .form-item {
width: 65%;
}
.sec.footer .form-subscribe form input[type=email] {
height: 35px;
border: none;
border-bottom: 1px solid #D9D9D9;
padding: 0;
font-size: 14px;
color: #fff;
padding-right: 92px;
width: 100%;
}
.sec.footer .form-subscribe form input[type=email]::-webkit-input-placeholder {
color: #8B634F;
}
.sec.footer .form-subscribe form input[type=email]::-moz-placeholder {
color: #8B634F;
}
.sec.footer .form-subscribe form input[type=email]:-ms-input-placeholder {
color: #8B634F;
}
.sec.footer .form-subscribe form input[type=email]::-ms-input-placeholder {
color: #8B634F;
}
.sec.footer .form-subscribe form input[type=email]::placeholder {
color: #8B634F;
}
.sec.footer .form-subscribe .wpcf7-spinner {
position: absolute;
top: 6px;
right: 0px;
}
.sec.footer .form-subscribe .btn-submit {
position: absolute;
right: 0;
top: 0;
padding: 8px 0 5px 10px;
background: none;
border: none;
color: #fff;
font-size: 15px;
padding: 10px 0 5px 10px;
cursor: pointer;
}
@media (max-width: 768px) {
.sec.footer {
padding-top: 50px;
}
.sec.footer .cols {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.sec.footer .cols .col:nth-child(1) {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
width: 100%;
text-align: center;
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-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
}
.sec.footer .cols .col:nth-child(2) {
width: 100%;
margin-bottom: 40px;
padding: 0;
display: none;
}
.sec.footer .cols .col:nth-child(3) {
width: 100%;
text-align: center;
padding: 0;
padding-bottom: 30px;
}
.sec.footer .social-icons {
padding: 0;
position: relative;
margin: 0 0 20px;
}
.sec.footer .menu {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
text-align: center;
}
.sec.footer .menu li {
display: inline-block;
margin: 8px 7px 8px;
}
.sec.footer .menu-policy {
text-align: center;
}
.sec.footer .menu-policy li {
margin: 0 8px;
}
}
@media (max-width: 600px) {
.sec.footer .form-subscribe form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sec.footer .form-subscribe form label {
width: 100%;
margin-bottom: 20px;
}
.sec.footer .form-subscribe form .form-item {
width: 100%;
}
}
.show-mobile-menu {
overflow: hidden;
}
.menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(20, 20, 20, 0.95);
z-index: 98;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.mobile-menu {
visibility: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
z-index: 99;
position: fixed;
top: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
width: 280px;
right: -280px;
padding: 65px 0 0 0;
-webkit-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
}
.mobile-menu > .inner {
overflow: auto;
height: 100%;
padding: 30px 40px;
}
.mobile-menu .btn-quote {
display: none;
}
.mobile-menu .menu {
padding: 0;
font-size: 18px;
font-weight: normal;
overflow: hidden;
margin-bottom: 30px;
}
.mobile-menu .menu li {
list-style: none;
position: relative;
}
.mobile-menu .menu li a {
text-decoration: none;
padding: 8px 0;
display: inline-block;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
position: relative;
color: #fff;
}
.mobile-menu .menu li a::before {
background: #fff;
height: 1px;
width: 0;
opacity: 0.8;
content: "";
display: block;
bottom: 0;
left: 0;
-webkit-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
position: absolute;
}
.mobile-menu .menu li a:hover::before {
width: 100%;
}
.mobile-menu .menu li.current-menu-item a::before {
width: 100%;
}
.mobile-menu .menu li.menu-item-has-children {
padding: 10px 0;
}
.mobile-menu .menu li.menu-item-has-children li a {
font-size: 0.95em;
font-weight: normal;
opacity: 0.7;
}
.mobile-menu .menu li.menu-item-has-children > a::after {
content: "";
height: 7px;
padding-left: 11px;
margin: 1px 0 0 6px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-down.svg) 50% 50% no-repeat;
background-size: contain;
}
@media (max-width: 1024px) {
.show-mobile-menu .mobile-menu {
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
right: 0;
}
.show-mobile-menu .menu-overlay {
opacity: 0.96;
visibility: visible;
}
.admin-bar .mobile-menu > .inner {
padding-top: 107px;
}
}
@media (max-width: 768px) {
.mobile-menu .btn-quote {
display: block;
}
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #000;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999991;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
max-width: 960px;
width: 100%;
margin-top: 35px;
cursor: auto;
background: #fff;
}
.mfp-inline-holder .mfp-content {
width: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
height: auto;
margin-top: 36px;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #fff;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 20px;
font-weight: bold;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 25%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Tiro+Bangla&display=swap");
:root {
--admin-bar-height:0px;
}
.admin-bar {
--admin-bar-height:32px;
}
html body {
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: normal;
color: #fff;
padding: 0;
margin: 0;
line-height: 1.4;
background: #000;
}
.edit-post-visual-editor__content-area > div,
.editor-styles-wrapper {
color: #fff;
background: #000 !important;
padding: 10px !important;
}
.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p,
.post-type-project .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p,
.post-type-testimonial .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p {
max-width: 900px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.block-editor-block-list__layout {
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: normal;
color: #fff;
padding: 0;
margin: 0;
line-height: 1.3;
}
.interface-interface-skeleton__content {
color: #fff;
background: #000 !important;
padding: 10px !important;
}
.post-type-testimonial .edit-post-visual-editor,
.post-type-project .edit-post-visual-editor,
.post-type-post .edit-post-visual-editor {
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
.alignright {
float: right;
-webkit-margin-start: 2em;
margin-inline-start: 2em;
-webkit-margin-end: 0;
margin-inline-end: 0;
}
.alignleft {
float: left;
-webkit-margin-end: 2em;
margin-inline-end: 2em;
-webkit-margin-start: 0;
margin-inline-start: 0;
}
.inner-wrap {
padding: 0 20px;
margin: 0 auto;
width: 100%;
max-width: 1200px;
position: relative;
}
a {
color: #C95E2B;
text-decoration: underline;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
a:hover, a:focus {
outline: none;
text-decoration: underline;
color: #E26326;
}
p {
margin: 0 0 1.3em 0;
}
u {
text-decoration: none;
padding-bottom: 0.14em;
position: relative;
}
u::after {
position: absolute;
height: 0.1em;
width: 100%;
background: #C95E2B;
content: "";
left: 0;
bottom: 0;
}
:focus {
outline: none;
}
::-moz-selection {
background: #C95E2B;
color: #fff;
}
::selection {
background: #C95E2B;
color: #fff;
}
::-moz-selection {
background: #C95E2B;
color: #fff;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
}
input, textarea, select, button {
font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Tiro Bangla", serif;
line-height: 1.3;
font-weight: normal;
margin: 0 0 0.5em 0;
overflow-wrap: normal;
}
h5, h6 {
font-family: "Poppins", sans-serif;
color: #C95E2B;
}
h1 {
font-size: 50px;
}
h2 {
font-size: 40px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 28px;
}
h5 {
font-size: 24px;
}
h6 {
font-size: 22px;
}
b, strong {
font-weight: 600;
}
ul {
padding-left: 20px;
}
ol {
padding: 0 0 0 32px;
counter-reset: item;
margin-bottom: 40px;
overflow: hidden;
}
ol li {
list-style: none;
position: relative;
margin-bottom: 20px;
}
ol > li::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: counter(item);
counter-increment: item;
font-weight: bold;
color: #fff;
background: #B2C7D5;
min-width: 24px;
height: 24px;
padding: 1px 0 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
position: absolute;
left: -30px;
}
.sec input[type=text],
.sec input[type=email],
.sec input[type=password],
.sec input[type=tel],
.sec textarea,
.sec select {
background: transparent;
border: 0 solid transparent;
border: 1px solid #000;
border-radius: 0;
color: #000;
font-size: 18px;
font-weight: 500;
height: 50px;
padding: 0 0 0 20px;
width: 100%;
text-align: left;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
}
.sec input[type=text]::-webkit-input-placeholder, .sec input[type=email]::-webkit-input-placeholder, .sec input[type=password]::-webkit-input-placeholder, .sec input[type=tel]::-webkit-input-placeholder, .sec textarea::-webkit-input-placeholder {
color: #808080;
}
.sec input[type=text]::-moz-placeholder, .sec input[type=email]::-moz-placeholder, .sec input[type=password]::-moz-placeholder, .sec input[type=tel]::-moz-placeholder, .sec textarea::-moz-placeholder {
color: #808080;
}
.sec input[type=text]:-ms-input-placeholder, .sec input[type=email]:-ms-input-placeholder, .sec input[type=password]:-ms-input-placeholder, .sec input[type=tel]:-ms-input-placeholder, .sec textarea:-ms-input-placeholder {
color: #808080;
}
.sec input[type=text]::-ms-input-placeholder, .sec input[type=email]::-ms-input-placeholder, .sec input[type=password]::-ms-input-placeholder, .sec input[type=tel]::-ms-input-placeholder, .sec textarea::-ms-input-placeholder {
color: #808080;
}
.sec input[type=text]::placeholder,
.sec input[type=email]::placeholder,
.sec input[type=password]::placeholder,
.sec input[type=tel]::placeholder,
.sec textarea::placeholder {
color: #808080;
}
.sec input[type=text]:focus,
.sec input[type=email]:focus,
.sec input[type=password]:focus,
.sec input[type=tel]:focus,
.sec textarea:focus,
.sec select:focus {
border-bottom-color: #000;
color: #000;
-webkit-box-shadow: 0 1px 0 0px #000;
box-shadow: 0 1px 0 0px #000;
}
.sec textarea {
padding-top: 6px;
height: 8em;
}
.sec input[type=checkbox] {
position: relative;
cursor: pointer;
width: 14px;
height: 14px;
}
.sec input[type=checkbox]:before {
content: "";
display: block;
position: absolute;
width: 14px;
height: 14px;
top: 0;
left: 0;
background-color: #fff;
border: 1px solid #fff;
border-radius: 2px;
}
.sec input[type=checkbox]:checked:before {
content: "";
display: block;
position: absolute;
width: 14px;
height: 14px;
top: 0;
left: 0;
background-color: #fff;
}
.sec input[type=checkbox]:checked:after {
content: "";
display: block;
width: 3px;
height: 8px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 1px;
left: 6px;
}
.page-title {
font-size: 42px;
line-height: 1.3;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cols > .col {
width: 50%;
padding-right: 3%;
}
.cols > .col:last-child {
padding-right: 0;
padding-left: 3%;
}
.select-wrapper {
position: relative;
}
.select-wrapper select {
-moz-appearance: none; -webkit-appearance: none; appearance: none;
}
.select-wrapper::after {
content: "";
width: 8px;
height: 4px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-arrow-down-dark.svg) 50% 50% no-repeat;
background-size: contain;
right: 15px;
top: calc(50% - 2px);
position: absolute;
z-index: 2;
}
.btn {
background: #C95E2B;
border-radius: 0;
outline: none;
line-height: 1;
cursor: pointer;
border: none;
display: inline-block;
color: #fff;
text-decoration: none;
font-weight: 500;
font-size: 18px;
padding: 17px 35px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-align: center;
text-decoration: none !important;
}
.btn:hover, .btn:focus {
background: #E26326;
color: #fff;
text-decoration: none;
}
.btn.black {
background: #000;
}
.btn.black:hover {
background: #722f0f;
}
.qmark::before {
content: "“";
display: block;
font-size: 80px;
font-weight: 900;
text-align: center;
line-height: 40px;
margin: 40px 0 -10px;
position: relative;
}
.separator {
height: 1px;
background: #fff;
margin-bottom: 30px;
}
.nospace,
.nowrap {
white-space: nowrap;
}
.noscroll {
overflow: hidden;
}
.main-content {
margin-bottom: 60px;
}
.main-content.top-margin {
padding-top: 130px;
}
.page-404 {
text-align: center;
}
.page-404 h2 {
padding: 20px 0 0 0;
margin: 0 0 40px;
}
.page-404 .text {
margin-bottom: 40px;
}
.text-two-cols {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
text-align: left;
-webkit-column-gap: 5%;
-moz-column-gap: 5%;
column-gap: 5%;
}
.breadcrumbs {
opacity: 0.7;
color: #C1C1C1;
font-size: 16px;
padding: 30px 0 15px;
margin-bottom: 15px;
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
width: calc(100% - 20px);
text-align: left;
}
.breadcrumbs a {
text-decoration: none;
color: #b6b6b6;
}
.breadcrumbs a:hover {
text-decoration: underline;
color: #fff;
opacity: 1;
}
.breadcrumbs .divider {
margin: 0 4px;
}
@media (max-width: 960px) {
.main-content {
margin-bottom: 100px;
}
.page-title {
font-size: 40px;
}
}
@media (max-width: 782px) {
.admin-bar {
--admin-bar-height:46px;
}
}
@media (max-width: 768px) {
h1 {
font-size: 42px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 29px;
}
h4 {
font-size: 25px;
}
h5 {
font-size: 22px;
}
h6 {
font-size: 20px;
}
.cols {
display: block;
}
.cols > .col {
width: auto;
padding: 0;
}
.cols > .col:last-child {
padding-right: 0;
padding-left: 0;
}
html body {
font-size: 16px;
}
.page-title {
font-size: 37px;
}
}
@media (max-width: 600px) {
.main-content {
margin-bottom: 70px;
}
h1 {
font-size: 37px;
}
h2 {
font-size: 31px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 23px;
}
h5 {
font-size: 21px;
}
h6 {
font-size: 19px;
}
.text-two-cols {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.page-title {
font-size: 32px;
}
}
.sec {
position: relative;
text-align: center;
}
.sec * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sec-portfolio {
margin-bottom: 70px;
}
.sec-meet-team {
margin-bottom: 100px;
text-align: left;
}
.sec-meet-team .sec-title {
margin-bottom: 50px;
}
.sec-about-text {
margin-bottom: 100px;
line-height: 1.6;
}
.sec-services-text {
margin-bottom: 100px;
line-height: 1.6;
}
.sec-services-text .sec-title {
text-align: left;
}
.sec-services-text .btn + .sec-title {
margin-top: 80px;
}
.sec-services-text .text-two-cols {
padding-top: 20px;
margin-bottom: 60px;
}
.sec-services-text img {
width: 100%;
height: auto;
margin: 0 -10px 20px;
position: relative;
}
.sec-resources {
margin-bottom: 100px;
}
.sec-testimonials {
margin-bottom: 100px;
}
.sec-content {
text-align: left;
line-height: 1.6;
margin-bottom: 100px;
}
.sec-content p {
max-width: 900px;
}
.sec-content .gallery-block {
margin-top: 50px;
text-align: center;
}
.sec-checkerboard {
margin-bottom: 100px;
}
.sec-why {
margin-bottom: 0;
}
.sec-why .inner-wrap {
max-width: none;
padding: 0;
}
.sec-testimonials-slider {
padding: 80px 0 40px;
}
@media (max-width: 960px) {
.sec-portfolio .inner-wrap {
padding: 0 2px;
}
}
@media (max-width: 600px) {
.sec-meet-team,
.sec-about-text,
.sec-content,
.sec-resources,
.sec-testimonials,
.sec-services-text {
margin-bottom: 60px;
}
}
.sec-main {
padding-top: 180px;
padding-bottom: 100px;
height: 100vh;
min-height: 500px;
max-height: 670px;
background-position: 50% 20%;
background-repeat: no-repeat;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.sec-main:before {
position: absolute;
top: 45%;
left: 0;
height: 55%;
width: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
content: "";
}
.sec-main .inner-wrap {
width: 100%;
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.sec-main .content-block {
max-width: 550px;
text-align: left;
}
.sec-main .sec-title {
margin-bottom: 20px;
}
.sec-main .text + .btn {
margin-top: 30px;
}
.sec-main .breadcrumbs {
position: absolute;
top: -60px;
left: 20px;
}
.sec-main.sec-main-home {
max-height: 880px;
}
.sec-main.sec-main-home .inner-wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sec-main.sec-main-home .content-block {
max-width: 600px;
text-align: center;
height: 100%;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.sec-main.sec-main-home .bottom {
position: relative;
max-width: 550px;
margin: 40px auto 0;
}
.sec-main.sec-main-home .bottom:after {
width: 58%;
height: 4px;
background: #C95E2B;
content: "";
margin: 20px auto 0;
display: block;
}
.sec-main.sec-main-about .content-block {
margin-top: 100px;
}
.sec-main.sec-main-search {
min-height: 430px;
max-height: 500px;
}
.sec-main.sec-main-single-project::after,
.sec-main.sec-main-single-resource::after {
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
position: absolute;
}
.sec-main.sec-main-contacts {
margin-bottom: -310px;
}
.sec-main.sec-main-404 .inner-wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sec-main.sec-main-404 .content-block {
text-align: center;
}
.sec-main.sec-main-404 .sec-title {
font-size: 60px;
}
@media (max-width: 600px) {
.sec-main {
padding-top: 130px;
padding-bottom: 70px;
min-height: 300px;
max-height: 500px;
}
}
.sec-gallery {
text-align: center;
}
.gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
margin-bottom: 50px;
}
.gallery .item {
width: 50%;
position: relative;
padding: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery .item a {
display: block;
overflow: hidden;
color: #fff;
}
.gallery .item a img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
margin: 0;
}
.gallery .item a .image {
display: block;
padding-top: 65%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
-webkit-transition: 1s ease-in-out all;
transition: 1s ease-in-out all;
}
.gallery .item a .title {
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
padding: 40px 20px 20px;
font-size: 22px;
background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0;
line-height: 1.2;
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
}
.gallery .item a:hover .image {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.gallery .item a:hover .title {
opacity: 1;
bottom: 0;
}
.gallery.three-cols .item {
width: 33.3%;
}
.gallery.three-cols .item a .image {
padding-top: 62%;
}
.gallery.four-cols .item {
width: 25%;
}
.gallery.four-cols .item a .image {
padding-top: 100%;
}
.gallery.gallery-images a {
padding-top: 100%;
position: relative;
}
.gallery.gallery-images a img {
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 960px) {
.gallery .item a .title {
font-size: 20px;
padding: 30px 10px 10px;
}
}
@media (max-width: 768px) {
.gallery .item a .title {
opacity: 1;
bottom: 0;
}
.gallery.three-cols .item {
width: 50%;
}
.gallery.four-cols .item {
width: 50%;
}
}
@media (max-width: 400px) {
.gallery .item {
width: 100% !important;
}
}
.services {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: left;
position: relative;
margin: 0 -30px 80px;
}
.services .item {
width: 25%;
padding: 0 30px;
margin: 0 0 50px;
}
.services .item h6 {
font-size: 18px;
min-height: 57px;
margin-bottom: 1.2em;
}
.services .item li {
margin-bottom: 10px;
}
@media (max-width: 1024px) {
.services .item {
width: 33.3%;
}
}
@media (max-width: 768px) {
.services .item {
width: 50%;
}
}
@media (max-width: 500px) {
.services .item {
width: 100%;
}
.services .item h6 {
min-height: auto;
}
}
.swiper-container {
position: relative;
margin: 0 -2px;
}
.swiper-container .swiper-slide {
height: auto;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
color: #fff;
background: #C95E2B;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
width: 50px;
height: 50px;
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;
border-radius: 50%;
-webkit-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
background: #E26326;
}
.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
font-size: 25px;
}
.swiper-container .swiper-button-next {
right: -15px;
padding-left: 4px;
}
.swiper-container .swiper-button-prev {
left: -15px;
padding-right: 4px;
}
.swiper-container .swiper-pagination-bullet-active {
background: #C95E2B;
}
.testimonials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: left;
}
.testimonials.swiper .item {
width: 100%;
height: 100%;
}
.testimonials .item {
width: 33.3%;
position: relative;
padding: 2px;
line-height: 1.5;
}
.testimonials .item a {
display: block;
height: 100%;
background: #fff;
text-decoration: none;
padding: 13% 11%;
}
.testimonials .item a::after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #C95E2B;
opacity: 0;
content: "";
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
-webkit-transform: scale(0.85);
transform: scale(0.85);
}
.testimonials .item a:hover::after {
opacity: 0.2;
-webkit-transform: none;
transform: none;
}
.testimonials .item .name {
display: block;
text-transform: uppercase;
}
.testimonials .item .date {
display: block;
font-size: 14px;
color: #A5A5A5;
}
.testimonials .item .text-short, .testimonials .item .text {
color: #000;
display: block;
padding: 20px 0;
}
.testimonials .item .text {
display: none;
}
.testimonials .item .read-more {
text-align: right;
display: block;
}
@media (max-width: 1024px) {
.testimonials .item {
font-size: 17px;
}
}
@media (max-width: 768px) {
.testimonials .item {
width: 50%;
}
}
@media (max-width: 600px) {
.testimonials .item {
width: 100%;
}
.testimonials .item a {
padding: 40px 35px;
}
}
.checkerboard .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
color: #000;
text-align: left;
}
.checkerboard .item .title a {
text-decoration: none;
color: #000;
}
.checkerboard .item .title a:hover {
color: #C95E2B;
border-bottom: 2px solid #C95E2B;
}
.checkerboard .item .read-more {
color: #A5A5A5;
text-decoration: none;
margin-top: 20px;
padding: 10px 0;
display: inline-block;
}
.checkerboard .item .read-more:hover {
color: #C95E2B;
text-decoration: underline;
}
.checkerboard .item .col-img {
overflow: hidden;
position: relative;
min-height: 460px;
width: 50%;
}
.checkerboard .item .col-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
.checkerboard .item .col-text {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.checkerboard .item .col-text .content-block {
max-width: 600px;
width: 100%;
}
.checkerboard .item .col-text .content-block .inner {
padding: 9% 11% 9% 12%;
}
.checkerboard .item .col-text .content-block li {
margin: 7px 0;
}
.checkerboard .item .subtitle {
margin-bottom: 25px;
color: #C95E2B;
text-transform: uppercase;
}
.checkerboard .item:nth-child(even) .col-text {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 960px) {
.checkerboard .item .col-img {
min-height: auto;
padding-top: 40%;
}
}
@media (max-width: 600px) {
.checkerboard {
padding: 0 20px;
}
.checkerboard .item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.checkerboard .item .col-img {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
width: 100%;
min-height: auto;
padding-top: 50%;
}
.checkerboard .item .col-text {
width: 100%;
}
.checkerboard .item .col-text .content-block .inner {
padding: 30px !important;
font-size: 16px;
}
}
.sec-welcome {
height: 100vh;
max-height: 720px;
position: relative;
padding: 100px 0;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sec-welcome .btn {
width: 220px;
}
.sec-welcome .content-block {
width: 60%;
max-width: 500px;
margin: 0;
}
.sec-welcome .text {
margin-bottom: 30px;
}
.sec-welcome .bg {
position: absolute;
top: 0;
left: 50%;
width: 50%;
height: 100%;
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: cover;
}
.sec-welcome .bg::after {
width: 100%;
height: 100%;
display: block;
left: -1px;
top: 0;
position: absolute;
content: "";
background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(41%, rgba(0, 0, 0, 0.7)), color-stop(76%, rgba(0, 0, 0, 0)));
background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 41%, rgba(0, 0, 0, 0) 76%);
}
@media (max-width: 768px) {
.sec-welcome {
height: auto;
max-height: none;
min-height: 90vw;
padding: 60px 0;
}
.sec-welcome .content-block {
width: auto;
max-width: 440px;
}
.sec-welcome .bg {
left: 0%;
width: 100%;
height: 100%;
background-position: 100% 50%;
}
.sec-welcome .bg::after {
width: 100%;
height: 100%;
display: block;
content: "";
background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(76%, rgba(0, 0, 0, 0.6)));
background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.6) 76%);
}
}
.sec-team {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0;
}
.sec-team::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
display: block;
background: #C95E2B;
opacity: 0.9;
}
.sec-team .team {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 2;
padding-top: 20px;
margin-bottom: 30px;
}
.sec-team .team .item {
width: 20%;
font-size: 14px;
padding: 0 2%;
}
.sec-team .team .item .name {
font-weight: bold;
text-transform: uppercase;
}
.sec-team .team .item .image {
width: 100%;
max-width: 117px;
margin: 0 auto 25px;
position: relative;
}
.sec-team .team .item .image::before {
position: absolute;
display: block;
content: "";
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 70%;
height: 45%;
border-radius: 50%;
-webkit-box-shadow: 0 8px 34px rgb(100, 34, 0);
box-shadow: 0 8px 34px rgb(100, 34, 0);
}
.sec-team .team .item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
border-radius: 50%;
position: relative;
z-index: 1;
display: block;
}
@media (max-width: 768px) {
.sec-team .team {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sec-team .team .item {
width: 33.3%;
margin: 10px 0;
}
}
@media (max-width: 400px) {
.sec-team .team .item {
width: 50%;
margin: 10px 0;
}
}
.popup {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
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;
z-index: -1;
visibility: hidden;
-webkit-transition: 0.5s ease-in-out all;
transition: 0.5s ease-in-out all;
padding: 10px;
}
.popup .overlay {
background: rgba(0, 0, 0, 0.8);
opacity: 0;
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
top: 0;
-webkit-transition: 0.5s ease-in-out opacity;
transition: 0.5s ease-in-out opacity;
}
.popup .popup-window {
width: 100%;
height: 100%;
max-width: 750px;
max-height: 570px;
padding: 1px;
background: #fff;
border-radius: 0px;
position: relative;
z-index: 2;
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
}
.popup .popup-window .btn-close {
position: absolute;
top: -11px;
right: -11px;
width: 36px;
height: 36px;
background: #C95E2B;
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;
border-radius: 50%;
cursor: pointer;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
}
.popup .popup-window .btn-close:hover {
background: #E26326;
}
.popup .popup-window .btn-close::after {
content: "";
width: 14px;
height: 14px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-close.svg) 50% 50% no-repeat;
background-size: contain;
}
.popup .popup-window > .inner {
height: 100%;
border-radius: 7px;
}
.popup .popup-window .popup-content {
overflow: auto;
height: 100%;
padding: 35px;
}
.popup.show {
visibility: visible;
z-index: 90;
}
.popup.show .overlay {
opacity: 0.9;
}
.popup.show .popup-window {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.popup-testimonial .popup-window {
max-width: 500px;
max-height: 500px;
line-height: 1.5;
}
.popup-testimonial .name {
display: block;
text-transform: uppercase;
color: #C95E2B;
}
.popup-testimonial .date {
display: block;
font-size: 14px;
color: #A5A5A5;
}
.popup-testimonial .text {
color: #000;
display: block;
padding: 20px 0 0;
}
.popup-testimonial .text p:last-child {
margin-bottom: 0;
}
.popup-testimonial .text-short {
display: none;
}
.popup-testimonial .read-more {
text-align: right;
display: none;
}
.sec-contacts .wpcf7 form .wpcf7-response-output {
margin: 0;
}
.sec-contacts .wpcf7-not-valid-tip {
text-align: left;
font-size: 0.8;
padding-left: 20px;
}
.sec-contacts .wpcf7-spinner {
top: 28px;
right: 0;
position: absolute;
}
.sec-contacts .form-block {
background: #fff;
color: #000;
overflow: hidden;
position: relative;
padding: 100px 20px 130px;
}
.sec-contacts .form-block::before {
position: absolute;
display: block;
content: "";
bottom: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 90%;
height: 40px;
border-radius: 50%;
-webkit-box-shadow: 0 20px 110px rgba(201, 94, 43, 0.8);
box-shadow: 0 20px 110px rgba(201, 94, 43, 0.8);
}
.sec-contacts .form-block .cols {
max-width: 820px;
margin: 0 auto;
padding-top: 45px;
}
.sec-contacts .form-block .col-1 {
text-align: left;
}
.sec-contacts .form-block .photo {
max-width: 175px;
margin-bottom: 30px;
}
.sec-contacts .form-block .photo .inner {
width: 100%;
padding-top: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
position: relative;
}
.sec-contacts .form-block .photo .social-link {
background: #C95E2B;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 45px;
width: 45px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
position: absolute;
bottom: 0;
left: 63%;
-webkit-transition: 0.2s ease-in-out background;
transition: 0.2s ease-in-out background;
}
.sec-contacts .form-block .photo .social-link:hover {
background: #E26326;
}
.sec-contacts .form-block .photo .icon {
width: 20px;
height: 20px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-linkedin.svg) 50% 50% no-repeat;
background-size: contain;
}
.sec-contacts .form-block .text {
max-width: 330px;
line-height: 1.5;
}
.sec-contacts .form-block .text a {
font-weight: bold;
}
.sec-contacts .form-contacts .form-item {
margin-bottom: 10px;
}
.sec-contacts .form-contacts .form-buttons {
padding-top: 15px;
position: relative;
}
.sec-contacts .form-contacts .form-buttons .btn {
width: 100%;
}
@media (max-width: 1200px) {
.sec-contacts .inner-wrap {
padding: 0;
}
}
@media (max-width: 768px) {
.sec-contacts .form-block {
padding: 60px 20px;
}
.sec-contacts .form-block .cols {
padding-top: 20px;
}
.sec-contacts .form-block .col-1 {
text-align: center;
}
.sec-contacts .form-block .photo {
margin: 0 auto 30px;
}
.sec-contacts .form-block .text {
margin: 0 auto 30px;
}
}
.popup-search-form {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
z-index: 1001;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px 10px 30px 20px;
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: 0.4s ease-in-out all;
transition: 0.4s ease-in-out all;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
.popup-search-form .overlay {
background: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.popup-search-form.show {
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
}
.popup-search-form .form-item {
position: relative;
width: 100%;
max-width: 500px;
z-index: 1;
}
.popup-search-form .form-item input[type=text] {
background: rgba(0, 0, 0, 0.5);
border: 1px solid #fff;
font-size: 20px;
color: #fff;
height: 50px;
width: 100%;
padding: 0 30px 0 15px;
}
.popup-search-form .form-item button {
background: none;
border: none;
padding: 14px;
position: absolute;
bottom: 1px;
right: 1px;
cursor: pointer;
-webkit-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
}
.popup-search-form .form-item button:hover {
background: #C95E2B;
}
.popup-search-form .form-item button .icon-search {
height: 20px;
width: 20px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-search.svg) 50% 50% no-repeat;
background-size: contain;
display: block;
}
.popup-search-form .btn-close {
cursor: pointer;
padding: 8px;
margin-left: 8px;
-webkit-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
position: relative;
z-index: 1;
}
.popup-search-form .btn-close:hover {
background: #C95E2B;
}
.popup-search-form .btn-close .icon-close {
width: 25px;
height: 25px;
background: url(//b2builders.braininsider-apps.com/wp-content/themes/b2builders/img/icon-close.svg) 50% 50% no-repeat;
background-size: contain;
display: block;
}
.search-words {
color: #C95E2B;
}
.search-item {
background: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
color: rgba(255, 255, 255, 0.7);
margin-bottom: 30px;
}
.search-item .col-image {
width: 30%;
min-width: 320px;
padding-top: 20%;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(255, 255, 255, 0.05);
display: block;
position: relative;
}
.search-item .col-image .no-image {
color: #fff;
opacity: 0.1;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.search-item .col-content {
width: 70%;
padding: 35px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.search-item .col-content .post-type {
text-transform: uppercase;
font-size: 16px;
opacity: 0.7;
}
.search-item .col-content a {
text-decoration: none;
}
.search-item .col-content .inner > *:last-child {
margin-bottom: 0;
}
@media (max-width: 768px) {
.search-item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.search-item .col-image {
width: 100%;
min-width: auto;
padding-top: 60%;
}
.search-item .col-no-image {
display: none;
}
.search-item .col-content {
width: 100%;
padding: 35px 40px;
}
}
@media (max-width: 600px) {
.popup-search-form {
padding-bottom: 33%;
}
}
.sec-post-single .post-article h1, .sec-post-single .post-article h2, .sec-post-single .post-article h3, .sec-post-single .post-article h4, .sec-post-single .post-article h5, .sec-post-single .post-article h6 {
max-width: 600px;
}
.sec-post-single .post-article p {
max-width: 820px;
}
.sec-post-single .post-article p:last-child {
margin-bottom: 0;
}
.sec-post-single .post-article * + h1, .sec-post-single .post-article * + h2, .sec-post-single .post-article * + h3, .sec-post-single .post-article * + h4, .sec-post-single .post-article * + h5, .sec-post-single .post-article * + h6 {
padding-top: 25px;
}
.sec-post-single .btn-line {
text-align: center;
padding-top: 30px;
}
.grecaptcha-badge {
visibility: hidden !important;
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #000;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999991;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
max-width: 960px;
width: 100%;
margin-top: 35px;
cursor: auto;
background: #fff;
}
.mfp-inline-holder .mfp-content {
width: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
height: auto;
margin-top: 36px;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #fff;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 20px;
font-weight: bold;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .pagination-wrap {
text-align: center;
}
.pagination-section {
padding-top: 20px;
text-align: center;
}
.pagination {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: 30px 0 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0 45px;
}
.pagination .page-numbers {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 40px;
min-width: 40px;
padding: 5px 5px;
margin: 0 4px 5px;
text-decoration: none;
background: rgba(255, 255, 255, 0.8);
color: #000;
border-radius: 50%;
-webkit-transition: 0.3s ease-in-out all;
transition: 0.3s ease-in-out all;
}
.pagination .page-numbers:hover {
background: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.pagination .page-numbers.current {
background: #C95E2B;
color: #fff;
}
.pagination .page-numbers.prev {
position: absolute;
top: 0;
left: 0;
}
.pagination .page-numbers.next {
position: absolute;
top: 0;
right: 0;
}
.pagination .page-numbers.dots,
.pagination .page-numbers.dots:hover {
background: none;
color: #767676;
}
@font-face {
font-family: "swiper-icons";
src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff; }
.swiper,
swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-3d {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.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 {
-webkit-transform-style: preserve-3d;
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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.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 {
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
-ms-scroll-snap-type: none;
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-ordinal-group: 10000;
-ms-flex-order: 9999;
order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-start: var(--swiper-centered-offset-before);
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-before: var(--swiper-centered-offset-before);
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
-webkit-animation: swiper-preloader-spin 1s infinite linear;
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} @font-face {
font-family: swiper-icons;
src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff ;
}
.swiper,
swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-3d {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.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 {
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
-ms-scroll-snap-type: none;
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-ordinal-group: 10000;
-ms-flex-order: 9999;
order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-start: var(--swiper-centered-offset-before);
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-before: var(--swiper-centered-offset-before);
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
-webkit-animation: swiper-preloader-spin 1s infinite linear;
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff ;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000 ;
}
@keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.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);
}
:root {
--swiper-navigation-size: 44px ;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 0.3s opacity;
transition: 0.3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
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: var(--swiper-pagination-bullet-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;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: 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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s top;
transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.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%;
-webkit-transform: translateX(-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 {
-webkit-transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s left;
transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s right;
transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
background: var(--swiper-pagination-progressbar-bg-color, 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%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
-ms-touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
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;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
-ms-touch-action: none;
touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
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-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transition-property: opacity, height, -webkit-transform;
transition-property: opacity, height, -webkit-transform;
transition-property: transform, opacity, height;
transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}