body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3 !important;
  padding: 0 !important;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #welcomeText p {
    max-width: calc(100% - 2rem);
  }
}
#isi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px -10px #000;
  z-index: 99;
  width: 100%;
  font-size: 14px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
#isi .isi {
  padding: 0.5rem 1rem 1rem;
  max-width: 1000px;
  font-size: 14px;
}
#isi .isi h2,
#isi .isi h4 {
  color: #739600;
  margin: 0.5rem 0;
  font-weight: 700;
}
#isi .isi h2 {
  font-weight: 400;
  font-size: 22px;
}
#isi .isi h4 {
  font-size: 14px;
}
#isi .isi ul {
  color: #4c4c4c;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}
#isi .isi ul ul {
  list-style-type: circle;
}
#isi .isi li {
  margin-bottom: 1rem;
}
#isi .isi p {
  color: #4c4c4c;
  margin: 1rem 0;
}
#novoFooter {
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
#novoFooter div p {
  font-size: 9px;
  margin: 7px;
  color: #7f7f7f;
}
#novoFooter img {
  height: 70px;
  object-fit: contain;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #isi .isi ul {
    margin: 0 0 0 1rem;
  }
}
#welcome div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#welcome #steps {
  background-color: #576b0f;
  width: 100%;
  color: #fff;
  flex-direction: row;
  height: 3rem;
}
#welcome #steps .step {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
#welcome #steps .step p {
  margin: 0;
}
#welcome #steps .step .num {
  font-weight: 700;
  position: absolute;
  left: 1rem;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bfd42f;
  color: #1c4552;
}
#welcome #steps .border {
  width: 1px;
  height: 3rem;
  background-color: #bfd42f;
}
#welcome #welcomeText p {
  line-height: 1.3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 1rem 1rem;
  color: #1c4552;
}
#welcomeTitle {
  color: #1c4552;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin: 5px 0 0;
}
#welcomeTitle #pt {
  font-style: italic;
}
@media only screen and (max-width: 600px) {
  #welcome #steps {
    font-size: 14px;
  }
  #welcome #steps .step .num {
    left: 0;
    top: -1.25rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
#bottomNav {
  height: 3rem;
  width: 100%;
  display: flex;
  color: #fff;
  cursor: pointer;
}
#bottomNav .tab {
  color: #1c4552;
  background-color: #bfd42f;
  height: calc(3rem + 10px);
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
  flex-grow: 1;
}
#bottomNav .tab p {
  pointer-events: none;
  margin: 0 0 10px;
}
#bottomNav .tab.active,
#bottomNav .tab:hover {
  color: #fff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #576b0f;
  z-index: 4;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
}
#bottomNav::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 600px) {
  #bottomNav {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #bottomNav .tab {
    padding: 1rem;
    margin: 10px 0 0;
  }
  #bottomNav .tab p {
    margin: 0 0 20px;
  }
}
#scoreHolder {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
  z-index: 15;
}
#scoreHolder.active svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#scoreHolder.active #scoreWrapper .scoreRow p {
  opacity: 1;
}
#scoreHolder #controls {
  height: 2rem;
  background-color: #576b0f;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1rem;
}
#scoreHolder #controls p,
#scoreHolder #controls svg {
  font-size: 1rem;
  pointer-events: none;
}
#scoreHolder #controls svg {
  min-width: 1rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin: 0.5rem 0.25rem 0.5rem 0.5rem;
}
#scoreHolder #controls p {
  margin: 0.5rem 0.5rem 0.5rem 0.25rem;
}
#scoreHolder #scoreWrapper {
  width: 100%;
  height: calc(100% - 2rem);
  background-color: #bfd42f;
  color: #1c4552;
  display: flex;
  flex-direction: column;
}
#scoreHolder #scoreWrapper .scoreRow {
  width: 100%;
  display: flex;
  font-size: 1rem;
  flex-grow: 1;
  align-items: center;
}
#scoreHolder #scoreWrapper .scoreRow:first-child {
  font-size: 1.3rem;
}
#scoreHolder #scoreWrapper .scoreRow:nth-child(2) {
  font-size: 1.2rem;
}
#scoreHolder #scoreWrapper .scoreRow:nth-child(3) {
  font-size: 1.1rem;
}
#scoreHolder #scoreWrapper .scoreRow p {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#scoreHolder #scoreWrapper .scoreRow p:first-child {
  width: 10%;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 20px;
}
#scoreHolder #scoreWrapper .scoreRow p:nth-child(2) {
  width: 70%;
}
#scoreHolder #scoreWrapper .scoreRow p:nth-child(3) {
  width: 20%;
  text-align: right;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 600px) {
  #scoreHolder #scoreWrapper .scoreRow:first-child,
  #scoreHolder #scoreWrapper .scoreRow:nth-child(2),
  #scoreHolder #scoreWrapper .scoreRow:nth-child(3) {
    font-size: 1rem;
  }
  #scoreHolder #scoreWrapper .scoreRow p:first-child {
    padding: 0;
    text-align: center;
  }
}
#results {
  display: flex;
  height: 100%;
  width: 100%;
}
#results #left {
  z-index: 2;
  height: 100%;
  padding: calc(2rem + 10px) 0 10px 5px;
}
#results #left #answerTable {
  height: 100%;
  width: 10rem;
  display: flex;
  flex-direction: column;
  background-color: #bfd42f;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
  border-radius: 16px;
}
#results #left #answerTable p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#results #left #answerTable div {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
#results #left #answerTable div p:first-child {
  width: 40%;
}
#results #left #answerTable div p:nth-child(2) {
  width: 60%;
}
#results #right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
#results #right p {
  margin: 0;
  z-index: 2;
}
#results #right #rank,
#results #right #yourScore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-color: rgba(191, 212, 47, 0.59);
  border-radius: 1rem;
  font-size: 1rem;
}
#results #right #rank span,
#results #right #yourScore span {
  color: #1c4552;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0 5px;
}
#results #submitScore {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
}
#results #submitScore div {
  margin: 0.25rem 0 0;
  display: flex;
  width: calc(100% - 2rem);
}
#results #submitScore div p {
  margin: 0;
  color: #1c4552;
  font-weight: 700;
}
#results #submitScore input[type='email'],
#results #submitScore input[type='text'] {
  -webkit-appearance: none;
  outline: none;
  height: 2rem;
  border: 0;
  font-size: 1rem;
  padding: 0.5rem;
  width: calc(100% - 2rem);
  border-radius: 1rem;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
#results #submitScore.hidden {
  display: none;
}
#copy {
  z-index: 10;
}
#copy.hidden {
  display: none;
}
@media only screen and (max-width: 600px) {
  #results #left #answerTable {
    width: 5rem;
  }
  #results #left #answerTable div p:first-child {
    margin: 5px;
  }
  #results .contentTitle {
    margin: 2rem 0 0 !important;
  }
  #yourScore {
    margin: 0.5rem;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #results #right {
    width: calc(100% - 10rem);
  }
  #results #right .contentTitle {
    font-size: 1.5rem;
  }
  #results #right .contentSubTitle {
    flex-grow: unset;
  }
  #results #right #copy {
    max-width: 100%;
    font-size: 13px;
  }
}
#hint {
  position: absolute;
  top: 5px;
  right: 5px;
}
#hint #hintToggle {
  top: 0;
  right: 0;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 17;
}
#hint #hintBody,
#hint #hintToggle {
  position: absolute;
  background-color: #576b0f;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
  color: #fff;
}
#hint #hintBody {
  top: 15px;
  right: 15px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: max-width 0.2s, max-height 0.2s;
  transition: max-width 0.2s, max-height 0.2s;
  font-size: 14px;
  line-height: 1.3;
  z-index: 16;
}
#hint #hintBody p {
  margin: 0;
  padding: 0.5rem;
}
#hint #hintBody a {
  color: #bfd42f;
}
#quiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px -10px #000;
  width: calc(100% - 2rem);
  height: calc(500px + 1rem);
  margin: 1rem 1rem 0;
  overflow: hidden;
  background-color: #f9faed;
}
#quiz #topBar {
  width: 100%;
  height: 6rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
  position: relative;
  background-color: #fff;
}
#quiz #topBar img {
  height: 2rem;
  object-fit: contain;
}
#quiz #topBar #ptLogo {
  margin: 20px 0 0 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
#quiz #topBar #tresibaLogo {
  margin: 20px 2rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
#quiz #topBar div {
  position: absolute;
  bottom: 2px;
  left: 0;
  text-align: center;
  width: 100%;
}
#quiz #topBar div p {
  margin: 0 0 0 1rem;
  color: #707070;
  font-size: 11px;
}
#quiz #topBar div p a {
  text-decoration: underline;
  margin: 0 5px;
  color: #0585ce;
  font-size: 11px;
  font-weight: 700;
}
#quiz #contentHolder {
  height: calc(100% - 9rem);
  width: 100%;
  position: relative;
}
#quiz #contentHolder .content {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0;
}
#quiz #contentHolder .content #welc {
  justify-content: space-evenly;
}
#quiz #contentHolder .content.active {
  display: flex;
}
#quiz #contentHolder .content .contentTop {
  width: 100%;
  height: 6rem;
}
#quiz #contentHolder .content .contentBody {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 0.5rem;
}
#quiz #contentHolder .content .contentBody .answer {
  margin: 0.25rem 0.5rem;
  padding: 0.5rem;
  background-color: #e3ef9d;
  width: calc(100% - 2rem);
  flex-grow: 1;
  display: flex;
  align-items: center;
  color: #1c4552;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
  font-size: 14px;
  line-height: 1.3;
  max-height: 59px;
  cursor: pointer;
}
#quiz #contentHolder .content .contentBody .answer:hover {
  background-color: #576b0f;
  color: #fff;
}
#quiz #contentHolder .content .contentBody .answer .answerLabel {
  font-weight: 700;
  font-size: 2rem;
  margin-right: 0.5rem;
  line-height: 2;
}
#quiz #contentHolder .content .contentBody .answer.bool {
  font-weight: 700;
  text-align: center;
  justify-content: center;
}
#quiz #contentHolder .content .contentBody .answer.selected {
  background-color: #576b0f;
  color: #fff;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.contentTitle {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c4552;
  margin: 5px 0 0;
  margin-bottom: 0 !important;
  text-align: center;
  line-height: 1;
  width: 100%;
}
.contentSubTitle {
  margin: 0;
  padding: 0.5rem 2.25rem;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}
.gameButton {
  border: 0;
  -webkit-appearance: none;
  background-color: #bfd42f;
  color: #1c4552;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.86);
  outline: none;
  height: 2rem;
  padding: 0 1rem;
  margin: 0.5rem;
  cursor: pointer;
}
.gameButton:hover {
  background-color: #576b0f;
  color: #fff;
}
.gameButton:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  #q10Hint {
    font-size: 12px;
  }
  #quiz {
    width: 100%;
    height: 650px;
    margin: 10px 0 0;
  }
  #quiz #topBar {
    display: flex;
    justify-content: center;
  }
  #quiz #topBar #ptLogo {
    display: none;
  }
  #quiz #topBar #tresibaLogo {
    position: unset;
    margin: 20px 0 0;
  }
  #quiz #topBar div p,
  #quiz #topBar div p a {
    font-size: 9px;
  }
  #quiz #contentHolder .content .contentTop {
    height: 10rem;
  }
  #quiz #contentHolder .content .contentBody .answer {
    max-height: unset;
    font-size: 12px;
    max-height: 75px;
  }
  .content #welcomeTitle {
    margin: 40px 0 0;
    font-size: 18px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #scoreHolder #controls p {
    margin: 0;
  }
  #quiz #contentHolder .content .contentBody .answer .answerLabel {
    line-height: normal;
  }
}
* {
  box-sizing: border-box;
}
#container {
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  flex-direction: column;
  padding: calc(1rem + 130px) 0 0 0;
  /* margin: calc(110px + 1rem) 0 0; */
}
#container,
#container #top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container #top #leftColumn {
  height: 100%;
  width: calc((100% - 728px) / 2 - 1rem);
}
#container #top #middleColumn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 728px;
  min-width: 728px;
  position: relative;
}
#container #top #rightColumn {
  width: calc((100% - 728px) / 2);
  min-width: calc(300px + 1rem);
  height: calc(590px + 6rem);
}
#container #top #rightColumn #sideAdTop {
  margin: calc(90px + 1rem) 0 1rem;
}
#container #bottom {
  width: 100%;
}
#buttonRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  height: 4rem;
}
#buttonRow a {
  display: block;
  height: 2rem;
  background-color: #bfd42f;
  text-decoration: none;
  color: #1c4552;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 30px -10px #000;
  cursor: pointer;
  font-size: 14px;
  flex-grow: 1;
  text-align: center;
}
#buttonRow a:hover {
  background-color: #576b0f;
  color: #fff;
}
#buttonRow a:first-child {
  margin: 0 1rem 0 0;
}
#buttonRow a:nth-child(3) {
  margin: 0 0 0 1rem;
}
#buttonRow sup {
  font-size: 10px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
span,
svg {
  pointer-events: none;
}
#videoHolder {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  #leftColumn,
  #rightColumn {
    display: none;
  }
  /* #container {
    margin: 80px 0 0;
  } */
  #container {
    padding: calc(1rem + 120px) 0 0 0;
  }
  #container #top #middleColumn {
    width: 100%;
    min-width: 0;
  }
  #buttonRow {
    width: 100%;
    height: unset;
    flex-wrap: wrap;
  }
  #buttonRow a:first-child {
    margin: 0.5rem 0.5rem 0.25rem;
  }
  #buttonRow a:nth-child(2) {
    margin: 0.25rem 0.25rem 0.5rem 0.5rem;
  }
  #buttonRow a:nth-child(3) {
    margin: 0.25rem 0.5rem 0.5rem 0.25rem;
  }
}
.top-ad-container {
  display: none;
}
.col-12 {
  padding: 0 0 0 0 !important;
}
.justify-content-md-center.row {
  margin: 0;
}
header.header-nav {
  position: fixed;
  width: 100%;
}
/*# sourceMappingURL=main.84c78e92.chunk.css.map */
.vjs-control-bar {
  margin: 0 0 1.2rem 0;
}
.brightcove-react-player-loader {
  position: relative;
  width: 100%;
  padding: 0 0 56.25% 0;
  height: 100%;
}
.brightcove-react-player-loader video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
