body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 135, 199, .7);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #192024;
  font-weight: 400;
}

.button.tab:hover {
  border-color: #8787c7;
  background-color: transparent;
  color: #000;
}

.button.tab.w--current {
  border-style: solid;
  border-color: transparent;
  background-color: #ecf0f1;
  color: #000;
}

.button.buttun_download {
  margin-top: 10px;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.section.unfccc {
  background-image: -webkit-linear-gradient(270deg, rgba(135, 135, 199, .7), hsla(34, 14%, 59%, .9)), url('../images/unfccc.jpg');
  background-image: linear-gradient(180deg, rgba(135, 135, 199, .7), hsla(34, 14%, 59%, .9)), url('../images/unfccc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.price {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #bec3c7;
}

.white-box {
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 100px;
  padding-bottom: 195px;
  background-image: -webkit-linear-gradient(270deg, rgba(135, 135, 199, .7), hsla(34, 14%, 59%, .9)), url('../images/sic_bg.jpg');
  background-image: linear-gradient(180deg, rgba(135, 135, 199, .7), hsla(34, 14%, 59%, .9)), url('../images/sic_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 50px;
}

.section-heading.centered {
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #0071bb;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  display: inline-block;
  width: auto;
  max-width: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.un-heading {
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
}

.un-subheading {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.p.left {
  text-align: left;
}

.p.right {
  font-weight: 300;
  text-align: right;
}

.image_title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.apps_greed {
  margin-bottom: 40px;
}

.p_smal_left {
  text-align: left;
}

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

.price-subheading {
  margin-top: 5px;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.price-cost {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  text-align: right;
}

.gray {
  background-color: #f0f0f0;
}

.section-table {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sic {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.icon_sic {
  position: static;
  left: 75px;
  top: 70px;
  margin-top: -30px;
  float: left;
  text-align: center;
}

.sign_spherical {
  margin-bottom: 40px;
}

.hero-name {
  margin-bottom: 120px;
}

.footer_social_span {
  display: none;
}

.footer_social {
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 0.8;
  cursor: pointer;
}

.footer_social:hover {
  opacity: 1;
}

.footer_social.footer_twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.footer_social_colum {
  text-align: right;
}

.input {
  height: 46px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  line-height: 21px;
  font-weight: 300;
}

.form_colum_2 {
  text-align: right;
}

.form_success {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image_screenshots {
  margin-top: 20px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .button.tab {
    width: 29%;
    min-height: 88px;
  }
  .button.form_button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 100px;
    padding-bottom: 144px;
    background-position: 0px 0px, 100% 50%;
  }
  .section-heading.centered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button_tab_text {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .sic {
    width: 460px;
    text-align: right;
  }
  .input {
    width: 100%;
  }
  .form_success {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    min-height: 88px;
    font-size: 12px;
  }
  .button.form_button {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.unfccc {
    padding-right: 16px;
    padding-left: 16px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 30px;
    padding-bottom: 60px;
    clear: both;
    background-position: 0px 0px, 82% 50%;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
  }
  .section-heading.centered {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 36px;
  }
  .form-field.text-area {
    display: block;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grid-image {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .un-subheading {
    font-size: 22px;
  }
  .p.right {
    display: inline;
    margin-left: 10px;
    text-align: left;
  }
  .apps_greed {
    margin-bottom: 0px;
  }
  .price-cost {
    display: inline;
    text-align: left;
  }
  .price-colum {
    text-align: left;
  }
  .sic {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 360px;
    font-size: 14px;
    text-align: right;
    letter-spacing: 2px;
  }
  .icon_sic {
    position: static;
    left: auto;
    top: 25px;
    right: auto;
    display: inline-block;
    overflow: visible;
    width: 80%;
    margin-top: -20px;
    margin-left: -10px;
  }
  .sign_spherical {
    width: 20%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .hero-name {
    margin-bottom: 60px;
  }
  .input {
    width: 100%;
    margin-right: 10px;
    padding-bottom: 13px;
  }
  .form_colum_1 {
    padding-right: auto;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .button.w--current {
    width: 100%;
  }
  .button.tab {
    width: 100%;
    height: 50px;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .button.form_button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.unfccc {
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .hero-section.centered {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .hero-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  .hero-subheading {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .section-heading.centered {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tab-menu {
    margin-bottom: 10px;
  }
  .fullwidth-image {
    margin-top: 0px;
  }
  .spc {
    margin-bottom: 0px;
    text-align: center;
  }
  .un-heading {
    font-size: 28px;
    line-height: 35px;
  }
  .un-subheading {
    font-size: 20px;
    line-height: 30px;
  }
  .p {
    font-size: 18px;
    line-height: 25px;
  }
  .p.left {
    font-size: 14px;
  }
  .price-subheading {
    font-size: 24px;
  }
  .price-cost {
    font-size: 28px;
  }
  .sic {
    position: static;
    width: auto;
    font-size: 10px;
    text-align: center;
    letter-spacing: 3px;
  }
  .icon_sic {
    left: auto;
    width: 20%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
  }
  .sign_spherical {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer_social_colum {
    text-align: center;
  }
  .input {
    margin-left: auto;
  }
  .form_colum_1 {
    position: static;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3258E9_0_0.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3258E9_1_0.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}