.pum-theme-220 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 25px;
  bottom: auto;
  top: 25px;
  color: #C90000;
  font-weight: bold;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  font-style: inherit;
  line-height: 20px;
  border: 0;
  border-radius: 0px;
  background: transparent;
}

.pum-theme-220 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 18px;
	border-radius: 0px;
	border: 1px none #000000;
	box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
	background-color: rgba( 249, 249, 249, 1.00 );
}
.pum-overlay {
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 999999;
}
.pub-active {
	display: block;
}
@media (min-width: 1024px) {
	.pum-container.pum-responsive.pum-responsive-medium {
		margin-left: -30%;
		width: 60%;
	}
}
.pum-title {
	font-size: 20px;
	line-height: 26px;
}
.pum-content {
	padding-top: 30px;
}
.pum-content .form-element {
	width: 45%;
}
.btn {
	border: 0;
}
@media (max-width: 767px) {
	.pum-container {
		max-width: 95% !important;
		margin: auto;
		top: 150px !important;
	}
	.pum-theme-220 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
		right: 5px;
		top: 5px;
	}
}

.ice-cta-button,
.cta-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	position: fixed;
	width: 140px;
	padding: 25px 10px 10px 10px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	z-index: 999;
	color: #ffffff;
}
.ice-cta-button:hover,
.cta-button:hover {
	color: #ffffff;
}

.ice-cta-button {
	right: 70px;
	bottom: 70px;
}
.ice-cta-button:hover {
  background: radial-gradient(104.69% 104.69% at 50% 120%, #C90000 0%, #C90000 81.25%);
  box-shadow: 0px 0px 10px 0px #C90000;
}
.cta-button {
	box-shadow: 0px 4px 10px rgba(255, 65, 0, 0.5);
	animation: shake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	background: #C90000;
	right: 45px;
	bottom: 45px;
}
@media (max-width: 767px) {
	.cta-button {
		width: 100px;
		height: 100px;
		right: 35px;
		bottom: 35px;
		padding: 0;
		box-shadow: 0px 0px 10px 0px #C90000;
		font-size: 14px;
  }
  .pum-content .form-flex {
	  flex-wrap: wrap;
  }
  .pum-content .form-element {
	  width: 100%;
	  margin-bottom:30px !important;
  }
  .ice-cta-button,
  .cta-button {
	  right: 15px;
	  bottom: 15px;
  }
}
@keyframes shake {
  1%,
  9% {
    transform: translate3d(-1px, 0, 0);
  }
  2%,
  8% {
    transform: translate3d(2px, 0, 0);
  }
  3%,
  5%,
  7% {
    transform: translate3d(-4px, 0, 0);
  }
  4%,
  6% {
    transform: translate3d(4px, 0, 0);
  }
}