.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: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
  color: #1a237e;
  font-size: 20px;
  line-height: 32px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1a237e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #a7a9c5;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-bottom: 40px;
  padding-left: 70px;
  color: #1a237e;
  font-size: 22px;
  line-height: 32px;
}

blockquote {
  margin-bottom: 0px;
  padding: 0px;
  border-left: 0px none #000;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.style-guide-holder {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block {
  font-family: 'Libre Baskerville', sans-serif;
  color: #1a237e;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.text-block.text-block-margin {
  margin-bottom: 20px;
}

.text-block.plan-text-block {
  width: 90%;
  margin-bottom: 15px;
  color: #198188;
}

.link-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-small {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-small.bullet {
  margin-bottom: 20px;
}

.paragraph-small.space-bottom-1 {
  margin-bottom: 0px;
}

.main-button {
  width: 250px;
  height: 50px;
  margin-bottom: 15px;
  padding: 0px;
  border-radius: 8px;
  background-color: #3d5afe;
  box-shadow: 0 5px 20px 5px rgba(26, 35, 126, 0.15);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.main-button:hover {
  background-color: #1a237e;
  box-shadow: none;
  color: #fff;
}

.main-button.submit-button {
  margin-top: 20px;
}

.main-button.btn-long {
  width: 500px;
}

.main-button.btn-left {
  display: inline-block;
}

.main-button.btn-color {
  background-color: #768afd;
}

.main-button.btn-color:hover {
  background-color: #243cc4;
}

.main-button.btn-header {
  width: 125px;
}

.main-button.btn-header.back-to-home {
  width: 200px;
  background-color: #f5f6ff;
  color: #1b74ce;
}

.second-button {
  width: 96px;
  height: 40px;
  padding: 0px;
  border-radius: 8px;
  background-color: #3d5afe;
  box-shadow: 0 5px 20px 5px rgba(26, 35, 126, 0.15);
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.second-button:hover {
  background-color: #1a237e;
  box-shadow: none;
  color: #fff;
}

.second-button.popup-button {
  box-shadow: none;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.second-button.btn-long {
  width: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.list-item-span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.list-item-span.buffer-bottom-zero {
  margin-bottom: -3px;
}

.list-item-span.color-blue {
  color: #1a237e;
}

.main-color-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  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;
}

.main-color-1 {
  width: 100%;
  height: 50px;
  background-color: #1a237e;
}

.secondary-color-1 {
  width: 100%;
  height: 50px;
  background-color: #e8e9f2;
}

.main-color-2 {
  width: 100%;
  height: 50px;
  background-color: #a7a9c5;
}

.main-color-3 {
  width: 100%;
  height: 50px;
  background-color: #3d5afe;
}

.secondary-color-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  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;
}

.main-color-4 {
  width: 100%;
  height: 50px;
  background-color: #10c3ab;
}

.main-content {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.main-content.container-content {
  padding-top: 40px;
  padding-bottom: 10px;
}

.main-content.plan-content {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.main-content.save-content {
  position: relative;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.main-content.invest-content {
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.main-content.blue-content {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.main-content.lemon-content {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.main-content.app-content {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.main-content.footer-content {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.main-content.footer-content.hide {
  display: none;
}

.main-content.style-content {
  padding-top: 40px;
  padding-bottom: 140px;
}

.main-content.style-guide-main-content {
  padding-top: 140px;
  padding-bottom: 100px;
}

.banner-container {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.banner-container.page-blue {
  padding-right: 10px;
  background-color: #1b74ce;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -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;
}

.links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link-list-item {
  display: none;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-left: 0px;
  background-image: none;
}

.banner {
  position: relative;
  color: #1a237e;
}

.banner-text {
  width: 50%;
}

.app-button-holder {
  display: -ms-grid;
  display: grid;
  margin-bottom: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-holder {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plans {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f6ff;
  color: #1a237e;
  text-align: center;
}

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

.plan-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #10c3ab;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 15px 30px 5px rgba(26, 35, 126, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.plan-box:hover {
  box-shadow: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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: #f5f6ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #1a237e;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.second-link {
  display: none;
  padding-right: 20px;
  background-image: url('../images/link_arrow_1link_arrow.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease, color 300ms ease;
  transition: background-position 300ms ease, color 300ms ease;
  color: #3d5afe;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.second-link:hover {
  background-position: 95% 50%;
  color: #3d5afe;
}

.save {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  color: #1a237e;
}

.save-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.save-right {
  position: relative;
  z-index: 20;
  width: 50%;
}

.save-list {
  margin-bottom: 20px;
}

.save-header {
  margin-bottom: 50px;
  line-height: 1.6em;
}

.save-header.center {
  text-align: center;
}

.invest {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f6ff;
  color: #1a237e;
}

.invest-holder {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invest-left {
  position: relative;
  z-index: 20;
  width: 50%;
}

.invest-list {
  margin-bottom: 60px;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -25vw;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  max-width: 70vw;
}

.blue-strip {
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3d5afe;
}

.blue-holder {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.no-margin {
  margin-bottom: 47px;
}

.no-margin.white {
  text-align: center;
}

.no-margin.txt-med {
  font-size: 30px;
  line-height: 35px;
}

.no-margin.font-22 {
  font-size: 22px;
}

.blue-app-holder {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.juice {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  color: #1a237e;
}

.juice-holder-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.juice-right {
  width: 45%;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-span {
  color: #a7a9c5;
}

.text-span.title-1 {
  line-height: 90px;
}

.testimonial {
  overflow: hidden;
  min-height: 580px;
  padding-left: 20px;
  background-color: #39e3d0;
}

.app {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.app-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 20px;
  -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: 14px;
  background-color: #3d5afe;
  box-shadow: 0 15px 30px 5px rgba(26, 35, 126, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  text-align: center;
}

.app-box:hover {
  box-shadow: none;
}

.app-text {
  margin-bottom: 45px;
  color: #fff;
}

.app-holder {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-holder {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 30%;
  grid-template-columns: 1fr 1fr 30%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  color: #a7a9c5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.text-block-3.margin {
  margin-right: 10px;
}

.footer-social {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: none;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #10c3ab;
  border-radius: 50%;
  -webkit-transition-property: padding;
  transition-property: padding;
}

.social-link:hover {
  padding-bottom: 10px;
}

.text-block-4 {
  color: #a7a9c5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
}

.footer-left-holder {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.template-banner {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f6ff;
}

.style-guide-banner-holder {
  color: #1a237e;
  text-align: center;
}

.secondary-color-2 {
  width: 100%;
  height: 50px;
  background-color: #ebeeff;
}

.secondary-color-3 {
  width: 100%;
  height: 50px;
  background-color: #e7f9f6;
}

.green-text-block {
  margin-bottom: 60px;
  color: #10c3ab;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-holder {
  margin-bottom: 100px;
}

.paragraph-3 {
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph-holder {
  margin-bottom: 100px;
}

.paragraph-wrapper {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-holder {
  margin-bottom: 100px;
}

.text-block-holder {
  margin-bottom: 100px;
}

.secondary-link {
  display: inline-block;
  color: #a7a9c5;
  font-weight: 400;
}

.secondary-link:hover {
  color: #1a237e;
}

.secondary-link.licencing-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.third-link {
  color: #3d5afe;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-2 {
  width: 48%;
}

.underline-text-block {
  margin-bottom: 30px;
  color: #1a237e;
  font-size: 22px;
  line-height: 32px;
  text-decoration: underline;
}

.list-holder {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item {
  position: relative;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-color-holder {
  margin-bottom: 100px;
}

.button-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 3%;
  padding-bottom: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e7f9f6;
}

.image-2 {
  position: static;
  left: auto;
  top: -10%;
  right: -20%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-3 {
  position: absolute;
  left: -25vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  max-width: 70vw;
}

.image-4 {
  width: 100%;
  max-width: 85vw;
  margin-left: -26%;
}

.leafs-holder {
  position: relative;
}

.image-5 {
  position: absolute;
  left: -18%;
  top: -15%;
  right: auto;
  bottom: 0%;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: -16%;
  bottom: 5%;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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: rgba(26, 35, 126, 0.8);
}

.modal-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 14px;
  background-color: #fff;
}

.close-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.modal-left {
  width: 35%;
  padding: 4%;
  background-image: url('../images/popup-bg.png');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #1a237e;
}

.modal-right {
  width: 65%;
  padding: 5% 3%;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #f5f6ff;
  color: #1a237e;
  text-align: center;
}

.form-block {
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
}

.input {
  height: 45px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #10c3ab;
  border-radius: 8px;
  font-size: 14px;
  text-indent: 20px;
}

.input:focus {
  border-color: #3d5afe;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.list-block {
  width: 48%;
}

.licencing-holder {
  margin-bottom: 100px;
}

.licencing-holder.no-margin {
  margin-bottom: 0px;
}

.licencing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #10c3ab;
  border-radius: 14px;
  box-shadow: 0 15px 30px 5px rgba(26, 35, 126, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.licencing-wrapper:hover {
  box-shadow: none;
}

.licencing-left {
  width: 50%;
}

.licencing-right {
  width: 48%;
  color: #1a237e;
  text-align: center;
}

.icons-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #f5f6ff;
}

.logo_m {
  margin-right: 35px;
  padding-right: 4px;
}

.vision {
  min-width: 120px;
  margin-right: 60px;
}

.paragraph-banner {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.7em;
  text-align: left;
}

.app-button {
  border-radius: 6px;
  box-shadow: 0 5px 20px 5px rgba(26, 35, 126, 0.15);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.app-button:hover {
  box-shadow: none;
}

.app-button.margin {
  margin-right: 10px;
  margin-left: 10px;
}

.image-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: -22%;
  bottom: -10%;
}

.image-11 {
  position: absolute;
  left: auto;
  top: auto;
  right: -20%;
  bottom: -20%;
}

.image-12 {
  position: absolute;
  left: auto;
  top: auto;
  right: -12%;
  bottom: -13%;
}

.ordered-list-item {
  position: relative;
}

.ordered-list-item.bottom-buffer-20px {
  margin-bottom: 0px;
}

.text-span-ordered {
  position: absolute;
  left: 0%;
  top: -8%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e7f9f6;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.text-span-ordered.save-span {
  top: 0%;
}

.white {
  color: #fff;
}

.success-message {
  background-color: #fff;
}

.error-message {
  background-color: #1a237e;
  color: #fff;
}

.testimonial-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.slider-span {
  margin-left: 10px;
  color: #3d5afe;
  font-size: 16px;
  line-height: 26px;
}

.slider-text {
  margin-top: 30px;
  margin-bottom: 0px;
}

.left-arrow {
  display: none;
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #1a237e;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  display: none;
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #1a237e;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-one {
  background-image: url('../images/shop_01bh.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.icon {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.icon-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-span-unordered {
  position: absolute;
  left: 0%;
  top: -8%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e7f9f6;
  background-image: url('../images/unordered-lists-arrow2x_1unordered-lists-arrow@2x.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: transparent;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.text-span-unordered.invest-span {
  top: 0%;
}

.secondary-color-4 {
  width: 100%;
  height: 50px;
  background-color: #39e3d0;
}

.slide-two {
  background-image: url('../images/testimonial-bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-three {
  background-image: url('../images/testimonial-bg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  display: inline-block;
  font-weight: 400;
}

.logo {
  margin-bottom: 117px;
}

.heading-2 {
  font-size: 50px;
}

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

.txt-small {
  margin-top: 12px;
  font-size: 18px;
  line-height: 30px;
}

.txt-whitecall {
  width: 55%;
}

.txt-green {
  color: #10c3ab;
}

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

.txt-whyamazon {
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}

.txt-whyamazon.lines45 {
  margin-top: 0px;
  padding-top: 26px;
  padding-right: 141px;
  padding-left: 141px;
}

.txt-whyamazon.liner-right {
  padding-bottom: 41px;
  border-right: 1px solid #fff;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #fff;
}

.text-span-2 {
  color: #fc3f19;
  font-weight: 700;
}

.txt-smallest {
  color: #10c3ab;
  font-size: 16px;
}

.text-block-5 {
  display: inline-block;
  padding-left: 22px;
}

.list-box1 {
  margin-bottom: 15px;
  padding-left: 10px;
  list-style-type: disc;
}

.txt-color-orange {
  color: #ff7848;
}

.link-2 {
  display: none;
}

.image-13 {
  display: block;
  margin: -186px auto 20px;
  padding-top: 0px;
  text-align: center;
}

.color-orange {
  color: #ff7b00;
}

.dic-contact-intro {
  padding-top: 8px;
  color: #3d5afe;
  font-size: 44px;
  text-align: center;
}

.contact-header {
  margin-bottom: 9px;
  padding-top: 35px;
  color: #1a237e;
  text-align: center;
}

.div-animation {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block {
    width: 100%;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-small {
    margin-bottom: 60px;
  }

  .main-button {
    display: block;
  }

  .main-button.btn-header {
    width: 120px;
    height: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    text-align: center;
  }

  .list-item-span {
    font-size: 26px;
    line-height: 36px;
  }

  .main-content.container-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .main-content.plan-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .main-content.save-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .main-content.invest-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .main-content.blue-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .main-content.lemon-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .main-content.app-content {
    padding-top: 10vh;
    padding-bottom: 4vh;
  }

  .main-content.style-content {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .main-content.style-guide-main-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .banner-container {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .header {
    margin-bottom: 60px;
  }

  .links-holder {
    display: block;
    width: auto;
  }

  .links-list {
    display: none;
  }

  .banner-text {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .app-button-holder {
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plans-holder {
    grid-column-gap: 20px;
  }

  .plan-box {
    padding-left: 5%;
  }

  .save-holder {
    display: block;
  }

  .save-right {
    width: 100%;
  }

  .save-header {
    font-size: 40px;
    line-height: 1.4em;
  }

  .invest-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .invest-left {
    width: 100%;
  }

  .image-7 {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .blue-strip {
    text-align: center;
  }

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

  .no-margin {
    font-size: 45px;
  }

  .no-margin.txt-med {
    margin-bottom: 18px;
  }

  .no-margin.txt-med.buffer-bottom-1 {
    margin-bottom: 43px;
  }

  .blue-app-holder {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .juice-holder-top {
    margin-bottom: 60px;
    -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;
    grid-column-gap: 40px;
  }

  .juice-right {
    width: 100%;
  }

  .text-span.title-1 {
    font-size: 45px;
  }

  .testimonial {
    min-height: 45vh;
    padding-right: 20px;
  }

  .app-box {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .button-holder {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-left-holder {
    grid-row-gap: 3px;
  }

  .heading-holder {
    margin-bottom: 60px;
  }

  .paragraph-holder {
    margin-bottom: 60px;
  }

  .link-holder {
    margin-bottom: 60px;
  }

  .text-block-holder {
    margin-bottom: 60px;
  }

  .list-wrapper {
    margin-bottom: 60px;
  }

  .main-color-holder {
    margin-bottom: 60px;
  }

  .button-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-2 {
    position: static;
    display: block;
    width: 80%;
    max-width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }

  .image-3 {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .image-4 {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .close-button {
    width: 36px;
    height: 36px;
  }

  .form-block {
    width: 100%;
  }

  .licencing-holder {
    margin-bottom: 60px;
  }

  .text-span-ordered.save-span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .mask {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-holder {
    padding-top: 10px;
    padding-bottom: 3vh;
  }

  .testimonial-left {
    width: 100%;
  }

  .left-arrow {
    display: none;
    opacity: 1;
  }

  .right-arrow {
    display: none;
    opacity: 1;
  }

  .slide-one {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-nav {
    display: none;
    font-size: 10px;
  }

  .block-quote-text {
    font-size: 40px;
    line-height: 1.5em;
  }

  .icon {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .icon-2 {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
  }

  .text-span-unordered.invest-span {
    width: 30px;
    height: 30px;
    background-size: 8px;
    line-height: 30px;
  }

  .slide-two {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-three {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 40px;
  }

  .div-call-15min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-13 {
    margin-top: -38px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .html-embed {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .contact-header {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }

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

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  li {
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-block {
    margin-bottom: 30px;
  }

  .text-block.plan-text-block {
    margin-bottom: 40px;
  }

  .link-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph-small {
    margin-bottom: 40px;
  }

  .main-button.btn-left {
    padding-right: 16px;
    padding-left: 16px;
  }

  .main-button.btn-header {
    font-size: 14px;
  }

  .main-button.btn-header.back-to-home {
    width: 150px;
  }

  .list-item-span {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 33px;
  }

  .main-color-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .secondary-color-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-content.container-content {
    padding-bottom: 10px;
  }

  .main-content.plan-content {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .main-content.save-content {
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .main-content.invest-content {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .main-content.blue-content {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .main-content.lemon-content {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .main-content.app-content {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .main-content.style-content {
    padding-bottom: 40px;
  }

  .main-content.style-guide-main-content {
    padding-top: 40px;
  }

  .header {
    margin-bottom: 40px;
  }

  .links-holder {
    width: auto;
  }

  .links-list {
    display: none;
  }

  .app-button-holder {
    margin-bottom: 60px;
  }

  .plans-holder {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
  }

  .plan-box {
    padding: 5%;
  }

  .save-list {
    margin-bottom: 40px;
  }

  .save-header {
    margin-bottom: 40px;
  }

  .invest-list {
    margin-bottom: 40px;
  }

  .no-margin {
    font-size: 30px;
    line-height: 1.5em;
  }

  .juice-holder-top {
    margin-bottom: 40px;
  }

  .text-span.title-1 {
    font-size: 30px;
    line-height: 1.5em;
  }

  .app-text {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-3 {
    text-align: center;
  }

  .button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-4 {
    text-align: center;
  }

  .footer-left-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .green-text-block {
    margin-bottom: 40px;
  }

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

  .div-block-2 {
    width: 100%;
  }

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

  .button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
  }

  .image-2 {
    max-width: 75vw;
  }

  .modal-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close-button {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .modal-left {
    width: 100%;
    background-image: none;
    text-align: center;
  }

  .modal-right {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
  }

  .list-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .list-block.no-margin {
    margin-bottom: 0px;
  }

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

  .licencing-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .licencing-right {
    width: 100%;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: none;
  }

  .icon {
    font-size: 30px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .italic-text {
    color: #1b796c;
  }

  .dic-contact-intro {
    padding-top: 0px;
    font-size: 30px;
  }

  .contact-header {
    font-size: 30px;
  }

  .heading-4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .text-block {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block.plan-text-block {
    margin-bottom: 20px;
  }

  .link-wrapper {
    justify-items: stretch;
    grid-auto-columns: auto;
  }

  .main-button {
    width: 100%;
  }

  .main-button.btn-long {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-button.btn-header {
    width: 100px;
    height: 35px;
    font-size: 13px;
    line-height: 40px;
  }

  .main-button.btn-header.back-to-home {
    width: 120px;
    margin-left: -11px;
  }

  .second-button {
    display: block;
    width: 100%;
  }

  .second-button.popup-button {
    width: 96px;
  }

  .list-item-span {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .main-color-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .secondary-color-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .main-content.container-content {
    padding-bottom: 10px;
  }

  .main-content.plan-content {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .main-content.save-content {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .main-content.invest-content {
    padding-bottom: 2vh;
  }

  .main-content.lemon-content {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .main-content.app-content {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .header {
    margin-bottom: 20px;
  }

  .app-button-holder {
    margin-bottom: 40px;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .save-list {
    margin-bottom: 15px;
  }

  .save-header {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .invest {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blue-holder {
    -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;
    text-align: center;
  }

  .no-margin {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .no-margin.txt-med.buffer-bottom-1 {
    font-size: 25px;
  }

  .no-margin.font-22 {
    line-height: 1.4em;
  }

  .blue-app-holder {
    margin-top: 30px;
    justify-items: stretch;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .juice-holder-top {
    margin-bottom: 20px;
    grid-row-gap: 40px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-span {
    font-size: 25px;
  }

  .text-span.title-1 {
    font-size: 25px;
  }

  .testimonial {
    min-height: 50vh;
  }

  .app-text {
    margin-bottom: 17px;
  }

  .app-holder {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list-item {
    padding-right: 5px;
    padding-left: 40px;
  }

  .button-wrapper {
    justify-items: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 85%;
    max-width: 100vw;
  }

  .image-4 {
    margin-bottom: 0px;
  }

  .paragraph-banner.txt-bold {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .image-9 {
    min-width: 100%;
  }

  .app-button.margin {
    margin-right: 0px;
    margin-left: 0px;
  }

  .white {
    margin-bottom: 19px;
  }

  .testimonial-holder {
    padding-bottom: 10px;
  }

  .slider-span {
    display: block;
  }

  .slider-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .block-quote-text {
    padding-top: 0px;
    font-size: 37px;
    line-height: 1.1em;
  }

  .heading {
    margin-top: 43px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3em;
  }

  .heading-2 {
    font-size: 37px;
  }

  .txt-whitecall {
    width: 90%;
  }

  .list-box1 {
    padding-left: 5px;
  }

  .list {
    padding-left: 10px;
  }

  .list-2 {
    padding-left: 10px;
  }

  .list-3 {
    padding-left: 10px;
  }

  .image-13 {
    width: 100%;
    margin-top: -28px;
  }

  .dic-contact-intro {
    padding-right: 57px;
    padding-left: 57px;
    font-size: 30px;
    line-height: 1.4em;
  }

  .heading-4 {
    font-size: 30px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 1.3em;
  }
}

#w-node-_3e8027d2-dfad-433d-b3ab-81750c3a638d-bd7c5e96 {
  -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-eee902e6-8892-8b52-de6c-e221454b2a5e-bd7c5e96 {
  -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-ae9996a4-8e18-4519-88fa-f3c94aa47263-bd7c5e96 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3e8027d2-dfad-433d-b3ab-81750c3a638d-bd7c5e96 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0925c2cd-c835-e588-8e75-5db69732a926-bd7c5e96 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eee902e6-8892-8b52-de6c-e221454b2a5e-bd7c5e96 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf105479d-f1054798 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf10547a3-f1054798 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9645-c37c5e9e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9649-c37c5e9e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3e8027d2-dfad-433d-b3ab-81750c3a638d-bd7c5e96 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_0925c2cd-c835-e588-8e75-5db69732a926-bd7c5e96 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eee902e6-8892-8b52-de6c-e221454b2a5e-bd7c5e96 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf105479b-f1054798 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf105479d-f1054798 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf10547a3-f1054798 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf10547a7-f1054798 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf10547ae-f1054798 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9643-c37c5e9e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9645-c37c5e9e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9649-c37c5e9e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f964d-c37c5e9e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9652-c37c5e9e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1bb0e7a5-b569-7e66-c8ef-541bc453b0c5-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c9c3da02-6539-3c33-4839-967250b2fa3b-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4cfce967-13f3-90fa-1d37-0cb1851702f1-6e7c5ea2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ceb7966b-b1a2-5ba8-6c65-263ad1c50e4d-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e07a5104-3faf-98f0-d483-56e98e9a9fff-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_753ea11d-ef63-7831-ac50-db50b5cf87ee-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2158007c-ce0c-9da0-720b-6d5e3cb08bf9-6e7c5ea2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ceb7966b-b1a2-5ba8-6c65-263ad1c50e50-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_29d4e0db-4c25-073b-6da6-14021accdace-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8906b84-8bb4-d529-8845-c8957aeb2b14-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_201464eb-55a6-5be1-c004-c92cb31b0f2c-6e7c5ea2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae9996a4-8e18-4519-88fa-f3c94aa47263-bd7c5e96 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf105479d-f1054798 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3dd38f42-c50f-4b21-5412-db5cf10547a3-f1054798 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9645-c37c5e9e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_776af266-7f11-bfe1-7b82-984a967f9649-c37c5e9e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1bb0e7a5-b569-7e66-c8ef-541bc453b0c5-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c9c3da02-6539-3c33-4839-967250b2fa3b-6e7c5ea2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cfce967-13f3-90fa-1d37-0cb1851702f1-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_753ea11d-ef63-7831-ac50-db50b5cf87ee-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2158007c-ce0c-9da0-720b-6d5e3cb08bf9-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ceb7966b-b1a2-5ba8-6c65-263ad1c50e50-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_29d4e0db-4c25-073b-6da6-14021accdace-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c8906b84-8bb4-d529-8845-c8957aeb2b14-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_201464eb-55a6-5be1-c004-c92cb31b0f2c-6e7c5ea2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

