h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: korolev, sans-serif;
  font-size: 50px;
  line-height: 44px;
  font-weight: 700;
}

.landing {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  /* height: 100vh; */
  min-height: 43px;
  background-image: url('../images/ep-landing-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-landing-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.ep-icon {
  width: 100px;
  clear: left;
}

.slider {
  display: block;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 45px;
  float: none;
  clear: none;
  background-color: transparent;
}

.heading-2 {
  font-family: korolev, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.cta-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin: 37px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0098ff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #2980bb;
}

.cta-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.cta-arrow {
  width: 30px;
  margin-left: 6px;
}

.slide-nav {
  position: relative;
  margin-top: 40px;
  font-size: 11px;
}

.slide {
  padding-bottom: 0px;
}

.section-platform {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-wrapper {
  display: block;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.features-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.feature {
  width: 33%;
  padding-right: 34px;
  padding-left: 34px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-4.white-right {
  color: #fff;
  text-align: right;
}

.copy {
  font-family: roboto, sans-serif;
  color: dimgrey;
  font-size: 16px;
  line-height: 30px;
}

.copy.cs-white {
  margin-top: 35px;
  color: #fff;
}

.copy.cs-grey {
  margin-top: 33px;
}

.copy.footer-white {
  color: #fff;
}

.feature-icon {
  height: 150px;
  margin-bottom: 60px;
}

.case-study-section {
  height: 600px;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: url('../images/cs-cognitoys.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.case-study-section.brin {
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: -webkit-linear-gradient(44deg, #401845, #82408a);
  background-image: linear-gradient(46deg, #401845, #82408a);
}

.case-study-section.cognitoys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-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;
}

.case-study-text {
  width: 45%;
  height: auto;
}

.case-study-text.right-aligned {
  text-align: right;
}

.case-study-image {
  width: 60%;
}

.case-study-image.brin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -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;
}

.divide {
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #c2c2c2;
}

.made-with {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.made-with.yellow {
  margin-bottom: 0px;
  color: #fcd529;
  font-weight: 300;
}

.h1 {
  display: block;
}

.h1.blue-centered {
  color: #1dace3;
  text-align: center;
}

.h1.white-left {
  color: #fff;
}

.h1.black-right {
  color: #000;
}

.meet-the-team {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/team-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.leadership-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leadership {
  width: 32%;
  text-align: center;
}

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

.team {
  width: 22%;
  margin-top: 29px;
  margin-bottom: 56px;
  text-align: center;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-radial-gradient(circle farthest-side at 50% 13%, #232863, #040926);
  background-image: radial-gradient(circle farthest-side at 50% 13%, #232863, #040926);
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.left-footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-footer-div {
  width: 50%;
}

.footer-copy-div {
  width: 60%;
}

.footer-ep-icon {
  width: 75px;
  margin-right: 29px;
}

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

.social-icon {
  display: block;
  width: 50px;
  margin-left: 20px;
}

.social-icon.instagram {
  display: none;
}

.form-email-field {
  display: inline-block;
  width: 50%;
  height: 44px;
  margin-right: 11px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.form {
  margin-bottom: 40px;
  text-align: right;
}

.submit-button {
  height: 45px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.submit-button:hover {
  border-style: solid;
  border-color: #1dace3;
  background-color: #1dace3;
}

.h4 {
  font-family: korolev, sans-serif;
  color: #212c59;
  font-size: 22px;
}

.position {
  font-family: Montserrat, sans-serif;
  color: #8b8b8b;
}

.headshot-leadership {
  width: 90%;
  height: auto;
  margin-bottom: 25px;
}

.headshot-team {
  width: 187px;
  height: 187px;
  margin-bottom: 25px;
}

.navigation {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-link-landing {
  margin-right: 45px;
  margin-left: 45px;
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-link-landing:hover {
  color: #1dace3;
}

.floating-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 70px;
  padding: 6px 39px 9px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #9c9c9c;
  background-color: hsla(0, 0%, 100%, .85);
}

.floating-nav-link {
  font-family: Montserrat, sans-serif;
  color: #301a74;
  font-weight: 700;
}

.floating-nav-link:hover {
  color: #1dace3;
}

.floating-nav-link.w--current {
  color: #1dace3;
}

.brand {
  padding-top: 7px;
}

.link {
  color: #ac97ff;
}

.link-2 {
  color: #7b75ff;
}

.feature-2 {
  width: 33%;
  padding-right: 34px;
  padding-left: 34px;
  text-align: center;
}

.feature-3 {
  width: 33%;
  padding-right: 34px;
  padding-left: 34px;
  text-align: center;
}

.case-study-section-2 {
  height: 600px;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: url('../images/cs-cognitoys.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.case-study-section-2.brin {
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: -webkit-linear-gradient(44deg, #401845, #82408a);
  background-image: linear-gradient(46deg, #401845, #82408a);
}

.case-study-section-2.cognitoys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-platform-mobile {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-mobile {
  width: 33%;
  padding-right: 34px;
  padding-left: 34px;
  text-align: center;
}

.case-study-section-mobile {
  height: 600px;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: url('../images/cs-cognitoys.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.case-study-section-mobile.brin {
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: -webkit-linear-gradient(44deg, #401845, #82408a);
  background-image: linear-gradient(46deg, #401845, #82408a);
}

.case-study-section-mobile.cognitoys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study-section-2-mobile {
  height: 600px;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: url('../images/cs-cognitoys.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.case-study-section-2-mobile.brin {
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: -webkit-linear-gradient(44deg, #401845, #82408a);
  background-image: linear-gradient(46deg, #401845, #82408a);
}

.case-study-section-2-mobile.cognitoys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  color: #8080f0;
  text-decoration: none;
}

.success-message {
  padding-right: 0px;
  background-color: transparent;
  font-family: roboto, sans-serif;
  color: #888;
  font-size: 16px;
  text-align: right;
}

.error-message {
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
  font-family: roboto, sans-serif;
  color: #d11a1a;
  font-style: italic;
  text-align: right;
}

.text-block {
  margin-top: -26px;
}

.floating-nav-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 70px;
  padding: 6px 39px 9px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #9c9c9c;
  background-color: hsla(0, 0%, 100%, .85);
}

html.w-mod-js *[data-ix="floating-nav-initial-appearance"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="feature-initial-apperance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="landing-initial-appearance-none"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cs-section-brin"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="cs-section-cognitoys"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media (max-width: 991px) {
  .landing {
    min-height: 43px;
  }
  .slider {
    height: auto;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature {
    padding-right: 23px;
    padding-left: 23px;
  }
  .case-study-content-div {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .leadership-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leadership {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .team {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-section {
    background-position: 0px 50%;
  }
  .headshot-leadership {
    width: 215px;
    height: 215px;
  }
  .headshot-team {
    width: 125px;
    height: 125px;
  }
  .floating-nav {
    padding-right: 1px;
  }
  .floating-nav-link {
    margin-top: 58px;
    margin-bottom: 58px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }
  .mobile-down-arrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .down-arrow {
    width: 33px;
  }
  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 45px;
  }
  .menu-button.w--open {
    z-index: 101;
    background-color: transparent;
    color: #000;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
  }
  .icon {
    color: #000;
  }
  .feature-2 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .feature-3 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .feature-mobile {
    padding-right: 23px;
    padding-left: 23px;
  }
  .floating-nav-mobile {
    padding-right: 1px;
  }
}

@media (max-width: 767px) {
  .content-wrapper.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature {
    width: 100%;
    margin-bottom: 71px;
  }
  .heading-4.white-right {
    text-align: center;
  }
  .copy.footer-white {
    float: none;
    clear: none;
    line-height: 22px;
  }
  .feature-icon {
    margin-bottom: 17px;
  }
  .case-study-section.cognitoys {
    height: 700px;
    padding-top: 29px;
    background-color: #f4f4f4;
    background-image: url('../images/mobile-dino.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .case-study-content-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case-study-text {
    width: 100%;
  }
  .case-study-text.right-aligned {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .case-study-image.brin {
    width: 100%;
    margin-top: 39px;
  }
  .case-study-image.cognitoys {
    margin-top: 83px;
  }
  .team-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team {
    width: 50%;
  }
  .footer-section {
    height: auto;
    background-position: 0px 50%;
  }
  .left-footer-div {
    width: 100%;
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .right-footer-div {
    width: 100%;
    text-align: left;
  }
  .footer-copy-div {
    width: 100%;
    line-height: 15px;
    text-align: center;
  }
  .footer-ep-icon {
    width: 65px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .footer-social-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .social-icon {
    margin-right: 10px;
    margin-left: 10px;
  }
  .form-email-field {
    width: 80%;
  }
  .form {
    text-align: center;
  }
  .submit-button {
    height: 44px;
  }
  .headshot-leadership {
    width: 150px;
    height: 150px;
  }
  .headshot-team {
    width: 135px;
    height: 135px;
  }
  .icon {
    color: #000;
  }
  .feature-2 {
    width: 100%;
    margin-bottom: 71px;
  }
  .feature-3 {
    width: 100%;
    margin-bottom: 71px;
  }
  .case-study-section-2.cognitoys {
    height: 700px;
    padding-top: 29px;
    background-color: #f4f4f4;
    background-image: url('../images/mobile-dino.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .feature-mobile {
    width: 100%;
    margin-bottom: 71px;
  }
  .case-study-section-mobile.cognitoys {
    height: 700px;
    padding-top: 29px;
    background-color: #f4f4f4;
    background-image: url('../images/mobile-dino.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .case-study-section-2-mobile.cognitoys {
    height: 700px;
    padding-top: 29px;
    background-color: #f4f4f4;
    background-image: url('../images/mobile-dino.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

@media (max-width: 479px) {
  .ep-icon {
    width: 70px;
  }
  .slider {
    padding: 11px 21px;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 35px;
  }
  .section-platform {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .case-study-section.cognitoys {
    height: 750px;
  }
  .case-study-image.cognitoys {
    margin-top: 149px;
  }
  .h1.blue-centered {
    font-size: 40px;
  }
  .leadership-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leadership {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .form-email-field {
    width: 60%;
  }
  .headshot-leadership {
    width: 250px;
    height: 250px;
  }
  .floating-nav {
    padding-right: 0px;
    padding-left: 1px;
  }
  .brand {
    width: 70%;
  }
  .icon {
    font-size: 40px;
  }
  .case-study-section-2.cognitoys {
    height: 750px;
  }
  .section-platform-mobile {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .case-study-section-mobile.cognitoys {
    height: 750px;
  }
  .case-study-section-2-mobile.cognitoys {
    height: 830px;
  }
  .floating-nav-mobile {
    padding-right: 0px;
    padding-left: 1px;
  }
}