.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  max-width: 710px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a {
  font-family: Muli, sans-serif;
  color: #59c3c3;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

blockquote {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1375px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  overflow: hidden;
  font-family: 'EB Garamond', sans-serif;
  color: #ccd1e8;
  text-decoration: none;
}

.logo-wrap.w--current {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-container {
  position: relative;
  width: 90%;
  max-width: 1370px;
  text-align: left;
}

.page-container.testimonial-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  color: #000;
  text-align: left;
}

.page-container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid hsla(0, 0%, 100%, 0.1);
}

.page-container.about-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2c409b;
  text-align: center;
}

.page-container.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b5b5b5;
  text-align: center;
}

.page-container.book-hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 12vw;
  max-width: 15vw;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #dfab82;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button.inverted {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  color: #dfab82;
}

.button-transparent {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  color: #dfab82;
  font-size: 20px;
}

.button-transparent.inverted-2 {
  color: #fff;
}

.button-transparent.nav-menu-btn {
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #9aa7df;
  border-radius: 20px;
}

.spacer-60-px {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-line {
  position: absolute;
  left: 0px;
  width: 20%;
  height: 2px;
  margin-top: 8px;
  background-color: #4a5899;
  color: #9aa7df;
}

.button-line.white-line {
  background-color: #fff;
}

.button-overlay {
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #303c74;
}

.button-text {
  position: relative;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link {
  margin-right: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'EB Garamond', sans-serif;
  color: #b5b5b5;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: #fff;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  min-width: auto;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfab82;
}

.section.testimonial-section {
  position: relative;
  margin-top: auto;
  padding-top: 300px;
  padding-bottom: 300px;
  background-color: #ed8590;
  text-align: center;
}

.section.footer-section {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #4a5899;
  text-align: center;
}

.section.color-section {
  background-color: #4a5899;
  color: #fff;
}

.section.form-section {
  background-color: #fff;
}

.testimonial-author-name {
  font-family: 'EB Garamond', sans-serif;
  color: #9aa7df;
  font-weight: 800;
  letter-spacing: 2px;
}

.testimonial-author-role {
  font-family: Muli, sans-serif;
  color: #b5b5b5;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.spacer-30-px {
  width: 30px;
  height: 30px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.page-wrapper.style-guide-wrap {
  display: block;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.testimonial-author-img {
  position: absolute;
  top: 80px;
  right: 80px;
  bottom: 80px;
  width: 300px;
  background-image: url('../images/jeffery-erhunse-BQMZ5ligqps-unsplash.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.testimonial-bg-image {
  position: absolute;
  right: 0px;
  overflow: hidden;
  width: 80%;
  height: 70%;
  min-height: 640px;
}

.text-block {
  position: absolute;
  top: 145px;
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Muli, sans-serif;
  color: #b5b5b5;
  font-size: 10px;
  letter-spacing: 4px;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

.bg-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: #4a5899;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #4a5899;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfab82), to(#fff));
  background-image: linear-gradient(180deg, #dfab82, #fff);
}

.navigation-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.style-guide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a5899;
  color: #fff;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #b5b5b5;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-colors {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.style-colors.grey-cc {
  background-color: #b5b5b5;
}

.style-colors.dark-cc {
  background-color: #000;
}

.style-colors.white-tr-cc {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.style-colors.light-cc {
  background-color: #fff;
}

.style-colors.brand-1-cc {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #4a5899;
}

.style-colors.brand-2-cc {
  background-color: #59c3c3;
}

.style-colors.brand-3-cc {
  background-color: #dfab82;
}

.style-colors.brand-4-cc {
  background-color: #ed8590;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #b5b5b5;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.button-small {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background-color: #4a5899;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button-small.white-small {
  background-color: #fff;
  color: #4a5899;
}

.colors-grid {
  margin-bottom: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea-input {
  min-height: 100px;
  margin-bottom: 0px;
  padding: 15px 20px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

.form-block {
  margin-bottom: 0px;
}

.estonia.text-block-5 {
  display: none;
}

.copyright {
  color: #fff;
  font-size: 12px;
}

.footer-space {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addresses {
  padding-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  color: #9aa7df;
  font-size: 14px;
  line-height: 1.5;
  -o-object-fit: fill;
  object-fit: fill;
}

.list {
  color: #000;
}

.link {
  color: #9aa7df;
}

.body {
  background-color: #4a5899;
}

.link-2 {
  color: #9aa7df;
}

.text-block-6 {
  color: #b5b5b5;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 400;
}

.steps-title {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.steps-title.center {
  margin-top: auto;
  font-size: 2em;
}

.steps-container {
  position: relative;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.steps-line {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 0px;
  height: 100%;
  border-right: 2px dashed #9aa7df;
}

.steps-line.half-bottom {
  top: auto;
  bottom: 0px;
  height: 50%;
  border-right-color: #9aa7df;
}

.step-number {
  position: relative;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #f2f4f8;
  color: #4a5899;
  font-size: 50px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
}

.paragraph {
  font-size: 1.2em;
  font-weight: 600;
}

.download_button {
  margin-bottom: 20px;
  background-color: #000;
  color: #dfab82;
}

.download_button.ewaste {
  padding-left: 0px;
  background-color: transparent;
  font-weight: 600;
}

.download_button.software {
  padding-left: 0px;
  background-color: transparent;
  font-weight: 600;
}

.container {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 40px;
}

.navbar {
  display: none;
}

.heading-4 {
  color: #4a5899;
  font-size: 2.5em;
}

.heading-5 {
  color: #4a5899;
  font-size: 2.5em;
}

.learn-number {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Muli, sans-serif;
  color: #4a5899;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.learn-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4a5899;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-align: left;
  cursor: pointer;
}

.learn-item:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.4);
}

.learn-item.learn-it-3 {
  background-color: #000;
}

.learn-item.learn-it-3 {
  background-color: #5b6697;
  box-shadow: 6px -1px 10px 7px #dfab82;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4.learn {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.feature-paragrapg-3 {
  max-width: 510px;
  margin-top: 300px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  line-height: 30px;
}

.learn-paragraph-2 {
  max-width: 700px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
}

.feature-heading-2 {
  position: absolute;
  left: 40px;
  top: 80px;
  right: 40px;
  color: #9aa7df;
}

.learn-grid-3 {
  width: 100%;
  max-width: 1370px;
  min-height: 500px;
  margin-bottom: -30vh;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area Area"
    "Area-2 Area-2 Area-2";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(min-content, 0.75fr) 10px minmax(0px, 0.75fr);
  grid-template-rows: minmax(-webkit-min-content, 0.75fr) minmax(0px, 0.75fr);
  grid-template-rows: minmax(min-content, 0.75fr) minmax(0px, 0.75fr);
}

.heading-12 {
  color: #fff;
}

.button-8 {
  border: 2px solid #000;
  border-radius: 15px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  color: #4a5899;
  font-weight: 800;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.book-cover {
  position: absolute;
  top: 0px;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 450px;
  max-height: 1000px;
  max-width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #4a5899;
  background-color: rgba(154, 167, 223, 0.12);
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.button-line-2 {
  position: relative;
  left: 0px;
  width: 20%;
  height: 2px;
  max-width: 300px;
  margin-top: 8px;
  padding-left: 0px;
  background-color: #dfab82;
}

.book-hero-heading {
  max-width: 760px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.spacer-2vh {
  width: 30px;
  height: 2vh;
}

.hero-words-wrap {
  overflow: hidden;
  max-width: 760px;
  padding-bottom: 5px;
}

.grid-2 {
  grid-column-gap: 20px;
  -ms-grid-columns: 2.25fr 1.5fr 1fr;
  grid-template-columns: 2.25fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.book-desc {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-9 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dfab82;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-text-2 {
  position: relative;
  z-index: 2;
  min-width: 100px;
  color: #4a5899;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 2px;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-color: #59c3c3;
  column-rule-color: #59c3c3;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
  white-space: normal;
}

.listen-on-links {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: underline;
}

.text-block-3 {
  position: static;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.hero-paragraph {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.listen-on {
  position: absolute;
  top: 20px;
  right: 40px;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
}

.button-transparent-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  color: #dfab82;
  font-size: 20px;
}

.button-transparent-2._30-margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.book-light-box {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.label {
  position: relative;
  z-index: 4;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  background-color: #4a5899;
  color: #fff;
}

.book-image {
  height: 60%;
  font-size: 14px;
}

.dropdown-toggle {
  padding-right: 20px;
  padding-left: 0px;
}

.dropdown-toggle.w--open {
  padding-right: 20px;
}

.list-item-4 {
  display: none;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.nav-link-9 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 200;
  text-decoration: none;
}

.nav-link-9:hover {
  text-decoration: underline;
}

.text-block-10 {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 200;
}

.icon-4 {
  margin-right: 0px;
  color: hsla(0, 0%, 100%, 0.5);
}

.nav-logo-link-2 {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.dropdown-list {
  background-color: transparent;
}

.nav-grid-mobile {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-3 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.sticky-nav-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: block;
  padding: 20px;
  background-color: #4a5899;
}

.button-10 {
  margin-left: 40px;
  padding-left: 15px;
  background-color: #9aa7df;
  font-family: 'EB Garamond', sans-serif;
  color: #4a5899;
}

.container-13 {
  display: inline;
}

@media screen and (min-width: 1280px) {
  .page-container.about-container {
    width: 100%;
  }

  .section {
    margin-top: auto;
  }
}

@media screen and (min-width: 1440px) {
  .page-container.about-container {
    width: 80vw;
    max-height: 200vh;
    max-width: none;
  }

  .section {
    margin-top: auto;
  }
}

@media screen and (min-width: 1920px) {
  .page-container.about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .page-container.book-hero {
    width: 100%;
    max-width: none;
  }

  .button-transparent.nav-menu-btn {
    margin-left: 60px;
    padding-left: 0px;
  }

  .nav-link {
    font-size: 2em;
  }

  .footer-heading {
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 1.5em;
  }

  .feature-heading-2 {
    font-size: 2.5em;
  }

  .heading-12 {
    font-size: 10em;
  }

  .bold-text-18 {
    font-size: 1.5em;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .book-cover {
    width: 45vw;
    height: 550px;
    margin-right: 220px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .book-hero-heading.line-1 {
    font-size: 120px;
  }

  .button-text-2 {
    font-size: 24px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .label {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-bottom: 40px;
  }

  .logo-wrap.w--current {
    margin-bottom: 20px;
  }

  .page-container.footer-container {
    display: inline-block;
  }

  .page-container.about-container {
    overflow: scroll;
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .page-container.about-container {
    top: auto;
    display: inline-block;
    overflow: visible;
    width: 100vw;
    height: 10vh;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #4a5899;
    color: #4a5899;
  }

  .page-container.book-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-line {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .nav-link {
    font-family: Muli, sans-serif;
    color: #b5b5b5;
  }

  .section {
    display: block;
    width: 100%;
    height: auto;
    min-height: 20vh;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.testimonial-section {
    top: 95px;
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .page-wrapper {
    top: 89px;
    background-color: #fff;
  }

  .testimonial-author-img {
    position: static;
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }

  .bg-image {
    top: auto;
    bottom: auto;
  }

  .navigation-wrap {
    display: none;
  }

  .block-quote {
    margin-bottom: 40px;
  }

  .copyright {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-space {
    padding-right: 10px;
    padding-left: 10px;
  }

  .addresses {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .body {
    background-color: #4a5899;
  }

  .text-block-6 {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .steps-title {
    position: relative;
  }

  .steps-title.center {
    margin-top: 20px;
  }

  .section-2 {
    top: 60px;
    padding: 0px 20px 50px;
  }

  .step-number {
    border: 0px solid #9aa7df;
  }

  .download_button {
    margin-bottom: 20px;
  }

  .download_button.ewaste {
    padding-left: 0px;
  }

  .download_button.software {
    padding-left: 0px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu {
    padding-top: 10vh;
    background-color: transparent;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .container-2 {
    display: inline;
  }

  .image-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }

  .learn-number {
    position: static;
    margin-bottom: 10px;
  }

  .learn-item.learn-it-3 {
    top: 32px;
    box-shadow: 0 6px 10px -4px #dfab82;
  }

  .section-4.learn {
    display: inline-block;
    padding-top: 220px;
    padding-bottom: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #4a5899;
  }

  .feature-paragrapg-3 {
    margin-top: 0px;
  }

  .learn-paragraph-2 {
    max-width: 800px;
  }

  .feature-heading-2 {
    position: static;
  }

  .learn-grid-3 {
    position: relative;
    top: 89px;
    height: auto;
    max-width: 100vw;
    min-height: auto;
    grid-row-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 6.25fr;
    grid-template-columns: 6.25fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
    grid-template-rows: auto auto auto auto auto auto;
    background-color: transparent;
  }

  .icon {
    color: #9aa7df;
    font-size: 5vw;
  }

  .heading-12 {
    color: #fff;
  }

  .button-8 {
    border-width: 1.5px;
  }

  .hero-content {
    margin-right: 10px;
  }

  .book-cover {
    position: relative;
    width: auto;
    height: auto;
    max-height: 103%;
    max-width: 600px;
    margin-top: 40px;
  }

  .text-block-9 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .book-desc {
    padding-top: 0px;
  }

  .page-hero {
    padding-top: 60px;
  }

  .book-image {
    height: 80%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .sticky-nav-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

  .page-container.footer-container {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-container.about-container {
    height: auto;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .page-container.book-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spacer-60-px {
    overflow: hidden;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #dfab82;
  }

  .section.testimonial-section {
    top: auto;
  }

  .testimonial-bg-image {
    width: 85%;
    height: 90%;
  }

  .book-logo-img {
    margin-bottom: 40px;
  }

  .navigation-wrap {
    display: none;
  }

  .copyright {
    color: #000;
    font-weight: 800;
  }

  .footer-space {
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .addresses {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-flex-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .link {
    color: #59c3c3;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .steps-title {
    margin-bottom: 30px;
  }

  .steps-title.center {
    padding-top: 40px;
    color: #000;
  }

  .step-image-column {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .steps-container {
    padding-bottom: 20px;
  }

  .step-number-column {
    display: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-2 {
    top: auto;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .steps-line {
    display: none;
  }

  .step-number {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 60px;
  }

  .paragraph {
    color: #4a5899;
    font-weight: 400;
  }

  .download_button {
    background-color: rgba(0, 0, 0, 0.35);
    font-family: 'EB Garamond', sans-serif;
    color: #dfab82;
    font-weight: 700;
    letter-spacing: 5px;
    white-space: normal;
  }

  .download_button.ewaste {
    padding-left: 0px;
  }

  .download_button.software {
    padding-left: 0px;
  }

  .image-4 {
    display: none;
  }

  .image-6 {
    display: none;
    padding-bottom: 60px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .nav-menu {
    background-color: #4a5899;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-link-2 {
    color: #b5b5b5;
    font-weight: 600;
  }

  .nav-link-3 {
    color: #b5b5b5;
    font-weight: 600;
  }

  .nav-link-4 {
    color: #b5b5b5;
    font-weight: 600;
  }

  .nav-link-5 {
    color: #b5b5b5;
    font-weight: 600;
  }

  .nav-link-6 {
    color: #b5b5b5;
    font-weight: 600;
  }

  .container-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/color_logo_transparent.png');
    background-position: 0px 0px;
  }

  .image-7 {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14vw;
  }

  .heading-4 {
    color: #4a5899;
  }

  .heading-5 {
    color: #4a5899;
  }

  .learn-item.learn-it-3 {
    box-shadow: 0 6px 10px -4px #dfab82;
  }

  .section-4.learn {
    padding-top: 100px;
  }

  .bold-text-15 {
    font-weight: 400;
  }

  .bold-text-16 {
    font-weight: 400;
  }

  .learn-paragraph-2 {
    margin-bottom: 0px;
  }

  .learn-grid-3 {
    grid-row-gap: 30px;
  }

  .icon {
    color: #fff;
  }

  .page-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-grid-mobile {
    text-align: center;
  }

  .sticky-nav-mobile {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  blockquote {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-wrap {
    margin-bottom: 20px;
  }

  .nav-links {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.testimonial-container {
    padding: 60px 40px;
  }

  .page-container.footer-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-container.book-hero {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .buttons-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-transparent.nav-menu-btn {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .nav-link {
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .section {
    min-height: 10vh;
    padding-top: 0px;
  }

  .page-wrapper {
    top: 35px;
  }

  .testimonial-bg-image {
    width: 90%;
  }

  .text-block {
    top: 100px;
    right: -30px;
  }

  .input {
    font-size: 16px;
  }

  .navigation-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .textarea-input {
    font-size: 16px;
  }

  .copyright {
    color: #59c3c3;
  }

  .addresses {
    margin-bottom: 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .steps-title.center {
    padding-top: 0px;
  }

  .section-2 {
    padding-top: 100px;
  }

  .image-7 {
    min-width: 1vw;
    padding-top: 10px;
    padding-left: 10px;
  }

  .heading-4 {
    color: #9aa7df;
  }

  .learn-item.learn-it-3 {
    box-shadow: 0 6px 10px -4px #dfab82;
  }

  .section-4.learn {
    padding-top: 60px;
  }

  .learn-paragraph-2 {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .learn-grid-3 {
    top: -32px;
  }

  .hero-content {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .book-cover {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  .book-hero-heading.line-1 {
    max-width: none;
    text-align: left;
  }

  .grid-2 {
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .book-desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-9 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .button-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 18px;
  }

  .hero-paragraph {
    margin-bottom: 40px;
    font-size: 10px;
    text-align: left;
  }

  .listen-on {
    left: 10px;
    right: 10px;
  }

  .button-transparent-2._30-margin-top {
    margin-top: 30px;
  }

  .label {
    font-size: 11px;
  }

  .page-hero {
    padding-top: 60px;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .nav-grid-mobile {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .sticky-nav-mobile {
    padding: 0px;
  }
}

#w-node-e3de3aa5-33b4-fe5e-553a-7e1e3af30c6c-eb942e2f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e3de3aa5-33b4-fe5e-553a-7e1e3af30c7b-eb942e2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3de3aa5-33b4-fe5e-553a-7e1e3af30c86-eb942e2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b553a9c-f03a-0e8b-5ee7-5038c2d0a770-eb942e2f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5b553a9c-f03a-0e8b-5ee7-5038c2d0a774-eb942e2f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#google_translate_element.w-node-_5b553a9c-f03a-0e8b-5ee7-5038c2d0a778-eb942e2f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c883fc-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c88403-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c88404-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c883fd-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_168ab669-0346-28a2-a655-f9b41163063f-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_168ab669-0346-28a2-a655-f9b411630640-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_168ab669-0346-28a2-a655-f9b411630641-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_168ab669-0346-28a2-a655-f9b411630646-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07150-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07151-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07152-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07157-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f49-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f4a-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f4b-60942e32 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f50-60942e32 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-e3de3aa5-33b4-fe5e-553a-7e1e3af30c6c-eb942e2f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

