.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//doxai.co/wp-content/themes/doxai/assets/styles/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@keyframes showHide {
0%,
25% {
opacity: 1;
}
50%,
100% {
opacity: 0;
}
}
@keyframes showModal {
from {
margin-top: 300px;
opacity: 0;
}
to {
margin-top: 0;
opacity: 1;
}
}
.single-product .contentSwitcher {
display: flex;
background: #211057;
color: #e2ebfd;
width: fit-content;
padding: calc(4 / 1440 * 100vw);
border-radius: calc(48 / 1440 * 100vw);
margin-bottom: calc(6 / 1440 * 100vw);
}
.single-product .contentSwitcher > div {
font-weight: 510;
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
padding: calc(8 / 1440 * 100vw);
border-radius: calc(40 / 1440 * 100vw);
cursor: pointer;
}
.single-product .contentSwitcher > div.active {
color: #211057;
background-color: #e2ebfd;
}
.single-product .contentSwitch.textSwitch {
overflow: hidden;
opacity: 1;
visibility: visible;
transform: translateY(0);
transition:
max-height 0.4s ease,
opacity 0.4s ease,
transform 0.4s ease,
visibility 0.4s ease;
}
.single-product .contentSwitch.bannerSwitch {
opacity: 1;
visibility: visible;
transition:
opacity 0.4s ease,
visibility 0.4s ease;
}
.single-product .contentSwitch.containerSwitch {
display: block;
}
.single-product .contentSwitch.textSwitch:not(.active) {
max-height: 0;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
}
.single-product .contentSwitch.bannerSwitch:not(.active) {
opacity: 0;
visibility: hidden;
}
.single-product .contentSwitch.containerSwitch:not(.active) {
display: none;
}
.single-product .toast-message,
.single-product div.chat-fc-form-outer {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
}
.single-product .chat-fc-form-outer div.fc-form {
padding: 20px;
}
.single-product .chat-fc-form-outer div.fc-form ul li input {
padding: 8px 10px;
width: calc(100% - 20px);
}
.single-product .chat-fc-form-outer div.fc-form a.fc-button {
font-size: 15px;
font-weight: 600;
line-height: 20px;
border-radius: 8px;
}
.single-product .section-desktop.menu-desktop .MuiButtonBase-root.signup {
color: #000 !important;
border-color: #fff !important;
background-color: #fff !important;
}
.single-product .section-gradient-bottom {
position: relative;
}
.single-product .section-gradient-bottom::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://doxai.co/wp-content/uploads/2024/10/svgviewer-png-output-3.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
.single-product .section-gradient-bottom > .product-section {
position: relative;
z-index: 1;
}
.single-product.product-template-product-esignature .main-content-wrapper {
overflow: visible;
}
.single-product .header-wrapper .menu {
color: #fff;
}
.single-product .header-wrapper .sub-menu .menu {
color: #000;
}
.single-product .product-section {
padding: calc(80 / 1440 * 100vw) 0;
text-align: left;
}
.single-product .product-section img {
max-width: 100%;
}
.single-product .product-section a.button-cta {
display: block;
text-align: center;
width: fit-content; }
.single-product .product-section .MuiButtonBase-root.MuiButton-root {
height: calc(45 / 1440 * 100vw);
padding: calc(19 / 1440 * 100vw) calc(32 / 1440 * 100vw) !important;
}
.single-product .product-section a.button-cta .MuiButton-root {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(15 / 1440 * 100vw);
font-weight: 600;
line-height: calc(20 / 1440 * 100vw);
text-align: center;
width: auto;
color: #fff;
border: calc(2 / 1440 * 100vw) solid #184bff;
background: #184bff;
box-shadow: none;
border-radius: calc(8 / 1440 * 100vw);
}
.single-product .product-section a.button-cta .MuiButton-root:hover {
background: #1135b3;
border-color: #1135b3;
}
.single-product .product-section a.button-cta.button-border .MuiButton-root {
background: transparent;
color: #184bff;
}
.single-product .product-section .buttons {
display: flex;
gap: calc(16 / 1440 * 100vw);
margin-top: calc(40 / 1440 * 100vw);
justify-content: center;
}
.single-product .product-section .buttons.gradient a.button-cta .MuiButton-root {
border: none;
background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
min-width: unset;
}
.single-product .product-section .buttons.gradient a.button-cta.button-border .MuiButton-root {
color: #fff;
background: transparent;
border-width: calc(1 / 1440 * 100vw);
border-style: solid;
border-color: #fff;
}
.single-product .product-section .MuiButton-root {
min-width: calc(343 / 1440 * 100vw);
}
.single-product .product-section,
.single-product .product-section .MuiTypography-body1 {
color: #000;
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(20 / 1440 * 100vw);
line-height: calc(24 / 1440 * 100vw);
font-weight: 400;
}
.single-product .product-section .heading {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(44 / 1440 * 100vw);
font-weight: 700;
line-height: calc(60 / 1440 * 100vw);
text-align: center;
margin: 0 auto;
margin-bottom: calc(16 / 1440 * 100vw); }
.single-product.product-template-product-data-exchange .product-section .heading,
.single-product.product-template-product-data-exchange-landing .product-section .heading {
max-width: calc(960 / 1440 * 100vw);
}
.single-product .product-section .subtitle {
text-align: center;
}
.single-product .product-section .title span,
.single-product .product-section .heading span {
background: -webkit-linear-gradient(42.7deg, #3e94f0 13.23%, #8a38d8 43.38%, #f24c7c 86.77%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.single-product .product-section .title {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(72 / 1440 * 100vw);
line-height: calc(88 / 1440 * 100vw);
}
.single-product .product-section .label {
background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
width: fit-content;
}
.single-product .product-section.product-header {
position: relative;
padding: calc(10 / 1440 * 100vw);
padding-top: calc(123 / 1440 * 100vw);
padding-bottom: calc(44 / 1440 * 100vw);
color: #fff;
background: linear-gradient(0deg, #220a52, #220a52), linear-gradient(0deg, #2c0451, #2c0451);
text-align: left;
}
.single-product .product-section.product-header .heading span {
background: linear-gradient(9.9deg, #136bd2 -109.53%, #a151f2 -41.05%, #eb317e 34.65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} .single-product .product-section.product-header::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://doxai.co/wp-content/uploads/2024/10/Updated-Background.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.single-product .product-section.product-header .buttons {
justify-content: flex-start;
}
.single-product .product-section.product-header a.button-cta .MuiButton-root {
border: none;
background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
min-width: unset;
}
.single-product .product-section.product-header a.button-cta .MuiButton-root:hover {
background: white;
}
.single-product .product-section.product-header a.button-cta .MuiButton-root:hover .MuiButton-label {
background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.single-product .product-section.product-header a.button-cta.button-border .MuiButton-root {
color: #fff;
background: transparent;
border-width: calc(1 / 1440 * 100vw);
border-style: solid;
border-color: #fff;
}
.single-product .product-section.product-header a.button-cta.button-border .MuiButton-root:hover {
background: rgba(0, 0, 0, 0.1);
}
.single-product .product-section.product-header a.button-cta .MuiButton-label {
display: flex;
gap: calc(17 / 1440 * 100vw);
}
.single-product .product-section.product-header a.button-cta .MuiButton-label svg {
height: calc(18 / 1440 * 100vw);
width: auto;
}
.single-product .product-section.product-header .label,
.single-product .product-section.product-header .title,
.single-product .product-section.product-header .description {
color: #fff;
text-align: left;
}
.single-product .product-section.product-header .description {
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
font-weight: normal;
}
.single-product .product-section.product-header .hero-banner {
position: relative;
padding: calc(46.5 / 1440 * 100vw) 0;
}
.single-product .product-section.product-header .hero-banner .award-logo {
max-width: 100%;
margin-top: calc(20 / 1440 * 100vw);
width: calc(331.5 / 1440 * 100vw);
}
.single-product .product-section.product-header .hero-banner.with-form {
display: flex;
flex-wrap: wrap; gap: calc(40 / 1440 * 100vw);
}
.single-product form.wpcf7-form p {
position: relative;
}
.single-product form.wpcf7-form .wpcf7-response-output {
display: none;
}
.single-product form.wpcf7-form p > label {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(17 / 1440 * 100vw);
line-height: calc(22 / 1440 * 100vw);
}
.single-product form.wpcf7-form p > label,
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
width: calc(100% - 20px);
}
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(15 / 1440 * 100vw);
line-height: calc(20 / 1440 * 100vw);
border: 1px solid #bdbfc7;
border-radius: calc(8 / 1440 * 100vw);
margin-top: calc(5 / 1440 * 100vw);
margin-bottom: calc(10 / 1440 * 100vw);
padding-left: calc(10 / 1440 * 100vw);
padding-right: calc(10 / 1440 * 100vw);
}
.single-product form.wpcf7-form select {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(//doxai.co/wp-content/themes/doxai/assets/icons/icon_chevron_down.svg);
background-repeat: no-repeat;
background-position: calc(100% - calc(10 / 1440 * 100vw)) center;
background-size: calc(24 / 1440 * 100vw);
}
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form select option[value=""] {
color: #827e82;
}
.single-product form.wpcf7-form select option:not([value=""]),
.single-product form.wpcf7-form select:not(:has(option[value=""]:checked)) {
color: #000;
}
.single-product form.wpcf7-form textarea {
padding-top: calc(10 / 1440 * 100vw);
padding-top: calc(10 / 1440 * 100vw);
}
.single-product form.wpcf7-form .required {
color: red;
}
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select {
height: calc(45 / 1440 * 100vw);
}
.single-product form.wpcf7-form input[type="submit"] {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(15 / 1440 * 100vw);
font-weight: 600;
line-height: calc(20 / 1440 * 100vw);
text-align: center;
width: auto;
min-width: calc(188 / 1440 * 100vw);
height: calc(45 / 1440 * 100vw);
color: #fff;
border: calc(2 / 1440 * 100vw) solid #184bff;
background: #184bff;
box-shadow: none;
border-radius: calc(8 / 1440 * 100vw);
margin-bottom: 0;
}
.single-product form.wpcf7-form .wpcf7-form-control-wrap,
.single-product form.wpcf7-form .wpcf7-form-control-wrap > select {
width: 100%;
height: calc(50 / 1440 * 100vw);
}
.single-product form.wpcf7-form .wpcf7-spinner {
position: absolute;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-product form.wpcf7-form .row-2-input {
display: flex;
gap: calc(20 / 1440 * 100vw);
}
.single-product .product-section.product-header .hero-banner .label {
font-weight: normal;
background: linear-gradient(87.71deg, #fff 0%, #fff 47.5%, #fff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
width: fit-content;
margin-top: calc(8 / 1440 * 100vw);
margin-bottom: calc(10 / 1440 * 100vw);
}
.single-product .product-section.product-header .hero-banner .left-side {
position: relative;
max-width: calc(759 / 1440 * 100vw);
z-index: 1;
}
.single-product.product-template-product-ewitness .product-section.product-header .hero-banner .left-side {
max-width: calc(880 / 1440 * 100vw);
}
.single-product.product-template-product-ewitness .product-section.product-header .hero-banner .left-side .description {
max-width: calc(759 / 1440 * 100vw);
}
.single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .left-side {
max-width: calc(864 / 1440 * 100vw);
}
.single-product .product-section.product-header .hero-banner.with-form .right-side {
flex: 1;
}
.single-product .product-section.product-header .hero-banner .right-side img,
.single-product .product-section.product-header .hero-banner .right-side .images {
position: absolute;
right: calc(-20 / 1440 * 100vw);
top: 0; width: 35.06944444444444vw;
}
.single-product.product-template-product-esignature .product-section.product-header .hero-banner .right-side img {
top: calc(35 / 1440 * 100vw);
}
.single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .right-side img {
top: calc(10 / 1440 * 100vw);
right: calc(-50 / 1440 * 100vw);
}
.single-product .product-section.product-header .hero-banner .form-wrapper {
position: relative; color: #000;  padding: calc(20 / 1440 * 100vw) calc(24 / 1440 * 100vw);
background-color: #fff;
border-radius: calc(16 / 1440 * 100vw);
box-shadow:
0 4px 8px rgba(0, 0, 0, 0.1),
0 2px 4px rgba(0, 0, 0, 0.06);
z-index: 2;
}
.single-product .product-section.product-header .hero-banner .form-wrapper .heading {
text-align: left;
margin-bottom: 0;
}
.single-product .product-section.product-header .hero-banner .form-wrapper .description {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(16 / 1440 * 100vw);
font-weight: 400;
line-height: calc(24 / 1440 * 100vw);
text-align: left;
margin-bottom: calc(24 / 1440 * 100vw);
color: #5f6368;
}
.single-product .product-section.product-header .hero-banner .images {
display: flex;
flex-direction: column; }
.single-product .product-section.product-header .hero-banner .images img {
position: relative;
width: auto;
max-width: 100%;
}
.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images {
top: 15%;
}
.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images img:first-child {
max-width: 66%;
margin-left: 3%;
}
.single-product .product-section.product-header .hero-banner .image-carousel img {
opacity: 0;
animation: showHide 8s linear infinite;
}
.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(1) {
animation-delay: 0s;
}
.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(2) {
animation-delay: 2s;
}
.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(3) {
animation-delay: 4s;
}
.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(4) {
animation-delay: 6s;
}
.single-product .product-section.product-header .trusted-by-label {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
margin-bottom: 0;
position: relative;
}
.single-product .product-section.product-header .left-side .trusted-by-label {
margin-top: calc(40 / 1440 * 100vw);
}
.single-product .product-section.product-header .trusted-by-images {
margin-top: calc(20 / 1440 * 100vw);
max-width: calc(849.49 / 1440 * 100vw);
margin-left: auto;
margin-right: auto;
}
.single-product.product-template-product-asset-verification .product-section.product-header .trusted-by-images,
.single-product.product-template-product-asset-verification-landing .product-section.product-header .trusted-by-images {
max-width: calc(1140 / 1440 * 100vw);
}
.single-product .product-section.product-header .trusted-by-images img {
height: calc(58 / 1440 * 100vw);
width: auto;
}
.single-product .product-section .svg-image {
display: flex;
justify-content: center;
}
.single-product .product-section .svg-image.img-mobile {
display: none;
}
.single-product .product-section .svg-image svg {
max-width: 100%;
height: auto;
}
.single-product .product-section.text-center {
text-align: center;
}
.single-product .product-section.column-grid .items {
margin-top: calc(40 / 1440 * 100vw);
transition: all 0.4s ease;
}
.single-product .product-section.column-grid .MuiGrid-container.counter {
border: 1px solid #ebebeb;
border-radius: calc(16 / 1440 * 100vw);
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiBox-root {
background: transparent;
}
.single-product .product-section.column-grid .disclaimer {
font-family: Inter;
font-size: calc(13 / 1440 * 100vw);
font-weight: 400;
line-height: calc(19.5 / 1440 * 100vw);
color: #9c9c9c;
}
.single-product .product-section.column-grid img {
border-radius: 50%;
margin-bottom: calc(16 / 1440 * 100vw);
width: calc(120 / 1440 * 100vw);
background: #fff;
}
.single-product.product-template-product-asset-verification .product-section.column-grid img,
.single-product.product-template-product-asset-verification-landing .product-section.column-grid img {
border: 1px solid #ebebeb;
}
.single-product .product-section.column-grid .MuiBox-root {
background: #f3f3f3;
padding: calc(35 / 1440 * 100vw) calc(24 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
height: calc(100% - calc(32 / 1440 * 100vw));
text-align: center;
}
.single-product .product-section.column-grid .bg-transparent .MuiBox-root {
background: transparent;
border: 1px solid #ebebeb;
}
.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root img {
background: #fff;
border-color: transparent;
}
.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover {
background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
}
.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover img {
background: transparent;
filter: brightness(0) invert(1);
}
.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover .heading,
.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover .description {
color: #fff;
}
.single-product .product-section.column-grid .MuiGrid-item {
position: relative;
transition: all 0.4s ease;
}
.single-product .product-section.column-grid .MuiGrid-item .heading {
font-size: calc(32 / 1440 * 100vw);
line-height: 1.2;
margin-bottom: calc(20 / 1440 * 100vw);
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
font-size: calc(56 / 1440 * 100vw);
line-height: calc(60 / 1440 * 100vw);
font-weight: 700;
margin-bottom: calc(16 / 1440 * 100vw);
background: -webkit-linear-gradient(42.7deg, #000 13.23%, #000 43.38%, #000 86.77%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .description {
color: #5f6368;
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item:hover .heading {
background: -webkit-linear-gradient(42.7deg, #3e94f0 13.23%, #8a38d8 43.38%, #f24c7c 86.77%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
font-weight: 510;
margin-bottom: calc(20 / 1440 * 100vw);
}
.single-product .product-section.column-grid .MuiGrid-item .description {
font-size: calc(17 / 1440 * 100vw);
line-height: calc(22 / 1440 * 100vw);
font-weight: 510;
}
.single-product .product-section.column-grid.secure .MuiGrid-item .description {
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
}
.single-product .product-section.column-grid.key-highlights .MuiContainer-root {
max-width: calc(1176 / 1440 * 100vw);
}
.single-product .product-section.column-grid.key-highlights .subtitle {
color: #5f6368;
}
.single-product .product-section.column-grid.key-highlights .MuiGrid-item .description {
font-family:
"SF Pro Text",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-weight: 400;
}
.single-product .product-section.column-grid.has-expand .see-more {
margin-top: calc(40 / 1440 * 100vw);
margin-left: auto;
display: flex;
align-items: center;
gap: calc(8 / 1440 * 100vw);
background: #ebf0ff;
color: #184bff;
border-radius: calc(8 / 1440 * 100vw);
padding: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(17 / 1440 * 100vw);
font-weight: 400;
line-height: calc(22 / 1440 * 100vw);
width: fit-content;
cursor: pointer;
}
.single-product .product-section.column-grid.has-expand .see-more svg {
width: calc(24 / 1440 * 100vw);
height: calc(24 / 1440 * 100vw);
}
.single-product .product-section.column-grid.has-expand:not(.collapsed) .MuiGrid-item:nth-child(n + 13) {
height: 0;
opacity: 0;
transition: none;
visibility: hidden;
}
.single-product .product-section.column-flex .heading {
margin-top: calc(8 / 1440 * 100vw);
margin-bottom: calc(20 / 1440 * 100vw);
}
.single-product.product-template-product-asset-verification .product-section.column-flex,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex {
max-width: calc(1166 / 1440 * 100vw);
margin-left: auto;
margin-right: auto;
}
.single-product .product-section.column-flex .heading.heading-large {
font-size: calc(56 / 1440 * 100vw);
line-height: calc(60 / 1440 * 100vw);
}
.single-product .product-section.column-flex .subtitle {
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
font-weight: normal;
color: #5f6368;
text-align: left;
}
.single-product .product-section.column-flex ul.subtitle {
padding: 0;
list-style-type: none;
}
.single-product .product-section.column-flex ul.subtitle li {
display: flex;
gap: calc(12 / 1440 * 100vw);
}
.single-product .product-section.column-flex ul.subtitle li svg {
height: calc(24 / 1440 * 100vw);
width: calc(24 / 1440 * 100vw);
margin-top: calc(4 / 1440 * 100vw);
}
.single-product .product-section.column-flex .MuiGrid-root .heading {
text-align: left;
}
.single-product.product-template-product-asset-verification .product-section.column-flex .MuiGrid-root .heading,
.single-product.product-template-product-asset-verification-landing
.product-section.column-flex
.MuiGrid-root
.heading {
font-size: calc(44 / 1440 * 100vw);
line-height: calc(60 / 1440 * 100vw);
}
.single-product .product-section.column-flex .diff-items {
padding: calc(40 / 1440 * 100vw) 0;
align-items: center;
}
.single-product .product-section.column-flex .diff-items .MuiGrid-item {
position: relative;
}
.single-product .product-section.column-flex .diff-items img {
position: relative;
max-width: 100%;
z-index: 2;
display: block;
}
.single-product .product-section.column-flex .diff-items:nth-child(odd) img {
margin-left: auto;
}
.single-product.product-template-product-asset-verification .product-section.column-flex .diff-items img,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex .diff-items img {
border-radius: calc(16 / 1440 * 100vw);
width: calc(436 / 1440 * 100vw);
height: calc(464 / 1440 * 100vw);
object-fit: cover;
}
.single-product .product-section.column-flex .diff-items .rounded img {
border-radius: calc(16 / 1440 * 100vw);
}
.single-product .product-section.column-flex .diff-items img.background {
position: absolute;
z-index: 1;
}
.single-product .product-section.column-flex .diff-items:nth-child(even) {
flex-direction: row-reverse;
}
.single-product .product-section.section-image img {
max-width: 100%;
}
.single-product .product-section.section-image.recognised-inovator .heading {
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.section-image.recognised-inovator .MuiGrid-item:hover {
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
border-radius: calc(16 / 1440 * 100vw);
}
.single-product.product-template-product-asset-verification .product-section.section-image.recognised-inovator,
.single-product.product-template-product-asset-verification-landing .product-section.section-image.recognised-inovator,
.single-product.product-template-product-ewitness .product-section.section-image.recognised-inovator,
.single-product.product-template-product-ewitness-landing .product-section.section-image.recognised-inovator {
background-color: #f9f9f9;
}
.single-product .product-section.section-image .MuiGrid-container img {
width: calc(184 / 1440 * 100vw);
margin-bottom: calc(8 / 1440 * 100vw);
}
.single-product .product-section.section-image .title {
font-size: calc(17 / 1440 * 100vw);
line-height: calc(22 / 1440 * 100vw);
font-weight: 600;
}
.single-product .product-section.section-image .description {
font-size: calc(13 / 1440 * 100vw);
line-height: calc(19.5 / 1440 * 100vw);
font-weight: 400;
color: #5f6368;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root {
background: transparent;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box {
position: relative;
border-radius: calc(24 / 1440 * 100vw);
background: #f3f3f3;
padding: calc(77 / 1440 * 100vw) calc(30 / 1440 * 100vw);
width: calc(100% - calc(32 / 1440 * 100vw));
margin-bottom: calc(20 / 1440 * 100vw);
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number {
font-family: Bebas Neue;
font-size: calc(280 / 1440 * 100vw);
font-weight: 400;
line-height: 1;
text-align: left;
display: flex;
align-items: flex-start;
justify-content: center;
margin-right: calc(60 / 1440 * 100vw);
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number span {
font-family: Bebas Neue;
font-size: calc(80 / 1440 * 100vw);
font-weight: 400;
text-align: left;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
position: absolute;
right: calc(120 / 1440 * 100vw);
bottom: calc(120 / 1440 * 100vw);
font-family: Bebas Neue;
font-size: calc(120 / 1440 * 100vw);
font-weight: 400;
line-height: calc(88 / 1440 * 100vw);
text-align: left;
color: #184bff;
text-shadow:
calc(3 / 1440 * 100vw) calc(3 / 1440 * 100vw) 0 #fff,
calc(-3 / 1440 * 100vw) calc(3 / 1440 * 100vw) 0 #fff,
calc(-3 / 1440 * 100vw) calc(-3 / 1440 * 100vw) 0 #fff,
calc(3 / 1440 * 100vw) calc(-3 / 1440 * 100vw) 0 #fff;
}
.single-product .product-section.column-grid.number-fact .description {
font-weight: 400;
}
.single-product.product-template-product-asset-verification
.product-section.column-grid.number-fact
.flex-column
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-asset-verification-landing
.product-section.column-grid.number-fact
.flex-column
.MuiBox-root
.number-box
.symbol {
right: calc(100 / 1440 * 100vw);
}
.single-product.product-template-product-asset-verification
.product-section.column-grid.number-fact
.flex-column:nth-child(2)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-asset-verification-landing
.product-section.column-grid.number-fact
.flex-column:nth-child(2)
.MuiBox-root
.number-box
.symbol {
right: calc(65 / 1440 * 100vw);
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:first-child
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:first-child
.MuiBox-root
.number-box
.symbol {
right: calc(45 / 1440 * 100vw);
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:not(:first-child)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:not(:first-child)
.MuiBox-root
.number-box
.symbol {
right: calc(101 / 1440 * 100vw);
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.symbol {
right: calc(145 / 1440 * 100vw);
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.number,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.number {
margin-right: calc(25 / 1440 * 100vw) !important;
}
.single-product.product-template-product-data-exchange
.product-section.column-grid.number-fact
.MuiBox-root
.number-box
.number,
.single-product.product-template-product-data-exchange-landing
.product-section.column-grid.number-fact
.MuiBox-root
.number-box
.number {
margin-right: 0 !important;
}
.single-product.product-template-product-data-exchange
.product-section.column-grid.number-fact
.flex-column:not(:last-child)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-data-exchange-landing
.product-section.column-grid.number-fact
.flex-column:not(:last-child)
.MuiBox-root
.number-box
.symbol {
right: calc(75 / 1440 * 100vw);
}
.single-product .product-section.section-pills .heading {
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.section-pills .items {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: calc(24 / 1440 * 100vw);
margin: 0 auto;
}
.single-product .product-section.section-pills .item {
background: #f1f1f1;
padding: calc(22.5 / 1440 * 100vw) calc(24 / 1440 * 100vw);
border-radius: calc(56 / 1440 * 100vw);
}
.single-product .product-section.section-pills .description {
font-family:
"SF Pro Display",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-weight: 500;
font-size: calc(32 / 1440 * 100vw);
line-height: 1.1;
color: #4b4b4b;
}
.single-product .product-section.footer-wrapper {
position: relative;
color: #fff;
background: #250344;
padding-bottom: calc(32 / 1440 * 100vw);
}
.single-product .product-section.footer-wrapper > * {
position: relative;
z-index: 1;
}
.single-product .product-section.footer-wrapper a,
.single-product .product-section.footer-wrapper a > p,
.single-product .product-section.footer-wrapper .description {
color: #fff;
}
.single-product .product-section.footer-wrapper::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://doxai.co/wp-content/uploads/2024/10/Updated-Background.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
.single-product .product-section.footer-wrapper .MuiButton-root {
min-width: unset;
}
.single-product .product-section.footer-wrapper img {
margin-top: calc(80 / 1440 * 100vw);
margin-bottom: calc(16 / 1440 * 100vw);
width: calc(105.26 / 1440 * 100vw);
}
.single-product .product-section.footer-wrapper .footer-top { margin: 0 auto;
}
.single-product .product-section.footer-wrapper .footer-top .footer-text {
font-size: calc(17 / 1440 * 100vw);
font-weight: 800;
}
.single-product .product-section.footer-wrapper .footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
}
.single-product .product-section.footer-wrapper .footer-text {
font-size: calc(15 / 1440 * 100vw);
line-height: calc(22 / 1440 * 100vw);
margin: 0 auto; }
.single-product .product-section.footer-wrapper .description a {
text-decoration: underline !important;
}
.single-product .product-section.footer-wrapper .footer-bottom .footer-text {
max-width: unset !important;
margin: 0 !important;
}
.single-product .product-section.footer-wrapper .footer-menu {
display: flex;
justify-content: center;
gap: calc(40 / 1440 * 100vw);
margin-top: calc(16 / 1440 * 100vw);
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.footer-wrapper .footer-menu p {
font-size: calc(13 / 1440 * 100vw);
line-height: calc(20 / 1440 * 100vw);
font-weight: 800;
}
.single-product .product-section.section-faq .faq-container {
padding: calc(16 / 1440 * 100vw) 0;
border-top: solid calc(1 / 1440 * 100vw) #e0e0e0;
width: 100%;
}
.single-product .product-section.section-faq .faq-container:last-child {
border-bottom: solid calc(1 / 1440 * 100vw) #e0e0e0;
}
.single-product .product-section.section-faq h2.heading {
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.section-faq h4.heading {
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
font-weight: 600;
margin: 0;
text-align: left;
}
.single-product .product-section.section-faq h4.heading + button {
padding: 0;
}
.single-product .product-section.section-faq .card-content {
justify-content: space-between;
align-items: center;
width: 100%;
font-size: calc(16 / 1440 * 100vw);
line-height: calc(21 / 1440 * 100vw);
}
.single-product .product-section.section-faq .card-content + * {
width: 100%;
}
.single-product .product-section.section-faq .card-content-preview {
padding-top: calc(16 / 1440 * 100vw);
text-align: left;
}
.single-product .product-section.section-faq .card-content-preview .description {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(16 / 1440 * 100vw);
font-weight: 400;
line-height: calc(21 / 1440 * 100vw);
}
.single-product .product-section.section-cta {
background: #250344;
background-image: url(https://doxai.co/wp-content/uploads/2024/10/Updated-Background.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: #fff;
}
.single-product .product-section.section-cta .assetVerificationVehicles {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: calc(24 / 1440 * 100vw);
}
.single-product .product-section.section-cta .assetVerificationVehicles img {
width: calc(82.85 / 1440 * 100vw);
}
.single-product .product-section.section-cta .description {
color: #fff;
}
.single-product .product-section.section-tabs .tabs {
position: relative;
border-radius: calc(12 / 1440 * 100vw);
overflow: hidden;
}
.single-product .product-section.section-tabs .tab {
position: relative; border-bottom: calc(1 / 1440 * 100vw) solid #5a1b93;
padding: calc(24 / 1440 * 100vw) calc(152.5 / 1440 * 100vw);
display: flex;
justify-content: space-between;
z-index: 1;
}
.single-product .product-section.section-tabs .tab button {
background: transparent;
border: none;
box-shadow: none;
outline: none;
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(28 / 1440 * 100vw);
font-weight: 600;
line-height: calc(30 / 1440 * 100vw);
text-align: center;
color: #fff;
position: relative;
cursor: pointer;
}
.single-product .product-section.section-tabs .tab button.active::before {
position: absolute;
content: "";
left: 0;
bottom: calc(-24 / 1440 * 100vw);
height: calc(8 / 1440 * 100vw);
width: 100%;
background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
border-radius: calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw) 0 0;
}
.single-product .product-section.section-tabs .tabcontent {
position: relative;
padding: calc(40 / 1440 * 100vw) calc(144 / 1440 * 100vw); }
.single-product .product-section.section-tabs .tabcontent p {
position: relative;
color: #fff;
text-align: left;
z-index: 1;
}
.single-product .product-section.section-tabs .tabcontent p {
min-height: calc(125 / 1440 * 100vw);
}
.single-product .product-section.section-tabs .tabcontent img {
position: relative;
width: calc(800 / 1440 * 100vw);
margin-top: calc(40 / 1440 * 100vw);
z-index: 1;
}
.single-product .product-section.section-tabs .tabs::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://doxai.co/wp-content/uploads/2024/10/Updated-Background.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
.single-product .product-section.section-tabs .tabcontent:not(.active) {
display: none;
}
.single-product .product-section.column-grid-card .MuiGrid-item .heading {
text-align: left;
margin: calc(24 / 1440 * 100vw) 0 calc(16 / 1440 * 100vw) 0;
font-size: calc(28 / 1440 * 100vw);
font-weight: 600;
line-height: calc(30 / 1440 * 100vw);
}
.single-product .product-section.column-grid-card img {
width: 100%;
border-radius: calc(13.85 / 1440 * 100vw);
height: calc(235.38 / 1440 * 100vw);
object-fit: cover;
}
.single-product .product-section.column-puzzle .column-1 > .MuiBox-root {
background: #f3f3f3;
padding: calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
height: calc(100% - calc(32 / 1440 * 100vw));
}
.single-product .product-section.column-puzzle .column-1 > .MuiBox-root > div:not(:last-child) {
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.column-puzzle .column-1 .heading {
text-align: left;
margin-bottom: calc(24 / 1440 * 100vw);
font-size: calc(30 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
}
.single-product .product-section.column-puzzle .column-1 .client-logo {
width: revert-layer;
max-width: 100%;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root > * {
height: 50%;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .MuiBox-root {
background: #f3f3f3;
padding: calc(24 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(24 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
height: calc(100% - calc(32 / 1440 * 100vw));
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.single-product .product-section.column-puzzle .column-3 .MuiBox-root {
width: calc(100% - calc(48 / 1440 * 100vw));
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .heading {
font-size: calc(72 / 1440 * 100vw);
font-weight: 700;
line-height: calc(88 / 1440 * 100vw);
text-align: center;
color: #1f4fe2;
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .description {
text-align: center;
}
.single-product .product-section.column-puzzle .owl-nav {
margin-top: calc(30 / 1440 * 100vw);
}
.single-product .product-section.column-puzzle .owl-nav span {
display: flex;
align-items: center;
justify-content: center;
font-size: calc(32 / 1440 * 100vw);
width: calc(48 / 1440 * 100vw);
height: calc(48 / 1440 * 100vw);
}
.single-product .product-section.column-puzzle .owl-nav button {
border-radius: 50%;
background: #f3f3f3;
}
.single-product .product-section.section-side-tabs .navigation .MuiBox-root {
padding: calc(16 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
background: #f3f3f3;
height: calc(100% - calc(32 / 1440 * 100vw));
}
.single-product .product-section.section-side-tabs .navigation .heading {
text-align: left;
}
.single-product .product-section.section-side-tabs .navigation button {
background: transparent;
box-shadow: none;
border: none;
width: 100%;
padding: calc(8 / 1440 * 100vw) calc(16 / 1440 * 100vw);
border-radius: calc(32 / 1440 * 100vw);
text-align: left;
font-size: calc(17 / 1440 * 100vw);
font-weight: 400;
line-height: calc(22 / 1440 * 100vw);
cursor: pointer;
}
.single-product .product-section.section-side-tabs .navigation button:not(:last-child) {
margin-bottom: calc(12 / 1440 * 100vw);
}
.single-product .product-section.section-side-tabs .navigation button:hover {
color: #fff;
background: #000;
}
.single-product .product-section.section-side-tabs .navigation button.active {
color: #fff;
background: #184bff;
}
.single-product .product-section.section-side-tabs .navigation .label {
margin-bottom: calc(4 / 1440 * 100vw);
}
.single-product .product-section.section-side-tabs .content .description,
.single-product .product-section.section-side-tabs .content .description1 {
text-align: left;
}
.single-product .product-section.section-side-tabs .content .description {
margin-top: calc(20 / 1440 * 100vw);
}
.single-product .product-section.section-side-tabs .content .description1 {
font-size: calc(20 / 1440 * 100vw);
font-weight: 600;
line-height: calc(30 / 1440 * 100vw);
margin-bottom: calc(24 / 1440 * 100vw);
}
.single-product .product-section.section-side-tabs .content img {
width: 100%;
height: calc(396 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
object-fit: cover;
}
.single-product .product-section.section-side-tabs .content .link {
display: flex;
align-items: center;
gap: calc(12 / 1440 * 100vw);
padding: calc(8 / 1440 * 100vw) 0;
font-size: calc(15 / 1440 * 100vw);
line-height: calc(20 / 1440 * 100vw);
margin-top: calc(20 / 1440 * 100vw);
}
.single-product .product-section.section-side-tabs .content .link svg {
height: calc(24 / 1440 * 100vw);
width: auto;
}
.single-product .product-section.section-side-tabs .content .tabcontent:not(.active) {
display: none;
}
.single-product .product-section.section-testimonial {
background-color: #f3f3f3;
}
.single-product.product-template-product-asset-verification .product-section.section-testimonial,
.single-product.product-template-product-asset-verification-landing .product-section.section-testimonial {
background-color: #f9f9f9;
}
.single-product .product-section.section-testimonial .heading {
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.section-testimonial .MuiContainer-root > .description {
color: #5f6368;
}
.single-product .product-section.section-testimonial .testimonial-box {
max-width: calc(856 / 1440 * 100vw);
margin: calc(40 / 1440 * 100vw - 20px) auto 0 auto;
padding: 20px;
}
.single-product .product-section.section-testimonial .testimonial-bg {
background: #ffffff;
border-radius: calc(16 / 1440 * 100vw);
padding: calc(60 / 1440 * 100vw) calc(98 / 1440 * 100vw);
border: 1px solid #ebebeb;
}
.single-product .product-section.section-testimonial .testimonial-bg:hover {
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.single-product .product-section.section-testimonial .quote {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(28 / 1440 * 100vw);
font-style: italic;
font-weight: 300;
line-height: calc(36 / 1440 * 100vw);
letter-spacing: 0.02em;
}
.single-product .product-section.section-testimonial .client-image {
position: relative;
background: #1c4e80;
width: calc(120 / 1440 * 100vw);
height: calc(120 / 1440 * 100vw);
border-radius: 50%;
margin: calc(24 / 1440 * 100vw) auto calc(16 / 1440 * 100vw) auto;
}
.single-product .product-section.section-testimonial .client-logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.single-product .product-section.section-testimonial .client-logo.fit-width {
width: 80%;
height: auto;
}
.single-product .product-section.section-testimonial .client-location {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(17 / 1440 * 100vw);
font-weight: 500;
line-height: calc(22 / 1440 * 100vw);
color: #5f6368;
}
.single-product .product-section.section-testimonial .quote-wrapper {
position: relative;
}
.single-product .product-section.section-testimonial .quote {
position: relative;
z-index: 1;
}
.single-product .product-section.section-testimonial .quote-img1,
.single-product .product-section.section-testimonial .quote-img2 {
position: absolute;
width: calc(80 / 1440 * 100vw);
height: calc(80 / 1440 * 100vw);
z-index: 0;
}
.single-product .product-section.section-testimonial .quote-img1 {
top: calc(-50 / 1440 * 100vw);
left: calc(-50 / 1440 * 100vw);
}
.single-product .product-section.section-testimonial .quote-img2 {
bottom: calc(-50 / 1440 * 100vw);
right: calc(-30 / 1440 * 100vw);
transform: rotate(-180deg);
}
.single-product .product-section.section-testimonial .owl-prev,
.single-product .product-section.section-testimonial .owl-next {
line-height: 0;
border-radius: 50%;
background: white;
padding: calc(10 / 1440 * 100vw) !important;
border: 1px solid #ebebeb;
} .single-product .product-section.section-testimonial .owl-prev svg,
.single-product .product-section.section-testimonial .owl-next svg {
height: calc(46 / 1440 * 100vw);
width: calc(46 / 1440 * 100vw);
}
.single-product .product-section.how-it-works-slider {
background-color: #f3f3f3;
}
.single-product.product-template-product-asset-verification .product-section.how-it-works-slider,
.single-product.product-template-product-asset-verification-landing .product-section.how-it-works-slider {
background-color: #fafafa;
}
.single-product .product-section.how-it-works-slider .slider-container {
margin: 0 auto;
max-width: calc(960 / 1440 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-buttons {
display: flex;
gap: calc(120 / 1440 * 100vw);
align-items: end;
border-bottom: calc(1 / 1440 * 100vw) solid #d1d1d1;
width: fit-content;
margin: 0 auto;
}
.single-product.product-template-product-asset-verification .product-section.how-it-works-slider .tab-buttons,
.single-product.product-template-product-asset-verification-landing .product-section.how-it-works-slider .tab-buttons {
gap: calc(80 / 1440 * 100vw);
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.single-product .product-section.how-it-works-slider .tab-button-item {
position: relative;
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(24 / 1440 * 100vw);
font-weight: 500;
line-height: calc(30 / 1440 * 100vw);
padding: calc(16 / 1440 * 100vw);
cursor: pointer;
border-bottom: solid 1px transparent;
color: #5f6368;
}
.single-product .product-section.how-it-works-slider .tab-button-item.active {
color: #000;
}
.single-product .product-section.how-it-works-slider .tab-button-item.active::before {
position: absolute;
content: "";
left: 0;
bottom: calc(-1 / 1440 * 100vw);
width: 100%;
height: calc(4 / 1440 * 100vw);
border-radius: calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) 0px 0px;
background: #184bff;
}
.single-product .product-section.how-it-works-slider .tab-contents {
margin-top: calc(42 / 1440 * 100vw);
margin-bottom: calc(24 / 1440 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item {
display: flex;
align-items: stretch;
border: calc(1 / 1440 * 100vw) solid #ebebeb;
border-radius: calc(16 / 1440 * 100vw);
background-color: #fff;
overflow: hidden;
transition: all 0.4s ease;
}
.single-product .product-section.how-it-works-slider .tab-content-item .icon {
width: calc(36 / 1440 * 100vw);
height: calc(36 / 1440 * 100vw);
margin-bottom: calc(24 / 1440 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item .title {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(28 / 1440 * 100vw);
font-weight: 500;
line-height: calc(36 / 1440 * 100vw);
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item .description {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(17 / 1440 * 100vw);
font-weight: 400;
line-height: calc(22 / 1440 * 100vw);
color: #5f6368;
}
.single-product .product-section.how-it-works-slider .tab-content-item:not(.active) {
visibility: hidden;
opacity: 0;
height: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.single-product .product-section.how-it-works-slider .tab-content-item .left-side {
padding: calc(40 / 1440 * 100vw);
width: calc(50% - calc(40 / 1440 * 100vw));
}
.single-product .product-section.how-it-works-slider .tab-content-item .right-side {
display: flex;
align-items: center;
justify-content: center;
width: calc(50% + calc(40 / 1440 * 100vw));
background-image: url(https://doxai.co/wp-content/uploads/2024/12/Updated-Background-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.single-product .product-section.how-it-works-slider .dot-buttons {
display: flex;
gap: calc(8 / 1440 * 100vw);
width: fit-content;
border-radius: calc(24 / 1440 * 100vw);
border: calc(1 / 1440 * 100vw) solid #ebebeb;
padding: calc(4 / 1440 * 100vw);
margin: 0 auto;
}
.single-product .product-section.how-it-works-slider .dot-button-item {
width: calc(12 / 1440 * 100vw);
height: calc(12 / 1440 * 100vw);
border: calc(1 / 1440 * 100vw) solid #bccafd;
border-radius: 50%;
cursor: pointer;
}
.single-product .product-section.how-it-works-slider .dot-button-item.active {
background: #184bff;
border-color: #184bff;
}
.single-product .product-section.section-faq.faq-tab .tab-buttons {
display: flex;
gap: calc(120 / 1440 * 100vw);
align-items: end;
border-bottom: calc(1 / 1440 * 100vw) solid #5f6368;
width: fit-content;
margin: 0 auto;
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.section-faq.faq-tab .tab-button-item {
position: relative;
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(24 / 1440 * 100vw);
font-weight: 500;
line-height: calc(30 / 1440 * 100vw);
padding: calc(16 / 1440 * 100vw);
cursor: pointer;
color: #4b4b4b;
}
.single-product .product-section.section-faq.faq-tab .tab-button-item.active {
color: #000;
}
.single-product .product-section.section-faq.faq-tab .tab-button-item.active::before {
position: absolute;
content: "";
left: 0;
bottom: calc(-1 / 1440 * 100vw);
width: 100%;
height: calc(4 / 1440 * 100vw);
border-radius: calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) 0px 0px;
background: #184bff;
}
.single-product .product-section.section-faq.faq-tab .faq-item:not(.active) {
display: none;
}
.single-product.product-template-product-asset-verification .product-section.section-video-tabs {
background: #f9f9f9;
}
.single-product .product-section.section-video-tabs .heading {
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.section-video-tabs .tabMenus {
width: fit-content;
display: flex;
gap: calc(80 / 1440 * 100vw);
justify-content: center;
align-items: center;
background: white;
border: 1px solid #ebebeb;
padding: calc(8 / 1440 * 100vw) calc(12 / 1440 * 100vw);
border-radius: calc(64 / 1440 * 100vw);
margin: 0 auto;
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.section-video-tabs .tabItem {
padding: calc(16 / 1440 * 100vw);
border-radius: calc(48 / 1440 * 100vw);
font-size: calc(24 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
font-weight: 510;
color: #5f6368;
cursor: pointer;
text-align: center;
}
.single-product .product-section.section-video-tabs .tabItem.active {
color: #fff;
background: #184bff;
}
.single-product .product-section.section-video-tabs .videoWrapper {
position: relative;
}
.single-product .product-section.section-video-tabs video {
width: 100%;
border-radius: calc(24 / 1440 * 100vw);
}
.single-product .product-section.section-video-tabs .contentItem.active video {
box-shadow: 1px 4px 12px 0px #00000017;
}
.single-product .product-section.section-video-tabs .contentItem:not(.active) video {
border: 1px solid #eeeeee;
}
.single-product .product-section.section-video-tabs .customPlayButton {
position: absolute;
top: 50%;
left: 50%;
width: calc(120 / 1440 * 100vw);
transform: translate(-50%, -50%);
cursor: pointer;
}
.single-product .product-section.section-video-tabs .contentItem:not(.active) .customPlayButton {
display: none;
}
.single-product .product-section.section-video-tabs .contents {
position: relative;
aspect-ratio: 16 / 9;
width: 100%;
max-width: 917.64px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.single-product .product-section.section-video-tabs .contentItem {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition:
transform 0.5s ease,
opacity 0.5s ease;
opacity: 0;
transform: scale(0.8) translateX(100%);
z-index: 1;
pointer-events: none;
}
.single-product .product-section.section-video-tabs .contentItem.active {
opacity: 1;
transform: scale(1) translateX(0);
z-index: 3;
pointer-events: auto;
}
.single-product .product-section.section-video-tabs .contentItem.prev {
opacity: 0.5;
transform: scale(0.8) translateX(-30%);
z-index: 2;
}
.single-product .product-section.section-video-tabs .contentItem.next {
opacity: 0.5;
transform: scale(0.8) translateX(30%);
z-index: 2;
}
.single-product .product-section.section-grid-benefit .MuiGrid-container {
margin: 0 auto;
max-width: calc(1118 / 1440 * 100vw);
}
.single-product .product-section.section-grid-benefit .available-card {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: calc(16 / 1440 * 100vw);
padding: calc(24 / 1440 * 100vw) calc(24 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
min-height: calc(100% - (24 / 1440 * 100vw));
background: #f9f9f9;
border: 1px solid #ebebeb;
}
.single-product .product-section.section-grid-benefit .flex-column .heading {
margin: 0;
margin-bottom: calc(16 / 1440 * 100vw);
font-size: calc(24 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
font-weight: 510;
text-align: left;
}
.single-product .product-section.section-grid-benefit .flex-column .description {
font-size: calc(17 / 1440 * 100vw);
line-height: calc(22 / 1440 * 100vw);
font-weight: 400;
font-family: "SF Pro Text";
}
.single-product .product-section.section-grid-benefit .available-card img {
width: calc(209.4 / 1440 * 100vw);
margin-left: auto;
}
.single-product .product-section.grid-blog {
position: relative;
}
.single-product .product-section.grid-blog img {
height: calc(293 / 1440 * 100vw);
width: 100%;
border-radius: calc(8 / 1440 * 100vw);
object-fit: cover;
margin-bottom: calc(20 / 1440 * 100vw);
border: 1px solid #ebebeb;
}
.single-product .product-section.grid-blog .available-card .heading,
.single-product .product-section.grid-blog .available-card .description,
.single-product .product-section.grid-blog .available-card svg {
text-align: left;
margin-left: 0;
}
.single-product .product-section.grid-blog .MuiContainer-root > .description {
margin-bottom: calc(30 / 1440 * 100vw);
}
.single-product .product-section.grid-blog .MuiGrid-container {
max-width: calc(1197 / 1440 * 100vw);
margin: 0 auto;
justify-content: center;
}
.single-product .product-section.grid-blog .available-card {
height: 100%;
}
.single-product .product-section.grid-blog .heading {
margin-bottom: calc(30 / 1440 * 100vw);
}
.single-product .product-section.grid-blog .available-card .heading {
font-weight: 510;
font-size: calc(28 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.grid-blog .available-card .description {
font-family: "SF Pro Text";
font-weight: 400;
font-size: calc(16 / 1440 * 100vw);
line-height: calc(24 / 1440 * 100vw);
}
.single-product .product-section.grid-blog .available-card svg {
width: calc(48 / 1440 * 100vw);
height: calc(48 / 1440 * 100vw);
margin-bottom: calc(8 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .heading {
margin-bottom: calc(40 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .available-card .heading {
font-weight: 510;
margin: 0;
text-align: left;
font-size: calc(28 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .MuiCollapse-root {
width: 100%;
}
.single-product .product-section.feature-accordion .MuiIconButton-root {
padding: 0;
margin-right: calc(16 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .card-content {
width: 100%;
justify-content: space-between;
align-items: center;
padding: calc(16 / 1440 * 100vw) 0;
}
.single-product .product-section.feature-accordion .card-content .heading {
margin: 0;
font-size: calc(20 / 1440 * 100vw) !important;
line-height: calc(30 / 1440 * 100vw);
margin-bottom: calc(0 / 1440 * 100vw);
margin-left: calc(16 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .card-content-preview {
width: 100%;
text-align: left;
margin: 0 calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw);
width: calc(100% - (32 / 1440 * 100vw));
}
.single-product .product-section.feature-accordion .card-content-preview p {
font-family: "SF Pro Text";
font-weight: 400;
font-size: calc(16 / 1440 * 100vw);
line-height: calc(24 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .faq-container {
border-top: solid 1px #ebebeb;
border-bottom: solid 1px #ebebeb;
margin-bottom: calc(16 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .faq-container + .heading {
margin-top: calc(24 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .menu-column .available-card {
display: block;
position: relative;
height: 100%;
}
.single-product .product-section.feature-accordion .menu-wrapper {
position: sticky;
top: calc(40 / 1440 * 100vw);
display: block;
border: 1px solid #ebebeb;
text-align: left;
padding: calc(16 / 1440 * 100vw);
border-radius: calc(16 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .menu-wrapper p.heading {
font-weight: 510;
margin: 0;
font-size: calc(20 / 1440 * 100vw);
line-height: calc(30 / 1440 * 100vw);
}
.single-product .product-section.feature-accordion .menu-wrapper p.link {
color: #184bff;
font-family: "SF Pro Text";
font-weight: 400;
font-size: calc(17 / 1440 * 100vw);
line-height: calc(22 / 1440 * 100vw);
margin-top: calc(12 / 1440 * 100vw);
cursor: pointer;
}
.single-product .product-section.feature-accordion .menu-wrapper p.link:hover {
text-decoration: underline;
}
.single-product .modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
padding: 0 !important;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9;
}
.single-product .modal .modal-content {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
background-color: white;
border-radius: 8px;
width: calc(100% - 80px);
max-width: 800px;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
animation: showModal 0.3s ease-in-out;
}
.single-product .modal .close-btn {
position: sticky;
display: block;
top: 0px;
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: 30px;
line-height: 1;
cursor: pointer;
border: none;
background: none;
font-weight: bold;
background: #f3f3f3;
color: #000;
border-radius: 50%;
width: 40px;
height: 40px;
margin-left: auto;
margin-bottom: 20px;
}
.single-product .modal.close-btn:hover {
color: red;
}
.single-product .modal .modal-content::-webkit-scrollbar {
width: 10px;
}
.single-product .modal .modal-content::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}
.single-product .modal .modal-content::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}
.single-product .modal .modal-content::-webkit-scrollbar-thumb:hover {
background: #555;
}
.single-product .modal .modal-content {
scrollbar-width: thin;
scrollbar-color: #888 #f1f1f1;
}
.single-product .modal .open-modal-btn {
padding: 10px 20px;
background-color: #008cba;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.single-product .modal .open-modal-btn:hover {
background-color: #005f78;
}
.single-product #youtube-modal .video-frame {
position: relative;
width: 100%;
padding-bottom: 56.25%;
}
.single-product #youtube-modal iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
} @media (min-width: 1441px) {
.single-product .contentSwitcher {
padding: 4px;
border-radius: 48px;
margin-bottom: 6px;
}
.single-product .contentSwitcher > div {
font-size: 20px;
line-height: 30px;
padding: 8px;
border-radius: 40px;
}
.single-product .product-section {
padding: 80px 0;
}
.single-product .product-section .MuiButtonBase-root.MuiButton-root {
height: 45px;
padding: 19px 32px !important;
}
.single-product .product-section a.button-cta .MuiButton-root {
font-size: 15px;
line-height: 20px;
border: 2px solid #184bff;
border-radius: 8px;
}
.single-product .product-section .buttons {
gap: 16px;
margin-top: 40px;
}
.single-product .product-section .buttons.gradient a.button-cta.button-border .MuiButton-root {
border-width: 1px;
}
.single-product .product-section,
.single-product .product-section .MuiTypography-body1 {
font-size: 20px;
line-height: 24px;
}
.single-product .product-section .heading {
font-size: 44px;
line-height: 60px;
margin-bottom: 16px; }
.single-product.product-template-product-data-exchange .product-section .heading,
.single-product.product-template-product-data-exchange-landing .product-section .heading {
max-width: 960px;
}
.single-product .product-section .title {
font-size: 72px;
line-height: 88px;
}
.single-product .product-section.product-header {
padding: 10px;
padding-top: 123px;
padding-bottom: 44px;
}
.single-product .product-section.product-header .description {
font-size: 20px;
line-height: 30px;
}
.single-product .product-section.product-header a.button-cta.button-border .MuiButton-root {
border-width: 1px;
}
.single-product .product-section.product-header .hero-banner {
padding: 46.5px 0;
}
.single-product .product-section.product-header .hero-banner .label {
margin-top: 8px;
margin-bottom: 10px;
}
.single-product .product-section.product-header .hero-banner .award-logo {
margin-top: 20px;
width: 331.5px;
} .single-product .product-section.product-header .hero-banner .right-side img,
.single-product .product-section.product-header .hero-banner .right-side .images { width: 514px;
}
.single-product.product-template-product-ewitness .product-section.product-header .hero-banner .right-side img {
right: -80px;
}
.single-product.product-template-product-esignature .product-section.product-header .hero-banner .right-side img {
top: 35px;
}
.single-product.product-template-product-data-exchange
.product-section.product-header
.hero-banner
.right-side
img {
top: 10px;
right: -110px;
}
.single-product .product-section.product-header .hero-banner .left-side {
max-width: 730px;
}
.single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .left-side {
max-width: 864px;
}
.single-product.product-template-product-ewitness .product-section.product-header .hero-banner .left-side {
max-width: 880px;
}
.single-product.product-template-product-ewitness
.product-section.product-header
.hero-banner
.left-side
.description {
max-width: 759px;
}
.single-product .product-section.product-header .hero-banner.with-form {
gap: 40px;
}
.single-product form.wpcf7-form p > label {
font-size: 17px;
line-height: 22px;
}
.single-product form.wpcf7-form p > label,
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
width: calc(100% - 20px);
}
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
font-size: 15px;
line-height: 20px;
border: 1px solid #bdbfc7;
border-radius: 8px;
margin-top: 5px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.single-product form.wpcf7-form textarea {
padding-top: 10px;
padding-top: 10px;
}
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select {
height: 45px;
}
.single-product form.wpcf7-form select {
background-position: calc(100% - 10) center;
background-size: 24px;
}
.single-product form.wpcf7-form input[type="submit"] {
font-size: 15px;
line-height: 20px;
height: 45px;
min-width: 188px;
border: 2px solid #184bff;
border-radius: 8px;
}
.single-product form.wpcf7-form .row-2-input {
gap: 20px;
}
.single-product form.wpcf7-form .wpcf7-form-control-wrap > select {
height: 50px;
}
.single-product .product-section.product-header .hero-banner .form-wrapper {
padding: 20px 24px;
border-radius: 16px;
}
.single-product .product-section.product-header .hero-banner .form-wrapper .description {
font-size: 16px;
line-height: 24px;
margin-bottom: 24px;
}
.single-product .product-section.product-header .trusted-by-label {
font-size: 20px;
line-height: 30px;
}
.single-product .product-section.product-header .left-side .trusted-by-label {
margin-top: 40px;
}
.single-product .product-section.product-header .trusted-by-images {
margin-top: 20px;
}
.single-product .product-section.product-header .trusted-by-images img {
height: 58px;
}
.single-product .product-section.column-grid img {
margin-bottom: 16px;
width: 120px;
}
.single-product .product-section.column-grid .disclaimer {
font-size: 13px;
line-height: 19.5px;
}
.single-product .product-section.column-grid .MuiBox-root {
padding: 35px 24px;
border-radius: 16px;
height: calc(100% - 32px);
}
.single-product .product-section.column-grid .MuiGrid-item .heading {
font-size: 32px;
margin-bottom: 20px;
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
font-size: 56px;
line-height: 60px;
margin-bottom: 16px;
}
.single-product .product-section.column-grid .MuiGrid-item .description {
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.column-grid.secure .MuiGrid-item .description {
font-size: 20px;
line-height: 30px;
}
.single-product .product-section.column-grid.has-expand .see-more {
margin-top: 40px;
gap: 8px;
border-radius: 8px;
padding: 4px 8px;
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.column-grid.has-expand .see-more svg {
width: 24px;
height: 24px;
}
.single-product .product-section.column-grid.key-highlights .MuiContainer-root {
max-width: 1176px;
}
.single-product .product-section.column-flex .heading {
margin-top: 8px;
margin-bottom: 20px;
}
.single-product .product-section.section-cta .assetVerificationVehicles {
gap: 24px;
}
.single-product .product-section.section-cta .assetVerificationVehicles img {
width: 82.85px;
}
.single-product .product-section.section-image.recognised-inovator .heading {
margin-bottom: 40px;
}
.single-product .product-section.section-image .MuiGrid-container img {
width: 184px;
margin-bottom: 8px;
}
.single-product .product-section.section-image .title {
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.section-image .description {
font-size: 13px;
line-height: 19.5px;
}
.single-product.product-template-product-asset-verification .product-section.column-flex .MuiGrid-root .heading,
.single-product.product-template-product-asset-verification-landing
.product-section.column-flex
.MuiGrid-root
.heading {
font-size: 44px;
line-height: 60px;
}
.single-product.product-template-product-asset-verification .product-section.column-flex,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex {
max-width: 1166px;
}
.single-product.product-template-product-asset-verification .product-section.column-flex .diff-items img,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex .diff-items img {
border-radius: 16px;
width: 436px;
height: 464px;
}
.single-product .product-section.column-flex .diff-items .rounded img {
border-radius: 16px;
}
.single-product .product-section.column-flex .heading.heading-large,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex .heading {
font-size: 56px;
line-height: 60px;
}
.single-product .product-section.column-flex .subtitle {
font-size: 20px;
line-height: 30px;
}
.single-product .product-section.column-flex ul.subtitle li {
gap: 12px;
}
.single-product .product-section.column-flex ul.subtitle li svg {
height: 24px;
width: 24px;
margin-top: 4px;
}
.single-product .product-section.column-flex .diff-items {
padding: 40px 0;
}
.single-product .product-section.column-flex .diff-items:nth-child(odd) .MuiGrid-item:nth-child(1) {
padding-right: 80px !important;
}
.single-product .product-section.column-flex .diff-items:nth-child(even) .MuiGrid-item:nth-child(1) {
padding-left: 80px !important;
}
.single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
font-size: 20px;
line-height: 30px;
margin-bottom: 20px;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box {
border-radius: 24px;
padding: 77px 30px;
width: calc(100% - 32px);
margin-bottom: 20px;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number {
font-size: 280px;
margin-right: 60px;
}
.single-product.product-template-product-data-exchange
.product-section.column-grid.number-fact
.flex-column:not(:last-child)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-data-exchange-landing
.product-section.column-grid.number-fact
.flex-column:not(:last-child)
.MuiBox-root
.number-box
.symbol {
right: 75px;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number span {
font-size: 80px;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
right: 120px;
bottom: 120px;
font-size: 120px;
line-height: 88px;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
text-shadow:
3px 3px 0 #fff,
-3px 3px 0 #fff,
-3px -3px 0 #fff,
3px -3px 0 #fff;
}
.single-product.product-template-product-asset-verification
.product-section.column-grid.number-fact
.flex-column
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-asset-verification-landing
.product-section.column-grid.number-fact
.flex-column
.MuiBox-root
.number-box
.symbol {
right: 100px;
}
.single-product.product-template-product-asset-verification
.product-section.column-grid.number-fact
.flex-column:nth-child(2)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-asset-verification-landing
.product-section.column-grid.number-fact
.flex-column:nth-child(2)
.MuiBox-root
.number-box
.symbol {
right: 65px;
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:first-child
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:first-child
.MuiBox-root
.number-box
.symbol {
right: 45px;
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:not(:first-child)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:not(:first-child)
.MuiBox-root
.number-box
.symbol {
right: 101px;
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.symbol {
right: 145px;
}
.single-product .product-section.section-pills .heading {
margin-bottom: 40px;
}
.single-product .product-section.section-pills .items {
gap: 24px;
}
.single-product .product-section.section-pills .item {
padding: 22.5px 24px;
border-radius: 56px;
}
.single-product .product-section.section-pills .description {
font-size: 32px;
}
.single-product .product-section.footer-wrapper {
padding-bottom: 32px;
} .single-product .product-section.footer-wrapper .footer-top .footer-text {
font-size: 17px;
}
.single-product .product-section.footer-wrapper img {
margin-top: 80px;
margin-bottom: 16px;
width: 105.26px;
}
.single-product .product-section.footer-wrapper .footer-text {
font-size: 15px;
line-height: 22px;
}
.single-product .product-section.footer-wrapper .footer-menu {
gap: 40px;
margin-top: 16px;
margin-bottom: 16px;
}
.single-product .product-section.footer-wrapper .footer-menu p {
font-size: 13px;
line-height: 20px;
}
.single-product .product-section.section-tabs .tabs {
border-radius: 12px;
}
.single-product .product-section.section-tabs .tab {
border-bottom: 1px solid #5a1b93;
padding: 24px 152.5px;
}
.single-product .product-section.section-tabs .tab button {
font-size: 28px;
line-height: 30px;
}
.single-product .product-section.section-tabs .tab button.active::before {
bottom: -24px;
height: 8px;
border-radius: 16px 16px 0 0;
}
.single-product .product-section.section-tabs .tabcontent {
padding: 40px 144px;
}
.single-product .product-section.section-tabs .tabcontent p {
min-height: 125px;
}
.single-product .product-section.section-tabs .tabcontent img {
width: 800px;
margin-top: 40px;
}
.single-product .product-section.section-faq h2.heading {
margin-bottom: 40px;
}
.single-product .product-section.section-faq h4.heading {
font-size: 20px;
line-height: 30px;
}
.single-product .product-section.section-faq .card-content-preview .description {
font-size: 16px;
line-height: 21px;
}
.single-product .product-section.column-grid-card .MuiGrid-item .heading {
margin: 24px 0 16px 0 !important;
font-size: 28px;
line-height: 30px;
}
.single-product .product-section.column-grid-card img {
border-radius: 13.85px;
height: 235.38px;
}
.single-product .product-section.column-puzzle .column-1 > .MuiBox-root {
padding: 40px 40px 40px 40px;
border-radius: 16px;
height: calc(100% - 32px);
}
.single-product .product-section.column-puzzle .column-1 .heading {
margin-bottom: 24px;
font-size: 30px;
line-height: 30px;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .MuiBox-root {
padding: 24px 16px 24px 24px;
border-radius: 16px;
height: calc(100% - 32px);
}
.single-product .product-section.column-puzzle .column-3 .MuiBox-root {
width: calc(100% - 48px);
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .heading {
font-size: 72px;
line-height: 88px;
margin-bottom: 16px;
}
.single-product .product-section.column-puzzle .column-1 > .MuiBox-root > div:not(:last-child) {
margin-bottom: 40px;
}
.single-product .product-section.column-puzzle .owl-nav {
margin-top: 30px;
}
.single-product .product-section.column-puzzle .owl-nav span {
font-size: 32px;
width: 48px;
height: 48px;
}
.single-product .product-section.section-side-tabs .navigation .MuiBox-root {
padding: 16px;
border-radius: 16px;
height: calc(100% - 32px);
}
.single-product .product-section.section-side-tabs .navigation button {
padding: 8px 16px;
border-radius: 32px;
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.section-side-tabs .navigation button:not(:last-child) {
margin-bottom: 12px;
}
.single-product .product-section.section-side-tabs .navigation .label {
margin-bottom: 4px;
}
.single-product .product-section.section-side-tabs .content .description {
margin-top: 20px;
}
.single-product .product-section.section-side-tabs .content .description1 {
font-size: 20px;
line-height: 30px;
margin-bottom: 24px;
}
.single-product .product-section.section-side-tabs .content img {
height: 396px;
border-radius: 16px;
}
.single-product .product-section.section-side-tabs .content .link {
gap: 12px;
padding: 8px 0;
font-size: 15px;
line-height: 20px;
margin-top: 20px;
}
.single-product .product-section.section-side-tabs .content .link svg {
height: 24px;
}
.single-product .product-section.section-testimonial .heading {
margin-bottom: 20px !important;
}
.single-product .product-section.section-testimonial .testimonial-box {
max-width: 856px;
margin: 30px auto 0 auto;
}
.single-product .product-section.section-testimonial .testimonial-bg {
background: #ffffff;
border-radius: 16px;
padding: 60px 98px;
}
.single-product .product-section.section-testimonial .quote {
font-size: 28px;
line-height: 36px;
}
.single-product .product-section.section-testimonial .client-image {
width: 120px;
height: 120px;
margin: 24px auto 16px auto;
}
.single-product .product-section.section-testimonial .client-location {
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.section-testimonial .quote-img1,
.single-product .product-section.section-testimonial .quote-img2 {
width: 80px;
height: 80px;
}
.single-product .product-section.section-testimonial .quote-img1 {
top: -50px;
left: -30px;
}
.single-product .product-section.section-testimonial .quote-img2 {
bottom: -50px;
right: -30px;
}
.single-product .product-section.how-it-works-slider .slider-container {
max-width: 960px;
}
.single-product .product-section.how-it-works-slider .tab-buttons {
gap: 120px;
border-bottom: 1px solid #d1d1d1;
}
.single-product.product-template-product-asset-verification .product-section.how-it-works-slider .tab-buttons,
.single-product.product-template-product-asset-verification-landing
.product-section.how-it-works-slider
.tab-buttons {
gap: 80px;
}
.single-product .product-section.how-it-works-slider .tab-button-item {
font-size: 24px;
line-height: 30px;
padding: 16px;
}
.single-product .product-section.how-it-works-slider .tab-button-item.active::before {
bottom: -1px;
height: 4px;
border-radius: 8px 8px 0px 0px;
}
.single-product .product-section.how-it-works-slider .tab-contents {
margin-top: 42px;
margin-bottom: 24px;
}
.single-product .product-section.how-it-works-slider .tab-content-item {
border: 1px solid #ebebeb;
border-radius: 16px;
}
.single-product .product-section.how-it-works-slider .tab-content-item .icon {
width: 36px;
height: 36px;
margin-bottom: 24px;
}
.single-product .product-section.how-it-works-slider .tab-content-item .title {
font-size: 28px;
line-height: 36px;
margin-bottom: 16;
}
.single-product .product-section.how-it-works-slider .tab-content-item .description {
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.how-it-works-slider .tab-content-item .left-side {
padding: 40px;
width: calc(50% - 40px);
}
.single-product .product-section.how-it-works-slider .tab-content-item .right-side {
width: calc(50% + 40px);
}
.single-product .product-section.how-it-works-slider .dot-buttons {
gap: 8px;
border-radius: 24px;
border: 1px solid #ebebeb;
padding: 4px;
}
.single-product .product-section.how-it-works-slider .dot-button-item {
width: 12px;
height: 12px;
border: 1px solid #bccafd;
}
.single-product .product-section.section-faq.faq-tab .tab-buttons {
gap: 120px;
border-bottom: 2px solid #d1d1d1;
margin-bottom: 40px;
}
.single-product .product-section.section-faq.faq-tab .tab-button-item {
font-size: 24px;
line-height: 30px;
padding: 16px;
}
.single-product .product-section.section-faq.faq-tab .tab-button-item.active::before {
bottom: -1px;
height: 4px;
border-radius: 8px 8px 0px 0px;
}
.single-product .product-section.section-grid-benefit .MuiGrid-container {
max-width: 1118px;
}
.single-product .product-section.section-grid-benefit .available-card {
gap: 16px;
padding: 24px 24px 0 24px;
border-radius: 16px;
min-height: calc(100% - 24px);
}
.single-product .product-section.section-grid-benefit .flex-column .heading {
margin-bottom: 16px;
font-size: 24px;
line-height: 30px;
}
.single-product .product-section.section-grid-benefit .flex-column .description {
font-size: 17px;
line-height: 22px;
}
.single-product .product-section.section-grid-benefit .available-card img {
width: 209.4px;
}
.single-product .product-section.grid-blog img {
height: 293px;
border-radius: 8px;
margin-bottom: 20px;
}
.single-product .product-section.grid-blog .MuiContainer-root > .description {
margin-bottom: 30px;
}
.single-product .product-section.grid-blog .MuiGrid-container {
max-width: 1197px;
}
.single-product .product-section.grid-blog .heading {
margin-bottom: 30px;
}
.single-product .product-section.grid-blog .available-card .heading {
font-size: 28px;
line-height: 30px;
margin-bottom: 16px;
}
.single-product .product-section.grid-blog .available-card .description {
font-size: 16px;
line-height: 24px;
}
.single-product .product-section.grid-blog .available-card svg {
width: 48px;
height: 48px;
margin-bottom: 8px;
}
.single-product .product-section.feature-accordion .heading {
margin-bottom: 40px;
}
.single-product .product-section.feature-accordion .available-card .heading {
font-size: 28px;
line-height: 30px;
margin-bottom: 16px;
}
.single-product .product-section.feature-accordion .MuiIconButton-root {
margin-right: 16px;
}
.single-product .product-section.feature-accordion .card-content {
padding: 16px 0;
}
.single-product .product-section.feature-accordion .card-content .heading {
font-size: 20px !important;
line-height: 30px;
margin-bottom: 0px;
margin-left: 16px;
}
.single-product .product-section.feature-accordion .card-content-preview {
margin: 0 16px 16px 16px;
width: calc(100% - 32px);
}
.single-product .product-section.feature-accordion .card-content-preview p {
font-size: 16px;
line-height: 24px;
}
.single-product .product-section.feature-accordion .faq-container {
margin-bottom: 16px;
}
.single-product .product-section.feature-accordion .faq-container + .heading {
margin-top: 24px;
}
.single-product .product-section.feature-accordion .menu-wrapper {
top: 40px;
padding: 16px;
border-radius: 16px;
}
.single-product .product-section.feature-accordion .menu-wrapper p.heading {
font-size: 20px;
line-height: 30px;
}
.single-product .product-section.feature-accordion .menu-wrapper p.link {
font-size: 17px;
line-height: 22px;
margin-top: 12px;
}
.single-product .product-section.section-video-tabs .heading {
margin-bottom: 40px;
}
.single-product .product-section.section-video-tabs .tabMenus {
gap: 80px;
padding: 8px 12px;
border-radius: 64px;
margin-bottom: 40px;
}
.single-product .product-section.section-video-tabs .tabItem {
padding: 16px;
border-radius: 48px;
font-size: 24px;
line-height: 30px;
}
.single-product .product-section.section-video-tabs video {
border-radius: 24px;
}
.single-product .product-section.section-video-tabs .customPlayButton {
width: 120px;
}
}
@media (min-width: 1280px) {
.single-product .product-section.section-testimonial .owl-prev,
.single-product .product-section.section-testimonial .owl-next {
padding: 10px !important;
}
.single-product .product-section.section-testimonial .owl-prev svg,
.single-product .product-section.section-testimonial .owl-next svg {
height: 46px;
width: 46px;
}
.single-product .product-section.section-testimonial .owl-nav {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
max-width: 80vw;
display: flex;
justify-content: space-between;
transform: translate(-50%, -50%);
}
}
@media (min-width: 601px) and (max-width: 768px) {
.single-product .product-section.column-grid img {
margin-bottom: calc(16 / 600 * 100vw);
}
.single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
font-size: calc(20 / 1440 * 100vw) !important;
}
.single-product .product-section.column-grid-card .MuiGrid-item .heading {
font-size: calc(28 / 1440 * 100vw) !important;
}
.single-product .product-section.section-faq h4.heading {
font-size: calc(20 / 1440 * 100vw) !important;
}
.single-product .product-section.column-puzzle .column-1 .heading {
font-size: calc(30 / 1440 * 100vw) !important;
}
.single-product .product-section.column-grid .MuiGrid-item .heading {
font-size: calc(20 / 1440 * 100vw) !important;
}
}
@media (min-width: 601px) and (max-width: 1440px) {
.single-product .header-wrapper > .MuiContainer-root,
.single-product .product-section > .MuiContainer-root {
padding-left: calc(48 / 1440 * 100vw) !important;
padding-right: calc(48 / 1440 * 100vw) !important;
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
font-size: calc(56 / 1440 * 100vw) !important;
}
.single-product .product-section.product-header .trusted-by-label {
font-size: calc(20 / 1440 * 100vw) !important;
}
.single-product .product-section.section-grid-benefit .flex-column .heading {
font-size: calc(24 / 1440 * 100vw) !important;
}
.single-product .product-section.grid-blog .available-card .heading {
font-size: calc(28 / 1440 * 100vw) !important;
}
}
@media (min-width: 601px) {
.single-product .hide-desktop {
display: none;
}
.single-product .product-section.column-grid .MuiGrid-root.counter .MuiGrid-item:not(:last-child)::before {
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
height: 100%;
max-height: calc(80 / 1440 * 100vw);
width: 1px;
background: #ebebeb;
}
.single-product .product-section.column-flex .diff-items:nth-child(odd) .MuiGrid-item:nth-child(1) {
padding-right: calc(80 / 1440 * 100vw);
}
.single-product .product-section.column-flex .diff-items:nth-child(even) .MuiGrid-item:nth-child(1) {
padding-left: calc(80 / 1440 * 100vw);
}
}
@media (max-width: 600px) {
.single-product .hide-mobile {
display: none;
}
.single-product .contentSwitcher {
padding: calc(4 / 600 * 100vw);
border-radius: calc(48 / 600 * 100vw);
margin-bottom: calc(6 / 600 * 100vw);
}
.single-product .contentSwitcher > div {
font-size: calc(20 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
padding: calc(8 / 600 * 100vw);
border-radius: calc(40 / 600 * 100vw);
}
.single-product .product-section {
padding: calc(80 / 600 * 100vw) 0;
}
.single-product .header-wrapper {
padding-left: 0;
padding-right: 0;
}
.single-product .header-wrapper > .MuiContainer-root,
.single-product .product-section > .MuiContainer-root {
padding-left: calc(32 / 600 * 100vw) !important;
padding-right: calc(32 / 600 * 100vw) !important;
}
.single-product .product-section.section-pbm-0 {
padding-bottom: 0 !important;
}
.single-product .product-section .MuiTypography-body1 {
font-size: calc(16 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
}
.single-product .product-section .title {
font-size: calc(31 / 375 * 100vw);
line-height: calc(40 / 375 * 100vw);
margin-bottom: calc(20 / 375 * 100vw);
}
.single-product .product-section .heading {
font-size: calc(44 / 600 * 100vw) !important;
line-height: calc(60 / 600 * 100vw) !important;
margin-bottom: calc(16 / 600 * 100vw) !important; }
.single-product .product-section .heading br {
display: none;
}
.single-product .product-section .buttons {
margin-top: calc(40 / 600 * 100vw);
}
.single-product .product-section .buttons.gradient a.button-cta.button-border .MuiButton-root {
border-width: calc(1 / 600 * 100vw);
}
.single-product .product-section .buttons.gradient a.button-cta:not(.button-border) .MuiButton-root {
padding-top: calc(18.5 / 375 * 100vw) !important;
padding-bottom: calc(18.5 / 375 * 100vw) !important;
}
.single-product .product-section.product-header a.button-cta:not(.button-border) .MuiButton-root {
padding-top: calc(18.225 / 375 * 100vw) !important;
padding-bottom: calc(18.225 / 375 * 100vw) !important;
}
.single-product .product-section.product-header .description {
font-size: calc(20 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
}
.single-product .product-section.product-header a.button-cta .MuiButton-label {
display: flex;
gap: calc(17 / 600 * 100vw);
}
.single-product .product-section.product-header a.button-cta .MuiButton-label svg {
height: calc(24 / 600 * 100vw);
width: auto;
}
.single-product .product-section.product-header .trusted-by-images {
max-width: calc(500 / 600 * 100vw);
}
.single-product .product-section.product-header .trusted-by-images img {
height: calc(58 / 600 * 100vw);
}
.single-product .product-section.product-header .trusted-by-label {
font-size: calc(20 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
}
.single-product .product-section.product-header .left-side .trusted-by-label {
margin-top: calc(40 / 600 * 100vw);
}
.single-product .product-section.product-header .buttons {
margin-top: calc(40 / 600 * 100vw);
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section .MuiButtonBase-root.MuiButton-root {
height: calc(50 / 600 * 100vw);
padding: calc(19 / 600 * 100vw) calc(32 / 600 * 100vw) !important;
}
.single-product .product-section a.button-cta .MuiButton-root {
font-size: calc(20 / 600 * 100vw);
line-height: calc(24 / 600 * 100vw);
border-radius: calc(8 / 600 * 100vw);
}
.single-product .product-section.product-header .buttons {
justify-content: center;
}
.single-product .product-section.product-header .hero-banner .label {
margin-top: calc(8 / 600 * 100vw);
margin-bottom: calc(10 / 600 * 100vw);
} .single-product .product-section.product-header .hero-banner .right-side img,
.single-product .product-section.product-header .hero-banner .right-side .images,
.single-product.product-template-product-esignature .product-section.product-header .hero-banner .right-side img {
top: 91%;
right: 50% !important;
transform: translateX(50%);
width: calc(500 / 600 * 100vw);
margin-left: auto;
margin-right: auto;
}
.single-product.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side img {
top: 89%;
}
.single-product.product-template-product-data-exchange
.product-section.product-header
.hero-banner
.right-side
img {
top: 96%;
}
.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images {
top: 101%;
}
.product-template-product-redact-ai
.product-section.product-header
.hero-banner
.right-side
.images
img:first-child {
margin-left: 22%;
}
.single-product .product-section.product-header .trusted-by-label {
margin-top: calc(440 / 600 * 100vw);
}
.product-template-product-redact-ai .product-section.product-header .trusted-by-label {
margin-top: calc(470 / 600 * 100vw);
}
.single-product .product-section.product-header .landing-trusted-by .trusted-by-label {
margin-top: calc(40 / 600 * 100vw);
}
.single-product .product-section.product-header {
padding-top: calc(150 / 600 * 100vw);
padding-bottom: calc(88 / 600 * 100vw);
}
.single-product .product-section.product-header .hero-banner .award-logo {
margin-top: calc(20 / 375 * 100vw);
width: calc(331.5 / 375 * 100vw);
}
.single-product .product-section.product-header .hero-banner .left-side {
max-width: 100% !important;
text-align: center;
}
.single-product .product-section.product-header .hero-banner .left-side .label {
margin-bottom: calc(20 / 600 * 100vw);
}
.single-product .product-section.product-header .hero-banner .left-side > * {
text-align: left;
}
.single-product.product-template-product-ewitness
.product-section.product-header
.hero-banner
.left-side
.description {
max-width: 100%;
}
.single-product .product-section.product-header .hero-banner.with-form > * {
width: 100%;
}
.single-product .product-section.product-header .hero-banner.with-form {
gap: calc(40 / 600 * 100vw);
}
.single-product form.wpcf7-form p > label {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(17 / 600 * 100vw);
line-height: calc(22 / 600 * 100vw);
}
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(20 / 600 * 100vw);
line-height: calc(24 / 600 * 100vw);
border: 1px solid #bdbfc7;
border-radius: calc(8 / 600 * 100vw);
margin-top: calc(5 / 600 * 100vw);
margin-bottom: calc(10 / 600 * 100vw);
padding-left: calc(10 / 600 * 100vw);
padding-right: calc(10 / 600 * 100vw);
}
.single-product form.wpcf7-form textarea {
padding-top: calc(10 / 600 * 100vw);
padding-top: calc(10 / 600 * 100vw);
}
.single-product form.wpcf7-form p > label,
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
width: calc(100% - 15px);
}
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select {
height: calc(50 / 600 * 100vw);
}
.single-product form.wpcf7-form select {
background-position: calc(100% - calc(10 / 600 * 100vw)) center;
background-size: calc(24 / 600 * 100vw);
}
.single-product form.wpcf7-form input[type="submit"] {
font-size: calc(20 / 600 * 100vw);
line-height: calc(24 / 600 * 100vw);
width: 100%;
height: calc(50 / 600 * 100vw);
border: calc(2 / 600 * 100vw) solid #184bff;
border-radius: calc(8 / 600 * 100vw);
}
.single-product form.wpcf7-form .row-2-input {
gap: calc(20 / 600 * 100vw);
}
.single-product form.wpcf7-form .wpcf7-form-control-wrap > select {
height: calc(56 / 600 * 100vw);
}
.single-product .product-section.product-header .hero-banner .form-wrapper {
padding: calc(20 / 600 * 100vw) calc(24 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
}
.single-product .product-section.product-header .hero-banner .form-wrapper .heading {
margin-bottom: 5px !important;
}
.single-product .product-section.product-header .hero-banner .form-wrapper .description {
font-size: calc(13 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
margin-bottom: calc(24 / 600 * 100vw);
}
.single-product .product-section.column-grid img {
width: calc(120 / 600 * 100vw);
}
.single-product .product-section.column-grid .disclaimer {
font-size: calc(13 / 600 * 100vw);
line-height: calc(19.5 / 600 * 100vw);
margin-top: calc(20 / 600 * 100vw);
}
.single-product .product-section.column-grid .MuiBox-root {
padding: calc(35 / 600 * 100vw) calc(24 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
height: calc(100% - calc(32 / 600 * 100vw));
}
.single-product .product-section.column-grid .MuiGrid-container.counter .flex-column:not(:last-child) .MuiBox-root {
padding-bottom: 0;
}
.single-product .product-section.column-grid .MuiGrid-item .heading {
font-size: calc(32 / 600 * 100vw);
margin-bottom: calc(20 / 600 * 100vw);
}
.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
font-size: calc(56 / 600 * 100vw) !important;
line-height: calc(60 / 600 * 100vw) !important;
margin-bottom: calc(16 / 600 * 100vw) !important;
}
.single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
font-size: calc(20 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
margin-bottom: calc(20 / 600 * 100vw);
}
.single-product .product-section.column-grid .MuiGrid-item .description {
font-size: calc(17 / 375 * 100vw);
line-height: calc(22 / 375 * 100vw);
}
.single-product .product-section.column-grid.secure .MuiGrid-item .description {
font-size: calc(17 / 375 * 100vw);
line-height: calc(22 / 375 * 100vw);
}
.single-product .product-section.column-grid.has-expand .see-more {
margin-top: calc(40 / 600 * 100vw);
gap: calc(8 / 600 * 100vw);
border-radius: calc(8 / 600 * 100vw);
padding: calc(4 / 600 * 100vw) calc(8 / 600 * 100vw);
font-size: calc(17 / 375 * 100vw);
line-height: calc(22 / 375 * 100vw);
}
.single-product .product-section.column-grid.has-expand .see-more svg {
width: calc(24 / 375 * 100vw);
height: calc(24 / 375 * 100vw);
}
.single-product .product-section.column-grid.key-highlights .MuiContainer-root {
max-width: 100%;
}
.single-product .product-section.column-flex .heading.heading-large,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex .heading {
font-size: calc(56 / 600 * 100vw);
line-height: calc(60 / 600 * 100vw);
} .single-product.product-template-product-asset-verification .product-section.column-flex,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex {
max-width: 100%;
}
.single-product .product-section.column-flex .subtitle {
font-size: calc(17 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
}
.single-product .product-section.column-flex ul.subtitle li {
gap: calc(12 / 600 * 100vw);
}
.single-product .product-section.column-flex ul.subtitle li svg {
height: calc(24 / 375 * 100vw);
width: calc(24 / 375 * 100vw);
margin-top: calc(0 / 375 * 100vw);
}
.single-product .product-section.column-flex .diff-items > .MuiGrid-item:first-child {
order: 2;
}
.single-product.product-template-product-asset-verification .product-section.column-flex .diff-items img,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex .diff-items img {
border-radius: calc(16 / 375 * 100vw);
width: 436px;
height: auto;
}
.single-product .product-section.column-flex .diff-items .rounded img {
border-radius: calc(16 / 600 * 100vw);
}
.single-product .product-section.column-flex .diff-items img {
left: initial !important;
}
.single-product .product-section.column-flex .diff-items img.background {
left: 50% !important;
top: 50% !important;
right: inherit !important;
bottom: inherit !important;
width: 80% !important;
height: 100% !important;
transform: translate(-50%, -50%);
object-fit: contain;
}
.single-product .product-section.column-grid .MuiGrid-item .heading,
.single-product .product-section.column-flex .MuiGrid-root .heading {
font-size: calc(20 / 375 * 100vw) !important;
line-height: calc(30 / 375 * 100vw) !important;
margin-bottom: calc(20 / 600 * 100vw) !important;
}
.single-product.product-template-product-asset-verification .product-section.column-flex .MuiGrid-root .heading,
.single-product.product-template-product-asset-verification-landing
.product-section.column-flex
.MuiGrid-root
.heading {
font-size: calc(44 / 375 * 100vw);
line-height: calc(60 / 375 * 100vw);
}  .single-product .product-section.column-grid.number-fact .MuiBox-root {
padding-top: 0;
padding-bottom: 0;
}
.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
right: 50%;
transform: translateX(20px);
}
.single-product.product-template-product-asset-verification
.product-section.column-grid.number-fact
.flex-column
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-asset-verification-landing
.product-section.column-grid.number-fact
.flex-column
.MuiBox-root
.number-box
.symbol {
right: 47%;
}
.single-product.product-template-product-asset-verification
.product-section.column-grid.number-fact
.flex-column:nth-child(2)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-asset-verification-landing
.product-section.column-grid.number-fact
.flex-column:nth-child(2)
.MuiBox-root
.number-box
.symbol {
right: 44%;
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:first-child
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:first-child
.MuiBox-root
.number-box
.symbol {
right: 43%;
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:not(:first-child)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:not(:first-child)
.MuiBox-root
.number-box
.symbol {
right: 48%;
}
.single-product.product-template-product-redact-ai
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-redact-ai-landing
.product-section.column-grid.number-fact
.flex-column:last-child
.MuiBox-root
.number-box
.symbol {
right: 52%;
}
.single-product.product-template-product-data-exchange
.product-section.column-grid.number-fact
.flex-column:not(:last-child)
.MuiBox-root
.number-box
.symbol,
.single-product.product-template-product-data-exchange-landing
.product-section.column-grid.number-fact
.flex-column:not(:last-child)
.MuiBox-root
.number-box
.symbol {
right: 48%;
}
.single-product .product-section.section-pills .heading {
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.section-pills .items {
gap: calc(32 / 1440 * 100vw);
max-width: 100%;
}
.single-product .product-section.section-pills .item {
padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) !important;
border-radius: calc(56 / 600 * 100vw);
}
.single-product .product-section.section-pills .description {
font-size: calc(17 / 375 * 100vw);
line-height: calc(22 / 375 * 100vw);
}
.single-product .product-section.section-cta .assetVerificationVehicles {
gap: calc(24 / 600 * 100vw);
}
.single-product .product-section.section-cta .assetVerificationVehicles img {
width: calc(82.85 / 600 * 100vw);
}
.single-product .product-section.section-image.recognised-inovator .heading {
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.section-image .MuiGrid-container img {
width: calc(184 / 600 * 100vw);
margin-bottom: calc(8 / 600 * 100vw);
}
.single-product .product-section.section-image .title {
font-size: calc(17 / 600 * 100vw);
line-height: calc(22 / 600 * 100vw);
margin-bottom: 0;
}
.single-product .product-section.section-image .description {
font-size: calc(13 / 600 * 100vw);
line-height: calc(19.5 / 600 * 100vw);
}
.single-product .product-section.footer-wrapper img {
margin-top: calc(80 / 600 * 100vw);
margin-bottom: calc(16 / 600 * 100vw);
width: calc(105.26 / 600 * 100vw);
} .single-product .product-section.footer-wrapper .footer-top .footer-text {
font-size: calc(17 / 600 * 100vw);
}
.single-product .product-section.footer-wrapper .footer-text {
font-size: calc(15 / 600 * 100vw);
line-height: calc(22 / 600 * 100vw);
max-width: 100%;
}
.single-product .product-section.footer-wrapper .footer-menu {
gap: calc(40 / 600 * 100vw);
margin-top: calc(16 / 600 * 100vw);
margin-bottom: calc(16 / 600 * 100vw);
}
.single-product .product-section.footer-wrapper .footer-menu p {
font-size: calc(13 / 600 * 100vw);
line-height: calc(20 / 600 * 100vw);
}
.single-product .product-section.section-faq .faq-container {
padding: calc(16 / 600 * 100vw) 0;
border-top: solid calc(1 / 600 * 100vw) #e0e0e0;
}
.single-product .product-section.section-faq .faq-container:last-child {
border-bottom: solid calc(1 / 600 * 100vw) #e0e0e0;
}
.single-product .product-section.section-faq h2.heading {
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.section-faq h4.heading {
font-size: calc(17 / 375 * 100vw) !important;
line-height: calc(22 / 375 * 100vw) !important;
margin-bottom: 0 !important;
}
.single-product .product-section.section-faq .card-content {
font-size: calc(16 / 600 * 100vw);
line-height: calc(21 / 600 * 100vw);
}
.single-product .product-section.section-faq .card-content-preview {
padding-top: calc(16 / 600 * 100vw);
}
.single-product .product-section.section-faq .card-content-preview .description {
font-family:
"SF Pro",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: calc(16 / 375 * 100vw);
line-height: calc(21 / 375 * 100vw);
}
.single-product .product-section.section-tabs .tabs {
border-radius: calc(12 / 600 * 100vw);
}
.single-product .product-section.section-tabs .tab {
border-bottom: calc(1 / 600 * 100vw) solid #5a1b93;
padding: calc(24 / 600 * 100vw) calc(20 / 600 * 100vw);
}
.single-product .product-section.section-tabs .tab button {
font-size: calc(15 / 375 * 100vw);
line-height: calc(20 / 375 * 100vw);
}
.single-product .product-section.section-tabs .tab button.active::before {
bottom: calc(-24 / 600 * 100vw);
height: calc(8 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw) calc(16 / 600 * 100vw) 0 0;
}
.single-product .product-section.section-tabs .tabcontent {
padding: calc(40 / 600 * 100vw) calc(20 / 600 * 100vw);
}
.single-product .product-section.section-tabs .tabcontent p {
min-height: auto;
}
.single-product .product-section.section-tabs .tabcontent img {
width: calc(800 / 600 * 100vw);
margin-top: calc(40 / 600 * 100vw);
}
.single-product .product-section.column-grid-card .MuiGrid-item .heading {
margin: calc(24 / 600 * 100vw) 0 calc(16 / 600 * 100vw) 0 !important;
font-size: calc(28 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
}
.single-product .product-section.column-grid-card img {
border-radius: calc(13.85 / 600 * 100vw);
height: calc(400 / 600 * 100vw);
}
.single-product .product-section.column-puzzle .column-1 > .MuiBox-root {
padding: calc(40 / 600 * 100vw) calc(40 / 600 * 100vw) calc(40 / 600 * 100vw) calc(40 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
height: calc(100% - calc(32 / 600 * 100vw));
}
.single-product .product-section.column-puzzle .column-1 .heading {
margin-bottom: calc(24 / 600 * 100vw) !important;
font-size: calc(30 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
}
.single-product .product-section.column-puzzle .column-1 .client-logo {
transform: scale(75%);
transform-origin: 0 50%;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root {
display: unset;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root > * {
height: auto;
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .MuiBox-root {
padding: calc(57.33 / 375 * 100vw) calc(16 / 600 * 100vw) calc(57.33 / 375 * 100vw) calc(24 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
height: calc(100% - calc(32 / 600 * 100vw));
width: calc(100% - 24px);
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .description {
max-width: calc(200 / 375 * 100vw);
margin-left: auto;
margin-right: auto;
}
.single-product .product-section.column-puzzle .column-3 {
margin-top: calc(16px / 600 * 100vw);
}
.single-product .product-section.column-puzzle .column-3 .MuiBox-root {
width: calc(100% - calc(48 / 600 * 100vw));
}
.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .heading {
font-size: calc(40 / 375 * 100vw) !important;
line-height: calc(44 / 375 * 100vw) !important;
margin-bottom: calc(16 / 600 * 100vw) !important;
}
.single-product .product-section.column-puzzle .column-1 > .MuiBox-root > div:not(:last-child) {
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.column-puzzle .owl-nav {
margin-top: calc(30 / 600 * 100vw);
}
.single-product .product-section.column-puzzle .owl-nav span {
font-size: calc(32 / 600 * 100vw);
width: calc(48 / 600 * 100vw);
height: calc(48 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .navigation .MuiBox-root {
padding: calc(16 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
height: calc(100% - calc(32 / 600 * 100vw));
}
.single-product .product-section.section-side-tabs .navigation button {
padding: calc(8 / 600 * 100vw) calc(16 / 600 * 100vw);
border-radius: calc(32 / 600 * 100vw);
font-size: calc(17 / 600 * 100vw);
line-height: calc(22 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .navigation button:not(:last-child) {
margin-bottom: calc(12 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .navigation .label {
margin-bottom: calc(4 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .content .description {
margin-top: calc(20 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .content .description1 {
font-size: calc(20 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
margin-bottom: calc(24 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .content img {
height: calc(396 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .content .link {
gap: calc(12 / 600 * 100vw);
padding: calc(8 / 600 * 100vw) 0;
font-size: calc(15 / 600 * 100vw);
line-height: calc(20 / 600 * 100vw);
margin-top: calc(20 / 600 * 100vw);
}
.single-product .product-section.section-side-tabs .content .link svg {
height: calc(24 / 600 * 100vw);
}
.single-product .product-section .svg-image.img-desktop {
display: none;
}
.single-product .product-section .svg-image.img-mobile {
display: flex;
}
.single-product .product-section a.button-cta,
.single-product .product-section a.button-cta button {
width: 100% !important;
}
.single-product .product-section .MuiButtonBase-root.MuiButton-root {
padding-top: calc(17 / 375 * 100vw) !important;
padding-bottom: calc(17 / 375 * 100vw) !important;
}
.single-product .product-section.section-testimonial .heading {
margin-bottom: calc(20 / 600 * 100vw) !important;
}
.single-product .product-section.section-testimonial .testimonial-box {
max-width: 100%;
margin: calc(30 / 600 * 100vw - 20px) auto 0 auto;
}
.single-product .product-section.section-testimonial .testimonial-bg {
border-radius: calc(16 / 600 * 100vw);
padding: calc(60 / 600 * 100vw) calc(98 / 600 * 100vw);
}
.single-product .product-section.section-testimonial .quote {
font-size: calc(28 / 600 * 100vw);
line-height: calc(36 / 600 * 100vw);
}
.single-product .product-section.section-testimonial .client-image {
width: calc(120 / 600 * 100vw);
height: calc(120 / 600 * 100vw);
margin: calc(24 / 600 * 100vw) auto calc(16 / 600 * 100vw) auto;
}
.single-product .product-section.section-testimonial .client-location {
font-size: calc(17 / 600 * 100vw);
line-height: calc(22 / 600 * 100vw);
}
.single-product .product-section.section-testimonial .quote-img1,
.single-product .product-section.section-testimonial .quote-img2 {
width: calc(80 / 600 * 100vw);
height: calc(80 / 600 * 100vw);
}
.single-product .product-section.section-testimonial .quote-img1 {
top: calc(-50 / 600 * 100vw);
left: calc(-30 / 600 * 100vw);
}
.single-product .product-section.section-testimonial .quote-img2 {
bottom: calc(-50 / 600 * 100vw);
right: calc(-30 / 600 * 100vw);
}
.single-product .product-section.section-testimonial .owl-prev,
.single-product .product-section.section-testimonial .owl-next {
padding: calc(10 / 600 * 100vw) !important;
}
.single-product .product-section.section-testimonial .owl-prev svg,
.single-product .product-section.section-testimonial .owl-next svg {
height: calc(46 / 600 * 100vw);
width: calc(46 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .slider-container {
max-width: 100%;
}
.single-product .product-section.how-it-works-slider .tab-buttons {
gap: calc(60 / 600 * 100vw);
border-bottom: calc(1 / 600 * 100vw) solid #d1d1d1;
}
.single-product.product-template-product-asset-verification .product-section.how-it-works-slider .tab-buttons,
.single-product.product-template-product-asset-verification-landing
.product-section.how-it-works-slider
.tab-buttons {
gap: calc(30 / 1440 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-button-item {
font-size: calc(24 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
padding: calc(16 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-button-item.active::before {
bottom: calc(-1 / 600 * 100vw);
height: calc(4 / 600 * 100vw);
border-radius: calc(8 / 600 * 100vw) calc(8 / 600 * 100vw) 0px 0px;
}
.single-product .product-section.how-it-works-slider .tab-contents {
margin-top: calc(42 / 600 * 100vw);
margin-bottom: calc(24 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item {
flex-direction: column-reverse;
border: calc(1 / 600 * 100vw) solid #ebebeb;
border-radius: calc(16 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item .icon {
width: calc(36 / 600 * 100vw);
height: calc(36 / 600 * 100vw);
margin-bottom: calc(24 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item .title {
font-size: calc(28 / 600 * 100vw);
line-height: calc(36 / 600 * 100vw);
margin-bottom: calc(16 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item .description {
font-size: calc(17 / 600 * 100vw);
line-height: calc(22 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .tab-content-item .left-side {
padding: calc(40 / 600 * 100vw);
width: calc(100% - calc(80 / 600 * 100vw));
}
.single-product .product-section.how-it-works-slider .tab-content-item .right-side {
width: 100%;
}
.single-product .product-section.how-it-works-slider .dot-buttons {
gap: calc(16 / 1440 * 100vw);
border-radius: calc(24 / 600 * 100vw);
border: calc(1 / 600 * 100vw) solid #ebebeb;
padding: calc(4 / 600 * 100vw);
}
.single-product .product-section.how-it-works-slider .dot-button-item {
width: calc(12 / 600 * 100vw);
height: calc(12 / 600 * 100vw);
border: calc(1 / 600 * 100vw) solid #bccafd;
}
.single-product .product-section.section-faq.faq-tab .tab-buttons {
gap: calc(0 / 600 * 100vw);
border-bottom: calc(1 / 600 * 100vw) solid #d1d1d1;
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.section-faq.faq-tab .tab-button-item {
font-size: calc(24 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
padding: calc(16 / 600 * 100vw);
}
.single-product .product-section.section-faq.faq-tab .tab-button-item.active::before {
bottom: calc(-1 / 600 * 100vw);
height: calc(4 / 600 * 100vw);
border-radius: calc(8 / 600 * 100vw) calc(8 / 600 * 100vw) 0px 0px;
}
.single-product .product-section.section-video-tabs .heading {
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.section-video-tabs .tabMenus {
gap: calc(30 / 600 * 100vw);
padding: calc(8 / 600 * 100vw) calc(12 / 600 * 100vw);
border-radius: calc(64 / 600 * 100vw);
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.section-video-tabs .tabItem {
padding: calc(16 / 600 * 100vw);
border-radius: calc(48 / 600 * 100vw);
font-size: calc(24 / 600 * 100vw);
line-height: calc(30 / 600 * 100vw);
}
.single-product .product-section.section-video-tabs video {
border-radius: calc(24 / 600 * 100vw);
}
.single-product .product-section.section-video-tabs .customPlayButton {
width: calc(120 / 600 * 100vw);
}
.single-product .product-section.section-grid-benefit .MuiGrid-container {
max-width: 100%;
}
.single-product .product-section.section-grid-benefit .MuiGrid-item {
padding: calc(10 / 600 * 100vw) 0;
}
.single-product .product-section.section-grid-benefit .available-card {
gap: calc(16 / 600 * 100vw);
padding: calc(24 / 600 * 100vw) calc(24 / 600 * 100vw) 0 calc(24 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
min-height: auto;
}
.single-product .product-section.section-grid-benefit .flex-column .heading {
margin-bottom: calc(16 / 600 * 100vw);
font-size: calc(20 / 375 * 100vw) !important;
line-height: calc(24 / 375 * 100vw) !important;
}
.single-product .product-section.section-grid-benefit .flex-column .description {
font-size: calc(16 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
}
.single-product .product-section.section-grid-benefit .available-card img {
width: calc(209.4 / 600 * 100vw);
}
.single-product .product-section.grid-blog img {
height: calc(400 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
margin-bottom: calc(20 / 600 * 100vw);
}
.single-product .product-section.grid-blog .MuiContainer-root > .description {
margin-bottom: calc(30 / 600 * 100vw);
}
.single-product .product-section.grid-blog .MuiGrid-container {
max-width: 100%;
}
.single-product .product-section.grid-blog .MuiGrid-item {
padding: calc(10 / 600 * 100vw) 0;
}
.single-product .product-section.grid-blog .heading {
margin-bottom: calc(30 / 600 * 100vw);
}
.single-product .product-section.grid-blog .available-card .heading {
font-size: calc(28 / 375 * 100vw) !important;
line-height: calc(30 / 375 * 100vw) !important;
margin-bottom: calc(16 / 600 * 100vw);
}
.single-product .product-section.grid-blog .available-card .description {
font-size: calc(16 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
}
.single-product .product-section.grid-blog .available-card svg {
width: calc(48 / 600 * 100vw);
height: calc(48 / 600 * 100vw);
margin-bottom: calc(8 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .heading {
margin-bottom: calc(40 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .available-card .heading {
font-size: calc(28 / 600 * 100vw) !important;
line-height: calc(30 / 600 * 100vw);
margin-bottom: calc(16 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .MuiIconButton-root {
margin-right: calc(16 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .card-content {
padding: calc(16 / 600 * 100vw) 0;
}
.single-product .product-section.feature-accordion .card-content .heading {
font-size: calc(24 / 600 * 100vw) !important;
line-height: calc(30 / 600 * 100vw) !important;
margin-bottom: 0 !important;
margin-left: calc(16 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .card-content-preview {
margin: 0 calc(16 / 600 * 100vw) calc(16 / 600 * 100vw) calc(16 / 600 * 100vw);
width: calc(100% - (32 / 600 * 100vw));
}
.single-product .product-section.feature-accordion .card-content-preview p {
font-size: calc(16 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
}
.single-product .product-section.feature-accordion .faq-container {
margin-bottom: calc(16 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .faq-container + .heading {
margin-top: calc(24 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .menu-wrapper {
padding: calc(16 / 600 * 100vw);
border-radius: calc(16 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .menu-wrapper p.heading {
font-size: calc(16 / 375 * 100vw) !important;
line-height: calc(24 / 375 * 100vw);
margin-bottom: 0 !important;
}
.single-product .product-section.feature-accordion .menu-wrapper p.link {
font-size: calc(16 / 375 * 100vw);
line-height: calc(24 / 375 * 100vw);
margin-top: calc(12 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .menu-column {
margin-top: calc(10 / 600 * 100vw);
}
.single-product .product-section.feature-accordion .faq-column {
order: 2;
padding-top: 0;
}
.single-product .modal .close-btn {
font-size: 15px;
width: 20px;
height: 20px;
}
}@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}.gdpr_lightbox-active,.gdpr_lightbox-active body{overflow:hidden}.gdpr_lightbox{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.gdpr_lightbox.gdpr_lightbox-opened{opacity:1}.gdpr_lightbox.gdpr_lightbox-closed{opacity:0}.gdpr_lightbox *{box-sizing:border-box}.gdpr_lightbox-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.gdpr_lightbox-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.gdpr_lightbox-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.gdpr_lightbox-loading .gdpr_lightbox-loader{opacity:1}.gdpr_lightbox-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.gdpr_lightbox-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content{transform:scale(.8)}.gdpr_lightbox-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;box-shadow:none}.gdpr_lightbox-close::-moz-focus-inner{border:0;padding:0}.gdpr_lightbox-close:active{top:1px}.gdpr_lightbox-image img{max-width:100%;display:block;line-height:0;border:0}.gdpr_lightbox-iframe .gdpr_lightbox-container{width:100%;max-width:964px}.gdpr_lightbox-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.gdpr_lightbox-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}body.moove_gdpr_overflow{overflow:hidden}body.moove_gdpr_overflow #page{position:relative;z-index:10}body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container{z-index:99}.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{display:none}.gdpr_lightbox dialog#moove_gdpr_cookie_modal{display:-ms-flexbox;display:flex;position:relative;padding:0;background:transparent;border:none;width:100%;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button{padding:0;display:inline-block;border:none;box-shadow:none;background-color:transparent;color:inherit;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-size:inherit;text-transform:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus{box-shadow:1px 1px 5px #010101;border-radius:50px}#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus{box-shadow:1px 1px 5px #010101}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}#moove_gdpr_cookie_info_bar .gdpr-fbo-1{-ms-flex-order:2;order:2}#moove_gdpr_cookie_info_bar .gdpr-fbo-2{-ms-flex-order:3;order:3}#moove_gdpr_cookie_info_bar .gdpr-fbo-3{-ms-flex-order:4;order:4}#moove_gdpr_cookie_info_bar .gdpr-fbo-4{-ms-flex-order:5;order:5}#moove_gdpr_cookie_info_bar .gdpr-fbo-5{-ms-flex-order:6;order:6}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:none}.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after{box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content{-ms-flex-pack:justify;justify-content:space-between}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{margin:0 -4px;max-width:calc(100% + 8px);width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px 4px}}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{display:none}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:block;position:absolute;top:-15px;right:-15px;background-color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{background-color:transparent;padding:0;display:inline-block;float:right;position:relative;font-size:14px;line-height:20px;margin:3px 4px;width:36px;height:36px;border-radius:50%;box-shadow:inset 0 0 0 1px #626262;color:#626262;transition:all .3s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:32px;top:-1px;position:relative;height:30px;display:block;overflow:hidden}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{color:#fff;opacity:.7;box-shadow:inset 0 0 0 1px #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:#fff;opacity:1;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{text-decoration:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none;cursor:pointer}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{position:relative;display:inline-block;width:50px;height:30px;padding:0}#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;transition:.4s;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before{border-radius:50%}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .cookie-switch .slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .slider.gdpr-sr:after{display:none}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch .gdpr-sr-enable{display:none;color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch .gdpr-sr-disable{display:block;color:red}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .switch .gdpr-sr-label{position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider{background-color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after{content:attr(data-text-enable);color:#2e9935;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-enable{display:block}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-disable{display:none}#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider{box-shadow:0 0 1px #2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(20px)}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative;float:none;padding-bottom:135px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content{max-height:50vh;overflow:hidden;overflow-y:auto;padding-bottom:0;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px;white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{padding-right:0;text-align:right;color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;position:relative;top:0;text-decoration:none;display:block;-ms-flex-align:baseline;align-items:baseline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main{display:block;position:relative}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{position:relative;overflow:hidden;padding-right:190px;padding-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar{position:absolute;top:0;right:0;width:190px;text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider{position:relative;width:50px;height:30px;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after{text-align:right;left:auto;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:20px;margin-bottom:15px;padding-right:190px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:75px;position:relative;margin-bottom:20px;padding-right:180px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{max-width:180px;margin:0;float:right;position:absolute;top:0;right:0;width:100%;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img{max-width:100%;text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{width:100%;font-weight:700;font-size:28px;line-height:1.1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon{background-color:#fff;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%;transition:all .3s ease}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2{font-weight:400;font-size:20px;margin:5px 0 0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title{margin-top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-size:18px;line-height:1.4;margin-bottom:20px;margin-top:0;font-weight:700;text-transform:none;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a{color:#000;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled{opacity:.6;pointer-events:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider{background-color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after{color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p{display:inline-block;float:right;color:#09a501;margin:0;line-height:1.2;font:700 11px Arial,Helvetica,sans-serif;font-weight:700}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label{color:#09a501}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding{text-decoration:none;padding:0 10px;font-size:10px;color:#000;font-weight:700;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;width:auto;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img{height:15px;margin-left:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;transition:all .3s ease;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px;cursor:pointer}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img{width:60px;height:auto;display:inline-block;margin-left:5px;position:relative;top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;transition:all .3s ease;border-radius:5px;text-align:left;white-space:normal}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon{text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:inline-block;float:left;font-size:30px;width:40px;margin-right:5px;position:relative;top:0;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{width:100%;height:0;padding-bottom:38px;background-size:contain;background-position:0;background-repeat:no-repeat}.moove-hidden{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top{bottom:auto;top:0;transition:top .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme{border-top:0;border-bottom:1px solid #fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme{border-top:0;border-bottom:1px solid #202020}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden{bottom:auto;top:-400px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar){width:600px;max-width:calc(100% - 30px);bottom:15px;border-radius:10px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme{border:1px solid #d3ced2}@media (min-width:767px){#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#000}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container{padding:10px 25px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding:10px 0}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton{width:100%}}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left{left:15px;right:auto}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right{right:15px;left:auto}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right{text-align:center}#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn{border:none}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{background-color:#fff;border-top:1px solid #202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p{color:#202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none;transition:all .2s ease}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{border-color:#fff;color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#fff;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#fff}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#202020;background-color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{font-size:40px;width:60px;height:50px;line-height:50px;text-align:center;position:absolute;top:calc(50% - 25px);left:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup{position:absolute;width:60px;height:50px;line-height:50px;text-align:center;top:calc(50% - 25px);right:0;text-decoration:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon{width:28px;height:28px;line-height:26px;text-align:center;text-decoration:none;background-color:#fff;color:#424449;border-radius:50%;display:block;border:1px solid #fff;font-size:16px;position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon{background-color:#424449;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6{font-size:22px;line-height:30px;margin-bottom:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{display:inline-block;width:35px;height:35px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:35px;text-align:center;border-radius:50%;font-size:28px;padding-top:1px;transition:all .2s ease;margin-left:10px;margin-left:6vw}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#202020;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;transition:all .3s ease;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{background-color:#424449;color:#fff;border-color:transparent;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover{border-color:#fff;background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline;cursor:pointer;transition:all .2s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal{content-visibility:visible}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container{max-width:100%}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close{opacity:0;visibility:hidden}#moove_gdpr_save_popup_settings_button{display:block;z-index:1001;position:fixed;background-color:rgba(0,0,0,.8);transition:all .3s ease;color:#fff;padding:0;text-align:center;height:40px;outline:none;font-weight:400;font-size:14px;line-height:20px;border-radius:0;border:none;text-decoration:none;border-radius:50px}#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){bottom:20px;left:20px}#moove_gdpr_save_popup_settings_button span{background-color:inherit;transition:all .3s ease}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon{display:-ms-inline-flexbox;display:inline-flex;line-height:40px;float:left;font-size:30px;min-width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:15;position:relative;background-color:inherit;border-radius:inherit;transition:none}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon{position:relative;top:0;font-weight:900;background-color:transparent}#moove_gdpr_save_popup_settings_button span.moove_gdpr_text{font:normal 12px Arial,sans-serif;text-transform:uppercase;white-space:nowrap;padding:0 15px 0 5px;top:0;left:0;position:relative;line-height:40px;display:none;overflow:hidden;z-index:5;background-color:transparent;text-decoration:none}#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{-ms-flex-pack:start;justify-content:flex-start}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright{float:right}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey{background-color:#424449}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover{background-color:#202020}@media (max-width:767px){#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{min-height:30px;font-weight:400}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{font-size:10px;line-height:1.2}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{width:30px;height:30px;border:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:27px;height:25px}.gdpr-fb-hide-mobile{display:none!important}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(16px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{padding-right:0;height:auto;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{font-weight:700;font-size:22px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:80vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:calc(80vh - 155px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin-right:2px;margin-bottom:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{position:relative;padding-right:10px;max-width:50%;width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{font-weight:700;font-size:11px;padding-left:0;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding-right:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar{position:relative;left:0;right:auto;width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form{text-align:left;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider{width:40px;height:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after{left:45px;right:0;text-align:left;top:-3px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider .gdpr-sr-label{left:45px;right:0;text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{padding-right:0;font-weight:700;font-size:16px;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vh;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label{line-height:1.8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button{display:inline-block;width:30px;height:30px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:30px;text-align:center;border-radius:50%;font-size:27px;padding-top:1px;transition:all .2s ease;margin-left:15px;margin-left:6vw;position:absolute;right:5px;top:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{padding-bottom:30px;background-size:contain;background-position:50%;margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;min-height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:-ms-flexbox;display:flex;margin:0 -3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;margin:3px;-ms-flex:1;flex:1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{margin:0;text-align:center;width:24px;font-size:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{font-size:8px;line-height:1.2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-weight:700;font-size:14px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;transition:all .3s ease;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px) and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{margin-top:0;background-position:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content{margin-bottom:35px;max-height:55vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:600px;height:90vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:500px;max-height:calc(80vh - 80px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;min-height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{min-height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{padding-bottom:80px}}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media (min-width:768px) and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button{margin-left:15px;margin-left:5vw}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:8px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{white-space:normal}}@media (min-width:1000px) and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media (min-width:768px) and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media print{#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content{display:none!important}body.moove_gdpr_overflow{overflow:auto}body.moove_gdpr_overflow .gdpr_lightbox{display:none!important}}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg{height:30px;width:auto}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg *{fill:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{transform:rotate(45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after{transform:rotate(-45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before{height:18px;top:calc(50% - 8px)}@media (max-width:767px){#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{text-align:left;padding-left:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main{display:block!important;min-height:auto;max-height:100%;margin-bottom:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content{margin-bottom:80px;max-height:50vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title{padding:10px;background-color:#fff;border:1px solid #fff;display:block;margin:10px 0 0;cursor:pointer;transition:all .3s ease;border-radius:5px;position:relative;padding-left:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before{content:"\203A";position:absolute;left:0;top:0;bottom:2px;font-size:24px;color:currentColor;width:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:Georgia,serif}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content{display:none;padding:10px;background-color:#fff}}@media (max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{opacity:0}}