html {
  box-sizing: border-box;
  height: 100%; }
*,
*:after,
*:before {
  box-sizing: inherit; }
@font-face {
  font-family: "IowanOldStyleBT-Roman";
  src: url(../font/IowanOldStyleBT-Roman.otf);
}
body {
  background: #fffcf2;
  color: #000000;
  font-family:"Open sans", sans-serif;
}
.wrapper{
  background: url(../img/bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-0{
  padding: 0;
}
.m-0{
  margin: 0;
}
h1 {
  font-size: 100px;
  text-align: center;
  margin-bottom: 0;
  font-family: "Lato";
  font-weight: 900;
  background-position: center;
  background-size: 100% 100%;
  padding: 20px 0 0;
  position: relative;
  color: #ff552f;
  margin-top: 0;
  line-height: 1; 
}

h1 sup{
  font-size: 60px;
}

h3{
  color: #ff552f;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 40px;
}

h4 {
  font-size: 48px;
  color: #000000;
  text-align: center;
  font-family: "IowanOldStyleBT-Roman";
  margin: 50px 0 0;
}
.cancel_anytime {
  font-size: 14px;
  font-family: Arial;
  text-align: center;
  font-weight: 600;
  color: #208368;
}
.sale_end {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  color: #208368;
}
.mainContainer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.divider {
  max-width: 280px;
  margin: 30px auto 10px;
  position: relative;
  text-align: center;
}
.divider img {
  width: 60px;
  height: 60px;
  padding: 12px;
  background: #265672;
  z-index: 999;
  position: relative;
}
.divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
}
.cta-btn, .cta-btn:active, .cta-btn:focus, .cta-btn:visited {
  background: #208368;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 205px;
  height: 52px;
  line-height: 52px;
  padding: 0;
  margin: 10px auto 5px;
  display: block;
  transition: all 0.3s ease-in;
}
.cta-btn:hover {
  background: #930c0c;
  color: #fff;
}
.full-digital {
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #b7b7b7;
  max-width: 330px;
  margin: 50px auto 15px;
}
.digital-list {
  width: max-content;
  margin: 0 auto 80px;
  line-height: 2;
  padding: 0;
}
.digital-list > li {
  font-weight: bold;
  text-align: left;
  margin: 0 auto 5px;
  font-size: 16px; 
  list-style: none;
}
.arrow {
  margin: -5px 5px 0 0;
  height: 22px;
  width: 22px;
}
/* footer */

footer {
  text-align: center;
}
.footer-links {
  color: #585858;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.footer-sub {
  padding: 15px 0;
  margin: 0;
}
.footer-sub, .footer-sub a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}
.footer-sub a {
  font-weight: 700;
}
.footer-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.footer-list li {
  display: inline-block;
  margin: 10px;
  color: #000;
}
.footer-list a {
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
@media(max-width:767px){
  h4 {
    font-size: 30px;
    margin: 30px 0 0;
  }
  h1 {
    font-size: 44px;
    padding: 10px 0;
    margin: 5px 0 0;
  }

  h1 sup{
    font-size: 25px;
  }
  h1:after {
    top: -12px;
  }
  .wrapper {
    background: url(../img/bg-m.png) no-repeat;
    background-size: contain;
    padding-bottom: 0; 
  }
  .full-digital {
    margin: 50px auto 15px;
  }
  .digital-list {
    margin: 0 auto 30px;
  }
}

@media (max-width: 360px){
  h1 {
      font-size: 36px;
  }
}