:root {
  --color-3: #e7bb6b;
  --color-5: #cdae75;
  --color: black;
  --color-2: white;
  --color-4: #8a683b;
  --color-6: #333;
  --color-7: #3f3c38;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant SC, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant SC, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.button {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button.min {
  min-width: 350px;
  margin-left: 5px;
  margin-right: 5px;
}

.self-test-section {
  padding-top: 5%;
  padding-bottom: 10%;
  position: relative;
}

.self-test-section.dark {
  background-color: var(--color);
  width: 90%;
  color: var(--color-2);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
}

.st-wrapper-div {
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.st-wrapper-div.top {
  margin-top: 8%;
}

.st-wrapper-div.top._2 {
  width: 90%;
  margin-left: 6%;
}

.st-wrapper-div.l {
  width: 90%;
  margin-right: 6%;
}

.self-test-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.self-test-text-div.more {
  width: 42%;
}

.st-holder {
  background-color: var(--color-3);
  justify-content: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.st-holder.less {
  width: 50%;
}

.self-test-img {
  background-color: var(--color-2);
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px -25px -25px 25px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 8px #0000001f;
}

.h2-center {
  text-align: center;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover.zoom {
  object-fit: cover;
  max-width: none;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.center {
  color: var(--color);
  text-align: center;
}

.wrap.center.max {
  width: 75%;
}

.wrap.center.max.white {
  color: var(--color-2);
}

.wrap.center.max.white._1 {
  width: 90%;
}

.wrap.flex {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrap.flex.top {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/download.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10%;
  padding-bottom: 10%;
}

.cta-section.first {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/typing.jpg');
  background-attachment: scroll, fixed;
  margin: 100px 60px 0;
  padding: 3%;
}

.p-large {
  font-size: 1.5em;
  line-height: 1.5em;
}

.lg-btm {
  font-size: 3em;
}

.pricing-add {
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-49 {
  width: 48%;
}

.new-list {
  margin-bottom: 0;
  line-height: 1.3em;
}

.new-ite {
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .button.min {
    margin-bottom: 10px;
  }

  .self-test-section {
    padding-bottom: 15%;
  }

  .st-wrapper-div {
    flex-flow: column;
    width: 90%;
  }

  .st-wrapper-div.top._2 {
    margin-top: 0%;
    margin-left: 5%;
  }

  .self-test-text-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .self-test-text-div.more {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .self-test-text-div.more._2 {
    padding-top: 40px;
  }

  .st-holder, .st-holder.less {
    width: 100%;
  }

  .st-holder.less.hide-jm {
    display: none;
  }

  .self-test-img {
    margin: 10px -10px -10px 10px;
    padding: 10px;
  }

  .wrap.center.max.white._1 {
    width: 100%;
  }

  .cta-section {
    padding-bottom: 150px;
  }

  .cta-section.first {
    background-image: linear-gradient(to bottom, null, null), url('../images/typing.jpg');
    background-attachment: scroll, scroll;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg-btm {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .self-test-section {
    padding-bottom: 15%;
  }

  .self-test-text-div.more {
    padding-top: 0;
  }

  .self-test-img {
    padding: 0;
  }

  .cta-section {
    padding-bottom: 10%;
  }

  .p-large {
    font-size: 1.2em;
  }

  .lg-btm {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

  .button.min {
    min-width: 0;
  }

  .self-test-section {
    padding-bottom: 12%;
  }

  .self-test-text-div.more._2 {
    padding-top: 20px;
  }

  .self-test-img {
    margin: 0;
  }

  .wrap.center.max {
    width: 90%;
  }

  .wrap.flex.top {
    flex-flow: column;
    margin-top: 0;
  }

  .cta-section {
    padding-bottom: 10%;
  }

  .cta-section.first {
    margin-top: 0;
  }

  .div-49 {
    width: 100%;
  }
}


