@charset "UTF-8";
html {
  color: #f0f0eb;
}

.header {
  background-color: #f0f0eb;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

button {
  background-color: #e83d3d;
  color: #f0f0eb;
  border-radius: 15px;
  padding: 10px 20px 10px 20px;
  border: 0;
  height: auto;
}

button:hover {
  text-decoration: underline;
  color: #f0f0eb;
  background-color: #e83d3d;
}

.work-sans-semibold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.layout {
  background-image: url("https://bw-cloud.s3.amazonaws.com/Challenge/notappers.optin/index-3a/bgr_low.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8d877e;
  min-height: 90vh;
  margin-top: 0px;
}

.layout p {
  color: #f0f0eb;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.invisibleBtn button {
  border-radius: 20px;
  color: #FFFFFF;
  background-color: rgba(160, 157, 154, 0.5);
  display: block;
  margin: auto;
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-top: 100px;
  cursor: auto;
}

h3 {
  color: #f0f0eb;
  text-align: center;
  margin-top: 150px;
  font-size: 23px;
}

h4 {
  color: #f0f0eb;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

h1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #f0f0eb;
  text-align: center;
  font-size: 30px;
}

.cta {
  font-size: 22px;
}

.cta:hover {
  text-decoration: underline;
}

.footer {
  background-color: #152f2e;
  color: #FFFFFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
}

.footer a, .footer a:visited {
  color: #FFFFFF;
}

.footer a:hover {
  text-decoration: underline;
}

.iti {
  width: 100%;
}

/***** FROM ANOTHER PAGE ******/
.section1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section1 h2 {
  font-size: 25px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

.section1 h2 strong {
  font-weight: 700;
}

.section1 .box {
  display: block;
  margin: auto;
  max-width: 900px;
}

.section1 ul {
  padding-left: 0;
}

.section1 ul li {
  position: relative;
  padding-left: 48px;
  /* leave room for a 16×16 image + 8px gap */
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  list-style: none;
  margin-bottom: 10px;
}

.section1 ul li:before {
  background-image: url("https://bw-cloud.s3.amazonaws.com/Challenge/notappers.optin/index-2k/list-icon.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
}

.section1 h6, .section3 h6 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section1 h6 strong {
  font-weight: 700;
}

.section2 {
  background-color: #e4e0d6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section2 .box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  display: block;
  margin: auto;
  max-width: 400px;
}

.section2 .box2 {
  margin-top: 20px;
}

.section2 .box .title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  color: #d3504a;
}

.section2 .box .description {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.section2 .box .name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: right;
  font-size: 16px;
  color: #000000;
}

.section3 {
  background-color: #f4f4f4;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section3 h2 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}

.section3 .question {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: block;
  margin: auto;
  max-width: 800px;
  padding: 15px;
  margin-bottom: 15px;
}

.section3 .question .title {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #d3504a;
}

.section3 .question .answer {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.section3 .question .cross {
  font-size: 50px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-align: right;
  cursor: pointer;
  line-height: 20px;
}

.section4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section4 h5 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.section4 h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 42px;
  text-align: center;
}

.section4 .extended {
  max-width: 1400px;
}

.section4 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 16px;
}

.section5 {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000000;
  background-color: #cfdbe5;
}

.section5 h1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 30px;
  text-align: center;
}

.section5 h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  color: #d3504a;
  text-align: center;
  margin-top: 0;
}

.section5 h4 {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
  font-size: 18px;
}

.logo2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer a, .footer a:visited {
  color: #FFFFFF;
}

.footer a:hover {
  text-decoration: underline;
}

.section4 .britt1 {
  display: block;
  margin: auto;
}

.section4 .britt3 {
  display: block;
  margin: auto;
}

.logoWrapper {
  max-width: 200px;
  display: block;
  margin: auto;
}

.lazy-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.pink {
  color: #d3504a;
  font-family: Libre Baskerville, serif;
  font-style: italic;
  font-weight: 400;
}

#timer {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 0px;
}

#timer .box {
  display: inline-block;
  margin-right: 10px;
}

#timer .days, #timer .hours, #timer .minutes, #timer .seconds {
  /** background-color: #CC496C; **/
  /*background: linear-gradient(to bottom, #CC496C 0%, #CC496C 100%);*/
  border: 2px solid #e4e0d6;
  background-color: #e4e0d6;
  padding: 7px;
  margin-bottom: 10px;
  text-align: center;
  color: #e83d3d;
  border-radius: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 22px;
  min-width: 50px;
}

#timer .box {
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

#timer .days, #timer .hours, #timer .minutes, #timer .seconds {
  padding: 3px;
  margin-bottom: 5px;
  font-size: 20px;
}

#timer .box p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

#webinarDate3 {
  color: #d3504a;
}

a:hover {
  text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .layout {
    background-image: url("https://bw-cloud.s3.amazonaws.com/Challenge/notappers.optin/index-3a/bgr_desktop_low.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 60px;
  }

  .invisibleBtn button {
    padding: 10px 30px 10px 30px;
    margin-top: 50px;
    font-size: 18px;
  }

  h1 {
    margin-top: 50px;
    font-size: 50px;
    display: block;
    margin: auto;
    max-width: 750px;
  }

  h3 {
    display: block;
    margin: auto;
    max-width: 600px;
    font-size: 30px;
    margin-top: 70px;
  }

  h4 {
    margin-top: 50px;
    font-size: 16px;
  }

  /***** design from old page ****/
  .section1 h2 {
    font-size: 30px;
  }

  .section2 .box2 {
    margin-top: 0px;
  }

  .section4 .britt1 {
    float: right;
    margin-top: 20px;
  }

  .section4 .britt3 {
    margin-top: 150px;
  }

  .section5 {
    /*background-image: url('https://bw-cloud.s3.amazonaws.com/Challenge/notappers.optin/index-2k/bgr2.png');*/
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section4 h5 {
    text-align: left;
  }

  .section4 h2 {
    font-size: 52px;
    text-align: left;
  }

  .section5 h1 {
    font-size: 45px;
    text-align: left;
  }

  .section5 h3 {
    text-align: left;
  }

  .logo {
    max-width: 200px;
    float: left;
    margin-bottom: auto;
  }

  .logoWrapper {
    max-width: 300px;
  }

  .logo {
    margin-bottom: 15px;
  }

  #timer {
    height: 90px;
  }

  #timer .box {
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  #timer .days, #timer .hours, #timer .minutes, #timer .seconds {
    min-width: 69px;
  }

  .section5 h4 {
    font-size: 22px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* Extra extra large devices (very large desktops, 1400px and up) */
