body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 86px;
  line-height: 96px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

h4 {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #585858;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  font-family: Josefinsans;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 24px;
  list-style-type: none;
}

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

li {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 50px;
  background-image: url('../images/check-blue.svg');
  background-position: 0% 3%;
  background-size: 20px;
  background-repeat: no-repeat;
}

img {
  display: block;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #404cff;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-small {
  font-family: Montserrat, sans-serif;
  color: #1d2451;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.paragraph-small.blue-paragraph {
  margin-bottom: 40px;
  color: #fff;
}

.paragraph-small.grey-text.for-text {
  margin-bottom: 30px;
}

.paragraph-small.footer-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.underline-link {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.underline-link:hover {
  padding-bottom: 5px;
  border-bottom-color: #fff;
  letter-spacing: 1px;
}

.underline-link.blue-link {
  display: inline;
  padding-bottom: 5px;
  border-bottom-color: #404cff;
  color: #404cff;
  font-size: 14px;
  line-height: 24px;
}

.underline-link.blue-link:hover {
  display: inline;
  padding-bottom: 0px;
  border-bottom-color: transparent;
}

.big-container {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.banner-wrap {
  max-width: 1563px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/pappus.png');
  background-position: 25% 10%;
  background-size: 2.5%;
  background-repeat: no-repeat;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Shape-4.svg'), url('../images/pappus.png'), url('../images/pappus.png');
  background-position: 0% 20%, 10% 90%, 93% 5%;
  background-size: 73% 100%, 3%, 2%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner-white {
  position: relative;
  z-index: 11;
  width: 60%;
  max-width: 764px;
  padding: 240px 100px 240px 90px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Shape-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.hero-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  font-size: 56px;
  line-height: 72px;
}

.banner-paragraph {
  margin-right: 20%;
  margin-bottom: 35px;
  margin-left: 20%;
  color: #1d2451;
}

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

.banner-adv {
  position: relative;
  z-index: 10;
  width: 70%;
  max-width: 1140px;
  margin-bottom: -15%;
  margin-left: -25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sub-banner-section {
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/pappus.png');
  background-position: 30% 80%;
  background-size: 3%;
  background-repeat: no-repeat;
}

.sub-banner-content {
  max-width: 1034px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.sub-banner-holder {
  position: relative;
  z-index: 100;
  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;
}

.sub-banner-left {
  width: 44%;
}

.sub-banner-right {
  width: 50%;
}

.sub-banner-right-box {
  position: relative;
  padding-left: 60px;
}

.sub-banner-right-box.middle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph {
  margin-bottom: 30px;
}

.video-link {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #404cff;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.sub-banner-right-box-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.slider-section {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/pappus.png'), url('../images/pappus.png');
  background-position: 80% 5%, 60% 90%;
  background-size: 2%, 3%;
  background-repeat: no-repeat, no-repeat;
}

.slider-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 20px;
}

.slider-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Patate-Bleue.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.slider {
  width: 384px;
  min-height: 774px;
  background-color: transparent;
  background-image: url('../images/Phone-frame.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-nav {
  display: none;
}

.slider-mask {
  overflow: hidden;
  width: 342px;
  height: 606px;
  margin-top: 20%;
  margin-right: 5%;
  margin-left: 5%;
}

.slider-image {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.slider-left-arrow {
  width: 55px;
  height: 54px;
  margin-top: 105%;
  margin-left: -70px;
  background-image: url('../images/Left-Arrow.png');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.slider-right-arrow {
  width: 56px;
  height: 55px;
  margin-top: 105%;
  margin-right: -70px;
  background-image: url('../images/Right-Arrow.png');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.slider-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-text-wrap {
  display: block;
  width: 40%;
  margin-top: 90px;
  margin-left: -5%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-text {
  width: 78%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #1d2451;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25px;
}

.blue-section {
  z-index: 9999;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/pappus.png'), url('../images/Whitephone-1.png'), url('../images/Shape-4.svg');
  background-position: 10% 5%, 50% 16%, 50% 0%;
  background-size: 2.5%, 24%, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.content-4 {
  max-width: 1300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.white-text {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.white-paragraph {
  width: 36%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.blue-holder {
  position: relative;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blue-heading {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
}

.white-big-bubble {
  position: relative;
  margin-top: -30%;
  padding: 12% 10%;
  background-image: url('../images/Last-bubble-shadow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grey-text {
  color: #585858;
  text-align: center;
}

.grey-text.small-width {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.small-white-bubble {
  position: absolute;
  left: auto;
  top: 1%;
  right: 7%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 70px 100px 50px;
  -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-image: url('../images/Untitled-1.png');
  background-position: 50% 0%;
  background-size: 197px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.banner-blue-holder {
  width: auto;
  text-align: center;
}

.price-section {
  background-image: url('../images/pappus.png'), url('../images/pappus.png');
  background-position: 90% 80%, 10% 30%;
  background-size: 2%, 3%;
  background-repeat: no-repeat, no-repeat;
}

.price-content {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
}

.heading-3 {
  margin-bottom: 0px;
}

.heading-3.for-heading {
  margin-bottom: 30px;
  text-align: center;
}

.border-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: -2% auto 2%;
  padding: 9% 10%;
  -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-image: url('../images/border-colors.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta {
  display: block;
  width: 208px;
  height: 60px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta.white {
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 14px;
}

.cta.white:hover {
  background-color: #000;
  color: #fff;
}

.cta.blue {
  background-color: #404cff;
  box-shadow: 0 6px 20px 4px rgba(64, 76, 255, 0.41);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta.blue:hover {
  box-shadow: none;
}

.cta.blue.center {
  background-color: #404cff;
  box-shadow: 0 15px 20px 0 rgba(64, 76, 255, 0.2);
  color: #fff;
  font-size: 14px;
}

.cta.blue.center:hover {
  box-shadow: none;
}

.cta.blue.protected-page {
  width: 386px;
  background-color: #404cff;
  box-shadow: 0 15px 20px 0 rgba(64, 76, 255, 0.2);
  color: #fff;
  font-size: 14px;
}

.cta.blue.protected-page:hover {
  box-shadow: none;
}

.cta.cta-header {
  height: 48px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #5ec8d8;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  font-size: 14px;
  line-height: 45px;
}

.cta.cta-header:hover {
  background-color: #5ec8d8;
  color: #fff;
}

.cta.cta-header.cta-mobile {
  width: 100%;
  font-size: 23px;
}

.cta.cta-form {
  width: 166px;
  height: 48px;
  background-color: #404cff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
  line-height: 51px;
}

.cta.cta-form:hover {
  background-color: #2d38d2;
}

.cta.cta-form.center {
  margin-right: auto;
  margin-left: auto;
}

.cta.cta-banner {
  height: 48px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2451;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #1d2451;
  font-size: 14px;
  line-height: 45px;
}

.cta.cta-banner:hover {
  background-color: #1d2451;
  color: #fff;
}

.cta.cta-banner.cta-mobile {
  width: 100%;
  font-size: 23px;
}

.cta.cta-header {
  height: 48px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #5ec8d8;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  font-size: 14px;
  line-height: 45px;
}

.cta.cta-header:hover {
  background-color: #5ec8d8;
  color: #fff;
}

.cta.cta-bottom {
  height: 48px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2451;
  background-color: #1d2451;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
}

.cta.cta-bottom:hover {
  background-color: transparent;
  color: #1d2451;
}

.cta.cta-bottom.cta-mobile {
  width: 100%;
  font-size: 23px;
}

.footer-section {
  position: relative;
  z-index: 100;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/Shape-4-footer.svg');
  background-position: 50% 0%;
  background-size: 1919px;
  background-repeat: no-repeat;
}

.footer-content {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.footer-brand {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 60px;
  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;
}

.footer-brand.w--current {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 100%;
  background-color: #fff;
  -webkit-transition: padding-bottom 300ms ease;
  transition: padding-bottom 300ms ease;
  text-align: center;
}

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

.social-link.green {
  background-color: #76e0d5;
}

.social-link.pink {
  background-color: #f856aa;
}

.social-link.yellow {
  background-color: #fcba5b;
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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-link-block {
  margin-right: 3%;
  margin-left: 3%;
}

.footer-link-block.margins {
  margin-right: 1%;
  margin-left: 1%;
}

.footer-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.yellow-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fcba5b;
  text-decoration: none;
}

.yellow-link:hover {
  color: rgba(252, 186, 91, 0.7);
}

.green-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #76e0d5;
  text-decoration: none;
}

.green-link:hover {
  color: rgba(118, 224, 213, 0.7);
}

.banner-section {
  display: block;
}

.blue-column-1 {
  width: 30%;
  margin: -3% 2% 3% auto;
}

.blue-column-2 {
  width: 25%;
  margin: -3% 0% 3% 8%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blue-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 29%;
  padding-bottom: 30%;
  -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;
}

.price-for-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  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;
}

.heading-6 {
  text-align: left;
}

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

.price-for-box {
  width: 30%;
  text-align: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.navbar {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-link {
  display: inline-block;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #5ec8d8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5ec8d8;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  padding-bottom: 5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #5ec8d8;
}

.navlink {
  margin-left: 45px;
}

.hamburger-button {
  display: none;
  width: 40px;
  height: 26px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-button.close {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 9002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-line {
  width: 100%;
  height: 3px;
  background-color: #f11f73;
}

.middle-line {
  width: 100%;
  height: 3px;
  background-color: #f98a23;
}

.bottom-line {
  width: 100%;
  height: 3px;
  background-color: #55d2c3;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9004;
  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: #fff;
}

.nav-mobile-link {
  color: #000;
  font-size: 50px;
  line-height: 60px;
  text-decoration: none;
}

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

.small-red-bubble {
  position: absolute;
  left: 2%;
  top: 11%;
}

.green-top-bubble {
  position: absolute;
  top: -2.5%;
  right: 0%;
  z-index: 5;
}

.small-blue-bubble {
  position: absolute;
  top: 4%;
  right: 5%;
}

.red-bubble {
  position: absolute;
  top: 10%;
  right: -5%;
  z-index: 12;
}

.small-green-bubble {
  position: absolute;
  top: 17%;
  right: 3%;
}

.bubbles-colors {
  position: absolute;
  top: 37%;
  right: 17%;
}

.video-paragraph {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-video-span {
  color: #000;
}

.text-video-span-blue {
  display: block;
  color: #404cff;
}

.green-top-left-bubble {
  position: absolute;
  top: 15%;
  z-index: -1;
}

.yellow-top-right-bubble {
  position: absolute;
  top: 30%;
  right: 0%;
  z-index: -1;
}

.green-bottom-left-bubble {
  position: absolute;
  bottom: 10%;
  z-index: -1;
}

.yellow-bottom-right-bubble {
  position: absolute;
  right: 0px;
  bottom: 5%;
  z-index: -1;
}

.play-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/Shape-8.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  box-shadow: 0 20px 30px 0 rgba(64, 76, 255, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.video-arrow-right {
  display: inline-block;
  margin-bottom: -30px;
}

.form-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 5% 17% 5% 8%;
  -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-image: url('../images/form-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-style: normal;
}

.form-heading {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #404cff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.form-input {
  width: 375px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 28px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  text-indent: 40px;
}

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

.style-guide-licensing-holder {
  padding: 5%;
}

.title-holder {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-holder.top {
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-color-1 {
  width: 22%;
  height: 50px;
  background-color: #404cff;
}

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

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

.colors-holder {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-color-4 {
  width: 22%;
  height: 50px;
  background-color: #76e0d5;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -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;
}

.main-color-5 {
  width: 22%;
  height: 50px;
  background-color: #585858;
}

.main-color-6 {
  width: 22%;
  height: 50px;
  background-color: #f98820;
}

.main-color-7 {
  width: 22%;
  height: 50px;
  background-color: #fdd996;
}

.main-color-8 {
  width: 22%;
  height: 50px;
  background-color: #f1fcfb;
}

.blue {
  color: #404cff;
}

.small-bubble-holder {
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.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: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.content-holder {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-holder.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #fcba5b;
}

.content-holder.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fcba5b;
}

.content-holder.left-right {
  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;
}

.links-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.block-holder {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}

.block-holder.top {
  margin-top: 0px;
}

.underline {
  text-decoration: underline;
}

.half {
  width: 48%;
}

.center {
  text-align: center;
}

.imput {
  width: 386px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  border-radius: 28px;
  line-height: 60px;
  font-weight: 400;
  text-indent: 40px;
}

.lock {
  width: 100px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.not-found {
  width: 100px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

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

._404-page-div {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-center {
  text-align: center;
}

.form-success-message {
  margin-top: 20%;
  margin-bottom: 20%;
  padding-right: 20%;
  padding-bottom: 10px;
  padding-left: 20%;
  background-color: transparent;
}

.form-error-message {
  padding-top: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #404cff;
}

.white-list-item {
  background-image: url('../images/check.svg');
  color: #fff;
}

.asset-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.footer-links-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  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;
}

.video-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-top: 1px solid #d9dbff;
}

.image-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.middle {
  text-align: center;
}

.communaut {
  max-width: 1300px;
}

.profile-wrap {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portrait-name {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #1d2451;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
}

.paragraph-2 {
  width: 80%;
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #1d2451;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.section {
  background-color: #513e6b;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-cta-menu {
  margin-bottom: 40px;
}

.list {
  padding-left: 0px;
}

.bullet-title {
  text-align: left;
}

.mobile-spacer {
  display: none;
}

.footer-logo-middle {
  width: 23%;
  padding-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blue-column-3 {
  display: none;
  width: 30%;
  margin: -3% 2% 3% auto;
}

.body-2 {
  background-color: #fff;
}

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

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

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-small.blue-paragraph {
    margin-bottom: 30px;
  }

  .banner-wrap {
    background-image: url('../images/pappus.png');
    background-size: 2.5%;
    background-repeat: no-repeat;
  }

  .banner {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url('../images/pappus.png'), url('../images/Shape-4.svg');
    background-position: 80% 10%, 0% 100%;
    background-size: 4%, 80%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .banner-white {
    width: 68%;
    max-width: 550px;
    padding: 15% 60px 15% 40px;
    background-image: url('../images/Shape-3.svg');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
  }

  .banner-paragraph {
    display: block;
    width: 90%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .banner-adv {
    width: 70%;
    margin-bottom: -18%;
    margin-left: -30%;
  }

  .sub-banner-section {
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sub-banner-content {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .sub-banner-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-banner-left {
    max-width: 370px;
  }

  .sub-banner-right-box.middle {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .video-link {
    padding-bottom: 8%;
    background-image: none;
  }

  .slider-section {
    background-image: url('../images/pappus.png'), url('../images/pappus.png');
    background-position: 10% 30%, 87% 95%;
    background-size: 2.5%, 4%;
    background-repeat: no-repeat, no-repeat;
  }

  .slider-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-holder {
    width: 100%;
    padding-bottom: 90px;
    background-position: 50% 50%;
  }

  .slider-left-arrow {
    margin-top: 100%;
    margin-bottom: auto;
  }

  .slider-right-arrow {
    margin-top: 100%;
    margin-bottom: auto;
  }

  .slider-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slider-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .slider-text {
    margin-left: 0%;
  }

  .blue-section {
    background-position: 10% 0%, 20% 50%, 50% 0%;
    background-size: 4%, 40%, cover;
  }

  .content-4 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .white-text {
    font-size: 45px;
    line-height: 55px;
  }

  .white-paragraph {
    width: 60%;
    margin-bottom: 60px;
  }

  .blue-holder {
    margin-bottom: 25px;
  }

  .blue-heading {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .white-big-bubble {
    margin-top: 0%;
    padding-top: 12%;
  }

  .grey-text.small-width {
    width: 90%;
  }

  .small-white-bubble {
    top: -19%;
    right: -4%;
  }

  .banner-blue-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .price-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-content {
    padding-bottom: 60px;
  }

  .border-box {
    padding-right: 15%;
    padding-left: 15%;
  }

  .cta.blue.protected-page {
    width: 90%;
  }

  .cta.cta-header.cta-mobile {
    width: 100%;
  }

  .cta.cta-banner.cta-mobile {
    width: 100%;
  }

  .cta.cta-bottom.cta-mobile {
    width: 100%;
  }

  .footer-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .blue-column-1 {
    display: none;
    width: 70%;
    margin-left: 0px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .blue-column-2 {
    width: 70%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0%;
  }

  .blue-inner {
    margin-left: 50%;
    padding-top: 5%;
    padding-bottom: 10%;
    -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;
  }

  .price-for-holder {
    margin-bottom: 60px;
  }

  .price-for-box {
    width: 40%;
  }

  .navbar {
    display: none;
  }

  .hamburger-button {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 23px;
  }

  .hamburger-button.close {
    top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .hamburger-button.close:hover {
    height: 22px;
  }

  .top-line {
    background-color: #1d2451;
  }

  .top-line.mobile {
    background-color: #1d2451;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .middle-line {
    background-color: #1d2451;
  }

  .middle-line.mobile {
    display: none;
  }

  .bottom-line {
    background-color: #1d2451;
  }

  .bottom-line.mobile {
    background-color: #1d2451;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .nav-menu {
    z-index: 9004;
    display: none;
  }

  .nav-mobile-link {
    padding-bottom: 5px;
    border-style: none;
    border-width: 1px;
    border-color: #5ec8d8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #5ec8d8;
  }

  .nav-mobile-link:hover {
    padding-bottom: 5px;
    border-bottom-color: #5ec8d8;
  }

  .small-red-bubble {
    display: none;
  }

  .green-top-bubble {
    top: -3%;
    right: 10%;
  }

  .small-blue-bubble {
    display: none;
  }

  .red-bubble {
    display: none;
  }

  .small-green-bubble {
    display: none;
  }

  .bubbles-colors {
    display: none;
  }

  .nav-mobile-holder {
    width: 80%;
    list-style-type: none;
  }

  .green-top-left-bubble {
    display: none;
  }

  .yellow-top-right-bubble {
    display: none;
  }

  .green-bottom-left-bubble {
    display: none;
  }

  .yellow-bottom-right-bubble {
    display: none;
  }

  .video-arrow-right {
    display: none;
  }

  .form {
    width: 100%;
    padding-top: 20%;
    padding-bottom: 20%;
    background-size: 100%;
  }

  .form-input {
    width: 100%;
  }

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

  .style-guide-licensing-holder {
    padding: 10% 20px;
  }

  .button-holder {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-holder.buttons {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .links-align {
    width: 30%;
  }

  .imput {
    width: 90%;
  }

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

  .middle {
    width: 70%;
  }

  .profile-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-logo {
    width: 17%;
  }

  .block-cta-menu {
    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;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
  }

  .bullet-title {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
  }

  .column {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .columns {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-spacer {
    display: none;
  }

  .footer-logo-middle {
    padding-top: 20px;
  }

  .blue-column-3 {
    display: block;
    width: 70%;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

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

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

  h3 {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-small.grey-text.for-text {
    margin-bottom: 20px;
  }

  .paragraph-small.footer-paragraph {
    margin-bottom: 15px;
  }

  .underline-link {
    font-size: 14px;
    line-height: 24px;
  }

  .banner {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/pappus.png'), url('../images/Shape-4.svg');
    background-position: 88% 8%, 50% 50%;
    background-size: 4%, 120%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .banner-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-size: 90%;
    background-attachment: scroll;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .banner-paragraph {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .banner-adv {
    display: block;
    width: 120%;
    margin-top: -30%;
    margin-bottom: 0%;
    margin-left: -16%;
  }

  .sub-banner-section {
    padding-right: 60px;
    padding-left: 60px;
    background-position: 80% 95%;
  }

  .sub-banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sub-banner-holder {
    max-width: 530px;
    -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;
  }

  .sub-banner-left {
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
  }

  .sub-banner-right {
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .video-link {
    padding-bottom: 0%;
    padding-left: 0%;
    -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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }

  .slider-section {
    background-position: 10% 40%, 87% 98%;
    background-size: 5%, 7%;
  }

  .slider-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .slider-holder {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10%;
    background-position: 50% 50%;
    background-size: 110%;
  }

  .slider {
    width: 300px;
    min-height: 602px;
  }

  .slider-mask {
    width: 260px;
  }

  .slider-image {
    max-width: 100%;
    margin-top: 30px;
  }

  .slider-right-arrow {
    margin-bottom: auto;
  }

  .blue-section {
    background-position: 7% 0%, 12% 50%, 50% 0%;
    background-size: 6%, 40%, cover;
  }

  .content-4 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .white-text {
    font-size: 40px;
    line-height: 50px;
  }

  .white-paragraph {
    width: 100%;
  }

  .blue-heading {
    margin-bottom: 10px;
  }

  .white-big-bubble {
    z-index: 2;
    padding-top: 16%;
    padding-bottom: 16%;
    background-size: 100% 100%;
  }

  .grey-text.small-width {
    width: 100%;
  }

  .small-white-bubble {
    position: static;
    margin-bottom: 20px;
    padding: 0px;
    background-image: none;
  }

  .banner-blue-holder {
    max-width: 420px;
  }

  .price-section {
    margin-top: -10%;
    background-image: url('../images/pappus.png'), url('../images/pappus.png');
    background-position: 6% 4%, 93% 91%;
    background-size: 4%, 5%;
    background-repeat: no-repeat, no-repeat;
  }

  .price-content {
    padding-bottom: 20px;
  }

  .heading-3.for-heading {
    margin-bottom: 20px;
  }

  .border-box {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .cta.blue.protected-page {
    width: 352px;
  }

  .footer-section {
    background-position: 50% 0%;
  }

  .footer-content {
    padding-bottom: 40px;
  }

  .footer-brand {
    margin-bottom: 40px;
  }

  .blue-column-1 {
    width: 100%;
  }

  .blue-column-2 {
    width: 100%;
    margin-top: 20px;
  }

  .blue-inner {
    margin-left: 52%;
  }

  .price-for-image {
    width: 120px;
  }

  .price-for-holder {
    margin-bottom: 40px;
  }

  .hamburger-button.close {
    top: 35px;
  }

  .nav-menu {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-mobile-link {
    border-style: none;
    font-size: 30px;
    line-height: 40px;
  }

  .nav-mobile-link:active {
    border-bottom-style: solid;
  }

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

  .green-top-bubble {
    display: none;
  }

  .form-holder {
    padding: 20px;
  }

  .form {
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    border-radius: 30px;
    background-image: linear-gradient(115deg, #fdd996 20%, #f98820 90%);
    background-position: 0px 0px;
  }

  .utility-page-content {
    width: 90%;
  }

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

  .links-align {
    width: 50%;
  }

  .half {
    width: 100%;
  }

  .imput {
    width: 352px;
  }

  .white-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
  }

  .asset-style-guide {
    width: 250px;
  }

  .video-link-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-style-guide {
    width: 250px;
  }

  .profile-wrap {
    margin-bottom: 40px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .footer-logo {
    width: 22%;
  }

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

  .block-cta-menu {
    margin-bottom: 15px;
  }

  .footer-logo-middle {
    width: 28%;
    padding-top: 20px;
  }

  .blue-column-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    width: 80%;
    font-size: 35px;
  }

  .paragraph-small {
    line-height: 20px;
  }

  .banner-wrap {
    background-position: 70% 20%;
    background-size: 7%;
  }

  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/Shape-4.svg'), url('../images/pappus.png');
    background-position: 50% 4%, 90% 100%;
    background-size: 200%, 11%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .banner-white {
    margin-bottom: 50px;
    padding: 20% 20px 28%;
    background-image: url('../images/Shape-3.svg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .banner-paragraph {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .banner-adv {
    display: block;
    width: 150%;
    margin-top: -32%;
    margin-right: auto;
    margin-left: -46%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .sub-banner-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-banner-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-banner-right {
    width: 90%;
  }

  .sub-banner-right-box {
    padding-left: 40px;
  }

  .video-link {
    padding-bottom: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }

  .sub-banner-right-box-icon {
    width: 24px;
  }

  .slider-section {
    background-image: url('../images/pappus.png'), url('../images/pappus.png'), url('../images/pappus.png');
    background-position: 90% 48%, 10% 0%, 16% 98%;
    background-size: 6%, 8%, 7%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .slider-holder {
    background-image: url('../images/Patate-Bleue.png');
    background-position: 50% 47%;
    background-size: 106%;
    background-repeat: no-repeat;
  }

  .slider {
    width: 220px;
    min-height: 441px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }

  .slider-mask {
    width: 193px;
    height: 346px;
    margin-top: 20%;
    margin-left: 6%;
  }

  .slider-image {
    display: inline-block;
    margin-top: 20px;
  }

  .slider-left-arrow {
    width: 34px;
    height: 34px;
    margin-left: -45px;
    background-size: cover;
  }

  .slider-right-arrow {
    width: 34px;
    height: 34px;
    margin-right: -45px;
    background-size: cover;
  }

  .slider-text {
    width: 80%;
    margin-left: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .blue-section {
    background-image: url('../images/pappus.png'), url('../images/Shape-4.svg');
    background-position: 7% 0%, 50% 0%;
    background-size: 6%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .content-4 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .white-text {
    font-size: 35px;
    line-height: 45px;
  }

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

  .white-big-bubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    margin-top: 0%;
    margin-bottom: 40px;
    padding: 0%;
    -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-size: contain;
  }

  .price-section {
    background-position: 7% 6%, 92% 90%;
    background-size: 6%, 9%;
  }

  .price-content {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .border-box {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .cta.blue.protected-page {
    width: 100%;
  }

  .cta.cta-form {
    width: 100%;
  }

  .cta.cta-form {
    width: 166px;
  }

  .cta.cta-banner {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

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

  .footer-section {
    background-position: 50% 100%;
  }

  .footer-content {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .footer-link-block {
    margin-right: 10%;
    margin-left: 10%;
  }

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

  .yellow-link {
    display: block;
  }

  .green-link {
    display: block;
  }

  .blue-column-1 {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-column-2 {
    width: 90%;
  }

  .blue-inner {
    margin-left: 0%;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-for-image {
    margin-bottom: 20px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .price-for-box {
    width: 100%;
  }

  .price-for-box.margin-mobile {
    margin-bottom: 40px;
  }

  .header {
    padding-right: 8%;
    padding-left: 8%;
  }

  .nav-menu {
    display: none;
  }

  .nav-mobile-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10%;
    border-style: none;
    border-width: 1px;
    border-color: #5ec8d8;
    color: #5ec8d8;
    font-size: 20px;
  }

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

  .nav-mobile-holder {
    overflow: hidden;
  }

  .form {
    padding: 10% 20px;
    border-radius: 20px;
    background-image: linear-gradient(115deg, #fdd996, #f98820);
  }

  .style-guide-licensing-holder {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .utility-page-content {
    width: 90%;
  }

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

  .links-align {
    width: 100%;
    height: 150px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .imput {
    width: 100%;
  }

  .asset-style-guide {
    width: 150px;
  }

  .footer-links-holder {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-style-guide {
    width: 150px;
  }

  .middle {
    width: 80%;
    font-size: 24px;
    line-height: 36px;
  }

  .container {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    width: 35%;
    margin-bottom: 20px;
  }

  .heading-7 {
    width: 90%;
    font-size: 25px;
    line-height: 32px;
  }

  .block-cta-menu {
    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;
  }

  .image {
    width: 40%;
    padding-left: 0px;
  }

  .list {
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .bullet-title {
    margin-bottom: 4px;
  }

  .heading-8 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
  }

  .mobile-spacer {
    display: block;
    width: 85%;
    height: auto;
  }

  .footer-logo-middle {
    width: 45%;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .blue-column-3 {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-2 {
    width: 100%;
  }
}

