body {
  background-color: #fff;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
.main-nav-link {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}
/* .mob-section {
  display: none;
} */
.desktop-section {
  display: block;
}
.banner {
  background: url(../img/banner.jpg);
  height: 800px;
  background-size: cover;
  padding: 87px 0;
}
.book-inner {
  background: #ebe5f0;
  padding: 93px 0;
  text-align: center;
  margin-top: -8px;
}
.register {
  background: #83ccca;
  padding: 100px 0;
  margin-top: -8px;
}
.info {
  background: #3A869C;
  padding: 100px 0;
}
.biblia-book{
  background: #9C376F;
  padding: 80px 0;
  text-align: left;

}
.biblia-book img{
  max-width: 507px;
}
.biblia-book h1{
  font-family: "adobe-garamond-pro";
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 30px !important;
  font-size: 60px;
  text-align: left;
}
.biblia-book .biblia-bookinner{
  display: grid;
  grid-template-columns: 740px 1fr;
  text-align: left;
  align-items: center;
  color: #fff;
}
#freedownload h1,.purchase-items h1{
  font-family: "adobe-garamond-pro";
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 80px !important;
  font-size: 60px;
}
.purchase-items h1{
  color: #1F1D44 !important;
}
.info h1,
.info p {
  color: #fff;
}
.register--form {
  background: #fff;
  padding: 7% 19%;
  margin-top: 20px;
}
.book-inner p {
  text-align: center;
  font-size: 30px;
  color: #58476d;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}
.button {
  display: inline-block;
  background-color: #fff;
  color: #00818d;
  text-decoration: none;
  padding: 16px 32px;
  padding: 1rem 4rem;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: auto;
  text-align: center;
  font-weight: 600;
  border: 3px solid #00818d;
  text-transform: inherit;
  /* margin-top: 40px; */
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .button {
    font-size: 24px;
    margin-top: 6px;
  }
}

@media (max-width: 992px) {
  .button {
    font-size: 20px;
    padding: 1rem !important;
  }
}

/* @media (min-width: 1240px) {
      .button {
          font-size: 24px;
          margin-top: 16px;
      }
  } */

.button:hover {
  background-color: #fff;
  color: #00818d;
}

.button-ghost {
  display: inline-block;
  background-color: transparent;
  color: #236791;
  text-decoration: none;
  padding: 16px 32px;
  padding: 1rem 2rem;
  border: 3px solid #236791;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
  text-transform: uppercase;
}

.button-ghost:hover {
  background-color: #236791;
  color: #fff;
}

.button-ghost-inverse {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}

.button-ghost-inverse:hover {
  background-color: #252525;
  border: 1px solid #252525;
}

a {
  color: #93e4e2;
  transition: color 200ms ease;
}

a:hover {
  color: #80cecc;
}

.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge,
h1 {
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: -1px;
  text-align: center;
  color: #1d1949;
}
.register h1 {
  color: #58476d;
}

.large,
h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger,
h3 {
  font-size: 26px;
  line-height: 1.38;
}

.big,
h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small,
small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
@media (min-width: 1240px) {
  p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 1640px) {
  p {
    font-size: 20px;
    line-height: 1.5;
  }
  .description p {
    font-size: 30px;
  }
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.bold {
  font-weight: 700;
}

img {
  width: 100%;
}
.d-flex {
  display: flex;
}
.d-flex .img-fluid {
  display: inline-block;
  margin: 20px 11px;
}
.d-flex .img-fluid img {
  width: 100%;
  height: auto;
}
.section-inner {
  max-width: 1280px;
  margin: auto;
}
.submitted-message p {
  text-align: center;
  font-size: 50px;
}
@media (max-width: 1340px) {
  .section-inner {
    max-width: 1150px;
    margin: auto;
  }
}
@media (max-width: 1180px) {
  .section-inner {
    max-width: 900px;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .section-inner {
    max-width: 960px;
    margin: auto;
  }
  .social-links img {
    max-width: 33px;
    width: 33px;
  }
}
@media (max-width: 992px) {
  .section-inner {
    max-width: 650px;
    margin: auto;
  }
}
.info .section-inner h1 {
  margin: 0 0 35px 0;
}
.section-inner h1 {
  margin: 0;
}
@media (min-width: 600px) {
  .two-up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#masthead {
  background-color: #fff;
  padding: 32px;
  padding: 2rem 2rem 0;
}

@media (min-width: 750px) {
  .masthead-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 0.5fr 1.5fr;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0;
  }
}

.masthead-logo img {
  width: 200px;
}

@media (min-width: 1200px) {
  .masthead-logo img {
    width: 300px;
  }
}

.main-nav-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 750px) {
  .main-nav-list {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}
.main-badge {
  max-width: 350px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .main-badge {
    max-width: 250px !important;
  }
}

@media (max-width: 992px) {
  .main-badge {
    max-width: 200px !important;
  }
}
.main-nav-item {
  margin: 16px;
  margin: 1rem;
}
@media (min-width: 1240px) {
  .main-nav-item {
    margin: 0 0 0 3rem;
  }
}
.site-footer {
  background-color: #4d4d4d;
  padding: 32px 16px;
  padding: 2rem 1rem;
}
.site-footer-inner {
  max-width: 1280px;
  margin: auto;
}

@media (min-width: 600px) {
  .site-footer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}

@media (min-width: 900px) {
  .site-footer-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .site-footer-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 500px) {
  .site-info {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 600px) {
  .site-info {
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    margin-right: 1rem;
  }
}

#footer-logo {
  width: 100px;
  margin-right: 16px;
  margin-right: 1rem;
}
#footer-logo img {
  min-width: 100px;
}
.copyright {
  color: #fff;
}

.copyright p {
  margin: 0;
}

.copyright a {
  color: #fff;
}

.copyright-contact {
  font-weight: 700;
}

.email-signup {
  margin: 32px 0;
  margin: 2rem 0;
}

.footer-form {
  margin-top: 16px;
  margin-top: 1rem;
}

.footer-label {
  color: #fff;
  display: block;
  margin: 4.8px 0;
  margin: 0.3rem 0;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.footer-input {
  padding: 16px;
  padding: 1rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 5px;
}

.footer-widget-heading {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: capitalize;
}

.footer-widget {
  margin: 32px 0;
  margin: 2rem 0;
}

@media (min-width: 600px) {
  .footer-widget {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
}

.footer-button {
  background: transparent;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
}

.footer-button:hover {
  background-color: #fff;
  color: #000;
  border: 3px solid #fff;
}

.footer-text {
  color: #fff;
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}

.footer-submit {
  padding: 0;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
  align-items: center;
}

.social-links ul li {
  color: #fff;
  margin-right: 16px;
  margin-right: 1rem;
}

.social-links ul li a {
  color: #fff;
  transition: color 300ms ease;
}

.social-links ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.social-links ul li i {
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 600px) {
  .social-links {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    justify-content: right;
    display: flex;
    flex-direction: column;
  }

  .social-links ul li {
    margin-right: 1rem;
  }
}
.main-nav-link {
  font-size: 24px;
  color: #58476d;
}
.main-nav-link:hover {
  color: #58476d;
}
.product-title h3 {
  color: #58476d;
  text-transform: inherit;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.grid-center {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  grid-column-gap: 8rem;
}

#freedownload .grid-center img {
  width: 459px;
  border: 10px solid #fff;
  border-radius: 100%;
}

#freedownload {
  background: #3A869C;
  padding: 87px 0;
}
.description h2,
.description p {
  color: #fff;
}
.position-relative {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
}

.position-relative img {
  width: auto;
}

#product-grid .product-grid-header {
  margin-bottom: 0;
}

.main-heading {
  font-weight: 400;
  font-family: "adobe-garamond-pro";
  /* font-size: 60px;
    line-height: 76px; */
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  color: #1f1d44;
  margin-bottom: 0;
  margin-top: 0;
}

.about-inner {
  margin-top: -6px;
}

.about-header {
  font-weight: 600;
}

.footer-button {
  margin-top: 0 !important;
}
.hs-form-field label {
  color: #555555;
  display: block;
  margin: 4.8px 0;
  margin: 0.3rem 0;
  font-size: 20px;
}
.hs-error-msgs,
.inputs-list {
  padding-left: 0;
}
.hs-input {
  box-sizing: border-box;
  display: block;
  background: #fff;
  width: 100%;
  width: 100%;
  height: 53px;
  line-height: 30px;
  outline: 0;
  padding-right: 37px;
  padding-left: 9px;
  box-shadow: inset 0 55px 55px -55px rgb(0 0 0 / 30%);
  border: 1px solid #707070;
  border-radius: 0;
}
.hs-form-booleancheckbox-display {
  color: #000;
}
.hs-input[type="checkbox"] {
  height: auto;
}
.hs-form-field {
  margin-bottom: 25px;
}
.inputs-list.hs-error-msgs li {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 300;
}
.inputs-list.hs-error-msgs li label {
  margin-top: -7px;
  font-size: 15px;
  color: #d70404 !important;
}
.inputs-list li {
  list-style: none;
}
.hs-form-booleancheckbox-display .hs-input {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  margin-top: 15px;
}
.hs-form-booleancheckbox-display a {
  color: #236791;
}
.hs-form-booleancheckbox-display a:hover {
  color: #236791;
}
.hs-button.primary {
  background: #fff;
  color: #236791;
  font-size: 30px;
  border-radius: 0;
  border: 2px solid #236791;
  text-transform: uppercase;
  padding: 10px 30px;
}

.hs-button.primary:hover {
  background: #236791;
  color: #fff;
}
.copyright p {
  font-size: 16px;
}

.main-link {
  max-width: 1280px;
  margin: auto;
  text-align: right;
}
.main-link a {
  color: #58476d;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 50px;
}
.info p {
  font-size: 30px;
}
.btn-secondary {
  background: #00818d;
  padding: 30px 30px;
  text-align: center;
  min-width: 362px;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 35px;
}
.grid-template+h1{
  margin-top: 90px;
}
.grid-template {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  justify-content: center;
  gap: 50px;
  align-items: end;
}
.banner .section-inner {
  display: grid;
  grid-template-columns: 587px 430px;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.grid-template img {
  max-width: 383px;
}
.grid--col h3 {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  line-height: 36px;
}
.grid--col h3 span {
  display: block;
}
.grid--col a {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #58476d;
}
.purchase-items {
  padding: 120px 0;
  background: #ebe5f0;
}
.grid--col select {
  margin-top: 30px;
  min-width: 281px;
  box-shadow: inset 0 55px 55px -55px rgb(0 0 0 / 22%);
  min-height: 53px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #707070;
}
.grid--col .select {
  position: relative;
  display: inline;
}
.grid--col .select span {
  background-image: url(../img/arrow-select.png);
  position: absolute;
  top: 7px;
  right: 19px;
  height: 13px;
  width: 15px;
}
.grid--col .select:after {
  position: absolute;
  content: "";
  height: 46px;
  top: -10px;
  width: 1px;
  background-color: #707070;
  right: 50px;
}
.info iframe {
  width: 100%;
  height: 719px;
  border: none;
  margin-top: 40px;
}
.justify-end {
  justify-content: end;
}
@media (max-width: 1280px) {
  #freedownload .grid-center img {
    width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-secondary{
    margin-top: 75px;
    font-size: 18px;
  }
  .grid-template+h1{
    margin-top: 50px;
  }
  .banner .section-inner {
    grid-template-columns: 1fr 1fr;
  }
  .biblia-book .biblia-bookinner{
    grid-template-columns: 400px 1fr;
  }
  .biblia-book h1{
    margin-bottom: 10px !important;
    font-size: 30px;
    text-align: left;
  }
  .biblia-book h1{
    font-size: 29px;
  }
  .biblia-book p{
    font-size: 14px;
  }
  .biblia-book .btn-secondary{
    min-width: 200px;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
  }
  .banner .section-inner img {
    max-width: 300px;
  }
  .main-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .grid-template {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .position-relative img {
    width: 100%;
  }
  .main-nav-link {
    font-size: 16px;
  }
  .position-relative {
    min-height: 260px;
  }

  #freedownload .grid-center img {
    width: 220px;
  }
  .banner {
    height: 520px;
  }
  .info,
  .banner,
  .book-inner,
  .register {
    padding: 50px 0;
  }
  .huge,
  h1 {
    font-size: 40px !important;
  }
  .button {
    width: auto;
    padding: 1rem 2rem;
    /* margin-top: 20px; */
  }
  .book-inner p {
    font-size: 20px;
  }
  .main-nav-item {
    margin: 0 0 0 1rem;
  }
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.info p {
  max-width: 1064px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .info .section-inner h1{
    margin: 0;
    font-size: 20px;
  }
  #freedownload h1, .purchase-items h1{
    font-size: 29px;
    margin-bottom: 20px !important;
  }
    .grid-template+h1{
      margin-top: 30px;
    }
  .biblia-book .biblia-bookinner{
    display: flex;
    flex-direction: column-reverse;
    
  }
  .biblia-book{
    padding: 30px 0; 
  }
  .biblia-book h1{
    margin-bottom: 10px !important;
    font-size: 30px;
    text-align: left;
  }
  .biblia-book h1{
    font-size: 24px;
  }
  .biblia-book p{
    font-size: 14px;
  }
  .biblia-book .btn-secondary{
    min-width: 200px;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
  }
  .main-badge{
    width: 180px;
    margin-bottom: 20px;
  }
  .d-flex .img-fluid img {
    max-width: 240px;
  }
  .banner .section-inner {
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
  }
  .banner .button {
    margin-top: 0;
    width: 70%;
  }
  .banner {
    padding: 20px 0;
  }
  .main-link a {
    top: 0;
  }
  .info iframe {
    height: 195px;
  }
  .btn-secondary {
    background: #00818d;
    padding: 10px;
    min-width: 272px;
    margin: 20px;
    font-size: 16px;
  }
  .grid-template {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .purchase-items {
    padding: 30px 0 60px;
  }
  .grid--col select {
    margin-top: 10px;
  }
  .grid--col h3 {
    font-size: 22px;
  }
  .grid--col a {
    font-size: 21px;
  }
  .grid-template img {
    max-width: 250px;
  }
  .d-block {
    display: none;
  }
  .d-none {
    display: block;
  }
  .banner {
    height: 750px;
  }
  .main-nav-item {
    margin: 1rem 0;
  }
  h1 {
    font-size: 30px;
  }
  .info,
  .book-inner,
  #freedownload,
  .register {
    padding: 20px 0;
  }
  .section-inner h1 {
    margin: 0 0 20px;
  }
  .register--form {
    padding: 5%;
  }
  .info p {
    font-size: 15px;
  }
  .button {
    padding: 1rem;
    font-size: 16px;
  }
  .book-inner p,
  .description p {
    font-size: 15px;
  }
  .hs-button.primary {
    font-size: 15px !important;
  }
  .section-inner {
    padding: 20px 15px;
  }

  .product-grid-header {
    margin: 30px 0;
  }

  .description {
    margin-top: 15px;
  }

  .description h2 {
    font-size: 24px;
  }

  #product-grid .product-grid-header {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .main-heading {
    padding: 0;
    font-size: 21px;
    margin: 0 0 10px;
    line-height: 26px;
  }

  #communitysection {
    padding: 15px;
  }

  .tyfb_wrapper .text-center .tyfb_heading {
    font-size: 42px;
  }

  .position-relative img {
    position: inherit;
  }

  .position-relative {
    min-height: auto;
  }

  .grid-center {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #freedownload .grid-center img {
    width: 300px;
  }

  .grid-center:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .main-nav-list {
    display: block;
  }
  .site-info {
    display: flex;
    margin-bottom: 20px;
  }
  .site-info .copyright-links span {
    display: none;
  }
  .site-info .copyright-links a {
    display: block;
  }
}
@media(max-width : 546px){
  .banner .button {
    margin-top: 0;
    width: 100%;
  }
  .banner{
    height: 800px;
  }
}