html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  color: white;
  margin: 0;
  padding: 0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

header {
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  transform-style: inherit;
  width: 100vw;
}

header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header, header:before {
  background: 50% 50% / cover;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(180deg, rgba(49, 49, 49, 0.5) 0%, rgba(34, 34, 34, 0.65) 25.73%, #161616 100%), url(images/image01.jpg);
  background-size: cover;
  transform-origin: center center 0;
  transform: translateZ(-1px) scale(2);
  z-index: -1;
  min-height: 100vh;
}

.nav {
  width: 100%;
  height: 40px;
  top: 0%;
  left: 0%;
  background-color: #161616;
  box-sizing: border-box;
  border-bottom: 2px solid #F0932F;
  z-index: 1;
}

.HeroSection-heroImage {
  position: absolute;
  top: 47px;
  left: 0px;
  width: 100%;
}

.HeroHeadings {
  position: absolute;
  top: 25vh;
  left: 180px;
}

.HeroHeadings-mitSapSitewideLogo {
  display: block;
  margin-bottom: 24px;
  width: 175px;
  opacity: 0;
  animation-name: reveal-logo;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-logo {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.HeroHeadings-headingForIndexPa {
  line-height: normal;
  font-weight: 700;
  width: 550px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 24px;
  z-index: 1;
  opacity: 0;
  animation-name: reveal-heading;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-heading {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.HeroHeadings-presentedByGetsma {
  line-height: normal;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 12px;
  opacity: 0;
  animation-name: reveal-gs;
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-gs {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.HeroHeadings-loremIpsumDolorSi {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.375;
  margin-bottom: 32px;
  min-width: 512px;
  max-width: 512px;
  opacity: 0;
  animation-name: reveal-p;
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-p {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.Buttons {
  display: flex;
  font-size: 9px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.100em;
  text-align: center;
  margin-top: 40px;
}

.Buttons-buttonPrimary {
  color: #161616;
  background-color: #F0932F;
  border-radius: 3px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 150px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0;
  animation-name: reveal-buttons;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-buttons {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.Buttons-buttonSecondary {
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #F0932F;
  border-radius: 3px;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 150px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0;
  animation-name: reveal-buttons;
  animation-delay: 3.4s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-buttons {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.Herobox {
  background-image: url('images/herobox_bg.svg');
  background-size: cover;
  height: 540px;
  position: absolute;
  bottom: 0;
  right: 160px;
  width: 460px;
}

.Herobox-imageHerobox {
  position: relative;
  top: 0px;
  left: 0px;
  width: 460px;
  opacity: 0;
  animation-name: reveal-img;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-img {
  0% {}
  100% {
    opacity: 1;
  }
}

.ButtonBox {
  background-color: #161616;
  border-radius: 0 4px 0 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 128px;
}

.CarouselButtons {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}

.Back {
  background-image: url('images/Back.svg');
  background-size: cover;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 8px;
  width: 34px;
  height: 32px;
}

.Forward {
  background-image: url('images/Forward_blk.svg');
  background-size: cover;
  padding-top: 12px;
  padding-bottom: 8px;
  width: 34px;
  height: 32px;
}

.Herobox-verticalLineContainer {
  position: absolute;
  top: 293px;
  left: 10px;
  width: 4px;
  height: 180px;
  background-color: #F0932F;
}

.Herobox-blogTitle {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #FFFFFF;
  position: absolute;
  top: 289px;
  left: 30px;
  justify-content: space-between;
  line-height: 1;
  max-width: 512px;
}

.BoxContent {
  position: absolute;
  bottom: 166px;
  left: 30px;
  max-width: 468px;
  font-weight: 400;
  height: 50px;
}

.BoxContent-april {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #B8B8B8;
  line-height: 1.375;
  margin-bottom: 8px;
}

.BoxContent-loremIpsumDolorSi {
  font-family: Open Sans;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.500;
  width: 405px;
}

.PagContainer {
  width: auto;
  display: flex;
  justify-content: space-between;
  display: block;
}

.PaginationFN {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  top: 238px;
  right: 64px;
  line-height: 2;
  margin-right: 4px;
}

.PaginationFN:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 18px;
}

.PaginationLN {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  top: 238px;
  right: 16px;
  line-height: 2;
}

.Contentgroup {
  opacity: 0;
  animation-name: reveal-contentgroup;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-contentgroup {
  0% {}
  100% {
    opacity: 1;
  }
}

.Scrollwrapper {
  height: 24px;
  width: 50px;
  opacity: 0;
  animation-name: reveal-scrolldown;
  animation-delay: 8s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes reveal-scrolldown {
  0% {}
  100% {
    opacity: 1;
  }
}

.HeroSection-scrollDown {
  line-height: normal;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.9;
  bottom: 24px;
  left: 50%;
  margin-left: -37px;
  margin-right: auto;
  position: absolute;
  width: 96px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 5;
  animation-name: intro;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes intro {
  0% {}
  10% {
    background-color: #000000;
    opacity: 1;
  }
  99% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0%;
    height: 0%;
  }
}

.container {
  z-index: 2;
  position: absolute;
  top: 100vh;
  background: #F8F8F8;
  width: 100%;
}

.UPlogo-Wrapper{
  width: 32px;
}

  .UPlogo {
  height: auto;
  width: 160px;
  left: 20px;
  top: 32px;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
}

.CoursesHeading {
  margin-left: auto;
  margin-right: auto;
  min-width: 640px;
  max-width: 640px;
}

.Rectangle {
  background-color: #F0932F;
  height: 63px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  min-width: 4px;
  max-width: 4px;
}

.CoursesHeading-sectionHeading {
  line-height: normal;
  font-weight: 400;
  font-family: Montserrat;
  font-size: 16px;
  color: #161616;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.100em;
  margin-bottom: 8px;
  min-width: 192px;
  max-width: 192px;
}

.CoursesHeading-headingForRelated {
  line-height: normal;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  color: #161616;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  min-width: 640px;
  max-width: 640px;
}

.CourseCards {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-bottom: 0;
  min-width: auto;
  max-width: fit-content;
}

.Card {
  position: relative;
  height: 380px;
  margin: 24px;
  margin-top: 0px;
  width: 312px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.Card-cardContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 312px;
  height: 352px;
  transition: all 0.2s ease-in;
}

.Card:hover {
  transform: scale(0.97);
  transition-timing-function: ease;
  transition-duration: 200ms;
}

.ViewCourseSection {
  position: absolute;
  top: 304px;
  left: 21px;
  padding-left: 96px;
  padding-top: 16px;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #FFFFFF;
  width: 130px;
}

.ViewCourseSection:after {
  content: "";
  display: block;
  width: 153px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 16px;
  left: 18px;
  margin-left: 119px;
}

.ViewCoursesection {
  display: block;
  position: absolute;
  left: 134px;
}

.ViewCourseSection-viewCourse {
  top: 0px;
  left: 0px;
  position: absolute;
  font-size: 19px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

.Card-commercialRealEsta {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  color: #FFFFFF;
  top: 80px;
  left: 20px;
  position: absolute;
  line-height: 1.4;
  width: 178px;
}

.Card-mitSaP {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  top: 24px;
  left: 21px;
  position: absolute;
  line-height: 1;
  width: 128px;
}

.Card-durationWeeks {
  font-weight: 500;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  bottom: 84px;
  left: 21px;
  position: absolute;
  line-height: 2;
  width: 192px;
  top: 215px;
}

.Rectangle1 {
  background-color: #F0932F;
  bottom: 130px;
  left: 23px;
  height: 5px;
  position: absolute;
  width: 58px;
  top: 195px;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.45) 17px 15px 35px -7px;
  border-radius: 9px;
  border-color: transparent;
}

.shadow:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  border-color: transparent;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.CourseCards-card1 {
  margin-right: 24px;
  width: 384px;
}

.CourseCards-card2 {
  width: 384px;
}

.CardButtonsAndPagnation {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 136px;
  width: 91px;
}

.ButtonWrapper {
  display: flex;
  height: 35px;
  margin-bottom: 16px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.Back1 {
  background-image: url('images/Back.svg');
  background-size: cover;
  height: 38px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 38px;
}

.Forward1 {
  background-image: url('images/Forward.svg');
  background-size: cover;
  height: 38px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 38px;
}

.PagContainer02 {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: fit-content;
  margin-left: 11px;
}

.PaginationFN02 {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  color: black;
  top: 289px;
  right: auto;
  left: auto;
  line-height: 2;
  margin-right: 4px;
  height: 0;
}

.PaginationFN02:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: black;
  top: 50%;
  left: auto;
  right: auto;
  margin-left: 21px;
  margin-top: -13px;
  margin-right: 4px;
}

.PaginationLN02 {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  color: black;
  top: 289px;
  right: auto;
  letter-spacing: auto;
  line-height: 2;
  height: 0;
  margin-left: 4px;
}

.BlogSection {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  min-width: 83.333%;
  max-width: 83.333%;
}

.BlogHeadingContainer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  width: 1153px;
  line-height: normal;
  color: #161616;
}

.Section {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-bottom: 16px;
}

.Section-sectionHeading {
  margin-right: 32px;
  position: relative;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  letter-spacing: 0.100em;
}

.Section-sectionHeading:after {
  height: 1px;
  width: 945px;
  content: "";
  display: block;
  height: 1px;
  background: black;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 200px;
}

.BlogHeadingContainer-headingForBlogCon {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin-right: auto;
  min-width: 1153px;
  max-width: 1153px;
}

.Articles {
  margin-left: auto;
  margin-right: auto;
  width: 1153px;
}

.BigArticleContainer {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

.BigArticleContainer-bigImage {
  margin-right: 128px;
  width: 512px;
}

.BigArticleText-howAiIsDisrupting {
  line-height: normal;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  color: #161616;
  margin-bottom: 32px;
  min-width: 384px;
  max-width: 384px;
}

.BigArticleText-april {
  font-weight: 400;
  font-family: Montserrat;
  font-size: 15px;
  color: #161616;
  line-height: 1.375;
  margin-bottom: 32px;
}

.BigArticleText-loremIpsumDolorSi {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 14px;
  color: #000000;
  line-height: 2;
  margin-bottom: 48px;
  max-width: 384px;
}

.ReadMoreButton {
  display: flex;
}

.ReadMoreButton-readMore {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  line-height: 1.500;
  margin-bottom: -10px;
  min-width: 75%;
}

.arrow {
  display: inline-block;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: 20px;
  color: #161616;
  top: 2px;
  margin-left: 8px;
}

.ReadMoreButton:hover .ReadMoreButton-readMore {
  color: #F0932F;
}

.ReadMoreButton:hover .arrow {
  margin-left: 12px;
  transition-timing-function: ease;
  color: #F0932F;
}

.SmallArticles {
  display: flex;
  align-items: flex-start;
  width: 1201px;
}

.SmallArtcileContainer {
  margin-right: 128px;
}

.SmallArtcileContainer-smallBlogImage {
  display: block;
  margin-bottom: 32px;
  width: 512px;
  min-width: 512px;
  max-width: 512px;
}

.SmallArtcileContainer-blogArticleOne {
  line-height: normal;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  color: #161616;
  margin-bottom: 24px;
  min-width: 384px;
  max-width: 384px;
}

.SmallArtcileContainer-april {
  font-weight: 400;
  font-family: Montserrat;
  font-size: 15px;
  color: #161616;
  line-height: 1.375;
  margin-bottom: 16px;
  min-width: 96px;
}

.SmallArtcileContainer-loremIpsumDolorSi {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 14px;
  color: #161616;
  line-height: 2;
  margin-bottom: 32px;
  min-width: 512px;
  max-width: 512px;
}

.ReadMoreButton1 {
  display: block;
  height: 22px;
  width: 96px;
}

.ReadMoreButton1-readMore {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  line-height: 1.500;
  margin-bottom: -10px;
}

.Rectangle2 {
  background-color: #F0932F;
  height: 2px;
  margin-left: 96px;
  width: 16px;
}

.SmallArticleContainer-smallBlogImage {
  display: block;
  margin-bottom: 32px;
  width: 512px;
  min-width: 512px;
  max-width: 512px;
}

.SmallArticleContainer-blogArticleTwo {
  line-height: normal;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #161616;
  margin-bottom: 24px;
  min-width: 384px;
  max-width: 384px;
}

.SmallArticleContainer-april {
  font-weight: 400;
  font-family: Montserrat;
  font-size: 15px;
  color: #161616;
  line-height: 1.375;
  margin-bottom: 16px;
  min-width: 96px;
}

.SmallArticleContainer-loremIpsumDolorSi {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 14px;
  color: #161616;
  line-height: 2;
  margin-bottom: 32px;
  min-width: 512px;
  max-width: 512px;
}

.ReadMoreButton2 {
  display: block;
  height: 22px;
  width: 96px;
}

.ReadMoreButton2-readMore {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  line-height: 1.500;
  margin-bottom: -10px;
  min-width: 100%;
}

.Rectangle3 {
  background-color: #F0932F;
  height: 2px;
  margin-left: 96px;
  width: 16px;
}

.Footer {
  background-image: url('images/footer_bg.svg');
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 64px;
  width: 100%;
}

.FooterHeading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  width: 768px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

.FooterHeading-headingForNewslett {
  font-size: 48px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  text-align: center;
}

.FooterHeading-stayUpToDateWith {
  font-weight: 400;
  font-size: 24px;
  color: #B1B1B1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.FullNameField {
  background-color: #F8F8F8;
  border-radius: 2px;
  display: block;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  width: 640px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  padding: 30px 13px;
}

.FullNameField::placeholder {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #747474;
}

.FullNameField-enterYourFullName {
  padding: 15px 13px;
}

.EmailField {
  background-color: #F8F8F8;
  border-radius: 2px;
  display: block;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  width: 640px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  padding: 30px 13px;
}

.EmailField::placeholder {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #747474;
}

.EmailField-enterYourEmail {
  padding: 15px 13px;
}

.SubscribeButton {
  background-color: #F0932F;
  border-radius: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 640px;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: normal;
  line-height: normal;
  color: #161616;
}

.SubscribeButton-subscribe {
  margin-left: auto;
  margin-right: auto;
  width: 96px;
}

.Footer-byConsentingToRec {
  font-style: italic;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.500;
  width: 640px;
}
