@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin:0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

h1,h2,h3,h4,h5, .roboto {
  font-family: "Roboto", sans-serif;
}

h1 {
  line-height: 72px;
  font-size: 60px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

h2 { 
  font-size: 54px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 20px;
}

h2 a { 
  text-decoration: none;
}

.fs30 { font-size: 30px; }
.fs45 { font-size: 45px; font-weight: 400; }

.tac { text-align:center; }

.header {
  background: #333743;
  border-bottom: 3px solid #FFF;
  text-align:left;
}
.logo {
  max-width: 156px;
  height: auto;
  padding: 28px 20px 20px 75px;
}
.black { color: #000; }
.teal { color: #007f88; }
.darkblue { color: #154257; }
.red { color: #C00; }

.footer {
  text-align: center;
  padding: 1rem 10px 1rem;
  margin: 0 auto;
}

.footer section {
  max-width: 800px;
  margin: 0 auto;
}

.footer h5 {
  color: rgb(106, 107, 108);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem;
}

.flexFooter {
  margin: 0 auto;
}

.footer-links {
  align-items: center;
  align-content: center;
  color: rgb(96, 165, 250);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem auto 0.7rem;
  gap: 7px;
  justify-content: center;
}

.footer-links a {
  line-height: 24px;
  font-size: 14px;
  color: rgb(96, 165, 250);
  text-decoration: none;
}

.footer p {
  line-height: 14px;
  font-size: 12px;
  color: rgb(138, 138, 138);
}

.content {
  max-width: 883px;
  margin: 0 auto;
}

.content .caption {
  max-width: 774px;
  margin: 0 auto;
}

.content .caption p {
  line-height: 31px;
  font-size: 26px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.content .caption p a {
  text-decoration: none;
}

.content .caption h3 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 400;
  margin: 10px auto 20px;
}

.content .caption h4 {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.imgbox { max-width: 708px; margin: 0 auto; position: relative; text-align: center; }
.imgbox img { max-width: 100%; }
.videobox { border: 2px solid #212121; max-width: 920px; margin: 0 auto; position: relative; }

#buybtn { margin-top: 2rem; position: relative; }
#flexButtons { 
  align-items: center;
  align-content: center;
  display: flex; 
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 1.8rem 1rem 2rem;
  gap: 20px;
}
#flexButtons .button { 
  background-color: #f85c2c;
  padding: 42px 10px;
  width: 118px;
  box-shadow: 0px 3px 0px 0px #b43214;
  border-radius: 5px;
  font-size: 24px;
  line-height: 36px;
}
.limitedtime { position: absolute; top: 5px; right: 10px;}
.leftcol, .rightcol { width: 50%; float: left; box-sizing: border-box; padding-bottom: 25px; }
.leftcol img.atcbutton, .rightcol img.atcbutton { max-width: 90%; height: auto; margin: 0 auto; display: block; }
.leftcol {
  background:#FFF url("images/leftcolbg2.png") bottom center no-repeat;
}
.rightcol {
  background: #FFF url("images/rightcolbg2.png") bottom center no-repeat;
}

#unmute-btn { float: right;
    color: #000;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration: none;
    border-bottom: 5px solid #c90;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffbf00;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
    padding: .5em .75em .5em;
    -webkit-transition: all 222ms ease;
    -moz-transition: all 222ms ease;
    -ms-transition: all 222ms ease;
    -o-transition: all 222ms ease;
    transition: all 222ms ease;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    cursor:pointer;
  }
  /*#unmute-btn:before {
    font-family: etmodules;
    content: "\e069";
    margin-right: 10px;
    position: relative;
    top: 2px;
  }*/

.pricingheader {
  background: #154257 url("images/headerbg.png") top center no-repeat;
  text-align:center;
  height: 77px; /*94px - 17px = 77px*/
  padding-top: 17px;
}

.button {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  background: rgb(1, 168, 255);
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px 75px 15px;
}

@media all and (max-width: 479px) {
    #unmute-btn { font-size: 20px; }
}

/* #Media Queries
================================================== */
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {

  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .content { max-width: 95%; }
    .pricingheader { text-align:left; height: 75px; padding-left: 50px; }
    img { max-width: 100%; height: auto; }
    img.title1 { max-width: 70%; }
    .videobox { max-width: 90%; }
    img.limitedtime { max-width: 115px; right: 0px; }
    .leftcol, .rightcol { padding: 0px 15px 25px; }
    h2 { 
      font-size: 46px;
      line-height: 50px;
    }
    .content .caption p {
      font-size: 21px;
      line-height: 25px;
    }
    .content .caption h3 {
      margin-bottom: 10px;
    }
    .content .caption h4 {
      font-size: 45px;
      line-height: 54px;
      margin-bottom: 30px;
    }
    #flexButtons {
      margin: 1rem 0rem 5rem;
      gap: 1rem;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {

  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    h2 { 
      font-size: 28px;
      line-height: 34px;
    }
    .content .caption p {
      font-size: 21px;
      line-height: 25px;
    }
    .content .caption h4 {
      font-size: 28px;
      line-height: 34px;
    }
    #flexButtons {
      margin: 1rem 0rem 5rem;
      gap: 1rem;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .fs45 { font-size: 35px; }
    .pricingheader { text-align:left; height: 45px; padding-left: 10px; }
    img.title1 { max-width: 70%; }
    img.limitedtime { max-width: 90px; right: 0px; }
    section {
      padding: 15px 0px !important;
    }
    h1 { 
      font-size: 36px;
      line-height: 43px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    h2 { 
      font-size: 28px;
      line-height: 34px;
    }
    .content .caption p {
      font-size: 21px;
      line-height: 25px;
    }
    .content .caption h3 {
      font-size: 24px;
      line-height: 38px;
      margin: 0 auto 10px;
    }
    .content .caption h4 {
      font-size: 28px;
      line-height: 34px;
      margin: 0 auto;
    }
    #flexButtons {
      margin: 1rem 0rem 3rem;
      gap: 14px;
    }
    #flexButtons .button {
      margin-left: 0;
      padding: 24px 10px;
    }
    img { max-width: 100%; height: auto; }
    .videobox { max-width: 100%; }
    .content { padding: 0px 20px; }
    .leftcol, .rightcol { width: 100%; float: none; padding-top: 10px; }
    .hidemobile { display: none!important; }
    .mobileonly { display: block; }

  }

.bg-gray-100 {
  background-color: rgb(243, 244, 246);
  border-top: 1px solid rgb(229, 231, 235);
}
.bg-pastel-100 {
  background-color: rgb(248, 248, 248);
}