.adbro-guinness {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-guinness * {
	box-sizing: border-box;
	}

.adbro-guinness__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
	}

.adbro-guinness__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 67px;
	margin: 0 !important;
	background: url(../images/guinness-bg.png) no-repeat center top / cover;
	-webkit-animation: slideInUp24 0.5s 0.3s both;
	animation: slideInUp24 0.5s 0.3s both;
	overflow: hidden;
	}

.adbro-guinness__logo {
	position: absolute;
	margin: 0 !important;
	left: 50%;
	bottom: 8px;
	margin-left: 71px !important;
	background: url(../images/guinness-logo.png) no-repeat left bottom / contain;
	width: 60px;
	height: 13px;
	-webkit-animation: fadeInRight24 0.5s 0.7s both;
	animation: fadeInRight24 0.5s 0.7s both;
	}

.adbro-guinness__text {
	position: absolute;
	margin: 0 !important;
	left: 50%;
	}

.adbro-guinness__text--1 {
	bottom: 10px;
	margin-left: -156px !important;
	background: url(../images/guinness-text.png) no-repeat left bottom / contain;
	width: 68px;
	height: 28px;
	-webkit-animation: fadeInLeft24 0.7s 0.7s both;
	animation: fadeInLeft24 0.7s 0.7s both;
	}

.adbro-guinness__text--2 {
	bottom: 5px;
	margin-left: -24px !important;
	background: url(../images/guinness-text2.png) no-repeat left bottom / contain;
	width: 82px;
	height: 38px;
	-webkit-animation: fadeInDown24 0.7s 0.7s both;
	animation: fadeInDown24 0.7s 0.7s both;
	}

.adbro-guinness__btn {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin: 0 !important;
	margin-left: 70px !important;
	background: url(../images/guinness-btn.png) no-repeat left bottom / contain;
	width: 58px;
	height: 16px;
	-webkit-animation: bounceIn24 1.2s 0.5s both;
	animation: bounceIn24 1.2s 0.5s both;
	overflow: hidden;
	}

.adbro-guinness__btn:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.03) 1%,
			rgba(255, 255, 255, 0.5) 30%,
			rgba(255, 255, 255, 0.7) 50%,
			rgba(255, 255, 255, 0.9) 70%,
			rgba(255, 255, 255, 0) 100%
	);
	width: 25%;
	height: 97%;
	-webkit-animation: shine24 2s 7.2s;
	animation: shine24 2s 7.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
	}


/* GRID */

.adbro-grid .adbro-close {
	bottom: auto;
	top: -4px;
	z-index: 2;
	}

.adbro-grid__line {
	background: #042D08;
	border-radius: 0 0 5px 5px!important;
	}

.adbro-grid__line .adbro-grid__btn {
	background-image: url(../images/guinness-grid-btn.png);
	height: 15px;
	}

.adbro-grid {
	background: url(../images/guinness-grid-bg.png) no-repeat center / cover !important;
	position: relative!important;
	border-radius: 0px 0px 5px 5px!important;
	}

.adbro-grid__list {
	display: block!important;
	padding: 0 0 38px!important;
	position: relative;
	height: 258px!important;
	}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0;
	z-index: 1;
	}

.adbro-grid__top::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 25px;
	margin: 0 !important;
	background: url(../images/guinness-grid-logo.png) no-repeat left bottom / contain;
	width: 68px;
	height: 28px;
	}

.adbro-grid__top::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 !important;
	background: url(../images/guinness-grid-corner.png) no-repeat right top / contain;
	width: 52px;
	height: 24px;
	}

.adbro-grid__box {
	position: relative;
	display: block;
	margin: 0!important;
	width: 100%;
	height: 100%;
	}

.adbro-grid__box:first-child {
	margin-top: 0!important;
	}

.adbro-grid__box {
	max-width: 320px;
	margin: 0 auto!important;
	}

.adbro-form-title {
	position: absolute;
	display: block!important;
	margin: 0 auto!important;
	left: 50%;
	top: 50px;
	margin-left: -150px !important;
	background: url(../images/guinness-grid-title.png) no-repeat center center / contain;
	width: 300px;
	height: 24px;
	}

.adbro-form-btn {
	position: absolute;
	display: block!important;
	margin: 0 auto!important;
	right: 18px;
	bottom: 64px;
	background: url(../images/guinness-grid-btn2.png) no-repeat center center;
	background-size: contain;
	width: 89px;
	height: 29px;
	cursor: pointer;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}

.adbro-form-group {
	position: absolute;
	display: flex;
	flex-flow: column nowrap;
	align-content: center;
	justify-content: center;
	width: 150px;
	left: 45px;
	bottom: 10px;
	margin: 0!important;
	}

.adbro-form-group__checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 10px 0 0!important;
	}

.adbro-form-group__item + label {
	display: block!important;
	margin: 0!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
	width: 142px;
	height: 26px;
    cursor: pointer !important;
	}

#adbro-form-group__item--1 + label {
	background-image: url(../images/guinness-group-checkbox.png?v=1);
	}

#adbro-form-group__item--2 + label {
	background-image: url(../images/guinness-group-checkbox2.png);
	}

#adbro-form-group__item--3 + label {
	background-image: url(../images/guinness-group-checkbox3.png);
	}

#adbro-form-group__item--4 + label {
	background-image: url(../images/guinness-group-checkbox4.png);
	}

.adbro-form-group__item {
	width: 24px;
	height: 24px;
	}


.adbro-form-group__checkbox {
	display: inline-block;
	position: relative;
	padding: 0px 0px;
	margin: 10px 0 0;
	}

.adbro-form-group__checkbox input[type='radio'] {
	display: none;
	}

.adbro-form-group__checkbox label {
	margin: 0!important;
	}

.adbro-form-group__checkbox--1 input[type="radio"]:checked + label {
	background-image: url(../images/guinness-group-checkbox-checked.png?v=1) !important;
	}

.adbro-form-group__checkbox--2 input[type="radio"]:checked + label {
	background-image: url(../images/guinness-group-checkbox2-checked.png) !important;
	}

.adbro-form-group__checkbox--3 input[type="radio"]:checked + label {
	background-image: url(../images/guinness-group-checkbox3-checked.png) !important;
	}

.adbro-form-group__checkbox--4 input[type="radio"]:checked + label {
	background-image: url(../images/guinness-group-checkbox4-checked.png) !important;
	}


/* popup */

.adbro-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 100001;
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: #000;
	}

.adbro-popup--vis {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	}

.adbro-popup__close {
	cursor: pointer;
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0 !important;
	background: url(../images/guinness-popup-close.png) no-repeat 50% 50% / contain !important;
	width: 73px;
	height: 29px;
	}

/* popup video */

.adbro-popup__video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: transparent;
	margin: 0 !important;
	}

.adbro-popup .adbro-grid__video {
	padding: 0!important;
	}

.adbro-popup .adbro-popup__video video {
	object-fit: contain;
	width: 100%;
	height: 100%;
	}

.adbro-popup__item--wide {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	box-sizing: border-box;
	padding-bottom: 38px !important;
	}

.adbro-popup__sound {
	position: fixed;
	bottom: 50px;
	left: 10px;
	margin: 0 !important;
	width: 22px;
	height: 22px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png)
	no-repeat left bottom !important;
	background-size: contain !important;
	border-radius: 50%;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	overflow: visible !important;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	}

.adbro-popup__sound:before,
.adbro-popup__sound:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fall25 2s 0.3s both infinite;
	animation: fall25 2s 0.3s both infinite;
	}

.adbro-popup__sound:before {
	top: -10px;
	left: -2px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
	width: 7px;
	height: 8px;
	}

.adbro-popup__sound:after {
	top: -15px;
	left: 15px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png);
	width: 7px;
	height: 12px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	}

.adbro-popup__sound.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png) !important;
	}
.adbro-popup__overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	}

.adbro-popup__line {
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	background: #042D08;
	border-radius: 0;
	height: 38px !important;
	}

.adbro-popup__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
	background-image: url(../images/guinness-popup-btn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 185px;
	height: 13px;
	}


/*sticker*/

.adbro-guinness-round {
	display: none;
	position: fixed;
	bottom: 270px;
	right: 20px;
	margin: 0 !important;
	width: 100px;
	height: 100px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
	}

.adbro-guinness-round .adbro-close {
	bottom: 135px;
	}

.adbro-guinness-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
	}

.adbro-guinness-round__img {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 !important;
	margin-left: -51px !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 101px;
	height: 101px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .5s 4.5s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .5s 4.5s forwards;
	}

.adbro-guinness-round__img--1 {
	background-image: url(../images/guinness-round-img.png);
	}

.adbro-guinness-round__img--2 {
	background-image: url(../images/guinness-round-img2.png);
	height: 107px;
	-webkit-animation-delay: 4.5s, 9s;
	animation-delay: 4.5s, 9s;
	}

.adbro-guinness-round__btn {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 !important;
	margin-left: -44px !important;
	background: url(../images/guinness-round-btn.png) no-repeat 50% 50% / contain;
	width: 87px;
	height: 23px;
	-webkit-animation: fadeInUp24 .7s .2s both;
	animation: fadeInUp24 .7s .2s both;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}



.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
	cursor: pointer;
	}

.adbro-close {
	position: absolute;
	bottom: 35px;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 30px;
	height: 30px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s 0.4s both;
	animation: fadeIn24 1s 0.4s both;
	cursor: pointer;
	z-index: 1;
	}

.adbro-icon {
	position: absolute;
	bottom: 6px;
	right: 4px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	width: 21px;
	height: 20px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s 0.4s both;
	animation: fadeIn24 1s 0.4s both;
	cursor: pointer;
	z-index: 1;
	}

@-webkit-keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

@-webkit-keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
		}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
		}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@-webkit-keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@-webkit-keyframes fall25 {
	from {
		opacity: 0;
		}
	20% {
		opacity: 1;
		}
	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		}
	}

@keyframes fall25 {
	from {
		opacity: 0;
		}
	20% {
		opacity: 1;
		}
	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		}
	}

@-webkit-keyframes bounceIn24 {
	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 bounceIn24 {
	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);
		}
	}