.banner {
  min-height: 100vh;
  display: flex; 
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  position: relative;
  mask:
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at top   ,white 79.5%,transparent 0%) top left,
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at bottom,transparent 79.5%,white 0%) top right;
  -webkit-mask:
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at top   ,white 79.5%,transparent 0%) top left,
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at bottom,transparent 79.5%,white 0%) top right;
  -webkit-mask-size: 50.5% 195%;
  -webkit-mask-repeat: no-repeat;
  mask-size: 50.5% 195%;
  mask-repeat: no-repeat;
}

.banner__video {
  position: absolute;  
  top: 0;
  bottom: 0;
  min-width: 100%;  
  min-height: 100%;  
  height: auto;  
  width: auto;  
  z-index:-11
}

.banner__video source{  
  min-width: 100%;  
  min-height: 100%;  
  height: auto;  
  width: auto;  
} 

.banner__title {
  font-size: 200%;
}

.banner__logo {
  width: 100%;
  max-width: 250px;
}

.banner__actionwrap {
  padding: 14px;
  text-align: center;
}

.banner__inner {
  display: flex; 
  justify-content: center;
  flex-direction: column;
}

.banner__action {
  padding: 8px 0;
}

.ad {
  background-color: #1E2028;
  position: relative;
  color: #fff;
  padding-bottom: 10px;
}

.ad__sticker {
  position: absolute;
  width: 250px;
}

.ad__sticker_1 {
  top: 20px;
  right: 80px;
}

.contact {
  background-color: #1E2028;
  position: relative;
  color: #ffffff;
  min-height: 30vh; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: bottom;
  background-size: cover;
  background-image: url(../images/bg-red@2x.png);
}

.contact a {
  margin-bottom: 30px;  
}

.contact a:hover {

  text-decoration: none;
}

.contact-title {
  margin-top: -10vw;
  background-position: center;
  background-size: contain;
  background-image: url(../images/banner-shape.svg);
  height: 25vw;
  background-repeat: no-repeat;
  position: relative;
}

.contact__cardwrap,
.contact__title,
.contact__detail {
  position: relative;;
  /* top: -200px; */
  /* bottom: -200px; */
}

.contact__title {
  background-size: cover;
  font-size: 300%;
  text-align: center;
  padding: 2rem 0 2rem 0;
  font-weight: bold;
}

.contact__card {
  background-color: #1E2028;
  border: 4px solid var(--warning);
  padding-bottom: 16px;
  color: #DFE2E6;
}

.contact__card-title {
  /* color: #fff; */
  font-size: 150%;
  font-weight: 300;
  padding: 20px 0 20px 0;
  color: var(--warning);
}

.contact__card-body {
  /* color: #fff; */
  font-size: 100%;
  font-weight: 200;
  padding: 2px 10px 2px 10px;
  color: var(--light);
}

.contact__card-titlewrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact__card-titlewrap img{
  transform: scale(0.6);
}

.contact__icon {
  width: 2rem;
  margin-right: 15px;
}

.contact-content {
  padding-left: 53px;
}

.bottom-logo {
  padding-top: 48px;
}