/*
Theme Name: Sidetrade
*/


/*
Removing HelloBar logo
*/
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited, a#hb-logo-wrapper, a#hb-logo-wrapper:link, a#hb-logo-wrapper:visited, #js-branding {
display:none}

.product-page{
  --red: #E8572E;
  --ligthblue: #48dcf5;
  --darknavy: #153c6b;
  --blue: #568CC9;
  --black: #111;
  --dark-blue-button: #003A70;

  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  font-size: 18px;
}

.justify{
	text-align: justify;
}

@media screen and (max-width: 1600px){
  .product-page{
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px){
  .product-page{
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px){
  .product-page{
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px){
  .product-page{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
   .product-page{
    --font-light: 400;
    font-size: 12px;
  }
  .kt-row-column-wrap.kt-mobile-layout-row{
    max-width: 100% !important;
  }
  .wp-block-image .alignright{
    margin-left: 0;
  }
  .mobile-center{
	text-align:center;
  }
}
.product-page .b-content .btn-product a,
.product-page .b-content a.wp-block-button__link{
	text-decoration: none;
	color: inherit;
}

.product-page a.wp-block-button__link,
.CS2021 .client-slider-content .btn {
  font-size: 22px !important;
	text-decoration: none;
  border-radius: 0 !important;
  line-height: 2.6;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
a.underline,
.underline a{
	text-decoration: underline;
}
.product-page .b-content a{
	color: var(--red);
}
.product-page .b-content .black-link a{
	color: var(--black);
}
.product-page .b-content .white-link a{
	color: #fff;
}
.product-page p:not(.has-small-font-size):not(.has-normal-font-size),
.product-page .kt-inside-inner-col li{
  font-size: 1.335em;
  font-weight: var(--font-light);
}
.product-page p strong{
  font-weight: var(--font-bold);
}
.product-page .extrabold,
.product-page .extrabold strong{
  font-weight: var(--font-extrabold);
}
.product-page .head p{
  font-size: 1.7em;
}
.product-page .light{
  font-weight: var(--font-light);
}

.product-page h1{
  font-size: 3.2em;
  font-weight: 300;
  display: inline-block;
}
.product-page h2{
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.3em;
}
.product-page h3{
  font-size: 2.7em;
  font-weight: 300;
}

product-page h4{
  font-size: 2.24em;
}

.product-page ol.list-product-number {
  list-style-type: none;
  counter-reset: li;
  padding: 0px 3.6em;
}
.product-page ol.list-product-number li {
  position: relative;
  counter-increment: li;
  margin-bottom: 0.8em;
}
.product-page ol.list-product-number li::before {
  content: counter(li);
  position: absolute;
  left: -2.5em;
  background: var(--black);
  display: block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  font-size: 0.95em;
  font-weight: var(--font-semi-bold);
}

.product-page .wp-block-image,
.product-page .wp-block-image figure{
	margin-bottom: 0;
}

.product-page .btn-product .wp-block-button__link.no-border-radius {
  font-size: 1.22222em;
  height: auto;
  border-radius: 0 !important;
}

.product-page .btn-product .wp-block-button__link{
  background: var(--red);
  border-color: var(--red);
}

.product-page .btn-product.secondary .wp-block-button__link{
  background: var(--blue);
  border-color: var(--blue);
}
.product-page .btn-product.tertiary .wp-block-button__link{
  background: var(--dark-blue-button);
  border-color: var(--dark-blue-button);
}

.product-page .cta-area{
  display: none;
}

@media screen and (min-width: 768px){
  .product-page .right-40pcr .kt-inside-inner-col{
    padding-right: 10vw
  }
  .product-page .left-40prc .kt-inside-inner-col{
    padding-left:10vw;
  }
  .product-page .left-colum-padding .kt-inside-inner-col{
    padding-right: 5vw;
  }
  .product-page .right-colum-padding .kt-inside-inner-col{
    padding-left: 5vw;
  }
}

@media screen and (max-width: 767px){
  .product-page .right-40pcr .kt-inside-inner-col,
  .product-page .left-40prc .kt-inside-inner-col{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-page .mobile-full-width .kt-inside-inner-col{
    max-width: 100%;
  }
  .product-page ol.list-product-number {
    /*padding: 0px 0 0 4.9em;*/
	padding: 0px 0 0 3.1em;
  }
}


/***
  * DEMO BLOCK
  ***/

.demo-block-col-2 .kt-inside-inner-col{
  align-items: flex-start;
}
.demo-block h3 {
  text-decoration-color: var(--red);
}
.demo-block .no-border-radius.wp-block-button__link {
  border-radius: 0 !important;
  font-size: 1em;
  line-height: 1.8em;
}
@media screen and (max-width: 767px){
  .demo-block .inner-column-2 .kt-inside-inner-col{
    align-items: center;
  }
  .demo-block .inner-column-2 p{
    text-align: center;
  }
  .demo-block img{
    max-width: 80%;
    margin: 0 10vw;
  }
}


.double-slider-container .swiper-slide{
  background: #AFB9C9;
  padding: 20px;
}

.double-slider-container{
  position: relative;
}
.double-slider-container h4{
	color: var(--red);
	margin-bottom: 1em;
}
.double-slider-container .swiper-prev,
.double-slider-container .swiper-next{
  position: absolute;
  background: #ffffffb0;
  width: 2.9em;
  height: 2.9em;
  border-radius: 0.25em;
  z-index: 99999;
  cursor: pointer;
}
.double-slider-container .swiper-prev.swiper-button-disabled,
.double-slider-container .swiper-next.swiper-button-disabled{
  cursor: default;
  background: #ffffff4d;
}
.double-slider-container .swiper-prev:not(.swiper-button-disabled):hover,
.double-slider-container .swiper-next:not(.swiper-button-disabled):hover{
  background: #fff;
}
.double-slider-container .swiper-prev{
  top: 50%;
  left: -2em;
}
.double-slider-container .swiper-next{
  top: 50%;
  right: -2em;
}
.double-slider-container .swiper-next::after {
  content: '>';
  font-size: 2.9em;
  line-height: 1;
  width: 1em;
  text-align: center;
  display: block;
}
.double-slider-container .swiper-prev::after {
  content: '<';
  font-size: 2.9em;
  line-height: 1;
  width: 1em;
  text-align: center;
  display: block;
}

.product-page .figure-centered-title{
	text-align: center;
}
.product-page .figure-centered-title img {
    max-width: 80px;
}
.product-page .figure-centered-title figcaption{
 font-size: 1.5em;
}
.product-page .b-sector-orange.blue-sp{
	background: var(--red);
	margin: 0;
}

.aimie-icon-list{
    list-style-type: none;
    margin-left: 2.4em;
}
.product-page .mobile-image img{
	max-height: 600px;
	margin: 0 auto;
	display: block;
}
/***
 * homepage new june 2021
 **/
.product-page .homepage-slider .swiper-wrapper{
	margin-bottom: 0;
}
.product-page .swiper-slide .b-banner__info{
	top: 0;
}
.product-page .swiper-slide .b-banner__info,
.product-page .swiper-slide  .container,
.product-page .swiper-slide .b-banner__info-area{
  height: 100%;
}
.product-page .swiper-slide .b-banner__info-area{
	text-align: left;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-page .swiper-slide .b-banner__info-area h1 {
    color: #FFF;
    text-align: left;
}
.product-page .swiper-slide .b-banner__info-area p {
    color: #fff;
    font-size: 24px;
    margin-top: 2em;
}
.product-page .swiper-slide .b-banner__info-area a{
	border-radius: 0;
	max-width: max-content;
	color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.product-page .swiper-slide .b-banner__info-area a:hover{
	color: var(--red);
	background: #fff;
}
.product-page .swiper-pagination-fraction, .product-page .swiper-pagination-custom, .product-page .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.product-page .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}
.product-page .homepage-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}
.product-page  .col-lg-6.col-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px){
	.product-page .col-lg-6.col-image img {
    	max-height: 70vh;
	}
}
.product-page .block-client-list {
    max-width: 80%;
    margin: 0 auto;
}
.product-page .block-client-list .container {
    max-width: 100%;
    padding: 0;
}

.big-number {
    line-height: 1;
    margin-bottom: 0;
    font-size: 6vw !important;
}

/**
 * Case study HP june 2021
 */
.CS2021 {
	background: #000;
}
.CS2021 .client-slider{
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: #000;
}
.CS2021  .client-slider-content{
	background: #fff;
}
.CS2021 .client-slider-content .btn {
    color: #fff;
    background: var(--red);
}
#kt-layout-id_4ac26d-cf .wp-block-media-text{
	-ms-grid-columns: 29% 1fr;
	grid-template-columns: 29% 1fr;
}

#kt-layout-id_4ac26d-cf .wp-block-media-text__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1200px){
	.product-page .swiper-slide .b-banner__info .container{
		max-width: 100%;
	}
	.product-page .swiper-slide .b-banner__info-area h1{
		font-size: 2em;
	}
	.product-page .swiper-slide .b-banner__info-area p{
		font-size: 1.1em;
	}
	.product-page .swiper-slide .b-banner__info-area a{
		font-size: 1em;
	}
	.product-page .col-lg-6.col-image img{
		max-height: 50vh;
	}
}
@media screen and (max-width: 991px){
	
	.product-page .swiper-slide .b-banner__info-area h1{
		font-size: 1.9em;
	}
	.product-page .swiper-slide .b-banner__info-area p{
		font-size: 1em;
	}
	.product-page .swiper-slide .b-banner__info-area a{
		font-size: 0.9em;
	}
	.product-page .swiper-slide .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
	
	#kt-layout-id_4ac26d-cf .wp-block-media-text{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;		
	}
	#kt-layout-id_4ac26d-cf .wp-block-media-text__content{
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
		padding: 0.4em 0 0;
	}
}

.show-on-mobile{
	display: none;
}

@media screen and (max-width: 767px){
	
	.show-on-mobile{
		display: initial;
	}

	.product-page .swiper-slide .b-banner{
		margin-top: 0;
	}
	.product-page  .b-banner__info {
    	position: absolute;
	}
	.product-page .b-banner__info-area h1,.product-page .b-banner__info-area h2{
		padding-right: 0;
	}
	.product-page .swiper-slide .col-lg-6{
		flex: 1 0 100%;
		max-width : 100%;
	}
	.product-page .swiper-slide  .col-lg-6.col-image{
		display:none;
	}
	.product-page .homepage-slider .swiper-wrapper,
	.product-page .homepage-slider .b-banner,
	.product-page .homepage-slider .b-banner__image.homepage_image{
		min-height: 70vh;
	}
	.product-page .homepage-slider .b-banner__image picture{
		height: 70vh;
    	display: block;
		background-size: cover;
	}
	.product-page .homepage-slider .b-banner__image picture img{
		display: none;
	}
	.product-page .swiper-slide .b-banner__info-area h1{
		font-size: 1.9em;
	}
	.product-page .swiper-slide .b-banner__info-area p{
		font-size: 0.9em;
		margin-top: 0.6em;
	}
	.product-page .swiper-slide .b-banner__info-area a{
		font-size: 0.9em;
    	padding: 0.5em 1em;
	    height: auto;
	    line-height: 1;
	}
	#kt-layout-id_4ac26d-cf .kt-row-column-wrap.kt-mobile-layout-row {
    	flex-direction: row;
	}
	#kt-layout-id_4ac26d-cf > .kt-row-column-wrap {
    	max-width: 100%;
	}
	#kt-layout-id_4ac26d-cf .wp-block-media-text__content p:last-child{
		min-height: 2.7em;
	}
	#kt-layout-id_4ac26d-cf .wp-block-kadence-column.inner-column-1{
		margin-right: 20px;
	}
	#kt-layout-id_4ac26d-cf .wp-block-kadence-column.inner-column-2{
		margin-right: 0;
	}
	.hp-manage .inner-column-1 .kt-inside-inner-col{
		min-height: 50vh;
	}
	.hp-augmented-cash .wp-block-image{
		display: flex;
    	justify-content: center;
    	margin-bottom: 50px;
	}
	
	.demo-block .wp-block-buttons{
	display: flex;
	}
	.demo-block .wp-block-button__link{
		line-height: 1em !important;
		padding-top: 0.3em !important;
		padding-bottom: 0.3em !important;
	}
	.product-page a.wp-block-button__link{
		font-size: 20px !important;
		padding: 0.6em 0 !important
	}
	.medium-number {
    	margin-bottom: 0.3em;
	}
}

.HP2021{
	background: #000;
	padding: 0 0 65px 0;
	margin: 0;
}
.HP2021 .container-2 .w1054{
	display: none;
}
.HP2021 .post-tag{
	color: var(--black);
}
.HP2021 .post-title{
	font-size: 21px;
	font-weight: 400;
}

.mt0{
	margin-top: 0;
}
.hide-this{
	display: none;
}


#kt-layout-id_110957-5e svg{
	max-width: initial;
}

/*
 * pages industries */
.product-page .b-customer{
	background: white;
	padding-bottom: 0;
}
.product-page .b-customer.gr-gradient::after{
	background: none;
}
.product-page .b-customer > div {
    max-width: 80%;
}
.product-page  .b-customer > div h3 {
    text-align: left;
}
.product-page .b-customer .justify-content-center.align-items-center{
	align-items: flex-start;
}
.product-page .b-customer  .col-sm-2{
	flex: 0 0 20%;
	max-width: 20%;
}
.footer {
	z-index: 5;
}
.mktoFieldDescriptor {
	position: relative;
}
.popup_marketo__container.pop {
	width: 100%;
	background:#ffffffa0;
	display: block;
	overflow-y: auto;
}
.popup_marketo__container .popup_marketo__inside_container {
	background:#0b1243;
	position: relative;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(0px 0px 7px #2536751a);
}
@media screen and (min-width: 600px) {
	.popup_marketo__container .popup_marketo__inside_container {
		max-width: 570px;
	}
}
.popup_marketo__container .popup_marketo__inside_container .marketo_close {
	color: #ff5928;
	font-family: 'Jost', sans-serif;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form a {
	color: #ff5928;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form a:hover,
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form a:focus {
	color: #ff8f0f;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form form {
	font-family: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	width: auto !important;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoFormRow {
	display: block;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form div.mktoFieldDescriptor {
	padding-bottom: 10px;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoFieldWrap {
	display: block;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form h3 {
	color: #fff;
	max-width: none;
	padding: 0 15px;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoHtmlText,
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoLabel {
	color: #fff;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoHtmlText {
	width: 100% !important;
	padding:0 0 15px;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoHtmlText p {
	margin-bottom: 0;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .mktoLabel {
	font-weight: 400 !important;
	line-height: 1.5em;
	min-width: 1em;
	padding-top: 0;
	padding-bottom: 5px;
	display: inline-block;
	margin-right: 0;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoAsterix {
	float: right;
	color: #ff8f0f;
	display: none;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoRequiredField .mktoAsterix {
	position: static;
	display: block;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .input-text,
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=email],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=input],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=number],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=date],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=tel],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=text],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=url],
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm select,
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm textarea {
	font-size: 14px;
	font-family: "Inter", sans-serif;
	color: #393b3f;
	border: 2px solid #9a9eab;
	border-radius: 3px;
	width: 60% !important;
	float: right;
	margin-bottom: 0;
}
@media screen and (max-width:480px) {
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm .input-text,
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=email],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=input],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=number],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=date],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=tel],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=text],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm input[type=url],
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm select,
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoForm textarea {
		width: 100% !important;
		float: none;
	}
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoCheckboxList {
	padding: 0 10px 0 0;
	width: 35px !important;
	float: left;
	margin-top: 0;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoCheckboxList input[type=checkbox] {
	width: 24px;
	height: 24px;
	display: block !important;
	float: left;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoCheckboxList input[type=checkbox] + label {
	width: 24px;
	height: 24px;
	display: block;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoCheckboxList input[type=checkbox]::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 24px;
	height: 24px;
	display: block;
	background: #fff;
	border: 2px solid #9a9eab;
	border-radius: 3px;
	content: '';
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoCheckboxList input[type=checkbox]:checked::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 12px;
	height: 7px;
	background: transparent;
	top: 7px;
	left: 6px;
	border: 3px solid #ff5928;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoCheckboxList:after {
	display: none !important;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form button.mktoButton[type=submit] {
	cursor: pointer;
	padding: 12px 24px;
	border-width: 0;
	border-radius: 30px;
	color: #fff;
	background: #ff5928 !important;
	font-weight: 600;
	font-family: "Jost",sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px !important;
	line-height: 18px !important;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-transition: color .2s ease-out,background-color .4s ease-out,border-color .4s ease-out;
	transition: color .2s ease-out,background-color .4s ease-out,border-color .4s ease-out;
}
@media screen and (min-width: 768px) {
	.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form button.mktoButton[type=submit] {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form button.mktoButton[type=submit]:hover,
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form button.mktoButton[type=submit]:focus {
	background: #ff8f0f !important;
}
.popup_marketo__container .popup_marketo__inside_container .popup_marketo__form .mktoField.mktoInvalid {
	border-color: #d71717 !important;
}
.mktoForm .mktoError {
	position: absolute;
	z-index: 99;
	color: #bf0000;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
	width: 16px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 100;
}
.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
	top: -8px;
}
.mktoForm .mktoError .mktoErrorArrow {
	background-color: #e51b00;
	border: 1px solid #9f1300;
	border-right: none;
	border-bottom: none;
	display: inline-block;
	height: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 16px;
	margin-top: 5px;
}
/** These two styles are for browsers that don't support css transforms */
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
	background: transparent url("https://eu-lon04.marketodesigner.com/js/forms2/images/callout-arrow-up-red.png") top center no-repeat;
	bottom: -7px;
}
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
	display: none;
}
.mktoForm .mktoError .mktoErrorMsg {
	display: block;
	margin-top: 7px;
	background-color: #e51b00;
	background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
	background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
	background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
	background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
	border: 1px solid #9f1300;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
	color: #f3f3f3;
	font-size: 13px;
	line-height: 1.2em;
	max-width: 16em;
	padding: 0.4em 0.6em;
	text-shadow: #901100 0 -1px 0;
}
.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
	display: block;
}
.body-block {
	height: 100vh;
	overflow-y: hidden;
}