body {
  font-family: 'Open Sans', sans-serif;
}
#modalAge {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;	
	transform: translate(0, -100%);
	transition: 0.5s;
}
#modalAge.showModal {
	transform: translate(0, 0);
	transition: 0.5s;
	transition-delay: 0.5s;
}
.modalCont {
	position: relative;
    max-width: 1041px;
    width: 80%;
	background: url("../media/age.png");
	background-size: cover;
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	border-radius: 62px;
}
.no-scroll {
overflow: hidden;			
}
.modalCont h2 {
    margin-top: 220px;
    text-align: center;
    font-family: AvenirNext;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f3c920;
    text-transform: uppercase;		
}
.modalBTNS {
	 display: flex;
    justify-content: center;
		
}	
.modalBTNS a {
	margin: 50px 10px;
}
.mobile {
	display: none;				
}
.topText {
	margin-top: 220px;		
	}
.bottomText {
	margin-bottom: 60px !important;	
	max-width: 685px;
    width: 80% !important;
}	
.whatsappBTN {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.4);
  outline: none;
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 99999;
    transition: 0.3s ease-in-out;
}
.whatsappBTN.cookieActive {
  bottom: 90px;
  transition: 0.3s ease-in-out;
}
.whatsappBTN img {
  width: 30px;
  height: 30px;
}
.waContainer {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
    pointer-events: all;
    visibility: hidden;
    touch-action: auto;
    position: fixed;
    bottom: 120px;
    right: 30px;
    left: auto;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    z-index: 999999;
}
.waContainer.open {
  opacity: 1;
  visibility: visible;
}
.waHeader {
  color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #303133;
    padding: 24px 20px;
}
.waHeader p {
  color: #fff;
  margin: 0;
}
.waBody {
  background-color: rgb(230, 221, 212);
    position: relative;
    padding: 20px 20px 20px 10px;
}
.waBody:before {
  display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(../media/img/wa-pattern.png);
}
.waBodyInner {
  display: flex;
    z-index: 1;
}
.waDots {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 1;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  border-radius: 16px;
  transition: all 0.1s ease 0s;
}
.open .waDots {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 3s;
}
.waDotsCont {
  position: relative;
  display: flex;
}
.waDotsCont .dots {
  height: 5px;
    width: 5px;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    margin: 0px 2px;
    border-radius: 50%;
}
.dots:nth-child(1) {
  animation-name: dotsAnim1;
}
.dots:nth-child(2) {
  animation-name: dotsAnim2;
}
.dots:nth-child(3) {
  animation-name: dotsAnim3;
}
.open .waMsg {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  transition-delay: 3.3s;
}
.waMsg {
  background-color: rgb(255, 255, 255);
  position: relative;
  opacity: 0;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
  padding: 7px 14px 6px;
  border-radius: 0px 8px 8px;
  transition: all 0.3s ease 0s;
}
.waMsg:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
    border-top: 12px solid #fff;
    border-left: 19px solid transparent;
    border-bottom: 12px solid transparent;
}
.waFooter {
  color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(79, 206, 93);
    margin: 20px;
    overflow: hidden;
    text-decoration: none;
}
.waFooter img {
  width: 16px;
    height: 16px;
    z-index: 1;
    margin-right: 10px;
}
.closeWa {
  position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    outline: transparent;
    color: #fff;
}
.closeWa::before, .closeWa::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  display: block;
  border-radius: 2px;
}
.closeWa::after {
  transform: rotate(-45deg);
}
.closeWa::before {
  transform: rotate(45deg);
}
.imgWa {
  width: 52px;
  height: 52px;
  background: #f3c920;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}
.imgWa img {
  width: 40px !important;
}
.imgWa::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #303133;
  border-image: initial;
}
.imeWa {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  color: rgb(255, 255, 255) !important;
  text-align: left !important;
}
.textHeaderWa p:not(.imeWa) {
  font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 4px !important;
    color: rgb(255, 255, 255) !important;
    text-align:  left !important;
}
.waName {
  font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    color: rgba(0, 0, 0, 0.4) !important;
    text-align: left !important;

}
.waMsgTxt {
  font-size: 14px !important;
    line-height: 19px !important;
    margin-top: 4px !important;
    color: rgb(17, 17, 17) !important;
    text-align: left !important;
}
.waTime {
  text-align: right !important;
    margin-top: 4px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: rgba(17, 17, 17, 0.5) !important;
    margin-right: -8px !important;
    margin-bottom: -4px !important;
}
@media (max-width : 650px) {
    .modalCont {
      width: 85% !important;
      background: url(../media/age/mobilebg-age.png) !important;
      background-size: cover !important;
    }
  
    .desktop {
      display: none !important;
    }
  
    .mobile {
      display: block !important;
    }
  
    .topText.mobile {
      margin-top: 60px;
      max-width: 80%;
    }
  
    .modalBTNS {
      flex-direction: column;
      margin: 20px 0 30px 0;
    }
  
    .modalBTNS a {
      margin: 20px 0 !important;
    }
  
    .bottomText.mobile {
      padding: 0 !important;
    }
}


@keyframes dotsAnim1 {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
  }
@-webkit-keyframes dotsAnim1 {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes dotsAnim2 {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
  }
@-webkit-keyframes dotsAnim2 {
15% {
  background-color: rgb(182, 181, 186);
}
25% {
  background-color: rgb(17, 17, 17);
}
35% {
  background-color: rgb(182, 181, 186);
}
}

@keyframes dotsAnim3 {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
  }
@-webkit-keyframes dotsAnim2 {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}