body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  color: #8a6d2f;
  font-size: 44px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 27px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(0, 0, 0, .4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #bc0036;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #740021;
}

.button.support {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  margin-left: auto;
  float: left;
  clear: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: Lato, sans-serif;
  color: #806732;
  font-size: 18px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.field.support {
  width: 100%;
  float: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.field.support.body {
  height: 200px;
  float: none;
}

.sign-up-form {
  margin-top: 40px;
}

.social-widget {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 103px;
  margin-left: 9px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.success-message {
  padding: 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: transparent;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
}

.social-section {
  position: relative;
  z-index: 1;
  background-color: #ff003c;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 100px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link {
  position: relative;
  display: inline;
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  float: right;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.footer-link:hover {
  opacity: 0.7;
}

.footer-link.footer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  float: none;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-style: none;
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  text-align: left;
  text-decoration: none;
}

.footer-link.footer:hover {
  opacity: 0.7;
}

.footer-link.header.email.alt {
  opacity: 0.75;
}

.footer-link.header.email.alt:hover {
  opacity: 1;
}

.footer-link.header.alt {
  opacity: 0.75;
}

.footer-link.header.alt:hover {
  opacity: 1;
}

.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff;
}

.right-nav {
  padding-top: 2px;
  text-align: right;
}

.brand {
  display: inline-block;
  font-family: Modak, sans-serif;
  color: #f40044;
  font-size: 32px;
  line-height: 22px;
  font-weight: 500;
}

.logo {
  margin-top: -20px;
  margin-right: 13px;
  margin-bottom: -20px;
}

.logo.footer {
  position: relative;
  display: block;
  margin: 0px auto 21px;
}

.main-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 440;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -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;
  background-image: -webkit-linear-gradient(270deg, #c9352e, #c9352e);
  background-image: linear-gradient(180deg, #c9352e, #c9352e);
  font-style: normal;
  text-align: center;
}

.main-div.hero {
  padding-top: 92px;
  padding-bottom: 85px;
  background-color: #ff003c;
  background-image: -webkit-linear-gradient(309deg, #ff00d7, #ff003c 75%, #ff003c 100%, #ff003c);
  background-image: linear-gradient(141deg, #ff00d7, #ff003c 75%, #ff003c 100%, #ff003c);
  text-align: center;
}

.main-div.hero.success {
  background-color: #18c7aa;
}

.main-div.grey {
  background-color: #f2f2f2;
}

.main-div.grey.video {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.grey-heading {
  position: static;
  z-index: 500;
  margin-top: 0px;
  font-family: Signika, sans-serif;
  color: #424242;
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  text-shadow: none;
}

.image-crop {
  position: static;
  z-index: 1;
  overflow: hidden;
  height: 375px;
  margin-top: -220px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.phone-image {
  position: relative;
  z-index: 600;
  display: inline-block;
  overflow: auto;
  width: 40vh;
  min-width: 330px;
  margin-right: auto;
  margin-left: auto;
}

.infinite {
  margin-top: 52px;
  opacity: 0.15;
}

.heading {
  padding-bottom: 15px;
  font-family: Signika, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 97%, .94);
  font-weight: 300;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2.small-text {
  padding-right: 200px;
  padding-left: 200px;
  color: #424242;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  font-family: Signika, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
}

.paragraph-3 {
  color: hsla(0, 0%, 100%, .84);
}

.white-heading {
  position: static;
  margin-top: 210px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 100;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-4 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
  font-size: 20px;
}

.image {
  width: 18px;
}

.body {
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.background-video {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 0, 60, .2), rgba(255, 0, 60, .2));
  background-image: linear-gradient(180deg, rgba(255, 0, 60, .2), rgba(255, 0, 60, .2));
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3 {
  height: 122px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-2-copy {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2-copy.small-text {
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.container-4 {
  padding-top: 115px;
  padding-bottom: 110px;
}

.link {
  color: rgba(0, 0, 0, .56);
  font-size: 10px;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: -11px;
  -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;
  color: #424242;
  font-size: 10px;
  text-decoration: underline;
}

.twitter {
  display: block;
  padding-right: 0px;
  padding-left: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-2 {
  display: block;
  overflow: visible;
  height: 750px;
  padding-top: 50px;
  padding-bottom: 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-color: #fff;
}

.paragraph-6 {
  padding-right: 0px;
  padding-left: 0px;
  color: #424242;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.paragraph-6.alt {
  color: #424242;
  font-weight: 300;
}

.body-2 {
  background-color: #ff003c;
  font-family: Lato, sans-serif;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 440;
  display: block;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid hsla(0, 0%, 100%, .51);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  text-align: center;
}

.footer.hero {
  padding-top: 92px;
  padding-bottom: 85px;
  background-color: #f40044;
  text-align: center;
}

.footer.hero.success {
  background-color: #18c7aa;
}

.footer.grey {
  background-color: #f2f2f2;
}

.footer.grey.video {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.main-heading-for-text {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  text-align: left;
}

.main-heading-for-text.alt {
  margin-bottom: 65px;
  color: #ff003c;
}

.button-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 10px;
  background-color: #bc0036;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.button-2:hover {
  background-color: #740021;
}

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

.tc-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 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-color: #fff;
}

.pp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 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-color: #fff;
}

.link-3 {
  position: relative;
  top: 30px;
  display: inline-block;
  margin-left: 197px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none #000;
  font-family: Signika, sans-serif;
  color: #ff003c;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13vh;
  padding: 0px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .51);
  background-color: transparent;
}

.navbar-2.alt {
  background-color: #ff003c;
}

.image-2 {
  width: 250px;
  clear: none;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.image-2:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon {
  color: #ff003c;
  font-size: 35px;
}

.icon.alt {
  color: #fff;
}

.menu-button {
  position: relative;
  margin-left: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
}

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

.menu-button.alt.w--open {
  background-color: hsla(0, 0%, 100%, .75);
}

.column {
  padding-top: 39px;
  padding-bottom: 39px;
}

.image-3 {
  position: relative;
  margin-top: 5px;
  float: none;
}

.image-4 {
  position: relative;
  margin-top: 5px;
}

.image-5 {
  position: static;
  margin-top: 5px;
}

.image-5.alt {
  opacity: 1;
}

.nav-menu {
  position: relative;
  display: none;
  padding-top: 15px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, .37);
  background-color: #fff;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .44);
}

.nav-menu.alt {
  background-color: #ff003c;
}

.nav-link {
  font-family: Signika, sans-serif;
  color: rgba(0, 0, 0, .6);
}

.nav-link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Signika, sans-serif;
  color: #ff003c;
  font-size: 16px;
}

.nav-link-2:hover {
  color: #666;
}

.nav-link-2.w--current {
  color: #666;
  font-size: 16px;
}

.nav-link-2.w--current:hover {
  color: #ff003c;
}

.nav-link-2.alt {
  color: #fff;
}

.nav-link-2.alt:hover {
  color: #e2e2e2;
}

.nav-link-2.alt.w--current:hover {
  color: hsla(0, 0%, 100%, .75);
}

.form {
  display: block;
  width: 600px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.form-block {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  display: block;
  overflow: visible;
  max-width: 90%;
  float: right;
  clear: right;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.image-6:hover {
  opacity: 0.5;
}

.link-block {
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-7 {
  position: static;
  display: block;
  width: 75px;
  height: 75px;
  float: none;
}

.image-7.email {
  width: 75px;
  height: 75px;
  margin-top: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-4 {
  display: block;
  padding-top: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-4.email {
  padding-top: 8px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-3 {
  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;
}

.column-2 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-span {
  color: #fff;
  text-decoration: none;
}

.text-links {
  color: #ff00d7;
  text-decoration: none;
}

.body-3 {
  background-color: #ff003c;
}

.div-block {
  height: 80px;
}

.container-6 {
  height: 600px;
}

.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: 400px;
  -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;
  -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;
}

.heading-3 {
  margin-bottom: 8px;
  font-family: Signika, sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.image-8 {
  margin-bottom: 25px;
  border-radius: 50px;
}

.bold-text {
  color: #ff00d7;
}

.brand-2 {
  float: none;
}

.brand-2.w--current {
  position: static;
  display: inline;
  float: none;
}

.container-7 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  clear: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 810px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
}

.sub-div.non-homepage {
  height: auto;
}

.sub-div._404 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.row {
  display: block;
  float: none;
}

.column-3 {
  position: static;
  display: block;
  padding-right: auto;
  padding-left: 13px;
  -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;
  border-left: 1px solid hsla(0, 0%, 100%, .51);
  text-align: left;
}

.footer-text {
  display: block;
  float: none;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.footer-image {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  padding-right: 0px;
}

.div-block-3 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-text-heading {
  display: block;
  padding-bottom: 3px;
  float: none;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.text-block-2 {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0.7;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.footer-text-link {
  color: #fff;
  text-decoration: none;
}

.column-4 {
  border-left: 1px solid hsla(0, 0%, 100%, .51);
}

.footer-div {
  display: block;
  width: 175px;
  padding-left: 18px;
  border-left: 1px solid hsla(0, 0%, 100%, .51);
  font-family: 'Open Sans', sans-serif;
}

.footer-div.no-left-border {
  border-left-style: none;
  border-left-width: 0px;
}

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

.background-video-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  width: 40vh;
  max-width: 100%;
  min-width: 330px;
}

.div-block-5 {
  height: auto;
  max-height: 30px;
  min-height: 5px;
}

.div-block-6 {
  height: 5vh;
  min-height: 20px;
}

.body-div {
  height: 87vh;
  padding: 60px 20px 120px;
  background-color: #fff;
}

.container-8 {
  text-align: left;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.subheading-for-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.subheading-for-text.header {
  padding-bottom: 20px;
  line-height: 22px;
}

.secondary-heading-for-text {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.secondary-heading-for-text.alt {
  margin-bottom: 65px;
  color: #ff003c;
}

.main-button {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .1);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #ff00d7;
}

.main-button:hover {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-button.social {
  margin-top: 8px;
  float: none;
  line-height: 25px;
  text-align: left;
}

.main-button.link {
  color: #ff003c;
}

.bold-text-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fc5185;
  font-size: 20px;
}

.link-5 {
  color: #ff003c;
}

.image-9 {
  width: 50%;
  border-radius: 30px;
}

.background-video-3 {
  display: inline-block;
  width: 50%;
  -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;
}

.image-10 {
  border-radius: 40px;
}

.image-11 {
  margin-bottom: 54px;
  border-radius: 50px;
}

.image-12 {
  width: 50%;
  border-radius: 40px;
}

.text-block-3 {
  position: relative;
  top: -60px;
  display: block;
}

.image-13 {
  overflow: hidden;
  width: 1100px;
}

.image-14 {
  margin-bottom: 70px;
  border-radius: 50px;
}

.container-9 {
  margin-top: 88px;
  padding-right: 20px;
  padding-left: 20px;
}

.legal-button {
  margin: 5px 10px;
  padding: 10px 20px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  color: grey;
  font-size: 20px;
  font-weight: 700;
}

.legal-button:hover {
  border-color: grey;
  background-color: grey;
  color: #fff;
}

.container-10 {
  padding: 40px 20px 120px;
}

.buttons-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.legal-section {
  margin-top: 29px;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-6.w--current {
  color: #fff;
}

.background-video-4 {
  position: absolute;
  z-index: 1;
  width: 35vh;
  height: 71vh;
  min-height: 600px;
  min-width: 300px;
  border-radius: 50px;
}

.div-block-7 {
  background-image: url('../images/Apple-iPhone-X-Space-Grey.png');
  background-position: 0px 0px;
  background-size: 702px;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sintony, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
}

.image-16 {
  display: block;
}

.link-block-4 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-3 {
  width: 100px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #3fc1c9;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  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: 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;
}

.login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.field-label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.field-label-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.text-block-5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-field {
  border-radius: 6px;
}

.text-field-2 {
  border-radius: 6px;
}

.text-field-3 {
  border-radius: 6px;
}

.bold-text-4 {
  margin-top: 80px;
  font-size: 300px;
}

.text-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sintony, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
}

.bold-text-4-copy {
  margin-top: 121px;
  font-size: 40px;
}

.link-7 {
  color: #041e42;
}

.twitter-2 {
  margin-top: 30px;
}

.div-block-8 {
  margin-top: 40px;
}

@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .footer-link {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .footer-link:hover {
    opacity: 0.8;
  }
  .paragraph-2.small-text {
    padding-right: 100px;
    padding-left: 100px;
  }
  .paragraph-2-copy.small-text {
    padding-right: 100px;
    padding-left: 100px;
  }
  .section-2 {
    height: 700px;
  }
  .text-block-4 {
    font-size: 28px;
    line-height: 40px;
  }
  .text-block-4-copy {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-link.header {
    display: none;
  }
  .main-div.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .container-2 {
    display: block;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .footer.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .navbar-2 {
    height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    position: static;
  }
  .form {
    width: 500px;
  }
  .column-2 {
    position: static;
    display: block;
  }
  .container-7 {
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sub-div {
    height: auto;
  }
  .text-block-2 {
    padding-top: 0px;
  }
  .footer-div {
    margin-bottom: 25px;
    border-left-style: none;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-15 {
    display: block;
    width: auto;
    height: auto;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .login-container {
    display: block;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .profile-container {
    display: block;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .bold-text-4 {
    margin-top: 192px;
    font-size: 200px;
  }
  .bold-text-4-copy {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
  }
  .field.support {
    text-align: left;
  }
  .field.support.body {
    text-align: left;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    padding: 0px 7px 47px;
  }
  .main-div.hero {
    padding-right: 7px;
    padding-left: 7px;
  }
  .grey-heading {
    margin-top: -95px;
    padding-top: 0px;
    padding-bottom: 25px;
    text-shadow: none;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .paragraph-2.small-text {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-2 {
    padding-bottom: 25px;
  }
  .white-heading {
    text-shadow: none;
  }
  .container-2 {
    margin-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-2-copy.small-text {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-4 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .twitter {
    display: none;
    margin-right: 12px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-2 {
    height: 500px;
  }
  .footer {
    padding-left: 15px;
  }
  .main-heading-for-text {
    font-size: 53px;
    line-height: 54px;
  }
  .navbar-2 {
    height: 110px;
    padding-top: 5px;
  }
  .column {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form {
    width: 340px;
  }
  .image-6 {
    width: 90%;
  }
  .footer-text-heading {
    font-size: 13px;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .div-block-4 {
    font-size: 12px;
  }
  .body-div {
    padding: 32px 32px 96px;
  }
  .subheading-for-text {
    font-size: 16px;
    line-height: 22px;
  }
  .subheading-for-text.header {
    padding-bottom: 16px;
  }
  .secondary-heading-for-text {
    padding-top: 32px;
    font-size: 37px;
    line-height: 40px;
  }
  .main-button {
    margin-bottom: 16px;
    padding: 8px 16px;
  }
  .bold-text-3 {
    font-size: 16px;
  }
  .background-video-4 {
    display: block;
    width: auto;
    height: auto;
    min-width: 300px;
    border-radius: 5px;
  }
  .image-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-4 {
    font-size: 20px;
    line-height: 30px;
  }
  .login-container {
    margin-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .profile-container {
    margin-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bold-text-4 {
    margin-top: 139px;
    margin-bottom: -56px;
    font-size: 125px;
  }
  .text-block-4-copy {
    font-size: 20px;
    line-height: 30px;
  }
  .bold-text-4-copy {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Signika';
  src: url('../fonts/Signika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Signika';
  src: url('../fonts/Signika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Signika';
  src: url('../fonts/Signika-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Signika';
  src: url('../fonts/Signika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lobster 1';
  src: url('../fonts/Lobster_1.3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-UltraItalic.otf') format('opentype'), url('../fonts/FiraSans-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-BoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans book';
  src: url('../fonts/FiraSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-SemiBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-MediumItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-UltraItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Firasans ultra';
  src: url('../fonts/FiraSans-Ultra.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}