@charset "UTF-8";

.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
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(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-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 {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.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; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
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 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([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(//filterintegrity.com/wp-content/themes/surge/dist/./fonts/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

.banner_holder {
position: relative; }
@media (max-width: 360px) {
.banner_holder p {
font-size: 1rem !important; } }
.banner_holder .image_holder {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center; }
.banner_holder .jarallax {
width: 100%;
min-height: 650px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%; }
@media (max-width: 1024px) {
.banner_holder .jarallax {
background-attachment: scroll; } }
@media (max-width: 767px) {
.banner_holder .jarallax {
min-height: 500px; } }
@media (max-width: 500px) {
.banner_holder .jarallax {
min-height: 350px; } }
@media (max-width: 991px) {
.banner_holder .grad_mobile {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: -moz-linear-gradient(top, rgba(0, 143, 76, 0.65) 0%, rgba(91, 187, 95, 0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0, 143, 76, 0.65) 0%, rgba(91, 187, 95, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 143, 76, 0.65) 0%, rgba(91, 187, 95, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6008f4c', endColorstr='#a65bbb5f',GradientType=0 );
z-index: -1; } }
.banner_holder .slider {
min-height: 375px;
position: relative;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 25rem;
float: right;
background: -moz-linear-gradient(top, rgba(0, 143, 76, 0.65) 0%, rgba(91, 187, 95, 0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0, 143, 76, 0.65) 0%, rgba(91, 187, 95, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 143, 76, 0.65) 0%, rgba(91, 187, 95, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6008f4c', endColorstr='#a65bbb5f',GradientType=0 );
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 991px) {
.banner_holder .slider {
width: 100%;
float: right;
background: none; } }
.banner_holder .slider_nav {
width: 15px;
height: 15px;
margin: 2rem 10px;
border-radius: 50%;
z-index: 10;
outline: 4px solid #ccc;
outline-offset: -12px;
box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
cursor: pointer;
border: solid #fff 3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 0.4s ease-in-out; }
.banner_holder .slider_nav:hover {
border: solid #ECECEC 4px; }
.banner_holder .slider_nav:checked {
-webkit-animation: check 0.4s linear forwards;
animation: check 0.4s linear forwards; }
.banner_holder .slider_nav:checked:nth-of-type(1) ~ .slider_inner {
left: 0%; }
.banner_holder .slider_nav:checked:nth-of-type(2) ~ .slider_inner {
left: -100%; }
.banner_holder .slider_nav:checked:nth-of-type(3) ~ .slider_inner {
left: -200%; }
.banner_holder .slider_nav:checked:nth-of-type(4) ~ .slider_inner {
left: -300%; }
.banner_holder .slider_nav:checked:nth-of-type(5) ~ .slider_inner {
left: -400%; }
.banner_holder .slider_nav:checked:nth-of-type(6) ~ .slider_inner {
left: -500%; }
.banner_holder .slider_nav:checked:nth-of-type(7) ~ .slider_inner {
left: -600%; }
.banner_holder .slider_nav:checked:nth-of-type(8) ~ .slider_inner {
left: -700%; }
.banner_holder .slider_nav:checked:nth-of-type(9) ~ .slider_inner {
left: -800%; }
.banner_holder .slider_nav:checked:nth-of-type(10) ~ .slider_inner {
left: -900%; }
.banner_holder .slider_inner {
position: absolute;
top: 0;
left: 0;
height: 100%;
-webkit-transition: left 0.4s;
transition: left 0.4s;
display: flex;
flex-flow: row nowrap; }
.banner_holder .slider_contents {
height: 100%;
padding: 2rem;
text-align: left;
display: flex;
flex: 1;
flex-flow: column nowrap;
align-items: center;
justify-content: flex-start; }
.banner_holder .slider_image {
font-size: 2.7rem;
color: #2196F3; }
.banner_holder .slider_caption {
font-weight: 500;
margin: 0rem 0 1rem;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
color: #fff;
text-align: left;
display: block;
width: 100%;
font-family: bebas-neue, sans-serif; }
@media (max-width: 360px) {
.banner_holder .slider_caption {
font-size: 2rem; } }
.banner_holder .slider_txt {
color: #fff;
margin-bottom: 2rem; }
.banner_holder .banner_btn {
color: #fff;
text-transform: uppercase;
background: #0080FF;
border: solid 2px #fff;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: bebas-neue, sans-serif;
font-size: 1.8rem;
transition: all .4s ease-in-out; }
@media (max-width: 360px) {
.banner_holder .banner_btn {
font-size: 1.5rem;
margin-bottom: 1.4rem; } }
.banner_holder .banner_btn:hover {
text-decoration: none;
background: #000041; }
@-webkit-keyframes check {
50% {
outline-color: #fff;
box-shadow: 0 0 0 12px #fff, 0 0 0 36px rgba(255, 255, 255, 0.2); }
100% {
outline-color: #fff;
box-shadow: 0 0 0 0 #fff, 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes check {
50% {
outline-color: #fff;
box-shadow: 0 0 0 12px #fff, 0 0 0 36px rgba(255, 255, 255, 0.2); }
100% {
outline-color: #fff;
box-shadow: 0 0 0 0 #fff, 0 0 0 0 rgba(255, 255, 255, 0); } }
.middle_banner_holder {
position: relative; }
.middle_banner_holder .image_holder {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center; }
.middle_banner_holder .container.z_me {
z-index: 2; }
.middle_banner_holder .companies_wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center; }
.middle_banner_holder .cover_grad {
background: #dfeae0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(223, 234, 224, 0.72);
z-index: 1; }
.middle_banner_holder .block_image {
width: 100%;
max-height: 250px; }
.middle_banner_holder .jarallax {
width: 100%;
min-height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%; }
@media (max-width: 1024px) {
.middle_banner_holder .jarallax {
background-attachment: scroll; } }
@media (max-width: 767px) {
.middle_banner_holder .jarallax {
min-height: 500px; } }
@media (max-width: 500px) {
.middle_banner_holder .jarallax {
min-height: 350px; } }
.standard_banner_holder {
position: relative; }
.standard_banner_holder .image_holder {
position: relative;
display: flex;
align-items: flex-end;
justify-content: flex-start;
text-align: center; }
.standard_banner_holder .z_me {
z-index: 2; }
.standard_banner_holder .z_me .banner_title {
display: flex;
justify-content: flex-start;
align-items: flex-end;
align-content: flex-start; }
.standard_banner_holder .z_me .banner_title h1 {
color: #026B3A;
font-size: 2.6rem; }
.standard_banner_holder .companies_wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center; }
.standard_banner_holder .cover_grad {
background: #dfeae0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.55);
z-index: 1; }
.standard_banner_holder .block_image {
width: 100%;
max-height: 250px; }
.standard_banner_holder .jarallax {
width: 100%;
min-height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%; }
@media (max-width: 1024px) {
.standard_banner_holder .jarallax {
background-attachment: scroll; } }
@media (max-width: 767px) {
.standard_banner_holder .jarallax {
min-height: 500px; } }
@media (max-width: 500px) {
.standard_banner_holder .jarallax {
min-height: 210px; } }
.contact_banner_holder {
position: relative;
background: #008f4c;
background: -moz-linear-gradient(top, #008f4c 0%, #5bbb5f 100%);
background: -webkit-linear-gradient(top, #008f4c 0%, #5bbb5f 100%);
background: linear-gradient(to bottom, #008f4c 0%, #5bbb5f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008f4c', endColorstr='#5bbb5f', GradientType=0); }
.contact_banner_holder .image_holder {
position: relative;
display: flex;
align-items: flex-end;
justify-content: flex-start;
text-align: center; }
.contact_banner_holder .z_me {
z-index: 2; }
.contact_banner_holder .z_me .banner_title {
display: flex;
justify-content: flex-start;
align-items: flex-end;
align-content: flex-start; }
.contact_banner_holder .z_me .banner_title h1 {
color: #fff;
font-size: 2.6rem;
margin-top: 7rem;
display: inline-block;
width: 60%;
margin-bottom: 3rem;
text-align: left; }
@media (max-width: 991px) {
.contact_banner_holder .z_me .banner_title h1 {
width: 100%; } }
.expandable_areas {
position: relative;
width: 100%;
margin-top: 3rem; }
.expandable_areas .expandable_area:last-child {
border-bottom: 1px solid #00A7E1; }
.expandable_areas .expandable_area {
position: relative;
width: 100%;
font-size: 0;
border-top: 1px solid #00A7E1; }
.expandable_areas .expandable_area .inner_content {
width: 97.5%;
display: inline-block;
vertical-align: middle;
padding: 1rem !important; }
.expandable_areas .expandable_area .inner_content .label {
font-size: 1.6rem;
font-weight: 600;
font-family: "Humanst521 Lt BT", arial;
color: #2A60A0;
padding: 0.8rem 0 1rem;
cursor: pointer; }
.expandable_areas .expandable_area .inner_content .content.active {
display: block !important; }
.expandable_areas .expandable_area .inner_content .content {
display: none;
padding-bottom: 1rem;
background: none !important; }
.expandable_areas .expandable_area .inner_content .content p {
font-size: 1.4rem;
font-weight: 300;
font-family: "Humanst521 Lt BT", arial;
line-height: 1.8rem;
color: #231F20;
margin-bottom: 0px; }
.expandable_areas .expandable_area .expand_arrow {
width: 2rem;
display: inline-block;
vertical-align: middle;
cursor: pointer;
position: absolute;
top: 1.3rem; }
.expandable_areas .expandable_area .expand_arrow:hover path {
fill: #2A60A0; }
.expandable_areas .expandable_area .expand_arrow path {
fill: #f58220;
transition: all 0.3s ease-in-out; }
.expandable_areas .expandable_area .expand_arrow.active {
top: 2.5rem;
transform: rotate(180deg); }
.expandable_areas .expandable_area .expand_arrow.active path {
fill: #2A60A0 !important; }
footer {
background: #fff;
color: #000; }
footer .fab {
color: #ECECEC;
font-size: 1rem; }
footer .facebook {
background: #232529;
cursor: pointer;
transition: all 0.4s ease-in-out; }
footer .facebook:hover {
background: #0080FF; }
footer .facebook:hover .fab {
color: #232529; }
footer p {
vertical-align: middle;
display: inline-block;
margin-right: 0.5rem;
margin-bottom: 0.4rem; }
footer .social_btns_wrapper {
margin-bottom: 2rem; }
footer .social_btns {
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
line-height: 38px;
font-size: 15px;
text-decoration: none;
cursor: pointer; }
footer .social_btns:last-child {
margin-right: 0; }
footer .social_btns svg path {
fill: #ECECEC;
transition: all 0.4s ease-in-out; }
footer .social_btns svg:hover path {
fill: #7A7A7A; }
footer .footer_inner {
padding-top: 2rem;
border-top: solid 13px #000041; }
footer .footer_inner h5 {
font-size: 3rem;
font-weight: 800;
color: #fff;
position: relative;
z-index: 1;
display: inline-block;
margin: 0;
width: 22rem;
margin-left: 2rem;
vertical-align: top;
line-height: 3.4rem;
margin-top: 0; }
@media (max-width: 1200px) {
footer .footer_inner h5 {
width: auto;
margin-left: 0;
margin-top: 30px;
margin-bottom: 30px; } }
@media (max-width: 767px) {
footer .footer_inner h5 {
text-align: center; } }
footer .footer_inner .logo_footer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
footer .footer_inner .white_footer_links {
text-align: left;
margin-top: 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center; }
@media (max-width: 991px) {
footer .footer_inner .white_footer_links {
justify-content: center;
text-align: center; } }
@media (max-width: 500px) {
footer .footer_inner .white_footer_links {
text-align: center; } }
footer .footer_inner .white_footer_links li {
min-width: 16rem;
margin-top: 1.2rem; }
@media (max-width: 991px) {
footer .footer_inner .white_footer_links li {
min-width: 100%; } }
footer .footer_inner .white_footer_links li a {
color: #242424;
font-size: 1.2rem;
text-decoration: none;
transition: all 0.4s ease-in-out;
position: relative;
font-family: "oswald", sans-serif; }
footer .footer_inner .white_footer_links li a:hover {
color: #0080FF; }
footer .footer_inner .white_footer_links li a:after {
display: none; }
footer .footer_inner .align_logo {
text-align: right; }
@media (max-width: 991px) {
footer .footer_inner .align_logo {
text-align: center; } }
@media (max-width: 991px) {
footer .footer_inner .align_logo .logo {
margin-top: 2rem;
display: inline-block; } }
footer .footer_inner .social_bts_wrapper {
text-align: right; }
@media (max-width: 991px) {
footer .footer_inner .social_bts_wrapper {
text-align: center; } }
footer .footer_inner .social_bts_wrapper .social_btns {
display: inline-block;
width: 2.3rem;
margin-top: 0; }
footer .footer_inner .social_bts_wrapper .social_btns #Ellipse_4 {
display: none; }
footer .footer_inner .social_bts_wrapper .social_btns svg path {
fill: #fff;
transition: all 0.4s ease-in-out; }
footer .footer_inner .social_bts_wrapper .social_btns svg:hover path {
fill: #000041; }
footer .footer_inner .footer_bottom {
margin-bottom: 2rem;
margin-top: 2rem;
text-align: center; }
@media (max-width: 991px) {
footer .footer_inner .footer_bottom {
display: block;
line-height: 1.5rem; } }
footer .footer_inner .footer_bottom a {
color: #242424;
font-size: 1rem;
text-decoration: none;
transition: all 0.4s ease-in-out;
font-family: "oswald", sans-serif; }
footer .footer_inner .footer_bottom a:hover {
color: #000041; }
footer .footer_inner .footer_bottom .company_info {
text-align: left;
font-size: 1rem;
color: #242424;
font-family: "oswald", sans-serif; }
@media (max-width: 991px) {
footer .footer_inner .footer_bottom .company_info {
text-align: center; } }
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 50px;
right: 30px;
display: none;
color: #fff;
text-indent: -9999px;
background: url(//filterintegrity.com/wp-content/themes/surge/assets/images/Up-Arrow.png) no-repeat;
background-color: #000041;
z-index: 1000;
border: solid 1px #fff;
background-position: center center;
transition: all 0.4s ease; }
.scrollup:hover {
background-color: #0080FF;
border: solid 1px #fff;
background-position: 50% 3px;
transition: all 0.4s ease; }
@media (max-width: 991px) {
.scrollup {
right: 40px; } }
footer {
background: #fff;
color: #000; }
footer .fab {
color: #ECECEC;
font-size: 1rem; }
footer .facebook {
background: #232529;
cursor: pointer;
transition: all 0.4s ease-in-out; }
footer .facebook:hover {
background: #0080FF; }
footer .facebook:hover .fab {
color: #232529; }
footer p {
vertical-align: middle;
display: inline-block;
margin-right: 0.5rem;
margin-bottom: 0.4rem; }
footer .social_btns_wrapper {
margin-bottom: 2rem; }
footer .social_btns {
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
line-height: 38px;
font-size: 15px;
text-decoration: none;
cursor: pointer; }
footer .social_btns:last-child {
margin-right: 0; }
footer .social_btns svg path {
fill: #ECECEC;
transition: all 0.4s ease-in-out; }
footer .social_btns svg:hover path {
fill: #7A7A7A; }
footer .footer_inner {
padding-top: 2rem;
border-top: solid 13px #000041; }
footer .footer_inner h5 {
font-size: 3rem;
font-weight: 800;
color: #fff;
position: relative;
z-index: 1;
display: inline-block;
margin: 0;
width: 22rem;
margin-left: 2rem;
vertical-align: top;
line-height: 3.4rem;
margin-top: 0; }
@media (max-width: 1200px) {
footer .footer_inner h5 {
width: auto;
margin-left: 0;
margin-top: 30px;
margin-bottom: 30px; } }
@media (max-width: 767px) {
footer .footer_inner h5 {
text-align: center; } }
footer .footer_inner .logo_footer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
footer .footer_inner .white_footer_links {
text-align: left;
margin-top: 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center; }
@media (max-width: 991px) {
footer .footer_inner .white_footer_links {
justify-content: center; } }
@media (max-width: 500px) {
footer .footer_inner .white_footer_links {
text-align: center; } }
footer .footer_inner .white_footer_links li {
min-width: 13rem;
margin-top: 1.2rem; }
footer .footer_inner .white_footer_links li a {
color: #242424;
font-size: 1.2rem;
text-decoration: none;
transition: all 0.4s ease-in-out;
position: relative;
font-family: "oswald", sans-serif; }
footer .footer_inner .white_footer_links li a:hover {
color: #0080FF; }
footer .footer_inner .white_footer_links li a:after {
display: none; }
footer .footer_inner .align_logo {
text-align: right; }
@media (max-width: 991px) {
footer .footer_inner .align_logo {
text-align: center; } }
@media (max-width: 991px) {
footer .footer_inner .align_logo .logo {
margin-top: 2rem;
display: inline-block; } }
footer .footer_inner .social_bts_wrapper {
text-align: right; }
@media (max-width: 991px) {
footer .footer_inner .social_bts_wrapper {
text-align: center; } }
footer .footer_inner .social_bts_wrapper .social_btns {
display: inline-block;
width: 2.3rem;
margin-top: 0; }
footer .footer_inner .social_bts_wrapper .social_btns #Ellipse_4 {
display: none; }
footer .footer_inner .social_bts_wrapper .social_btns svg path {
fill: #fff;
transition: all 0.4s ease-in-out; }
footer .footer_inner .social_bts_wrapper .social_btns svg:hover path {
fill: #000041; }
footer .footer_inner .footer_bottom {
margin-bottom: 2rem;
margin-top: 2rem;
text-align: center; }
@media (max-width: 991px) {
footer .footer_inner .footer_bottom {
display: block;
line-height: 1.5rem; } }
footer .footer_inner .footer_bottom a {
color: #242424;
font-size: 1rem;
text-decoration: none;
transition: all 0.4s ease-in-out;
font-family: "oswald", sans-serif; }
footer .footer_inner .footer_bottom a:hover {
color: #0080FF; }
footer .footer_inner .footer_bottom .company_info {
text-align: left;
font-size: 1rem;
color: #242424;
font-family: "oswald", sans-serif; }
@media (max-width: 991px) {
footer .footer_inner .footer_bottom .company_info {
text-align: center; } }
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 50px;
right: 30px;
display: none;
color: #fff;
text-indent: -9999px;
background: url(//filterintegrity.com/wp-content/themes/surge/assets/images/Up-Arrow.png) no-repeat;
background-color: #000041;
z-index: 1000;
border: solid 1px #fff;
background-position: center center;
transition: all 0.4s ease; }
.scrollup:hover {
background-color: #0080FF;
border: solid 1px #fff;
background-position: 50% 3px;
transition: all 0.4s ease; }
@media (max-width: 991px) {
.scrollup {
right: 40px; } }
input,
select,
option,
label,
textarea {
font-size: 1.25rem; }
input,
textarea,
select {
outline: none;
font-family: open-sans, sans-serif; }
textarea {
resize: none;
font-family: open-sans, sans-serif; }
button,
input[type="submit"] {
background: #ECECEC;
font-size: 1.75rem;
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: all 0.5s;
border-radius: 1.5rem;
border: 0;
color: #fff; }
button:hover,
input[type="submit"]:hover {
background: #ED1C24;
cursor: pointer; }
form label {
color: #707070;
text-align: left; }
form input {
padding: 0.25rem 0.5rem; }
form input:focus {
border-color: #707070; }
form textarea {
width: 100%;
padding: 0.5rem; }
form textarea:focus {
border-color: #707070; }
form .input_grp {
width: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: flex-start;
align-content: flex-start;
justify-content: flex-start;
padding: 0.5rem 0;
transition: 1s all; }
form .input_grp.hidden {
display: none; }
form .input_grp.checkbox {
flex-direction: row;
align-items: center;
flex-wrap: wrap; }
form .input_grp.checkbox p.field_info {
width: 100%; }
form .input_grp label {
margin: 0.5rem 0; }
form .input_grp p.field_info,
form .input_grp p.field_prefix,
form .input_grp p.field_suffix,
form .input_grp p.field_error {
color: #787878;
margin: 0.25rem 0;
font-size: 1.1rem; }
form .input_grp p.field_error {
color: #272727; }
form .input_grp select {
margin: 0.25rem 0; }
form .input_grp select:focus {
border-color: #ECECEC; }
form .input_grp .address {
width: 100%;
max-width: 32rem;
margin: 0.2rem 0; }
form .input_grp .address .postcode {
max-width: 12rem; }
form p.submission_info {
font-size: 1rem;
margin: 1rem 0;
color: #787878; }
form input[type="checkbox"] {
height: 1.75rem;
width: 1.75rem;
opacity: 0;
margin: 0; }
form input[type="checkbox"] + label {
margin-left: -1.75rem;
line-height: 1.75rem; }
form input[type="checkbox"] + label:before {
content: "";
height: 1.75rem;
width: 1.75rem;
border: 2px solid #000041;
background: #fff;
display: block;
float: left;
border-radius: 0rem;
text-align: center;
margin-right: 0.5rem;
transition: all 0.5s; }
form input[type="checkbox"]:checked + label:before {
background: #000041;
content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path stroke="%23ffffff" stroke-width="40" fill-opacity="0" d="M195 45 L90 175 L25 120" /></svg>'); }
form input[type="checkbox"]:focus + label:before {
border-color: #ECECEC; }
form fieldset.validation_warning {
padding: 2rem 0; }
form fieldset.validation_warning p {
color: #272727;
font-size: 1.75rem; }
form fieldset.validation_warning ul {
list-style-type: disc; }
form fieldset.validation_warning ul li {
font-size: 1.75rem;
text-align: left;
color: #272727; }
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
font-weight: 400 !important; }
input::-webkit-input-placeholder {
color: #B1B1B1;
font-weight: 500;
padding-left: 1rem; }
input:-moz-placeholder {
opacity: 1;
color: #B1B1B1;
font-weight: 500;
padding-left: 1rem; }
input::-moz-placeholder {
opacity: 1;
color: #B1B1B1;
font-weight: 500;
padding-left: 1rem; }
input:-ms-input-placeholder {
color: #B1B1B1;
font-weight: 500;
padding-left: 1rem; }
input:-moz-placeholder {
color: #B1B1B1;
font-weight: 500;
padding-left: 1rem; }
textarea:-moz-placeholder {
color: #B1B1B1;
font-weight: 500; }
textarea:-ms-input-placeholder {
color: #B1B1B1;
font-weight: 500; }
textarea::-webkit-input-placeholder {
color: #B1B1B1;
font-weight: 500; }
li.gfield {
padding-right: 16px;
text-align: left; }
@media (max-width: 500px) {
li.gfield {
padding-right: 0px !important; } }
.gfield_label {
font-weight: 400 !important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 12px 4px !important;
color: #B1B1B1;
padding-left: 1rem; }
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
width: 100% !important; }
.gform_wrapper textarea.medium {
height: 240px;
width: 100%;
color: #B1B1B1;
padding-left: 1rem; }
.gform_wrapper .gfield_required {
color: #000041;
margin-left: 4px; }
.gform_wrapper .gform_footer {
padding: 16px 0 10px;
margin: 16px 0 0;
clear: both;
width: 100%;
text-align: center; }
#label_1_5_1 {
display: block !important;
color: #fff; }
.gform_wrapper button,
.gform_wrapper input[type="submit"] {
color: #fff;
background: #000041;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 2.3rem;
padding-left: 2.3rem;
border-radius: 6px !important;
font-family: Lato, sans-serif;
font-size: 1.5rem !important;
border-radius: 0;
font-weight: 500;
transition: all .4s ease-in-out;
line-height: unset !important; }
.gform_wrapper button:hover,
.gform_wrapper input[type="submit"]:hover {
text-decoration: none;
background: #0080FF; }
.btn {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all .4s ease-in-out;
display: inline-block;
border-radius: .30rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.btn:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.header {
background-color: #fff;
z-index: 900;
box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.16);
position: sticky;
top: 0; }
@media (max-width: 991px) {
.header {
position: relative; } }
.header a#logo {
margin-bottom: 1rem;
position: relative;
top: -11px; }
@media (max-width: 991px) {
.header a#logo {
display: inline-block;
left: 3rem;
position: relative;
top: 0; } }
@media (max-width: 500px) {
.header a#logo {
left: 6rem; } }
@media (max-width: 360px) {
.header a#logo {
left: 3rem; } }
.header .top_header {
z-index: 900;
padding-top: 1rem;
z-index: 1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-end;
align-content: center;
max-width: 1570px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.header .top_bar_outer {
max-width: 1570px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
position: relative; }
.header .top_bar_outer .top_bar {
position: absolute;
right: 0;
min-width: 26rem;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center; }
@media (max-width: 991px) {
.header .top_bar_outer .top_bar {
justify-content: flex-end;
top: 1rem; } }
.header .top_bar_outer .top_bar .search {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end; }
@media (max-width: 991px) {
.header .top_bar_outer .top_bar .search {
display: none; } }
.header .top_bar_outer .top_bar .search form {
min-width: 21rem;
position: relative; }
.header .top_bar_outer .top_bar .search form input.search_input {
width: 100%;
border: 1px solid #C6C6C6;
height: 40px;
border-radius: .30rem;
color: #C6C6C6;
font-family: open-sans, sans-serif; }
.header .top_bar_outer .top_bar .search form label {
width: 100%; }
.header .top_bar_outer .top_bar .search form input::-webkit-input-placeholder {
color: #C6C6C6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 0.5rem; }
.header .top_bar_outer .top_bar .search form input::-moz-placeholder {
color: #C6C6C6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 0.5rem; }
.header .top_bar_outer .top_bar .search form input:-ms-input-placeholder {
color: #C6C6C6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 0.5rem; }
.header .top_bar_outer .top_bar .search form input:-moz-placeholder {
color: #C6C6C6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 0.5rem; }
.header .top_bar_outer .top_bar .search span.screen-reader-text {
display: none; }
.header .top_bar_outer .top_bar .search .search_btn {
display: block;
position: absolute;
top: 1px;
right: 1px;
width: 46px;
height: 39px;
border: none;
border-radius: 0;
color: transparent !important;
transition: all 0.4s ease-in-out; }
.header .social_bts_wrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin-bottom: 1rem;
position: relative;
right: 0;
top: 4px;
z-index: 5;
padding-right: 1rem; }
.header .fab {
color: #fff;
font-size: 1rem; }
.header .facebook {
background: #000041;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .facebook:hover {
background: #232529; }
.header .facebook:hover .fab {
color: #0080FF; }
.header .twitter {
background: #000041;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .twitter:hover {
background: #232529; }
.header .twitter:hover .fab {
color: #0080FF; }
.header .google_plus {
background: #000041;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .google_plus:hover {
background: #232529; }
.header .google_plus:hover .fab {
color: #0080FF; }
.header .linkedin {
background: #006aa8;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .linkedin:hover {
background: #232529; }
.header .linkedin:hover .fab {
color: #0080FF; }
.header .instagram {
background: #000041;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .instagram:hover {
background: #232529; }
.header .instagram:hover .fab {
color: #0080FF; }
.header .youtube {
background: #000041;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .youtube:hover {
background: #232529; }
.header .youtube:hover .fab {
color: #0080FF; }
.header .pinterest {
background: #000041;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.header .pinterest:hover {
background: #232529; }
.header .pinterest:hover .fab {
color: #0080FF; }
.header .social_btns {
display: inline-block;
margin-top: 0.4rem;
margin-right: 0.2rem;
width: 35px;
height: 35px;
display: block;
text-align: center;
line-height: 45px;
font-size: 15px;
text-decoration: none;
cursor: pointer;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
border-radius: 4px; }
.header .social_btns:last-child {
margin-right: 0; }
.navigation_wrapper {
padding-top: 3rem; }
.navigation_wrapper .main_menu_open {
display: block !important; }
.navigation_wrapper .parent_menu {
padding: 0;
text-align: center;
top: 7px;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: center;
align-content: center; }
.navigation_wrapper .parent_menu li.parent_link_items {
display: inline-block;
margin: 0;
margin-left: 1.7rem;
margin-right: 1.7rem;
transition: all 0.4s ease-in-out;
min-height: 56px; }
@media (max-width: 1200px) {
.navigation_wrapper .parent_menu li.parent_link_items {
margin-left: 0;
margin-right: 0; } }
.navigation_wrapper .parent_menu li.parent_link_items:nth-child(1) .dropdown_outer, .navigation_wrapper .parent_menu li.parent_link_items:nth-child(2) .dropdown_outer {
left: 0; }
.navigation_wrapper .parent_menu li.parent_link_items:nth-child(3) .dropdown_outer, .navigation_wrapper .parent_menu li.parent_link_items:nth-child(4) .dropdown_outer, .navigation_wrapper .parent_menu li.parent_link_items:nth-child(5) .dropdown_outer {
right: 0; }
.navigation_wrapper .parent_menu li.parent_link_items:hover .dropdown_outer {
display: flex; }
.navigation_wrapper .parent_menu li.parent_link_items:hover a.parent_link {
color: #242424;
transition: all 0.4s ease-in-out; }
.navigation_wrapper .parent_menu li.parent_link_items:last-child {
margin-right: 0; }
.navigation_wrapper .parent_menu li.parent_link_items a.parent_link {
color: #242424;
font-family: "oswald", sans-serif;
transition: all 0.4s ease-in-out;
padding-right: 0.4rem;
padding-left: 0.4rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 1.375rem;
display: inline-block;
text-decoration: none;
min-height: 56px;
font-weight: 500; }
.navigation_wrapper .parent_menu li.parent_link_items a.parent_link:hover {
color: #0080FF; }
.navigation_wrapper .parent_menu .dropdown_outer {
position: absolute;
top: 100%;
left: 0;
z-index: 2;
flex-direction: row;
width: 100%;
display: none;
box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.16); }
.navigation_wrapper .parent_menu .dropdown_outer .child_links_description {
background: #000041;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
width: 85rem;
text-align: left;
min-height: 12rem;
overflow: hidden; }
.navigation_wrapper .parent_menu .dropdown_outer .child_links_description p {
color: #fff;
padding: 2rem;
font-size: 1.5rem; }
.navigation_wrapper .parent_menu .dropdown_outer .hover-text {
display: none; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown {
background-color: #e8e8e8;
width: 100%;
-webkit-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
-moz-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.18); }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown ul.child_menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: center;
padding-right: 3rem;
padding-left: 3rem;
padding-top: 3rem;
padding-bottom: 3rem;
margin-right: auto;
margin-left: auto;
max-width: 1570px; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items {
margin: 0;
text-align: center;
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
width: 12rem; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items .icon_outer {
background: #000041;
border-radius: 50%;
width: 150px;
height: 150px;
cursor: pointer; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items .icon_outer .icon_image {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items .icon_outer .icon_image img {
width: unset !important; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items a.child_link {
color: #242424;
font-size: 1rem;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
text-decoration: none;
font-family: "oswald", sans-serif;
transition: all 0.4s ease-in-out;
border-bottom: solid 2px transparent;
font-weight: 500;
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
margin-top: 1rem;
margin-bottom: 2rem; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items a.child_link span {
width: 10rem;
display: inline-block; }
.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items a.child_link:hover {
color: #0080FF; }
.navigation_wrapper .parent_menu .dropdown_outer .side_info {
background: #000041;
padding: 2rem;
width: 15rem;
text-align: center;
padding-top: 2rem;
padding-bottom: 0.5rem; }
.navigation_wrapper .parent_menu .dropdown_outer .side_info p {
color: #fff;
font-size: 0.8rem;
text-align: center;
margin-top: 1.2rem; }
.navigation_wrapper .extra_sub_menu {
margin-top: 1.2rem;
width: 100%;
margin-bottom: 2rem; }
.navigation_wrapper .extra_sub_menu h4 {
color: #fff;
font-size: 1.8rem;
text-align: center; }
.navigation_wrapper .extra_sub_menu .pad_xtra {
padding-left: 2rem;
padding-right: 2rem; }
.navigation_wrapper .extra_sub_menu .extra_sub_menu_row h5 {
color: #000041;
font-size: 1.7rem;
text-align: left; }
.navigation_wrapper .extra_sub_menu .extra_sub_menu_row .extra_sub_menu_children .extra_sub_menu_child {
margin-bottom: 0.4rem;
padding-bottom: 0.3rem;
border-bottom: solid 1px rgba(255, 255, 255, 0.19); }
.navigation_wrapper .extra_sub_menu .extra_sub_menu_row .extra_sub_menu_children .extra_sub_menu_child a {
color: #000;
font-family: "oswald", sans-serif;
transition: all 0.4s ease-in-out;
font-size: 1.375rem; }
.navigation_wrapper .extra_sub_menu .extra_sub_menu_row .extra_sub_menu_children .extra_sub_menu_child a:hover {
color: #000041;
text-decoration: none; }
.burger_menu {
cursor: pointer;
position: absolute;
width: 2rem;
height: 2rem;
left: 0.8rem;
top: 1.8rem;
z-index: 10001; }
@media (min-width: 992px) {
.burger_menu {
display: none; } }
@media (max-width: 360px) {
.burger_menu {
top: 2.2rem; } }
.burger_menu.menu_close {
position: fixed; }
.burger_menu.menu_close .menu-global {
background: #000; }
.burger_menu .menu-global {
backface-visibility: hidden;
position: absolute;
left: 0;
background: #0080FF;
min-height: 4px;
border-radius: 0px;
width: 100%;
transition: 0.2s; }
.burger_menu .menu_title {
font-weight: 800;
font-family: "oswald", sans-serif;
margin-top: 2rem;
color: #787878; }
.burger_menu .menu-top {
top: 0; }
.burger_menu .menu-middle {
top: 11px; }
.burger_menu .menu-bottom {
top: 22px; }
.burger_menu .menu-top-click {
backface-visibility: hidden;
top: 15px;
transform: rotate(50deg);
transition: 0.2s; }
.burger_menu .menu-middle-click {
opacity: 0; }
.burger_menu .menu-bottom-click {
backface-visibility: hidden;
top: 15px;
transform: rotate(-410deg);
transition: 0.2s; }
.slide_open {
left: 0 !important; }
.slide_close {
left: -100vw; }
.drop_active {
display: block; }
.mobile_menu {
background: #fff;
position: fixed;
width: 100vw;
height: 100vh;
left: -100vw;
top: 0;
z-index: 10000;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
align-content: center;
transition: all 0.4s ease-in-out;
padding-top: 2.5rem;
padding-left: 1rem;
padding-right: 1rem;
overflow-y: scroll; }
.mobile_menu #icons-text {
display: none; }
.mobile_menu .menu_logo {
display: flex;
justify-content: center;
align-items: center;
align-content: flex-start; }
.mobile_menu .parent_link_items.has_children:not(.parent_open) a {
pointer-events: none !important; }
.mobile_menu .menu_inner {
text-align: left;
width: 80%;
display: inline-block;
position: relative; }
.mobile_menu .connect {
color: #3E3E3E;
margin-bottom: 1rem; }
.mobile_menu .social_bts_wrapper {
text-align: center;
margin-top: 2rem; }
.mobile_menu .social_bts_wrapper .social_btns {
display: inline-block;
width: 2.3rem;
margin-top: 0;
margin-right: 0.5rem; }
.mobile_menu .social_bts_wrapper .social_btns #Ellipse_4 {
display: none; }
.mobile_menu .social_bts_wrapper .social_btns svg path {
fill: #000041;
transition: all 0.4s ease-in-out; }
.mobile_menu .social_bts_wrapper .social_btns svg:hover path {
fill: #7A7A7A; }
.mobile_menu .parent_menu .has_children {
position: relative; }
.mobile_menu .parent_menu .has_children:after {
content: "\25BC";
position: absolute;
right: 0;
top: 1.5rem;
color: #000; }
.mobile_menu a.parent_link {
color: #000;
text-transform: uppercase;
font-family: "oswald", sans-serif;
transition: all 0.4s ease-in-out;
padding: 1.5rem 0 1.25rem;
font-size: 1.375rem;
display: block;
text-decoration: none;
position: relative;
border-bottom: 1px solid #000; }
.mobile_menu a.parent_link:hover {
color: #000041; }
.mobile_menu .icon_outer {
display: none; }
.mobile_menu .dropdown_outer {
position: relative;
top: 0;
z-index: 2;
display: none;
margin-top: 1rem; }
.mobile_menu .dropdown_outer.dropdown_active {
display: block; }
.mobile_menu .dropdown_outer li.child_link_items {
list-style: circle inside;
padding-left: 1rem;
color: #000; }
@media (max-width: 360px) {
.mobile_menu .dropdown_outer li.child_link_items {
padding-left: 0; } }
.mobile_menu .dropdown_outer a.child_link {
color: #000;
font-size: 1rem;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
text-decoration: none;
transition: all 0.4s ease-in-out;
border-bottom: solid 2px transparent;
font-weight: 300;
text-transform: uppercase;
font-family: "oswald", sans-serif;
line-height: 1.5; }
@media (max-width: 360px) {
.mobile_menu .dropdown_outer a.child_link {
font-size: 0.8rem; } }
.mobile_menu .dropdown_outer a.child_link:hover {
color: #000041;
border-bottom: solid 2px #000041; }
.mobile_menu .dropdown_outer .side_info {
display: none; }
@media (max-width: 991px) {
#showLeftPush {
display: block; } }
@media (min-width: 992px) {
#showLeftPush {
display: none; } }
@media (max-width: 991px) {
.navigation_wrapper {
display: none; } }
@media (min-width: 992px) {
.navigation_wrapper {
display: flex; } }
.nav-icon1 {
width: 50px;
height: 50px;
position: absolute;
z-index: 99999;
cursor: pointer;
left: 20px;
top: 20px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out; }
@media (max-width: 530px) {
.nav-icon1 {
left: 15px;
top: 15px; } }
.nav-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 35px;
background: #fff;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out; }
@media (max-width: 530px) {
.nav-icon1 span {
width: 30px; } }
.nav-icon1 span:nth-child(1) {
top: 0px; }
.nav-icon1 span:nth-child(2) {
top: 13px;
background: #fff;
text-align: center;
padding-left: 5px;
padding-right: 5px;
width: 35px;
left: 0px; }
@media (max-width: 530px) {
.nav-icon1 span:nth-child(2) {
top: 10px;
width: 30px; } }
.nav-icon1 span:nth-child(3) {
top: 26px; }
@media (max-width: 530px) {
.nav-icon1 span:nth-child(3) {
top: 20px; } }
.nav-icon1.open span:nth-child(1) {
top: 18px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
background: #fff; }
@media (max-width: 530px) {
.nav-icon1.open span:nth-child(1) {
top: 10px; } }
.nav-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px; }
.nav-icon1.open span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
background: #fff; }
@media (max-width: 530px) {
.nav-icon1.open span:nth-child(3) {
top: 10px; } }
.cbp-spmenu .sub-menu {
display: none; }
.cbp-spmenu .sub_menu_active {
display: block; }
.cbp-spmenu .menu-item-has-children > a {
pointer-events: none; }
.cbp-spmenu .menu-item-has-children.child_active > a {
pointer-events: all; }
.cbp-spmenu {
background: #2726ba;
position: fixed;
box-shadow: inset -9px 0px 10px -2px rgba(44, 44, 44, 0.61); }
.cbp-spmenu h3 {
color: #ffffff;
font-size: 1.9em;
padding: 20px;
margin: 0;
font-weight: 300;
background-color: #98d3f9;
box-shadow: inset -9px 0px 10px -2px rgba(44, 44, 44, 0.61); }
.cbp-spmenu a {
display: block;
color: #fff;
font-size: 20px;
font-weight: 100;
transition: all 0.4s ease-in-out; }
.cbp-spmenu ul li {
margin: 0; }
.cbp-spmenu a:hover {
background: #151489; }
.cbp-spmenu a:active {
background: #151489;
color: #fff; }
.cbp-spmenu .sub-menu a {
background-color: #98d3f9; }
.cbp-spmenu-vertical {
width: 250px;
height: 100%;
top: 0;
z-index: 1000; }
.cbp-spmenu .menu-item-has-children > a::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
color: #fff; }
.cbp-spmenu-vertical a {
border-bottom: 1px solid #4342d9;
padding: 15px !important;
text-align: left;
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-size: 1.375rem; }
.cbp-spmenu-horizontal {
width: 100%;
height: 150px;
left: 0;
z-index: 99999;
overflow: hidden; }
.cbp-spmenu-horizontal h3 {
height: 100%;
width: 20%;
float: left; }
.cbp-spmenu-horizontal a {
float: left;
width: 20%;
padding: 0.8em;
border-left: 1px solid rgba(218, 226, 207, 0.25); }
.cbp-spmenu-left {
left: -300px; }
.cbp-spmenu-right {
right: -240px; }
.cbp-spmenu-left.cbp-spmenu-open {
left: 0px; }
.cbp-spmenu-right.cbp-spmenu-open {
right: 0px; }
.cbp-spmenu-top {
top: -150px; }
.cbp-spmenu-bottom {
bottom: -150px; }
.cbp-spmenu-top.cbp-spmenu-open {
top: 0px; }
.cbp-spmenu-bottom.cbp-spmenu-open {
bottom: 0px; }
.cbp-spmenu-push {
overflow-x: hidden;
position: relative;
left: 0; }
.cbp-spmenu-push-toright {
left: 240px; }
.cbp-spmenu-push-toleft {
left: -240px; }
.cbp-spmenu,
.cbp-spmenu-push {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media screen and (max-width: 55.1875em) {
.cbp-spmenu-horizontal {
font-size: 75%;
height: 110px; }
.cbp-spmenu-top {
top: -110px; }
.cbp-spmenu-bottom {
bottom: -110px; } }
@media screen and (max-height: 26.375em) {
.cbp-spmenu-vertical {
font-size: 90%;
width: 190px; }
.cbp-spmenu-left,
.cbp-spmenu-push-toleft {
left: -190px; }
.cbp-spmenu-right {
right: -190px; }
.cbp-spmenu-push-toright {
left: 190px; } }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
body {
overflow-x: hidden; }
ol li {
margin: 1rem 0;
list-style-type: decimal; }
html {
min-width: 100%;
box-sizing: border-box; }
*,
*:before,
*:after {
box-sizing: inherit; }
#tinymce ul {
list-style: initial;
padding-left: 35px;
line-height: 2rem;
margin-bottom: 2rem; }
#tinymc ul li {
display: list-item; } article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block; }
body {
min-width: 100%;
line-height: 1; }
ol,
ul {
list-style: none; }
blockquote {
background-clip: padding-box;
border-radius: 5px;
margin: 20px;
padding: 0;
background-color: #000041;
position: relative;
border-bottom-left-radius: 0; }
blockquote p {
padding: 1rem;
color: #FFFFFF !important;
margin-bottom: 2rem;
font-family: "Comic Sans MS", sans-serif; }
blockquote:before {
border-right: 20px solid transparent !important;
border-top: 20px solid;
content: "";
height: 0;
left: 4.5em;
position: absolute;
top: 100%;
border-top-color: #000041;
width: 0; }
table {
border-collapse: collapse;
border-spacing: 0; }
img {
height: auto;
max-width: 100%; }
:focus {
outline: none; }
button:focus {
outline: none !important; }
button:active {
outline: none !important; }
a,
a:active,
a:hover {
outline: 0; }
::selection {
background: #000041;
color: #fff; }
::-moz-selection {
background: #000041;
color: #fff; }
.social_buttons {
display: inline-block;
vertical-align: middle; }
.social_buttons a {
display: inline-block;
vertical-align: middle;
margin-left: 0.25rem; }
.social_buttons a svg {
width: 2.5rem;
display: inline-block;
vertical-align: middle; }
.social_buttons a svg path {
fill: #00A7E1;
transition: all 0.3s ease-in-out; }
.social_buttons a:hover path {
fill: #F58220; }
body,
html,
input,
select,
option,
label,
textarea {
font-family: 'eb-garamond', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.1rem; }
p {
color: #303439;
line-height: 1.5;
margin-bottom: 1rem;
font-size: 1.1rem; }
strong {
font-weight: 800; }
h1 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 4.5rem;
margin: 1.5rem 0;
font-weight: 400; }
h2 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 3.5rem;
margin: 2.5rem 0;
font-weight: 400; }
h3 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 3rem;
margin: 1rem 0;
font-weight: 400; }
h4 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 1.25rem;
margin: 1.5rem 0;
font-weight: 400; }
h5 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 1.125rem;
margin: 1.5rem 0;
font-weight: 400; }
h6 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 1rem;
margin: 1.5rem 0;
font-weight: 400; }
button,
input[type="submit"] {
font-family: "eb-garamond", sans-serif; }
a {
text-decoration: none; }
.gform_wrapper div.validation_error {
color: #0080FF !important;
font-size: 1em;
font-weight: 700;
margin-bottom: 25px;
border-top: 2px solid #0080FF !important;
border-bottom: 2px solid #0080FF !important;
padding: 16px 0;
clear: both;
width: 100%;
text-align: center; }
.gform_wrapper .validation_message {
color: #0080FF !important;
font-weight: 700;
letter-spacing: normal; }
.cover {
object-fit: cover !important; }
.container_xl {
max-width: 1570px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 1200px) {
.container {
max-width: 1500px; } }
@media (max-width: 991px) {
.container_nine_override {
max-width: 991px; } }
@media (max-width: 1200px) {
.align_it_twelve {
text-align: center; } }
@media (max-width: 991px) {
.align_it_nine {
text-align: center; } }
@media (max-width: 767px) {
.align_it_seven {
text-align: center; } }
@media (max-width: 500px) {
.align_it_five {
text-align: center; } }
@media (max-width: 991px) {
.remove_me {
display: none; } }
@media (max-width: 991px) {
.force_twelve {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important; } }
.flexcontainer_center {
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%; }
.flexcontainer_space_between {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%; }
.item1_50 {
flex-basis: 50%; }
.item2_50 {
flex-basis: 50%; }
.item1_20 {
flex-basis: 20%; }
.item1_30 {
flex-basis: 30%; }
.item2_70 {
flex-basis: 70%; }
.column_two {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px; }
.align_right {
text-align: right; }
.align_left {
text-align: left; }
.center_it {
text-align: center; }
.align_middle {
vertical-align: middle; }
@media (max-width: 1024px) {
.row_reverse_it_10 {
flex-direction: column-reverse !important; } }
@media (max-width: 991px) {
.row_reverse_it {
flex-direction: column-reverse !important; } }
.center_row {
justify-content: center;
align-items: center;
align-content: center; }
.object_fit_parent {
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.object_fit_parent > img {
object-fit: cover;
width: 100%;
height: 100%;
object-position: center center; }
@media (max-width: 767px) {
.grid-container-2x2 {
display: grid !important;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: ". ." ". .";
grid-gap: 20px 20px; } }
.swal-modal .swal-text {
text-align: center; }
.swal-modal .swal-footer {
text-align: center; }
.swal-modal .swal-footer .swal-button:focus {
box-shadow: none !important; }
@media (min-width: 1200px) and (max-width: 1599px) {
.hidden-lg {
display: none !important; } }
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
display: none !important; }
@media (min-width: 1600px) {
.container {
max-width: 1570px; }
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
float: left; }
.col-xl-12 {
width: 100%; }
.col-xl-11 {
width: 91.66666667%; }
.col-xl-10 {
width: 83.33333333%; }
.col-xl-9 {
width: 75%; }
.col-xl-8 {
width: 66.66666667%; }
.col-xl-7 {
width: 58.33333333%; }
.col-xl-6 {
width: 50%; }
.col-xl-5 {
width: 41.66666667%; }
.col-xl-4 {
width: 33.33333333%; }
.col-xl-3 {
width: 25%; }
.col-xl-2 {
width: 16.66666667%; }
.col-xl-1 {
width: 8.33333333%; }
.col-xl-pull-12 {
right: 100%; }
.col-xl-pull-11 {
right: 91.66666667%; }
.col-xl-pull-10 {
right: 83.33333333%; }
.col-xl-pull-9 {
right: 75%; }
.col-xl-pull-8 {
right: 66.66666667%; }
.col-xl-pull-7 {
right: 58.33333333%; }
.col-xl-pull-6 {
right: 50%; }
.col-xl-pull-5 {
right: 41.66666667%; }
.col-xl-pull-4 {
right: 33.33333333%; }
.col-xl-pull-3 {
right: 25%; }
.col-xl-pull-2 {
right: 16.66666667%; }
.col-xl-pull-1 {
right: 8.33333333%; }
.col-xl-pull-0 {
right: auto; }
.col-xl-push-12 {
left: 100%; }
.col-xl-push-11 {
left: 91.66666667%; }
.col-xl-push-10 {
left: 83.33333333%; }
.col-xl-push-9 {
left: 75%; }
.col-xl-push-8 {
left: 66.66666667%; }
.col-xl-push-7 {
left: 58.33333333%; }
.col-xl-push-6 {
left: 50%; }
.col-xl-push-5 {
left: 41.66666667%; }
.col-xl-push-4 {
left: 33.33333333%; }
.col-xl-push-3 {
left: 25%; }
.col-xl-push-2 {
left: 16.66666667%; }
.col-xl-push-1 {
left: 8.33333333%; }
.col-xl-push-0 {
left: auto; }
.col-xl-offset-12 {
margin-left: 100%; }
.col-xl-offset-11 {
margin-left: 91.66666667%; }
.col-xl-offset-10 {
margin-left: 83.33333333%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-8 {
margin-left: 66.66666667%; }
.col-xl-offset-7 {
margin-left: 58.33333333%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-5 {
margin-left: 41.66666667%; }
.col-xl-offset-4 {
margin-left: 33.33333333%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-2 {
margin-left: 16.66666667%; }
.col-xl-offset-1 {
margin-left: 8.33333333%; }
.col-xl-offset-0 {
margin-left: 0; }
.visible-xl {
display: block !important; }
table.visible-xl {
display: table; }
tr.visible-xl {
display: table-row !important; }
th.visible-xl,
td.visible-xl {
display: table-cell !important; }
.visible-xl-block {
display: block !important; }
.visible-xl-inline {
display: inline !important; } }
@media (min-width: 576px) and (max-width: 767px) {
.container {
max-width: 720px !important; } }
.home_wrapper .main_banner {
background: #000030;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiMwMDAwNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmQzZTkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover, #000030 0%, #000041 36%, #2d3e91 100%);
background: -webkit-radial-gradient(center, ellipse cover, #000030 0%, #000041 36%, #2d3e91 100%);
background: radial-gradient(ellipse at center, #000030 0%, #000041 36%, #2d3e91 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000030", endColorstr="#2d3e91", GradientType=1 );
height: 80vh;
overflow: hidden;
padding: 0;
margin: 0;
position: relative;
display: flex; }
@media (max-width: 360px) {
.home_wrapper .main_banner {
height: 90vh; } }
.home_wrapper .main_banner .scroll_to {
color: #fff;
text-transform: uppercase;
transition: all 0.4s ease-in-out;
font-family: "oswald", sans-serif;
font-weight: 800;
z-index: 5;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
position: absolute;
bottom: 2rem;
bottom: 3%;
left: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 360px) {
.home_wrapper .main_banner .scroll_to {
display: none; } }
.home_wrapper .main_banner .scroll_to span {
margin-bottom: 0.5rem; }
.home_wrapper .main_banner .scroll_to:hover {
text-decoration: none;
color: #0080FF; }
.home_wrapper .main_banner #canvas {
display: inline-block;
width: 100%;
height: 100%;
margin: 0 auto;
overflow: hidden;
position: absolute; }
.home_wrapper .main_banner h1 {
color: #fff;
font-size: 3.6rem;
line-height: 5.5rem; }
@media (max-width: 1024px) {
.home_wrapper .main_banner h1 {
font-size: 2.5rem;
line-height: 3.5rem; } }
@media (max-width: 360px) {
.home_wrapper .main_banner h1 {
font-size: 2rem;
line-height: 2.5rem; } }
.home_wrapper .main_banner p {
color: #fff;
font-size: 1.3rem;
width: 20rem;
margin-bottom: 2rem; }
@media (max-width: 500px) {
.home_wrapper .main_banner p {
width: 100% !important; } }
.home_wrapper .main_banner .banner_slider {
position: relative;
width: 100%;
padding-top: 3rem;
z-index: 1; }
@media (max-width: 500px) {
.home_wrapper .main_banner .banner_slider {
padding-top: 0rem; } }
.home_wrapper .main_banner .owl-carousel .owl-nav.disabled + .owl-dots {
margin-top: 1rem; }
.home_wrapper .main_banner .owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1; }
.home_wrapper .main_banner .owl-dot.active {
transition: all 0.4s ease-in-out; }
.home_wrapper .main_banner .owl-dot.active span {
background-color: rgba(0, 128, 255, 0.24) !important; }
.home_wrapper .main_banner .owl-carousel .owl-dots .owl-dot span {
width: 23px;
height: 23px;
margin: 5px 7px;
background: #0080ff;
display: block;
-webkit-backface-visibility: visible;
transition: all 0.4s ease-in-out;
border-radius: 30px;
box-shadow: 0px 8px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.home_wrapper .main_banner .owl-carousel .owl-dots .owl-dot span:hover {
background: #000041;
border: solid 1px #0080FF;
box-shadow: 0px 2px 0px 0px #1371d6 inset; }
.home_wrapper .main_banner .image_wrapper {
position: relative;
right: 0;
width: 100%;
height: 100%;
z-index: 2; }
@media (max-width: 991px) {
.home_wrapper .main_banner .image_wrapper {
display: none; } }
.home_wrapper .main_banner .image_wrapper .image_outer_one {
width: 302px;
height: 302px;
border-radius: 50%;
border: solid 4px #0080ff;
display: inline-block;
overflow: hidden;
position: absolute;
top: 8rem;
z-index: 1;
background: #0080ff; }
@media (max-width: 1024px) {
.home_wrapper .main_banner .image_wrapper .image_outer_one {
left: 4rem; } }
.home_wrapper .main_banner .image_wrapper .image_outer_one .banner_image_one {
display: inline-block;
width: 100%;
height: 302px; }
.home_wrapper .main_banner .image_wrapper .image_outer_one .banner_image_one img {
object-fit: cover;
object-position: center center;
height: 100%;
width: 100%; }
.home_wrapper .main_banner .image_wrapper .image_outer_two {
width: 210px;
height: 210px;
border-radius: 50%;
border: solid 4px #0080ff;
display: inline-block;
overflow: hidden;
position: absolute;
top: 20rem;
z-index: 2;
right: 18rem;
background: #0080ff; }
@media (max-width: 1024px) {
.home_wrapper .main_banner .image_wrapper .image_outer_two {
left: 14rem; } }
.home_wrapper .main_banner .image_wrapper .image_outer_two .banner_image_two {
display: inline-block;
width: 100%;
height: 302px; }
.home_wrapper .main_banner .image_wrapper .image_outer_two .banner_image_two img {
object-fit: contain;
object-position: center top;
height: 100%;
width: 100%; }
.home_wrapper .main_banner .image_wrapper .image_outer_three {
width: 150px;
height: 150px;
border-radius: 50%;
border: solid 4px #0080ff;
display: inline-block;
overflow: hidden;
position: absolute;
top: 4rem;
z-index: 3;
right: 17rem;
background: #0080ff;
transform: scale(0.8); }
@media (max-width: 1024px) {
.home_wrapper .main_banner .image_wrapper .image_outer_three {
left: 15rem; } }
.home_wrapper .main_banner .image_wrapper .image_outer_three .banner_image_three {
display: inline-block;
width: 100%;
height: 302px; }
.home_wrapper .main_banner .image_wrapper .image_outer_three .banner_image_three img {
object-fit: cover;
object-position: -159px -85px;
height: 100%;
width: 100%; }
.home_wrapper .first_section {
padding-top: 2rem; }
@media (max-width: 991px) {
.home_wrapper .first_section {
padding-bottom: 3rem; } }
.home_wrapper .first_section .row_intro {
margin-bottom: 3rem; }
.home_wrapper .first_section .col_cta {
margin-bottom: 3rem; }
.home_wrapper .first_section .read_more_section {
padding-left: 6rem; }
@media (max-width: 500px) {
.home_wrapper .first_section .read_more_section {
padding-left: 0; } }
.home_wrapper .first_section .content p {
padding-right: 2rem; }
@media (max-width: 991px) {
.home_wrapper .first_section h2 {
font-size: 3rem; } }
@media (max-width: 360px) {
.home_wrapper .first_section h2 {
font-size: 2rem; } }
.home_wrapper .first_section .cta_outer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-content: center; }
@media (max-width: 500px) {
.home_wrapper .first_section .cta_outer {
flex-direction: column;
align-items: center; } }
.home_wrapper .first_section .cta_outer .icon_image_inner {
width: 16rem; }
@media (max-width: 1024px) {
.home_wrapper .first_section .cta_outer .icon_image_inner {
width: 23rem; } }
@media (max-width: 500px) {
.home_wrapper .first_section .cta_outer .icon_image_inner {
margin-bottom: 2rem;
text-align: center;
width: auto; } }
@media (max-width: 1024px) {
.home_wrapper .first_section .cta_outer .bottom_cta_info {
padding-left: 2rem; } }
.home_wrapper .first_section .cta_outer .bottom_cta_info h3 {
margin-top: 0;
font-size: 2rem; }
.home_wrapper .second_section {
background: #e8e8e8;
padding-top: 3rem;
padding-bottom: 3rem; }
.home_wrapper .second_section h3 {
margin-bottom: 2rem; }
.home_wrapper .second_section .row_products {
margin-top: 4rem; }
.home_wrapper .second_section .row_products .products_carousel .owl-carousel {
position: relative;
z-index: 1; }
.home_wrapper .second_section .row_products .products_carousel .owl_nav_products_carousel.prev {
padding-right: 0.5rem;
margin-top: -3rem; }
.home_wrapper .second_section .row_products .products_carousel .owl_nav_products_carousel.next {
padding-left: 0.5rem;
margin-top: -3rem; }
.home_wrapper .second_section .row_products .products_carousel .owl_nav_product_carousel {
position: relative;
cursor: pointer;
z-index: 2; }
.home_wrapper .second_section .row_products .products_carousel .owl-carousel .owl-nav.disabled + .owl-dots {
margin-top: 2rem; }
.home_wrapper .second_section .row_products .products_carousel .owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1; }
.home_wrapper .second_section .row_products .products_carousel .owl-dot.active {
transition: all 0.4s ease-in-out; }
.home_wrapper .second_section .row_products .products_carousel .owl-dot.active span {
background-color: rgba(153, 153, 183, 0.24) !important; }
.home_wrapper .second_section .row_products .products_carousel .owl-dot.active span:hover {
background: #000041;
border: solid 1px #0080FF;
box-shadow: 0px 2px 0px 0px #1371d6 inset;
outline: none !important; }
.home_wrapper .second_section .row_products .products_carousel .owl-dots {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center; }
@media (max-width: 500px) {
.home_wrapper .second_section .row_products .products_carousel .owl-dots {
overflow: hidden !important; } }
.home_wrapper .second_section .row_products .products_carousel .owl-carousel .owl-dots .owl-dot span {
width: 23px;
height: 23px;
margin: 5px 7px;
background: #9999b7;
display: block;
-webkit-backface-visibility: visible;
transition: all 0.4s ease-in-out;
border-radius: 30px;
box-shadow: 0px 8px 0px 0px transparent inset;
border: solid 1px #9999b7; }
.home_wrapper .second_section .row_products .products_carousel .owl-carousel .owl-dots .owl-dot span:hover {
background: #000041;
border: solid 1px #0080FF;
box-shadow: 0px 2px 0px 0px #1371d6 inset;
outline: none !important; }
.home_wrapper .second_section .row_products .products_carousel .items {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center; }
.home_wrapper .second_section .row_products .products_carousel .items .product_title {
color: #242424;
transition: all 0.4s ease-in-out;
font-family: "oswald", sans-serif;
margin-top: 1.5rem;
font-size: 1.2rem;
margin-bottom: 1rem; }
.home_wrapper .second_section .row_products .products_carousel .items .product_title:hover {
color: #0080FF;
text-decoration: none; }
.home_wrapper .second_section .row_products .products_carousel .items .icon_outer {
background: #000041;
border-radius: 50%;
width: 150px;
height: 150px; }
.home_wrapper .second_section .row_products .products_carousel .items .icon_outer .icon_image {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
.home_wrapper .second_section .row_products .products_carousel .items .icon_outer .icon_image img {
width: unset !important; }
.home_wrapper .third_section {
margin-top: 3rem;
margin-bottom: 3rem; }
.home_wrapper .third_section .companies_outer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center; }
.home_wrapper .third_section .companies_outer .companies_images {
margin-left: 3rem;
margin-right: 3rem; }
@media (max-width: 991px) {
.home_wrapper .third_section .companies_outer .companies_images {
margin-left: 0.5rem;
margin-right: 0.5rem; } }
.home_wrapper .fourth_section {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 5rem;
padding-top: 5rem; }
.home_wrapper .fourth_section .content_area {
background-color: rgba(255, 255, 255, 0.9);
padding: 2rem;
width: 40vw; }
@media (max-width: 1024px) {
.home_wrapper .fourth_section .content_area {
width: 60vw; } }
@media (max-width: 767px) {
.home_wrapper .fourth_section .content_area {
width: 100%; } }
.home_wrapper .fourth_section .content_area p {
padding-right: 2rem; }
.home_wrapper .fourth_section .content_area h4 {
color: #242424;
font-size: 2.8rem;
margin-top: 0;
margin-bottom: 2rem; }
.home_wrapper .fourth_section .content_area h5 {
color: #242424;
font-size: 1.5rem; }
.home_wrapper .fifth_section {
background: #000041;
padding-top: 2rem;
padding-bottom: 2rem; }
.home_wrapper .fifth_section h4,
.home_wrapper .fifth_section p,
.home_wrapper .fifth_section label {
color: #fff;
font-family: "oswald", sans-serif; }
.home_wrapper .fifth_section #field_1_1 label,
.home_wrapper .fifth_section #field_1_2 label {
display: none !important; }
.home_wrapper .fifth_section h4 {
font-size: 1.3rem; }
.home_wrapper .fifth_section p {
font-size: 1.2rem; }
.home_wrapper .fifth_section .form_inner .gfield_required {
display: none; }
.home_wrapper .fifth_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.home_wrapper .fifth_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.home_wrapper .fifth_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.home_wrapper .fifth_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.home_wrapper .fifth_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.home_wrapper .fifth_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF;
line-height: unset !important; }
.home_wrapper .fifth_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.about_wrapper .first_section_banner {
position: relative;
padding-bottom: 7rem;
padding-top: 5rem;
background-repeat: no-repeat;
position: relative;
background-size: cover; }
@media (max-width: 1195px) {
.about_wrapper .first_section_banner {
padding-top: 1rem; } }
@media (max-width: 1024px) {
.about_wrapper .first_section_banner {
background-size: cover; } }
.about_wrapper .first_section_banner .jarallax {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%; }
.about_wrapper .first_section_banner .title_wrapper {
background-color: rgba(255, 255, 255, 0.9);
padding: 2rem;
padding-left: 3rem;
padding-right: 3rem;
position: relative; }
@media (max-width: 500px) {
.about_wrapper .first_section_banner .title_wrapper {
padding-left: 2rem;
padding-right: 2rem; } }
.about_wrapper .first_section_banner .title_wrapper h2 {
margin-top: 0;
font-size: 3rem; }
.about_wrapper .first_section_banner .title_wrapper ul li {
line-height: 2rem;
list-style: disc; }
.about_wrapper .first_section_banner .left_title {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
.about_wrapper .first_section_banner .left_title h1 {
color: #fff;
font-size: 4rem;
line-height: 6rem;
font-weight: 600;
text-shadow: 0px 2px 0px #969696; }
@media (max-width: 1195px) {
.about_wrapper .first_section_banner .left_title h1 {
font-size: 3rem;
line-height: 4rem; } }
@media (max-width: 360px) {
.about_wrapper .first_section_banner .left_title h1 {
font-size: 2rem; } }
.about_wrapper .second_section {
padding-top: 3rem;
padding-bottom: 3rem; }
.about_wrapper .third_section {
background: #e8e8e8;
padding-top: 3rem;
padding-bottom: 3rem; }
@media (max-width: 991px) {
.about_wrapper .third_section {
text-align: center; } }
.about_wrapper .third_section .team_outer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center; }
@media (max-width: 1024px) {
.about_wrapper .third_section .team_outer {
flex-direction: column; } }
.about_wrapper .third_section .team_outer .team_inner {
width: 50vw;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
align-content: center;
border-right: solid 1px #707070;
margin-right: 1.3rem; }
@media (max-width: 1225px) {
.about_wrapper .third_section .team_outer .team_inner {
flex-direction: column;
align-items: center; } }
@media (max-width: 1024px) {
.about_wrapper .third_section .team_outer .team_inner {
border-right: 0;
margin-bottom: 2rem; } }
@media (max-width: 991px) {
.about_wrapper .third_section .team_outer .team_inner {
width: 100%; } }
.about_wrapper .third_section .team_outer .team_inner:last-child {
border-right: none;
margin-right: none; }
.about_wrapper .third_section .team_outer .team_inner .right_side {
width: 33rem;
padding-left: 1rem;
padding-right: 1rem;
position: relative; }
@media (max-width: 991px) {
.about_wrapper .third_section .team_outer .team_inner .right_side {
width: 100%;
margin-top: 2rem; } }
.about_wrapper .third_section .team_outer .team_inner .right_side h4 {
margin-top: 0;
margin-bottom: 1rem; }
.about_wrapper .third_section .team_outer .team_inner .right_side h5 {
margin-top: 0.2rem; }
.about_wrapper .third_section .team_outer .team_inner .right_side .fab {
color: #fff;
font-size: 1rem; }
.about_wrapper .third_section .team_outer .team_inner .right_side .linkedin {
background: #006aa8;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.about_wrapper .third_section .team_outer .team_inner .right_side .linkedin:hover {
background: #232529; }
.about_wrapper .third_section .team_outer .team_inner .right_side .linkedin:hover .fab {
color: #0080FF; }
.about_wrapper .third_section .team_outer .team_inner .right_side .social_btns {
display: inline-block;
margin-top: 0;
margin-right: 2rem;
width: 35px;
height: 35px;
display: block;
text-align: center;
line-height: 45px;
font-size: 15px;
text-decoration: none;
cursor: pointer;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
border-radius: 4px;
position: absolute;
right: 0; }
.about_wrapper .third_section .team_outer .team_inner .right_side .social_btns:last-child {
margin-right: 0; }
.about_wrapper .fourth_section {
padding-top: 3rem;
padding-bottom: 3rem; }
.about_wrapper .fourth_section h4 {
font-size: 2rem;
margin-bottom: 2rem; }
.about_wrapper .fifth_section {
padding-bottom: 3rem; }
.about_wrapper .fifth_section .services_inner {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
text-align: center; }
.about_wrapper .fifth_section .services_inner .services_media {
width: 76px;
height: 76px;
background: #9999B7;
border-radius: 50%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center; }
.about_wrapper .sixth_section {
background: #000041;
padding-top: 2rem;
padding-bottom: 2rem; }
.about_wrapper .sixth_section h4,
.about_wrapper .sixth_section p,
.about_wrapper .sixth_section label {
color: #fff;
font-family: "oswald", sans-serif; }
.about_wrapper .sixth_section #field_1_1 label,
.about_wrapper .sixth_section #field_1_2 label {
display: none !important; }
.about_wrapper .sixth_section h4 {
font-size: 1.3rem; }
.about_wrapper .sixth_section p {
font-size: 1.2rem; }
.about_wrapper .sixth_section .form_inner .gfield_required {
display: none; }
.about_wrapper .sixth_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.about_wrapper .sixth_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.about_wrapper .sixth_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.about_wrapper .sixth_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.about_wrapper .sixth_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.about_wrapper .sixth_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.about_wrapper .sixth_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.single_our_people_wrapper {
padding-top: 3rem;
padding-bottom: 3rem; }
.single_our_people_wrapper h4 {
font-family: "oswald",sans-serif;
color: #303439;
font-size: 2rem;
margin: 1.5rem 0;
font-weight: 400; }
.single_our_people_wrapper h5 {
font-family: "oswald",sans-serif;
color: #303439;
font-size: 2rem;
margin: 1.5rem 0;
font-weight: 400; }
.single_our_people_wrapper h3 {
font-family: "oswald", sans-serif;
color: #303439;
font-size: 1.5rem;
margin: 1rem 0;
font-weight: 400;
margin-top: 3rem; }
.single_our_people_wrapper .column_two {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px; }
.single_our_people_wrapper .fab {
color: #fff;
font-size: 1rem; }
.single_our_people_wrapper .linkedin {
background: #006aa8;
cursor: pointer;
transition: all 0.4s ease-in-out; }
.single_our_people_wrapper .linkedin:hover {
background: #232529; }
.single_our_people_wrapper .linkedin:hover .fab {
color: #0080FF; }
.single_our_people_wrapper .social_btns {
display: inline-block;
margin-top: 0;
margin-right: 2rem;
width: 35px;
height: 35px;
display: block;
text-align: center;
line-height: 45px;
font-size: 15px;
text-decoration: none;
cursor: pointer;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
border-radius: 4px;
position: absolute;
right: 0; }
.single_our_people_wrapper .social_btns:last-child {
margin-right: 0; }
.single_team_wrapper {
padding-bottom: 5rem;
padding-top: 3rem;
background: #ECECEC; }
.single_team_wrapper .job_title {
font-weight: 800; }
.single_team_wrapper h1 {
margin-top: 0; }
.single_team_wrapper .back_btn {
vertical-align: middle;
background: #000041;
color: #fff;
font-family: "Lato";
font-weight: 800;
padding: 0.7rem 1.5rem 0.7rem 1.5rem;
border-radius: 7px;
display: inline-block;
margin-top: 0.4rem;
transition: all 0.3s ease-in-out;
font-size: 1rem; }
.single_team_wrapper .back_btn:hover {
text-decoration: none;
background: #fff;
color: #232529; }
.single_team_wrapper .item-backlink a {
margin-top: 2rem;
color: #BEBCBC;
transition: all 0.4s ease-in-out; }
.single_team_wrapper .item-backlink a:hover {
text-decoration: none;
color: #000041; }
.services_wrapper .products_section {
background: #e8e8e8;
padding-top: 3rem;
padding-bottom: 3rem;
margin-top: 3rem; }
.services_wrapper .products_section h3 {
margin-bottom: 2rem; }
.services_wrapper .products_section .outer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: center; }
@media (max-width: 500px) {
.services_wrapper .products_section .outer {
justify-content: center; } }
.services_wrapper .products_section .items {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
width: 13rem;
margin-bottom: 2rem;
text-align: center; }
.services_wrapper .products_section .items .product_title {
color: #242424;
transition: all 0.4s ease-in-out;
font-family: "oswald", sans-serif;
margin-top: 1.5rem;
font-size: 1.2rem;
margin-bottom: 1rem; }
.services_wrapper .products_section .items .product_title:hover {
color: #0080FF;
text-decoration: none; }
.services_wrapper .products_section .items .icon_outer {
background: #000041;
border-radius: 50%;
width: 150px;
height: 150px; }
.services_wrapper .products_section .items .icon_outer .icon_image {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
.services_wrapper .products_section .items .icon_outer .icon_image img {
width: unset !important; }
.services_wrapper .first_section {
position: relative;
padding-top: 3rem; }
.services_wrapper .first_section hr {
margin-bottom: 1.5rem;
border-top: 2px solid #707070; }
.services_wrapper .second_section {
padding-top: 2rem;
margin-bottom: 4rem; }
.services_wrapper .second_section .labels_outer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: center;
margin-bottom: 5rem; }
@media (max-width: 991px) {
.services_wrapper .second_section .labels_outer {
justify-content: center;
display: block; } }
@media (max-width: 1192px) {
.services_wrapper .second_section .label_items {
margin-bottom: 2rem; } }
.services_wrapper .second_section .label_items .active {
color: #fff !important;
background: #0080FF !important; }
.services_wrapper .second_section .label_items .active:after {
border-top-color: #0080FF !important; }
.services_wrapper .second_section .label_items .active:before {
border-top-color: #0080FF !important; }
.services_wrapper .second_section .label_items .btn_label {
color: #242424;
background: #EDEDED;
padding-top: 0.8rem;
padding-bottom: 0.8rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #EDEDED;
position: relative;
cursor: pointer; }
@media (max-width: 991px) {
.services_wrapper .second_section .label_items .btn_label {
display: block;
text-align: center; } }
.services_wrapper .second_section .label_items .btn_label:after, .services_wrapper .second_section .label_items .btn_label:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
transition: all 0.4s ease-in-out; }
.services_wrapper .second_section .label_items .btn_label:after {
border-top-color: #EDEDED;
border-width: 15px;
margin-left: -15px; }
.services_wrapper .second_section .label_items .btn_label:before {
border-top-color: #EDEDED;
border-width: 21px;
margin-left: -21px; }
.services_wrapper .second_section .content_wrap {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
align-content: center; }
@media (max-width: 991px) {
.services_wrapper .second_section .content_wrap {
flex-direction: column;
align-items: center;
text-align: center; } }
@media (max-width: 991px) {
.services_wrapper .second_section .content_wrap .icon {
margin-bottom: 2rem; } }
.services_wrapper .second_section .content_inner {
width: 37rem;
padding-left: 2rem; }
@media (max-width: 500px) {
.services_wrapper .second_section .content_inner {
width: auto;
padding-left: 0; } }
.services_wrapper .second_section .content_inner h4 {
margin-top: 0; }
.services_wrapper .second_section .bordred_row {
border-bottom: 1px solid;
border-bottom-color: rgba(112, 112, 112, 0.56);
margin-bottom: 2rem;
padding-bottom: 2rem;
padding-top: 2rem; }
.services_wrapper .second_section .content_section {
margin-top: 3rem; }
.services_wrapper .second_section .content_section .content_outer {
display: none; }
.services_wrapper .second_section .content_section .content_outer.active {
display: flex !important; }
.services_wrapper .fifth_section {
background: #000041;
padding-top: 2rem;
padding-bottom: 2rem; }
.services_wrapper .fifth_section h4,
.services_wrapper .fifth_section p,
.services_wrapper .fifth_section label {
color: #fff;
font-family: "oswald", sans-serif; }
.services_wrapper .fifth_section #field_1_1 label,
.services_wrapper .fifth_section #field_1_2 label {
display: none !important; }
.services_wrapper .fifth_section h4 {
font-size: 1.3rem; }
.services_wrapper .fifth_section p {
font-size: 1.2rem; }
.services_wrapper .fifth_section .form_inner .gfield_required {
display: none; }
.services_wrapper .fifth_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.services_wrapper .fifth_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .fifth_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .fifth_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .fifth_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .fifth_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.services_wrapper .fifth_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.services_wrapper .third_section {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-top: 8rem;
padding-bottom: 8rem; }
.services_wrapper .third_section h4,
.services_wrapper .third_section label {
font-family: "oswald", sans-serif; }
.services_wrapper .third_section h4 {
font-size: 1.8rem;
line-height: 2;
margin-bottom: 2rem; }
.services_wrapper .third_section #field_2_1 label, .services_wrapper .third_section #field_2_2 label, .services_wrapper .third_section #field_2_3 label, .services_wrapper .third_section #field_2_4 label {
display: none !important; }
.services_wrapper .third_section .form {
background: rgba(255, 255, 255, 0.9);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
align-content: center;
padding: 2rem; }
@media (max-width: 1007px) {
.services_wrapper .third_section .form {
flex-direction: column; } }
.services_wrapper .third_section .form .left_side {
width: 50vw;
padding-right: 8rem; }
@media (max-width: 1007px) {
.services_wrapper .third_section .form .left_side {
width: 100%;
padding-right: 0; } }
@media (max-width: 360px) {
.services_wrapper .third_section .form .left_side h4 {
font-size: 1.5rem;
line-height: 1.3; } }
.services_wrapper .third_section .form .right_side {
width: 50vw; }
@media (max-width: 1007px) {
.services_wrapper .third_section .form .right_side {
width: 100%; } }
.services_wrapper .third_section .form_inner .gfield_required {
display: none; }
.services_wrapper .third_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.services_wrapper .third_section .form_inner textarea {
width: 100%;
border: 1px solid #c6c6c6;
border-radius: 0.3rem;
color: #c6c6c6; }
.services_wrapper .third_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .third_section .form_inner textarea::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem; }
.services_wrapper .third_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .third_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .third_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.services_wrapper .third_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF;
line-height: unset !important; }
.services_wrapper .third_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.archive_blog_wrapper {
position: relative;
z-index: 2; }
@media (max-width: 360px) {
.archive_blog_wrapper p {
font-size: 1rem !important; } }
.archive_blog_wrapper .first_section {
margin-bottom: 2rem;
margin-top: 3rem; }
.archive_blog_wrapper .first_section .title {
display: inline-block; }
.archive_blog_wrapper .first_section .title h1 {
font-size: 2.5rem;
margin: 0; }
.archive_blog_wrapper .first_section hr {
margin-bottom: 1.5rem;
border-top: 2px solid #707070; }
.archive_blog_wrapper .the_content h1,
.archive_blog_wrapper .the_content h2,
.archive_blog_wrapper .the_content h3,
.archive_blog_wrapper .the_content h4,
.archive_blog_wrapper .the_content h5 {
color: #303439; }
.archive_blog_wrapper .the_content strong {
font-weight: 800; }
.archive_blog_wrapper ul {
margin-left: 2rem !important;
margin-bottom: 2rem !important; }
.archive_blog_wrapper ol {
margin-left: 2rem;
margin-bottom: 2rem; }
.archive_blog_wrapper ol li {
margin: 1rem 0;
list-style-type: decimal;
line-height: 1.4rem; }
.archive_blog_wrapper ul,
.archive_blog_wrapper li {
color: #666666;
margin: 1rem 0;
font-size: 1.1rem;
list-style-type: circle;
text-align: left;
line-height: 1.4rem; }
.archive_blog_wrapper a {
transition: all 0.4s ease-in-out; }
.archive_blog_wrapper .screen-reader-text {
display: none; }
.archive_blog_wrapper .search_again {
margin-bottom: 2rem; }
.archive_blog_wrapper .search_again form.search-form {
display: flex;
flex-direction: row;
flex-wrap: nowrap; }
.archive_blog_wrapper .blogs_wrapper {
z-index: 2;
position: relative;
font-size: 0;
margin-top: 4rem; }
.archive_blog_wrapper .blogs_wrapper a.post_share {
width: 3rem;
display: inline-block;
margin-right: 0.5rem; }
.archive_blog_wrapper .share_this {
margin-top: 2rem;
margin-bottom: 2rem;
width: 100%; }
.archive_blog_wrapper .share_this {
font-weight: 800; }
.archive_blog_wrapper form input {
border: 1px solid #707070;
padding: 1rem 0.5rem; }
.archive_blog_wrapper ::-webkit-input-placeholder {
color: #ffffff; }
.archive_blog_wrapper :-moz-placeholder { color: #ffffff; }
.archive_blog_wrapper ::-moz-placeholder { color: #ffffff; }
.archive_blog_wrapper :-ms-input-placeholder {
color: #ffffff; }
.archive_blog_wrapper .search-submit {
background: url(//filterintegrity.com/wp-content/themes/surge/assets/images/search.svg) no-repeat;
padding: 0;
transition: all 0.5s;
border-radius: 0;
border: 0;
color: #000041;
margin: 0 !important;
width: 60px !important;
height: 60px !important;
position: relative;
text-indent: -999px;
transition: all 0.3s ease-in-out;
top: -1px; }
.archive_blog_wrapper .search-submit:hover {
background: url(//filterintegrity.com/wp-content/themes/surge/assets/images/search.svg) no-repeat !important; }
.archive_blog_wrapper .author_bio_section {
border-top: solid 1px #C9C9C9;
border-bottom: solid 1px #C9C9C9;
padding-top: 2rem;
padding-bottom: 2rem;
margin-bottom: 2rem; }
.archive_blog_wrapper .author_name {
font-weight: 800;
color: #787878;
font-size: 1.5rem; }
.archive_blog_wrapper .author_details {
display: inline-block; }
.archive_blog_wrapper .author_sig {
font-weight: 800;
font-size: 1rem;
margin-top: 1rem;
color: #787878; }
.archive_blog_wrapper .author_des {
color: #787878;
font-size: 1rem;
margin-top: 0.8rem; }
.archive_blog_wrapper .author_links {
font-size: 1rem;
margin-top: 1.2rem; }
.archive_blog_wrapper a {
text-decoration: none;
color: #000041; }
.archive_blog_wrapper div.author_details {
display: inline-block;
vertical-align: top; }
.archive_blog_wrapper div.author_details_desc {
display: inline-block;
padding-left: 1rem; }
@media (max-width: 500px) {
.archive_blog_wrapper div.author_details_desc {
padding-left: 0;
margin-top: 1rem; } }
.button_wrapper {
text-align: right; }
.button_wrapper .find_out_more_button {
position: relative;
z-index: 2;
transition: all 0.4s ease-in-out;
display: inline-block; }
.button_wrapper .find_out_more_button a {
text-decoration: none;
font-size: 1rem;
color: #fff;
text-transform: uppercase;
font-weight: 800;
transition: all 0.4s ease-in-out; }
.button_wrapper .find_out_more_button:hover {
color: #000041; }
.blog_posts_wrapper {
display: flex;
flex-wrap: wrap; }
.blog_posts_wrapper .blog_post {
font-size: 28px;
font-weight: 100;
color: #787878;
vertical-align: top;
margin-bottom: 50px;
position: relative;
border-bottom: solid 1px #C9C9C9;
padding-bottom: 2rem;
display: flex; }
@media (max-width: 991px) {
.blog_posts_wrapper .blog_post {
flex-direction: column-reverse; } }
.blog_posts_wrapper .blog_post .short_excerpt p {
padding-right: 2rem; }
.blog_posts_wrapper .blog_post .btn {
color: #fff !important; }
.blog_posts_wrapper .blog_post:first-child {
width: 100%;
margin-bottom: 3rem !important; }
.blog_posts_wrapper .blog_post:first-child > div {
width: 50%; }
@media (max-width: 991px) {
.blog_posts_wrapper .blog_post:first-child > div {
width: 100%; } }
.blog_posts_wrapper .blog_post:not(:first-child) {
width: 50%;
flex-direction: row-reverse; }
@media (max-width: 500px) {
.blog_posts_wrapper .blog_post:not(:first-child) {
flex-direction: column-reverse; } }
@media (max-width: 991px) {
.blog_posts_wrapper .blog_post:not(:first-child) {
width: 100%; } }
.blog_posts_wrapper .blog_post:not(:first-child) .right_side {
width: 30%; }
@media (max-width: 500px) {
.blog_posts_wrapper .blog_post:not(:first-child) .right_side {
width: 100%; } }
.blog_posts_wrapper .blog_post:not(:first-child) .left_side {
width: 70%; }
@media (max-width: 500px) {
.blog_posts_wrapper .blog_post:not(:first-child) .left_side {
width: 100%; } }
.blog_posts_wrapper .blog_post .left_side .blog_title h3 {
font-size: 1.8rem !important;
margin-top: 0 !important;
line-height: 2.3rem;
margin-bottom: 1rem !important;
padding-right: 1rem; }
.blog_posts_wrapper .blog_post .excerpt {
margin-top: 1rem; }
.blog_posts_wrapper .blog_post .featured_image {
background-size: cover;
width: auto;
height: 312px;
background-position: 50%; }
@media (max-width: 991px) {
.blog_posts_wrapper .blog_post .featured_image {
margin-bottom: 2rem; } }
.blog_posts_wrapper .blog_post .blog_title a {
text-decoration: none;
transition: all 0.4s ease-in-out; }
.blog_posts_wrapper .blog_post .blog_title a h3 {
font-weight: 800;
color: #393939;
margin-top: 0;
font-size: 1.25rem; }
.blog_posts_wrapper .blog_post .blog_title a:hover h3 {
color: #000041; }
.blog_posts_wrapper .blog_post .date {
font-size: 1.6rem;
color: #C4C4C4;
font-weight: 800;
display: inline-block;
margin-bottom: 1rem;
font-family: "oswald", sans-serif; }
.blog_posts_wrapper .blog_post .author {
font-size: 16px;
color: #293795;
font-weight: 100;
display: inline-block;
margin-bottom: 1rem; }
.blog_posts_wrapper .blog_post .author a {
font-size: 16px;
font-weight: 100;
color: #293795;
transition: all 0.3s ease; }
.blog_posts_wrapper .blog_post .author a:hover {
color: #00a89b; }
.blog_posts_wrapper .blog_post .meta_data_tags {
font-size: 14px;
color: #293795;
font-weight: 100;
display: block;
margin-bottom: 2rem; }
.blog_posts_wrapper .blog_post .meta_data_tags a {
font-size: 16px;
color: #293795;
transition: all 0.3s ease; }
.blog_posts_wrapper .blog_post .meta_data_tags a:hover {
color: #00a89b; }
.blog_posts_wrapper .blog_post .comments_icon {
font-size: 16px;
color: #293795;
font-weight: 100;
display: inline-block;
margin-bottom: 1rem; }
.blog_posts_wrapper .blog_post .comments_icon a {
font-size: 16px;
color: #293795;
transition: all 0.3s ease; }
.blog_posts_wrapper .blog_post .comments_icon a:hover {
color: #00a89b; }
.blog_posts_wrapper .blog_post .post_categories {
display: inline-block;
margin-bottom: 1rem; }
.blog_posts_wrapper .blog_post .post_categories a:last-child {
border-right: none !important;
padding-right: 0px !important; }
.blog_posts_wrapper .blog_post .post_categories a {
font-size: 16px;
font-weight: 100;
color: #293795;
transition: all 0.3s ease; }
.blog_posts_wrapper .blog_post .post_categories a:hover {
color: #00a89b; }
.blog_posts_wrapper .navigation_links {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
margin-bottom: 2rem;
margin-top: 2rem;
border-bottom: 2px solid #d5d5d5;
padding-bottom: 2rem; }
.blog_posts_wrapper .navigation_links a, .blog_posts_wrapper .navigation_links span {
color: #ababab;
font-weight: 800;
font-size: 1rem;
transition: all 0.4s ease-in-out; }
.blog_posts_wrapper .navigation_links a:hover, .blog_posts_wrapper .navigation_links span:hover {
color: #00a89b;
text-decoration: none; }
.blog_posts_wrapper .navigation_links .prev {
float: left; }
.blog_posts_wrapper .navigation_links .next {
float: right; }
.blog_posts_wrapper .counter_posts_1 .top_row {
margin-bottom: 2rem; }
.blog_posts_wrapper .counter_posts_1 p {
margin-top: 2rem;
line-height: 2.6rem; }
@media (max-width: 991px) {
.blog_posts_wrapper .counter_posts_1 p {
line-height: 1.5;
font-size: 1.1rem; } }
.blog_posts_wrapper .counter_posts_1 .find_out_more_button {
position: relative;
z-index: 2;
transition: all 0.4s ease-in-out;
display: inline-block; }
.blog_posts_wrapper .counter_posts_1 .excerpt p {
margin-top: 0;
line-height: 1.6rem; }
.blog_posts_wrapper .counter_posts_1 h3 {
font-size: 2rem;
line-height: 2.4rem; }
.blog_posts_wrapper .counter_posts_1 .main_featured_image {
width: 100%;
height: 41rem;
margin-left: 3rem; }
@media (max-width: 991px) {
.blog_posts_wrapper .counter_posts_1 .main_featured_image {
margin-left: 0; } }
.blog_posts_wrapper .counter_posts_1 .main_featured_image img {
object-fit: contain;
object-position: center center;
height: 100%;
width: 100%; }
.side_bar {
display: inline-block;
font-size: 28px;
font-weight: 100;
color: #878787;
vertical-align: top;
padding-left: 4rem;
padding-left: 3rem;
width: 100%; }
@media (max-width: 1599px) {
.side_bar {
padding-left: 0; } }
.side_bar .recent_wrap {
margin-bottom: 1rem; }
.side_bar .recent_wrap h3 {
color: #393939;
margin-top: 0;
text-transform: uppercase;
margin-bottom: 2rem; }
.side_bar .recent_wrap a {
font-size: 18px;
transition: all 0.3s ease;
display: block;
margin-bottom: 16px;
border-bottom: 1px solid #d8d8d8;
padding-bottom: 10px;
line-height: 1.5rem; }
.side_bar .recent_wrap a:hover {
color: #293795 !important; }
.side_bar .archive_wrapper {
padding: 1rem;
margin-bottom: 1rem; }
.side_bar .archive_wrapper h3 {
color: #393939;
margin-top: 0;
text-transform: uppercase;
margin-bottom: 2rem; }
.side_bar .archive_wrapper a {
font-size: 18px;
transition: all 0.3s ease;
display: block;
margin-bottom: 16px;
border-bottom: 1px solid #d8d8d8;
padding-bottom: 10px; }
.side_bar .archive_wrapper a:hover {
color: #293795 !important; }
.side_bar .categories_wrap {
margin-bottom: 1rem; }
.side_bar .categories_wrap h3 {
color: #393939;
margin-top: 0;
text-transform: uppercase;
margin-bottom: 2rem; }
.side_bar .categories_wrap a {
font-size: 18px;
transition: all 0.3s ease;
display: block;
margin-bottom: 16px;
border-bottom: 1px solid #d8d8d8;
padding-bottom: 10px; }
.side_bar .categories_wrap a:hover {
color: #293795; }
.side_bar .archive_wrap {
margin-top: 2rem;
margin-bottom: 2rem; }
.side_bar .archive_wrap h3 {
color: #393939;
margin-top: 0;
text-transform: uppercase;
margin-bottom: 2rem; }
.side_bar .archive_wrap li {
list-style: none; }
.side_bar .archive_wrap a {
font-size: 16px;
transition: all 0.3s ease;
display: block;
margin-bottom: 16px;
border-bottom: 1px solid #d8d8d8;
padding-bottom: 10px; }
.side_bar .archive_wrap a:hover {
color: #293795; }
.side_bar .categories_wrap {
margin-top: 2rem;
margin-bottom: 2rem; }
.side_bar .recent_wrap {
margin-bottom: 2rem; }
.single_posts {
padding-top: 4rem; }
.single_posts .the_content h1 {
font-size: 3.5rem; }
.single_posts .the_content a {
color: #293795;
text-decoration: underline;
transition: all 0.4s ease-in-out; }
.single_posts .the_content a:hover {
color: #000; }
.single_posts .banner {
background-size: cover;
height: 30rem;
width: 100%;
background-position: center 10%; }
.single_posts .first_section {
margin-bottom: 2rem; }
.single_posts .first_section .title {
background: #00a89b;
padding: 1rem;
display: inline-block;
min-width: 27rem; }
.single_posts .first_section .title h1 {
color: #fff;
text-transform: uppercase;
font-weight: 800;
font-size: 1.8rem;
margin: 0; }
.single_posts .top_section .studies_btn {
color: #ababab;
margin-bottom: 3rem;
display: block;
font-family: "oswald", sans-serif; }
.single_posts .top_section .studies_btn:hover {
color: #293795;
text-decoration: none; }
.single_posts .top_section span {
color: #293795;
font-weight: 800;
font-size: 1rem; }
.single_posts .top_section .cat_terms {
color: #293795;
font-weight: 800;
font-size: 1rem;
transition: all 0.4s ease-in-out; }
.single_posts .top_section .cat_terms:hover {
color: #293795;
text-decoration: none; }
.single_posts .top_section .cat_image {
float: right;
margin-top: 3rem; }
.single_posts .top_section h1 {
font-size: 2.5rem;
font-weight: 800; }
.single_posts .top_section .date,
.single_posts .top_section .author {
margin-bottom: 0.5rem;
color: #C4C4C4;
font-family: "oswald", sans-serif; }
.single_posts .top_section .date {
font-size: 1.6rem;
color: #C4C4C4;
font-weight: 800;
display: inline-block;
margin-bottom: 1rem;
font-family: "oswald", sans-serif; }
.comments_section h3 {
font-weight: 800;
color: #666666;
font-size: 1.5rem; }
.comments_section form label {
color: #707070;
text-align: left;
display: block !important; }
.comments_section .required {
color: #000041; }
.comments_section .submit {
background: #000041;
border: none;
font-size: 1rem;
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: all 0.5s;
border: 0;
color: #fff;
border-radius: 0; }
.comments_section .submit:hover {
background: #3E3E3E; }
.pageination_blog {
text-align: center;
margin-bottom: 6rem;
margin-top: 2rem; }
.pageination_blog a {
color: #787878;
transition: all 0.3s ease; }
.pageination_blog a:hover {
color: #000041; }
.pageination_blog .pagination {
justify-content: center;
align-items: center;
align-content: center; }
.pageination_blog .screen-reader-text {
display: none; }
.pageination_blog .page-numbers.current {
margin-left: 1rem;
margin-right: 1rem; }
.pageination_blog a.page-numbers {
margin-left: 1rem;
margin-right: 1rem; }
.pageination_blog .nav-links {
color: #787878;
font-size: 1rem; }
.pageination_blog .next:after {
content: ">";
position: relative;
left: 20px;
top: -1px; }
.pageination_blog .prev:before {
content: "<";
position: relative;
left: -20px;
top: -1px; }
.contact_page_wrapper .contact_form_section {
position: relative; }
.contact_page_wrapper .contact_form_section .form_contact_outer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-content: center; }
.contact_page_wrapper .contact_form_section #label_2_5_1 {
display: inline-block !important;
font-family: open-sans, sans-serif; }
.contact_page_wrapper .contact_form_section .form_contact {
background: #fff;
z-index: 2;
position: relative;
margin-top: 4rem;
margin-bottom: 4rem;
width: 35rem;
text-align: left;
padding: 2rem; }
.contact_page_wrapper .contact_form_section .form_contact strong {
font-weight: 800; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner .gfield_required {
display: none; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner label {
display: none; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner textarea {
border: 1px solid #c6c6c6;
color: #c6c6c6;
border-radius: 0.3rem; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner .gchoice_2_5_1 {
display: inline-block !important; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner textarea::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.contact_page_wrapper .contact_form_section .form_contact .form_section_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.contact_page_wrapper .contact_form_section .map {
position: absolute;
width: 100%;
height: 1020px;
top: 0; }
@media (max-width: 991px) {
.contact_page_wrapper .contact_form_section .map {
position: relative; } }
.contact_page_wrapper .contact_form_section .map .acf-map {
position: relative;
overflow: hidden;
height: 1020px;
width: 100%; }
.contact_page_wrapper .fifth_section {
background: #000041;
padding-top: 2rem;
padding-bottom: 2rem; }
.contact_page_wrapper .fifth_section h4,
.contact_page_wrapper .fifth_section p,
.contact_page_wrapper .fifth_section label {
color: #fff;
font-family: "oswald", sans-serif; }
.contact_page_wrapper .fifth_section #field_1_1 label,
.contact_page_wrapper .fifth_section #field_1_2 label {
display: none !important; }
.contact_page_wrapper .fifth_section h4 {
font-size: 1.3rem; }
.contact_page_wrapper .fifth_section p {
font-size: 1.2rem; }
.contact_page_wrapper .fifth_section .form_inner .gfield_required {
display: none; }
.contact_page_wrapper .fifth_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.contact_page_wrapper .fifth_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .fifth_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .fifth_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .fifth_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.contact_page_wrapper .fifth_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.contact_page_wrapper .fifth_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.standard_page_wrapper .first_section {
margin-bottom: 2rem;
margin-top: 3rem; }
.standard_page_wrapper .first_section .title h1 {
font-size: 2rem;
margin: 0; }
@media (max-width: 360px) {
.standard_page_wrapper p {
font-size: 1rem !important; } }
.standard_page_wrapper .main_content {
margin-bottom: 4rem;
margin-top: 2rem; }
.standard_page_wrapper .main_content .the_content h1,
.standard_page_wrapper .main_content .the_content h2,
.standard_page_wrapper .main_content .the_content h3,
.standard_page_wrapper .main_content .the_content h4,
.standard_page_wrapper .main_content .the_content h5 {
color: #000041;
font-weight: 800;
font-size: 1.7rem; }
.standard_page_wrapper .main_content .the_content strong {
font-weight: 800; }
.standard_page_wrapper .main_content a {
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.standard_page_wrapper .main_content a:hover {
color: #000041; }
.standard_page_wrapper .main_content ul {
margin-left: 2rem;
margin-bottom: 2rem; }
.standard_page_wrapper .main_content ul li {
list-style-type: circle;
line-height: 2; }
.standard_page_wrapper .main_content hr {
margin-top: 1rem;
margin-bottom: 2.5rem;
border: 0;
border-top: 2px solid #c9c9c9;
position: relative; }
.standard_page_wrapper .main_content hr:after {
content: ".";
font-weight: 800;
color: #c9c9c9;
position: absolute;
right: -7px;
font-size: 3rem;
top: -35px; }
.standard_page_wrapper .fourth_section {
margin-bottom: 2rem; }
.standard_page_wrapper .fourth_section .brand_logos button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none; }
.standard_page_wrapper .fourth_section .brand_logos .owl-dots {
text-align: center; }
.standard_page_wrapper .fourth_section .brand_logos .owl-dots button span {
background: none repeat scroll 0 0 #869791;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px; }
.standard_page_wrapper .fourth_section .brand_logos .owl-dot.active span {
background: #0080FF !important; }
.standard_page_wrapper .fourth_section .brand_logos .owl-stage {
display: flex;
justify-content: center;
align-items: center; }
.standard_page_wrapper .fourth_section .brand_logos .owl-stage .image_media {
padding: 4rem; }
.products_archive_wrapper {
padding-top: 3rem; }
.products_archive_wrapper .icon_outer {
background: #000041;
border-radius: 50%;
width: 150px;
height: 150px; }
.products_archive_wrapper .icon_outer .icon_image {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
height: 100%; }
.products_archive_wrapper .icon_outer .icon_image img {
width: unset !important; }
.products_archive_wrapper .title_area {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
align-content: center;
margin-bottom: 2rem; }
@media (max-width: 991px) {
.products_archive_wrapper .title_area {
flex-direction: column; } }
.products_archive_wrapper .title_area .right_side {
padding-left: 2rem; }
.products_archive_wrapper .title_area .right_side h1 {
font-size: 3.5rem;
text-transform: capitalize;
margin-top: 0; }
@media (max-width: 500px) {
.products_archive_wrapper .title_area .right_side h1 {
font-size: 3rem;
margin-top: 2rem; } }
.products_archive_wrapper .product_area {
margin-top: 2rem; }
.products_archive_wrapper .product_area > div.col-12 {
margin-bottom: 1.75rem; }
.products_archive_wrapper .product_area .product_category_block,
.products_archive_wrapper .product_area .product_block {
display: flex;
flex-direction: column;
padding: 1.5rem;
border-radius: 20px;
text-align: left;
height: 100%;
border: solid 1px #707070; }
@media (max-width: 991px) {
.products_archive_wrapper .product_area .product_category_block,
.products_archive_wrapper .product_area .product_block {
flex-direction: column; } }
.products_archive_wrapper .product_area .product_category_block .image_outer,
.products_archive_wrapper .product_area .product_block .image_outer {
width: 100%;
height: 15rem;
margin-bottom: 2rem; }
.products_archive_wrapper .product_area .product_category_block .image_outer img,
.products_archive_wrapper .product_area .product_block .image_outer img {
object-fit: contain;
width: 100%;
height: 100%; }
.products_archive_wrapper .product_area .product_category_block .content_outer,
.products_archive_wrapper .product_area .product_block .content_outer {
margin-bottom: 1rem; }
.products_archive_wrapper .product_area .product_category_block .content_outer h3,
.products_archive_wrapper .product_area .product_block .content_outer h3 {
font-size: 2rem;
margin-bottom: 2rem; }
.products_archive_wrapper .product_area .product_category_block .btn_wrap,
.products_archive_wrapper .product_area .product_block .btn_wrap {
margin-top: auto; }
.products_archive_wrapper .footer_notice {
margin-top: 3rem;
margin-bottom: 3rem; }
.products_archive_wrapper .fifth_section {
background: #000041;
padding-top: 2rem;
padding-bottom: 2rem; }
.products_archive_wrapper .fifth_section h4,
.products_archive_wrapper .fifth_section p,
.products_archive_wrapper .fifth_section label {
color: #fff;
font-family: "oswald", sans-serif; }
.products_archive_wrapper .fifth_section #field_1_1 label,
.products_archive_wrapper .fifth_section #field_1_2 label {
display: none !important; }
.products_archive_wrapper .fifth_section h4 {
font-size: 1.3rem; }
.products_archive_wrapper .fifth_section p {
font-size: 1.2rem; }
.products_archive_wrapper .fifth_section .form_inner .gfield_required {
display: none; }
.products_archive_wrapper .fifth_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.products_archive_wrapper .fifth_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_archive_wrapper .fifth_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_archive_wrapper .fifth_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_archive_wrapper .fifth_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_archive_wrapper .fifth_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF; }
.products_archive_wrapper .fifth_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.single_products_wrapper {
padding-top: 3rem; }
.single_products_wrapper .top_title {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center; }
@media (max-width: 500px) {
.single_products_wrapper .top_title {
flex-direction: column;
flex-direction: column-reverse;
text-align: center; } }
.single_products_wrapper .top_title .left_side {
width: 30rem; }
@media (max-width: 500px) {
.single_products_wrapper .top_title .left_side {
width: 100%; } }
.single_products_wrapper .top_title .title_right h1 {
font-size: 3rem; }
.single_products_wrapper .top_title .title_right h3 {
font-size: 2rem; }
.single_products_wrapper .top_title .excerpt {
margin-top: 2rem; }
.single_products_wrapper .second_section {
padding-top: 2rem;
margin-top: 2rem; }
.single_products_wrapper .second_section .labels_outer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: center;
margin-bottom: 5rem; }
@media (max-width: 991px) {
.single_products_wrapper .second_section .labels_outer {
justify-content: center;
display: block; } }
@media (max-width: 1184px) {
.single_products_wrapper .second_section .labels_outer .label_items {
margin-bottom: 2rem; } }
.single_products_wrapper .second_section .labels_outer .label_items .active {
color: #fff !important;
background: #0080FF !important; }
.single_products_wrapper .second_section .labels_outer .label_items .active:after {
border-top-color: #0080FF !important; }
.single_products_wrapper .second_section .labels_outer .label_items .active:before {
border-top-color: #0080FF !important; }
.single_products_wrapper .second_section .labels_outer .label_items .btn_label {
color: #242424;
background: #EDEDED;
padding-top: 0.8rem;
padding-bottom: 0.8rem;
padding-right: 4rem;
padding-left: 4rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #EDEDED;
position: relative;
cursor: pointer; }
@media (max-width: 991px) {
.single_products_wrapper .second_section .labels_outer .label_items .btn_label {
display: block;
text-align: center; } }
.single_products_wrapper .second_section .labels_outer .label_items .btn_label:after,
.single_products_wrapper .second_section .labels_outer .label_items .btn_label:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
transition: all 0.4s ease-in-out; }
.single_products_wrapper .second_section .labels_outer .label_items .btn_label:after {
border-top-color: #EDEDED;
border-width: 15px;
margin-left: -15px; }
.single_products_wrapper .second_section .labels_outer .label_items .btn_label:before {
border-top-color: #EDEDED;
border-width: 21px;
margin-left: -21px; }
.single_products_wrapper .second_section .content_container {
background: #E8E8E8;
padding: 3rem 0; }
.single_products_wrapper .second_section .content_container .content_section .content_outer {
display: none; }
.single_products_wrapper .second_section .content_container .content_section .content_outer.active {
display: flex !important; }
.single_products_wrapper .second_section .content_container .content_section .content_outer h3 {
font-size: 2.5rem;
margin: 0 0 2rem; }
@media (max-width: 360px) {
.single_products_wrapper .second_section .content_container .content_section .content_outer h3 {
font-size: 2rem; } }
.single_products_wrapper .second_section .content_container .content_section .content_outer h4 {
margin-top: 0; }
.single_products_wrapper .second_section .content_container .content_section .content_outer ul {
margin-left: 1.15rem; }
.single_products_wrapper .form_section {
margin-top: 0 !important; }
.form_section {
background: #000041;
padding-top: 2rem;
padding-bottom: 2rem;
margin-top: 2rem; }
.form_section h4,
.form_section p,
.form_section label {
color: #fff;
font-family: "oswald", sans-serif; }
.form_section #field_1_1 label,
.form_section #field_1_2 label {
display: none !important; }
.form_section h4 {
font-size: 1.3rem; }
.form_section p {
font-size: 1.2rem; }
.form_section .form_inner .gfield_required {
display: none; }
.form_section .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.form_section .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.form_section .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.form_section .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.form_section .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.form_section .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF;
line-height: unset !important; }
.form_section .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.products_form {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-top: 8rem;
padding-bottom: 8rem; }
.products_form h4,
.products_form label {
font-family: "oswald", sans-serif; }
.products_form h4 {
font-size: 1.8rem;
line-height: 2;
margin-bottom: 2rem; }
.products_form #field_2_1 label,
.products_form #field_2_2 label,
.products_form #field_2_3 label,
.products_form #field_2_4 label {
display: none !important; }
.products_form .form {
background: rgba(255, 255, 255, 0.9);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
align-content: center;
padding: 2rem; }
@media (max-width: 1007px) {
.products_form .form {
flex-direction: column; } }
.products_form .form .left_side {
width: 50vw;
padding-right: 8rem; }
@media (max-width: 1007px) {
.products_form .form .left_side {
width: 100%;
padding-right: 0; } }
@media (max-width: 360px) {
.products_form .form .left_side h4 {
font-size: 1.5rem;
line-height: 1.3; } }
.products_form .form .right_side {
width: 50vw; }
@media (max-width: 1007px) {
.products_form .form .right_side {
width: 100%; } }
.products_form .form_inner .gfield_required {
display: none; }
.products_form .form_inner input {
width: 100%;
border: 1px solid #c6c6c6;
height: 40px;
border-radius: 0.3rem;
color: #c6c6c6; }
.products_form .form_inner textarea {
width: 100%;
border: 1px solid #c6c6c6;
border-radius: 0.3rem;
color: #c6c6c6; }
.products_form .form_inner input::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_form .form_inner textarea::-webkit-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem; }
.products_form .form_inner input::-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_form .form_inner input:-ms-input-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_form .form_inner input:-moz-placeholder {
color: #c6c6c6;
padding-left: unset;
font-family: open-sans, sans-serif;
font-size: 1rem;
padding-left: 1rem; }
.products_form .form_inner .button {
color: #fff;
text-transform: uppercase;
background: #0080FF;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
font-family: "oswald", sans-serif;
font-size: 1.3rem;
transition: all 0.4s ease-in-out;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0px 10px 0px 0px transparent inset;
border: solid 1px #0080FF;
line-height: unset !important; }
.products_form .form_inner .button:hover {
text-decoration: none;
background: #000041;
color: #1371d6;
border: solid 1px #0080FF;
box-shadow: 0px 3px 0px 0px #1371d6 inset; }
.four_o_four_wrapper .main_content {
margin-bottom: 4rem;
margin-top: 4rem;
text-align: center; }
.four_o_four_wrapper .main_content .alert-warning {
color: #fff;
background-color: #000041;
border-color: #000041;
border-radius: 0; }
.four_o_four_wrapper .main_content p {
color: #707070; }
.four_o_four_wrapper .main_content a {
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.four_o_four_wrapper .main_content a:hover {
color: #3CBAE6; }
.search_page_wrapper {
margin-top: 4rem;
margin-bottom: 4rem; }
.search_page_wrapper p {
font-family: "oswald", sans-serif; }
@media (max-width: 360px) {
.search_page_wrapper p {
font-size: 1rem !important; } }
.search_page_wrapper a {
text-decoration: none;
transition: all 0.5s; }
.search_page_wrapper a:hover {
color: #3E3E3E; }
.search_page_wrapper .alert-info {
color: #fff;
background-color: #7A7A7A;
border-color: #7A7A7A;
text-align: center;
padding: 2rem; }
.search_page_wrapper .alert-info p {
font-weight: 800;
color: #fff;
font-size: 2.5rem;
font-family: "oswald", sans-serif; }
.search_page_wrapper .button_wrapper {
text-align: right; }
.search_page_wrapper .button_wrapper .find_out_more_button {
position: relative;
z-index: 2;
width: 13%;
transition: all 0.4s ease-in-out;
display: inline-block; }
.search_page_wrapper .button_wrapper .find_out_more_button a {
text-decoration: none;
font-size: 0;
transition: all 0.4s ease-in-out; }
.search_page_wrapper .button_wrapper .find_out_more_button:hover {
transition: all 0.4s ease-in-out; }
.search_page_wrapper .button_wrapper .find_out_more_button:hover .read-2 {
fill: #787878; }
.search_page_wrapper .search_again .search-submit {
background: #000041;
border: none;
font-size: 1.3rem;
font-weight: 600;
padding: 20px 1.5rem;
transition: all 0.5s;
border: 0;
color: #fff;
border-radius: 0;
text-transform: uppercase;
font-family: lato, sans-serif; }
.search_page_wrapper .search_again .search-submit:hover {
background: #0080FF; }
.search_page_wrapper .search_again span.screen-reader-text {
padding-bottom: 1rem;
position: relative;
display: inline-block; }
.search_page_wrapper .search_again form label {
color: #fff;
text-align: left;
width: 90%; }
.search_page_wrapper .search_again .search-field {
display: block;
font-size: 22px;
line-height: 0;
color: #6d6e71 !important;
background-color: #fff;
background-image: none;
border: 1px solid #fff;
border-radius: 0;
height: 40px;
padding: 30px;
width: 100%;
font-family: "oswald", sans-serif; }
.search_page_wrapper h1 {
color: #000041;
margin: 0 !important;
padding-top: 20px;
padding-bottom: 20px;
font-weight: 800;
font-size: 2rem;
text-transform: uppercase;
font-family: "oswald", sans-serif; }
.search_page_wrapper h2 {
color: #707070;
margin: 0 !important;
padding-top: 20px;
padding-bottom: 20px;
font-weight: 800;
font-size: 1.5rem;
font-family: "oswald", sans-serif; }
.search_page_wrapper .xtra_margin {
margin-bottom: 2rem; }
.search_page_wrapper .featured_image {
width: 100%;
height: 400px;
background-position: center;
background-size: contain;
margin-bottom: 1rem;
background-repeat: no-repeat; }
.search_page_wrapper .excerpt {
margin-bottom: 1rem; }
.search_page_wrapper .results {
display: flex;
flex-direction: column;
padding: 1.5rem;
border-radius: 20px;
text-align: left;
height: 100%;
border: solid 1px #707070; }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0;
-webkit-transform: none;
transform: none; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0;
-webkit-transform: none;
transform: none; } }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible; }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible; }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
.slideInUpBox {
-webkit-animation-name: slideInUpBox;
animation-name: slideInUpBox;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-timing-function: ease-in-out; }
@-webkit-keyframes slideInUpBox {
0% {
-webkit-transform: translateY(272px);
transform: translateY(272px);
visibility: visible; }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInUpBox {
0% {
-webkit-transform: translateY(272px);
transform: translateY(272px);
visibility: visible; }
100% {
-webkit-transform: translateY(-272px);
transform: translateY(-272px); } }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible; }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible; }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
100% {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.slideDown {
animation: slide-down ease 1s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode: forwards; -webkit-animation: slide-down ease 1s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards; -moz-animation: slide-down ease 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode: forwards; -o-animation: slide-down ease 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode: forwards; -ms-animation: slide-down ease 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode: forwards; }
@keyframes slide-down {
0% {
opacity: 0;
transform: translate(0px, -25px); }
100% {
opacity: 1;
transform: translate(0px, 0px); } }
@-moz-keyframes slide-down {
0% {
opacity: 0;
-moz-transform: translate(0px, -25px); }
100% {
opacity: 1;
-moz-transform: translate(0px, 0px); } }
@-webkit-keyframes slide-down {
0% {
opacity: 0;
-webkit-transform: translate(0px, -25px); }
100% {
opacity: 1;
-webkit-transform: translate(0px, 0px); } }
@-o-keyframes slide-down {
0% {
opacity: 0;
-o-transform: translate(0px, -25px); }
100% {
opacity: 1;
-o-transform: translate(0px, 0px); } }
@-ms-keyframes slide-down {
0% {
opacity: 0;
-ms-transform: translate(0px, -25px); }
100% {
opacity: 1;
-ms-transform: translate(0px, 0px); } }
.bounceInLeft {
animation: bounceInframes ease 1s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode: forwards; -webkit-animation: bounceInframes ease 1s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards; -moz-animation: bounceInframes ease 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode: forwards; -o-animation: bounceInframes ease 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode: forwards; -ms-animation: bounceInframes ease 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode: forwards; }
@keyframes bounceInframes {
0% {
opacity: 0;
transform: translate(-1500px, 0px); }
60% {
opacity: 1;
transform: translate(30px, 0px); }
80% {
transform: translate(-10px, 0px); }
100% {
opacity: 1;
transform: translate(-10px, 0px); } }
@-moz-keyframes bounceInframes {
0% {
opacity: 0;
-moz-transform: translate(-1500px, 0px); }
60% {
opacity: 1;
-moz-transform: translate(30px, 0px); }
80% {
-moz-transform: translate(-10px, 0px); }
100% {
opacity: 1;
-moz-transform: translate(-10px, 0px); } }
@-webkit-keyframes bounceInframes {
0% {
opacity: 0;
-webkit-transform: translate(-1500px, 0px); }
60% {
opacity: 1;
-webkit-transform: translate(30px, 0px); }
80% {
-webkit-transform: translate(-10px, 0px); }
100% {
opacity: 1;
-webkit-transform: translate(-10px, 0px); } }
@-o-keyframes bounceInframes {
0% {
opacity: 0;
-o-transform: translate(-1500px, 0px); }
60% {
opacity: 1;
-o-transform: translate(30px, 0px); }
80% {
-o-transform: translate(-10px, 0px); }
100% {
opacity: 1;
-o-transform: translate(-10px, 0px); } }
@-ms-keyframes bounceInframes {
0% {
opacity: 0;
-ms-transform: translate(-1500px, 0px); }
60% {
opacity: 1;
-ms-transform: translate(30px, 0px); }
80% {
-ms-transform: translate(-10px, 0px); }
100% {
opacity: 1;
-ms-transform: translate(-10px, 0px); } }
.scale-up-hor-right {
-webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
@-webkit-keyframes scale-up-hor-right {
0% {
-webkit-transform: scaleX(0.4);
transform: scaleX(0.4);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%; }
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%; } }
@keyframes scale-up-hor-right {
0% {
-webkit-transform: scaleX(0.4);
transform: scaleX(0.4);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%; }
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%; } }
.slide-in-elliptic-top-fwd {
-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
@-webkit-keyframes slide-in-elliptic-top-fwd {
0% {
-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
transform: translateY(-600px) rotateX(-30deg) scale(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 0; }
100% {
-webkit-transform: translateY(0) rotateX(0) scale(1);
transform: translateY(0) rotateX(0) scale(1);
-webkit-transform-origin: 50% 1400px;
transform-origin: 50% 1400px;
opacity: 1; } }
@keyframes slide-in-elliptic-top-fwd {
0% {
-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
transform: translateY(-600px) rotateX(-30deg) scale(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 0; }
100% {
-webkit-transform: translateY(0) rotateX(0) scale(1);
transform: translateY(0) rotateX(0) scale(1);
-webkit-transform-origin: 50% 1400px;
transform-origin: 50% 1400px;
opacity: 1; } }
.swing-in-top-fwd {
-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }
@-webkit-keyframes swing-in-top-fwd {
0% {
-webkit-transform: rotateX(-100deg);
transform: rotateX(-100deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 1; } }
@keyframes swing-in-top-fwd {
0% {
-webkit-transform: rotateX(-100deg);
transform: rotateX(-100deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 1; } }
.text-focus-in {
-webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
@-webkit-keyframes text-focus-in {
0% {
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0; }
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1; } }
@keyframes text-focus-in {
0% {
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0; }
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1; } }
.scale-out-center {
-webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
@-webkit-keyframes scale-out-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1; } }
@keyframes scale-out-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1; } }
.slide-bottom {
-webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
@-webkit-keyframes slide-bottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(100px);
transform: translateY(100px); } }
@keyframes slide-bottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(100px);
transform: translateY(100px); } }
.scale-down-center {
-webkit-animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
@-webkit-keyframes scale-down-center {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
@keyframes scale-down-center {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
.scale-down-center-reverse {
-webkit-animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both; }
@-webkit-keyframes scale-down-center-reverse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
@keyframes scale-down-center {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
.swing-in-top-fwd {
-webkit-animation: swing-in-top-fwd 0.5s ease-in-out both;
animation: swing-in-top-fwd 0.5s ease-in-out both; }
@-webkit-keyframes swing-in-top-fwd {
0% {
-webkit-transform: rotateX(-100deg);
transform: rotateX(-100deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 1; } }
@keyframes swing-in-top-fwd {
0% {
-webkit-transform: rotateX(-100deg);
transform: rotateX(-100deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: top;
transform-origin: top;
opacity: 1; } }
.tracking-in-expand {
-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
@-webkit-keyframes tracking-in-expand {
0% {
letter-spacing: -0.5em;
opacity: 0; }
40% {
opacity: 0.6; }
100% {
opacity: 1; } }
@keyframes tracking-in-expand {
0% {
letter-spacing: -0.5em;
opacity: 0; }
40% {
opacity: 0.6; }
100% {
opacity: 1; } }
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom; }
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1; }
25%,
75% {
opacity: 0; } }
@keyframes flash {
from,
50%,
to {
opacity: 1; }
25%,
75% {
opacity: 0; } }
.flash {
-webkit-animation-name: flash;
animation-name: flash; } @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse; }
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand; }
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
.shake {
-webkit-animation-name: shake;
animation-name: shake; }
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake; }
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing; }
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.tada {
-webkit-animation-name: tada;
animation-name: tada; } @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble; }
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg); }
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg); }
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center; }
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3); }
28% {
-webkit-transform: scale(1);
transform: scale(1); }
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3); }
70% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3); }
28% {
-webkit-transform: scale(1);
transform: scale(1); }
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3); }
70% {
-webkit-transform: scale(1);
transform: scale(1); } }
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown; }
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip; }
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX; }
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY; }
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge; }
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom; }
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg); }
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom; }
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg); }
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox; } @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn; } @-webkit-keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut; }
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; }
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s; }
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s; }
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s; }
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms; }
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms; }
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s; }
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important; } }@font-face{font-family:Nunito;src:url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);src:url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot?#iefix) format("embedded-opentype"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);src:url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot?#iefix) format("embedded-opentype"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff2) format("woff2"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(//filterintegrity.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.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:25px}#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:7px}#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 #performance-ccat .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .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 #performance-ccat .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .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 #performance-ccat .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .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}}