.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;
}

strong {
  font-weight: bold;
}

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;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 15vh;
  padding-bottom: 10vh;
  padding-left: 3vw;
  -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;
}

.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 {
  display: block;
  overflow: hidden;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'EB Garamond', sans-serif;
  color: #ccd1e8;
  text-decoration: none;
}

.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;
}

.nav-links.footer-copyright {
  margin-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1%;
  -webkit-flex-grow: 1%;
  -ms-flex-positive: 1%;
  flex-grow: 1%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 10px;
}

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

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

.page-container.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  padding-bottom: 10vh;
  -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;
  text-align: center;
}

.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: 1px solid hsla(0, 0%, 100%, 0.1);
}

.page-container.footer-free-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.book-hero-heading.line-1 {
  max-width: 80vw;
  padding-bottom: 2vh;
  font-size: 8em;
}

.label {
  position: relative;
  z-index: 4;
  max-width: 80vw;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-paragraph {
  position: relative;
  z-index: 2;
  max-width: 80vw;
  margin-bottom: auto;
  padding-bottom: 5vh;
  font-size: 1.2em;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  margin-top: 5vh;
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  line-height: 1.2em;
}

.button {
  position: relative;
  z-index: 3;
  display: block;
  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: rgba(74, 88, 153, 0.11);
  font-family: Muli, sans-serif;
  color: #4a5899;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #7a7272;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.button.inverted {
  display: block;
  margin-left: 20px;
  background-color: #fff;
  color: #dfab82;
}

.button.industry {
  background-color: rgba(74, 88, 153, 0.11);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 1.4em;
}

.button.industry:hover {
  background-color: #4a9499;
  color: #fff;
}

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

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

.delete-button.nav-menu-btn {
  position: relative;
  left: auto;
  top: 0%;
  right: -80%;
  bottom: 0%;
  display: none;
  overflow: auto;
  height: 30px;
  max-width: none;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 20px 10px 20px 0px;
  -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-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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 40;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.delete-line.white-line {
  width: 25%;
  max-width: 200px;
  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;
  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;
}

.nav-link {
  margin-right: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 2px;
}

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

.hero-content {
  position: relative;
  z-index: 2;
  padding-left: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  display: block;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 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;
  background-color: transparent;
}

.section.learn {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 0px;
  padding-top: 100px;
  background-color: #9abedf;
  color: #fff;
  text-align: center;
}

.section.footer-section {
  display: none;
  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;
}

.section.text {
  margin-top: 10vh;
  margin-bottom: 0vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.learn-paragraph {
  max-width: 80vw;
  color: #4a5899;
  font-size: 1.3em;
}

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

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

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

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

.free-sample-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.free-sample-form-block.half-block {
  width: 50%;
  min-width: 600px;
}

.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;
}

.input.transparent-input {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
}

.input.transparent-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form {
  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;
}

.navigation-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: none;
  padding-top: 40px;
  padding-bottom: 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;
  background-color: #4a5899;
}

.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;
}

.powered-text {
  margin-right: 5px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 1px;
}

.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;
}

.social-icons-wrap {
  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;
}

.social-icon {
  height: 20px;
  margin-left: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon-img {
  display: block;
  height: 100%;
}

.footer-link {
  margin-left: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
  letter-spacing: 0.2em;
}

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

.footer-link.creator {
  margin-left: 0px;
  color: #dfab82;
}

.success-message-2 {
  padding: 40px;
  background-color: #dfab82;
  color: #fff;
}

.error-message-2 {
  margin-top: 20px;
  padding: 40px;
  background-color: #ed8590;
  color: #fff;
}

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

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer-link {
  margin-left: 0px;
}

.footer-link {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
}

.footer-space {
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1em;
  line-height: 1.2em;
}

.footer-space.left {
  min-width: 10vw;
  margin-left: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-space.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-space.middle {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
}

.addresses {
  margin-top: auto;
  padding-top: 0vh;
  padding-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.addresses.estonia {
  display: none;
}

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

.container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  max-width: none;
  padding: 60px 5vw 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-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;
  color: rgba(223, 171, 130, 0.27);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-link-2 {
  display: inline-block;
  width: auto;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.footer-link-2.long {
  width: auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.grid-4 {
  margin-bottom: auto;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.addresses-div {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5vh;
}

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

.html-embed-2 {
  margin-right: 3vw;
}

.html-embed-7 {
  max-width: 8vw;
}

.terms-and-conditions {
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 0px;
  color: #ed8590;
  font-size: 1em;
}

.link-2 {
  margin-right: 10px;
  color: #dfab82;
  letter-spacing: 0.1em;
}

.grid-5 {
  height: auto;
  max-width: none;
  margin: 5vh 0px;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #59c3c3;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 3vw;
  -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-grid-2.desktop {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1vw;
  padding-right: 2vw;
}

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

.desktop-container {
  display: inline;
}

.nav-link-11 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
  text-decoration: none;
}

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

.mobile-navbar {
  display: none;
}

.industries-grid {
  margin-top: 10vh;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.industries-div {
  display: inline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1em;
  line-height: 1.2em;
}

.fancy-buttons {
  max-width: 50vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
  line-height: 1.2em;
}

.platform-button {
  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: 1em;
  line-height: 1em;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.the-platform-button {
  position: relative;
  z-index: 2;
  min-width: 100px;
  color: #4a5899;
  font-size: 1.5em;
  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;
}

.heading-5 {
  margin-bottom: 10vh;
  background-color: transparent;
  color: #000;
  font-size: 6em;
}

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

.button-transparent._30-margin-top {
  font-size: 1.5em;
  font-style: italic;
}

.div-block-11 {
  margin-top: 5vh;
  margin-bottom: auto;
  font-size: 1em;
  line-height: 1.2em;
}

.dark {
  color: #4a5899;
  font-size: 1.5em;
  line-height: 1em;
  font-style: italic;
  text-shadow: 1px 1px 6px #9aa7df;
}

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

.button-line.purple {
  background-color: #4a5899;
}

.our-offer-background {
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0vh 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #4a5899), color-stop(14%, #fff), color-stop(83%, #fff), to(#9abedf));
  background-image: linear-gradient(180deg, #4a5899 2%, #fff 14%, #fff 83%, #9abedf);
  opacity: 1;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.our-offer {
  padding: 10vh 5vw;
  border-radius: 0px;
  background-color: transparent;
  color: transparent;
}

.list {
  margin-bottom: 5vh;
  color: #000;
}

.paragraph {
  display: inline-block;
  max-width: 100vw;
  margin-top: 0px;
  margin-bottom: 5vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.problem {
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  list-style-type: square;
}

.talk-to-sales {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2vh 1vw 1vh 0vw;
  font-size: 1.2em;
}

.content {
  padding: 10px;
  background-color: transparent;
}

.purple {
  font-size: 2em;
  line-height: 2em;
}

.google {
  position: relative;
  left: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 15vh;
  margin-right: 0vw;
  margin-left: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 15vh;
  max-width: 50vw;
  margin-right: 0vw;
  margin-bottom: auto;
  margin-left: auto;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

  .buttons-sideflex {
    font-size: 1em;
    line-height: 1em;
  }

  .delete-line.white-line {
    background-color: #dfab82;
  }

  .footer-link-2.long {
    width: auto;
  }

  .html-embed-7 {
    margin-left: auto;
    padding-left: 0px;
  }

  .nav-grid-2 {
    padding-left: 3vw;
  }

  .fancy-buttons {
    font-size: 1em;
    line-height: 1.2em;
  }

  .button-transparent._30-margin-top {
    font-size: 1em;
    line-height: 1em;
  }

  .div-block-11 {
    font-size: 1.5em;
  }

  .problem {
    font-weight: 400;
  }

  .talk-to-sales {
    display: inline-block;
    padding-bottom: 0vh;
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .google {
    left: -25px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .page-hero {
    height: 100%;
    margin-right: 0px;
    padding-top: 20vh;
    padding-left: 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .page-container.about-container {
    max-width: none;
  }

  .book-hero-heading.line-1 {
    margin-right: 0px;
    padding-bottom: 2vh;
    font-size: 8em;
  }

  .label {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .hero-paragraph {
    font-size: 1.4em;
  }

  .buttons-sideflex {
    margin-top: 5vh;
    margin-bottom: auto;
  }

  .button.industry {
    font-size: 1.7em;
  }

  .footer-link-2.long {
    width: auto;
  }

  .html-embed-7 {
    max-width: 6vw;
    font-size: 100%;
  }

  .text-block-12 {
    font-size: 1.2em;
  }

  .nav-grid-2.desktop {
    padding-bottom: 1vw;
    padding-left: 5vw;
  }

  .button-10 {
    font-size: 1.2em;
  }

  .nav-link-11 {
    font-size: 1.2em;
  }

  .fancy-buttons {
    min-height: 50px;
  }

  .the-platform-button {
    font-size: 1.8em;
  }

  .heading-5 {
    font-size: 7em;
  }

  .problem {
    font-size: 1.2em;
    font-weight: 300;
  }

  .talk-to-sales {
    height: 100%;
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 2em;
  }

  .purple {
    font-size: 1.8em;
  }

  .google {
    left: -32px;
    margin-right: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .page-hero {
    padding-top: 20vh;
    padding-left: 7vw;
  }

  .page-container.book-hero {
    width: 100%;
    max-width: none;
    margin: auto 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-container.about-container {
    display: inline;
    text-align: center;
  }

  .book-hero-heading.line-1 {
    font-size: 8em;
  }

  .label {
    max-width: 80vw;
    font-size: 1.5em;
  }

  .hero-paragraph {
    margin-bottom: 0px;
    padding-bottom: 0vh;
    font-size: 1.5em;
  }

  .buttons-sideflex {
    max-width: 80vw;
    margin-top: 5vh;
  }

  .button.industry {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2em;
    line-height: 1.5em;
  }

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

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0vw;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section.learn {
    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;
  }

  .learn-paragraph {
    display: inline;
    font-size: 2.5em;
  }

  .heading-4 {
    font-size: 8em;
  }

  .addresses {
    font-size: 1em;
  }

  .copyright {
    font-size: 1em;
  }

  .container {
    font-size: 1.5em;
  }

  .footer-heading {
    font-size: 1.2em;
  }

  .footer-link-2 {
    font-size: 1em;
    line-height: 2em;
  }

  .html-embed-7 {
    max-width: 6vw;
    margin-left: 0px;
  }

  .terms-and-conditions {
    font-size: 1.1em;
  }

  .grid-5 {
    height: 100%;
    margin-bottom: 10vh;
    font-size: 1em;
  }

  .text-block-12 {
    font-size: 1.3em;
  }

  .dropdown-toggle-2 {
    font-size: 1em;
  }

  .nav-grid-2.desktop {
    margin-left: 0px;
    padding-left: 7vw;
  }

  .button-10 {
    font-size: 1.3em;
  }

  .nav-link-11 {
    font-size: 1.3em;
  }

  .industries-grid {
    display: -ms-grid;
    display: grid;
    max-width: 60vw;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 1em;
  }

  .industries-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .the-platform-button {
    font-size: 2em;
  }

  .heading-5 {
    margin-bottom: 15vh;
    font-size: 5em;
  }

  .paragraph {
    margin-bottom: 5vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    font-size: 1.2em;
  }

  .problem {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 400;
  }

  .talk-to-sales {
    font-size: 2.5em;
  }

  .container-2 {
    display: inline;
    font-size: 1em;
    line-height: 1.2em;
  }

  .purple {
    font-size: 1.8em;
  }

  .google {
    left: -35px;
    margin-right: auto;
  }
}

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

  .page-hero {
    padding-top: 10vh;
    padding-left: 5vw;
  }

  .page-container.book-hero {
    max-width: 100vw;
    -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;
  }

  .page-container.about-container {
    width: 100%;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .page-container.footer-free-download {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book-hero-heading.line-1 {
    max-width: 90vw;
    font-size: 6em;
  }

  .label {
    max-width: 90vw;
  }

  .hero-paragraph {
    max-width: 90vw;
  }

  .buttons-sideflex {
    max-width: 90vw;
  }

  .button.inverted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .delete-line.white-line {
    max-width: 180px;
    color: #4a5899;
  }

  .hero-content {
    margin-right: auto;
  }

  .section {
    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;
  }

  .section.learn {
    padding-top: 10vh;
  }

  .learn-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -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;
    font-size: 1.5em;
  }

  .hero-words-wrap {
    max-width: 90vw;
  }

  .free-sample-form-block.half-block {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }

  .social-icons-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 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;
    font-size: 5em;
  }

  .footer-space.left {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-space.right {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-space.middle {
    padding-right: 0vw;
    padding-left: 0vw;
  }

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

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

  .container.mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-2 {
    width: auto;
    padding-bottom: 20px;
    line-height: 1.5em;
  }

  .footer-link-2.long {
    display: inline-block;
    padding-bottom: 20px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-4 {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 3vw;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 20vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10vh;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .terms-and-conditions {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .link-2 {
    color: #dfab82;
  }

  .grid-5 {
    max-width: none;
  }

  .div-block-8 {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .desktop-navbar {
    display: none;
  }

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

  .nav-menu {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #4a5899;
    color: #fff;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 15vw;
    margin-right: auto;
    padding-top: 2vh;
    padding-left: 5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mobile-navbar {
    display: block;
    padding-left: 0vw;
    background-color: #4a5899;
    color: #fff;
  }

  .image {
    max-width: 12vw;
    margin-top: 10px;
  }

  .menu-button {
    display: block;
    margin-top: 2vh;
    margin-right: 5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    font-size: 1.2em;
  }

  .menu-button.w--open {
    background-color: #9aa7df;
  }

  .icon {
    font-size: 2em;
  }

  .nav-link-mobile-2 {
    color: #dfab82;
  }

  .fancy-buttons {
    max-width: 90vw;
    grid-column-gap: 5vw;
    grid-row-gap: 20vw;
  }

  .heading-5 {
    font-size: 5em;
  }

  .purple {
    font-size: 2em;
    line-height: 2em;
  }

  .google {
    left: -20px;
    max-width: 90vw;
    margin-right: auto;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .html-embed-8 {
    max-width: 50vw;
  }
}

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

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

  .page-hero {
    min-height: 100vh;
    padding-top: 10vh;
    padding-bottom: 40px;
  }

  .navigation {
    width: 95%;
  }

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

  .book-hero-heading.line-1 {
    padding-top: 2vh;
    font-size: 5em;
  }

  .button.inverted {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button.full-width-mobile {
    width: 100%;
    text-align: center;
  }

  .delete-line.white-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-link {
    margin-right: 15px;
    margin-left: 0px;
  }

  .section.text {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .learn-paragraph {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 1.5em;
  }

  .input.transparent-input {
    margin-bottom: 30px;
  }

  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-4 {
    font-size: 4em;
  }

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

  .footer-space.left {
    margin-left: 0px;
    padding-right: 0vw;
  }

  .footer-space.right {
    padding-left: 0vw;
  }

  .footer-space.middle {
    padding-right: 0vw;
    padding-left: 0vw;
  }

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

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

  .container {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer {
    padding: 40px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-2 {
    padding-bottom: 20px;
    line-height: 1em;
  }

  .div-block-4 {
    margin-right: auto;
    margin-bottom: 60px;
  }

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

  .addresses-div {
    margin-right: auto;
    margin-left: auto;
  }

  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 20vw;
    margin-left: 0px;
    padding-bottom: 5vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .terms-and-conditions {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .link-2 {
    color: #dfab82;
  }

  .grid-5 {
    max-width: 80vw;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    position: relative;
    left: -44px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .desktop-navbar {
    position: relative;
  }

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

  .mobile-navbar {
    padding-top: 2vh;
  }

  .image {
    max-width: 15vw;
  }

  .menu-button {
    margin-top: 0px;
    margin-right: 3vw;
    font-size: 1.3em;
    line-height: 1em;
  }

  .icon {
    line-height: 1.2em;
    font-weight: 400;
  }

  .industries-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .fancy-buttons {
    grid-column-gap: 7vw;
    grid-row-gap: 20vw;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .button-transparent._30-margin-top.dark {
    text-shadow: none;
  }

  .our-offer-background {
    max-width: 100vw;
  }

  .list {
    padding-left: 20px;
  }

  .google {
    left: -15px;
  }

  .html-embed-8 {
    max-width: 50vw;
  }
}

@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;
  }

  .page-hero {
    min-height: 60vh;
    padding-top: 15vh;
    padding-bottom: 0px;
    padding-left: 5vw;
  }

  .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;
  }

  .nav-links.footer-copyright {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-links.footer-navs {
    margin-top: 30px;
    -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;
  }

  .page-container.about-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 5vh;
  }

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

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

  .label {
    max-width: 90vw;
    font-size: 11px;
  }

  .hero-paragraph {
    max-width: 90vw;
    margin-bottom: auto;
    padding-bottom: 5vh;
    font-size: 1em;
    text-align: left;
  }

  .buttons-sideflex {
    max-width: 100vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .button.inverted {
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .delete-line.white-line {
    background-color: #4a5899;
    color: #4a5899;
  }

  .button-text {
    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;
  }

  .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;
  }

  .hero-content {
    max-width: 85vw;
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 0vw;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section.text {
    max-width: 100vw;
    background-color: transparent;
  }

  .learn-paragraph {
    margin-right: 10px;
    margin-bottom: auto;
    font-size: 1.5em;
  }

  .page-wrapper {
    position: static;
    left: 0px;
    display: inline;
    overflow: visible;
    width: 100%;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-words-wrap {
    max-width: 90vw;
  }

  .input {
    font-size: 16px;
  }

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

  .powered-text {
    margin-left: 20px;
  }

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

  .social-icons-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-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;
  }

  .heading-4 {
    margin-right: 0px;
    font-size: 3em;
  }

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

  .footer-space.left {
    text-align: center;
  }

  .list-item {
    text-align: center;
  }

  .addresses {
    margin-bottom: 20px;
  }

  .addresses.usa {
    text-align: center;
  }

  .addresses.uk {
    text-align: center;
  }

  .copyright {
    color: #59c3c3;
    text-align: center;
  }

  .container {
    left: auto;
    background-color: transparent;
  }

  .container.offer {
    max-width: 100vw;
    background-color: transparent;
  }

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

  .footer {
    padding-top: 10vh;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-link-2.long {
    line-height: 1.75em;
    text-align: center;
  }

  .div-block-4 {
    margin-left: auto;
  }

  .grid-4 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .addresses-div {
    max-width: 80vw;
  }

  .html-embed-2 {
    max-width: 30vw;
    margin-left: auto;
    -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;
  }

  .terms-and-conditions {
    margin-right: auto;
    margin-left: auto;
    color: #59c3c3;
  }

  .link-2 {
    color: #dfab82;
  }

  .grid-5 {
    max-width: 80vw;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
    grid-row-gap: 4vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    left: auto;
    width: 100%;
    margin-left: 0px;
    -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;
    text-align: center;
  }

  .desktop-navbar {
    padding: 0px;
  }

  .nav-grid-2 {
    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;
  }

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

  .brand {
    max-width: 100vw;
    padding-top: 0vh;
  }

  .mobile-navbar {
    padding-left: 3vw;
  }

  .image {
    max-width: 25vw;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .industries-grid {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .fancy-buttons {
    max-width: 100vw;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .the-platform-button {
    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;
  }

  .heading-5 {
    max-width: 95vw;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 4em;
  }

  .button-transparent._30-margin-top {
    width: 100%;
    margin-top: auto;
  }

  .button-transparent._30-margin-top.dark {
    width: 90%;
  }

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

  .our-offer-background {
    display: inline-block;
    width: 100%;
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
    background-image: none;
    box-shadow: inset 0 0 0 10px #4a5899;
  }

  .our-offer {
    margin-left: 0px;
    padding: 5vh 5vw 10vh;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4a5899), color-stop(9%, #fff), color-stop(83%, #fff), color-stop(103%, #9abedf));
    background-image: linear-gradient(180deg, #4a5899, #fff 9%, #fff 83%, #9abedf 103%);
  }

  .list {
    padding-left: 20px;
  }

  .talk-to-sales {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
  }

  .content {
    max-width: 95vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .purple {
    font-size: 1.7em;
  }

  .google {
    left: -25px;
    max-width: none;
  }

  .html-embed-8 {
    max-width: 50vw;
  }
}

#w-node-_4db5647f-f9c5-b72c-1ee4-94c051d6fd06-77399a26 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4db5647f-f9c5-b72c-1ee4-94c051d6fd0b-77399a26 {
  -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-_4db5647f-f9c5-b72c-1ee4-94c051d6fd16-77399a26 {
  -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-_28bcf2f0-b758-3fdf-cdba-810dbd74261f-77399a26 {
  -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-ce23f6b2-8302-bbb0-5295-dd45e298bd75-77399a26 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a11c435e-52f9-3ce3-20ed-6e35ebdbbbee-77399a26 {
  -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;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_90ad1c45-0aad-5128-a6c3-00b61e588652-77399a26 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_5797e36d-1581-6fe5-0162-1eab4bb0bceb-77399a26 {
  -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-_5797e36d-1581-6fe5-0162-1eab4bb0bcec-77399a26 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_9c1dbea7-bfb0-bd0c-3fb5-cabdca3969bc-77399a26 {
  -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-_9c1dbea7-bfb0-bd0c-3fb5-cabdca3969bd-77399a26 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-aac3045e-43ff-1c77-9e11-f4737726017f-77399a26 {
  -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-aac3045e-43ff-1c77-9e11-f47377260180-77399a26 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_821751ae-0550-ccee-9171-eb2b5dcf0a09-77399a26 {
  -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-_821751ae-0550-ccee-9171-eb2b5dcf0a0a-77399a26 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_83b36fee-7c45-16e8-bce6-300d4852b440-77399a26 {
  -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-_83b36fee-7c45-16e8-bce6-300d4852b441-77399a26 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_96b82b39-ed4a-dce0-88f8-571e0a343335-77399a26 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a074126d-35e1-3676-149b-eb1e89ac9dd6-77399a26 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5ca15b39-1ae5-77bf-6d37-d89a214debba-77399a26 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0a95ec38-2913-0d17-4397-1f1defb45559-77399a26 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_96b82b39-ed4a-dce0-88f8-571e0a343378-77399a26 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c883fc-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-7e399a2a {
  -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-_4db5647f-f9c5-b72c-1ee4-94c051d6fd06-77399a26 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ce23f6b2-8302-bbb0-5295-dd45e298bd75-77399a26 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_96b82b39-ed4a-dce0-88f8-571e0a343337-77399a26 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a074126d-35e1-3676-149b-eb1e89ac9dd6-77399a26 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5ca15b39-1ae5-77bf-6d37-d89a214debba-77399a26 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

