@import "./bootstrap-reboot.css";
@import "./bootstrap-grid.css";
@import "./iconmoon.css";
@import url("//hello.myfonts.net/count/3cba97");
@font-face {
  font-family: "Segment";
  src: url("/fonts/Segment-ExtraBold/font.woff2") format("woff2"), url("/fonts/Segment-ExtraBold/font.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Segment";
  src: url("/fonts/Segment-Bold/font.woff2") format("woff2"), url("/fonts/Segment-Bold/font.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Segment";
  src: url("/fonts/Segment-SemiBold/font.woff2") format("woff2"), url("/fonts/Segment-SemiBold/font.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Segment";
  src: url("/fonts/Segment-Medium/font.woff2") format("woff2"), url("/fonts/Segment-Medium/font.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Segment";
  src: url("/fonts/Segment-Regular/font.woff2") format("woff2"), url("/fonts/Segment-Regular/font.woff") format("woff");
  font-weight: 400;
}
body {
  background-color: #041D33;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Segment", -apple-system, BlinkMacSystemFont, sans;
  font-size: 18px;
  line-height: 1.65em;
  letter-spacing: 0em;
}

p {
  margin-bottom: 0.8rem;
}
p strong {
  color: white;
}

strong {
  font-weight: 600;
}

h1,
h2.lg {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  h1,
h2.lg {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  h1,
h2.lg {
    font-size: 68px;
  }
}

h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
@media (min-width: 576px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 40px;
  }
}
h3.dimmed {
  color: rgba(157, 223, 255, 0.3);
}

h4 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.45em;
  margin-bottom: 0.6rem;
}
@media (min-width: 576px) {
  h4 {
    font-size: 30px;
  }
}
h4.dimmed {
  color: rgba(157, 223, 255, 0.3);
}

h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
}
@media (min-width: 576px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65em;
  margin-bottom: 1.4em;
}

h3 + h1 {
  margin-top: -8px;
}

h4 + h3 {
  margin-top: 12px;
}
@media (min-width: 576px) {
  h4 + h3 {
    margin-top: 0;
  }
}

h5 + h3 {
  margin-top: -3px;
}

h2 + h6 {
  font-size: 15px;
  margin-top: 6px;
}

h1.decorated,
h2.decorated,
h3.decorated,
h4.decorated,
h5.decorated,
h6.decorated {
  position: relative;
}
h1.decorated.top,
h2.decorated.top,
h3.decorated.top,
h4.decorated.top,
h5.decorated.top,
h6.decorated.top {
  padding-top: 26px;
}
h1.decorated.top::before,
h2.decorated.top::before,
h3.decorated.top::before,
h4.decorated.top::before,
h5.decorated.top::before,
h6.decorated.top::before {
  content: "";
  background-color: #0FF6F6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 6px;
}
h1.decorated.top.accent-2::before,
h2.decorated.top.accent-2::before,
h3.decorated.top.accent-2::before,
h4.decorated.top.accent-2::before,
h5.decorated.top.accent-2::before,
h6.decorated.top.accent-2::before {
  background-color: #0097DD;
}
h1.decorated.top.accent-3::before,
h2.decorated.top.accent-3::before,
h3.decorated.top.accent-3::before,
h4.decorated.top.accent-3::before,
h5.decorated.top.accent-3::before,
h6.decorated.top.accent-3::before {
  background-color: #8CFF00;
}
h1.decorated.top.accent-4::before,
h2.decorated.top.accent-4::before,
h3.decorated.top.accent-4::before,
h4.decorated.top.accent-4::before,
h5.decorated.top.accent-4::before,
h6.decorated.top.accent-4::before {
  background-color: #00EDBF;
}
h1.decorated.top.accent-5::before,
h2.decorated.top.accent-5::before,
h3.decorated.top.accent-5::before,
h4.decorated.top.accent-5::before,
h5.decorated.top.accent-5::before,
h6.decorated.top.accent-5::before {
  background-color: #A28BFD;
}
h1.decorated.bottom,
h2.decorated.bottom,
h3.decorated.bottom,
h4.decorated.bottom,
h5.decorated.bottom,
h6.decorated.bottom {
  padding-bottom: 26px;
}
h1.decorated.bottom::before,
h2.decorated.bottom::before,
h3.decorated.bottom::before,
h4.decorated.bottom::before,
h5.decorated.bottom::before,
h6.decorated.bottom::before {
  background-color: #0FF6F6;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
}
h1.decorated.left::before,
h2.decorated.left::before,
h3.decorated.left::before,
h4.decorated.left::before,
h5.decorated.left::before,
h6.decorated.left::before {
  background-color: #0FF6F6;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -22px;
  width: 4px;
  height: 100%;
}
h1.dimmed,
h2.dimmed,
h3.dimmed,
h4.dimmed,
h5.dimmed,
h6.dimmed {
  color: rgba(157, 223, 255, 0.3);
}
h1.accent-color,
h2.accent-color,
h3.accent-color,
h4.accent-color,
h5.accent-color,
h6.accent-color {
  color: #0FF6F6;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #fff;
}

a {
  color: #0FF6F6;
}
a:hover {
  color: #9df8ff;
}

a.btn {
  border: 2px solid rgba(15, 246, 246, 0.6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  line-height: 45px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.btn:hover {
  transition: 0.5s;
  border-color: #0FF6F6;
}
a.btn .strikethrough {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 3px;
  text-decoration: none;
}
a.btn .strikethrough::before {
  content: "";
  border-top: 2px solid white;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

a.btn-sm {
  font-size: 17px;
  padding: 0 20px;
  line-height: 37px;
}

a.btn-lg {
  font-size: 24px;
  padding: 0 26px;
  line-height: 52px;
}

a.btn-primary {
  color: #05233C;
  border-width: 0;
  background-color: white;
  line-height: 49px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
a.btn-primary svg g {
  fill: #05233C;
}
a.btn-primary:hover {
  background-color: #0FF6F6;
}

a.btn-primary.btn-lg {
  line-height: 56px;
}

a.btn-primary-outline {
  border-color: fade(#0FF6F6, 40%);
}
a.btn-primary-outline .icon > g {
  fill: #0FF6F6;
}

a.has-icon-right .icon {
  display: inline-block;
  margin-left: 10px;
}

a.has-icon-left .icon {
  display: inline-block;
  margin-right: 10px;
}

a.download .icon {
  margin-top: -4px;
}

a.arrow svg {
  display: inline-block;
  margin-top: -2px;
  margin-left: 12px;
}

a.btn-fullwidth {
  width: 100%;
}
@media (min-width: 576px) {
  a.btn-fullwidth {
    width: auto;
  }
}

.strikethrough {
  text-decoration: line-through;
}

.float-right {
  float: right;
}

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

@media (min-width: 576px) {
  .btn-con {
    display: inline-block;
  }
}
.btn-con .footnote {
  text-align: center;
}

.img-con {
  padding: 12px 0;
}
.img-con.has-shadow {
  padding-top: 0;
}
@media (min-width: 576px) {
  .img-con.has-shadow {
    margin-left: -26px;
  }
}

.logo-con {
  float: left;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 26px;
}
@media (min-width: 576px) {
  .logo-con {
    margin-top: 45px;
    font-size: 24px;
  }
}
.logo-con a {
  display: inline-block;
}
.logo-con img {
  margin-right: 12px;
}
.logo-con span {
  display: inline-block;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}

header::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 576px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
header nav {
  float: right;
  margin-top: 42px;
  font-size: 16px;
  display: none;
}
@media (min-width: 576px) {
  header nav {
    display: block;
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  header nav {
    font-size: 17px;
    margin-top: 48px;
  }
}
header nav a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin-right: 36px;
}
header nav a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  border-bottom: 2px solid rgba(157, 223, 255, 0.3);
}
header nav a:last-child {
  margin-right: 0;
}
header nav a.active {
  color: rgba(255, 255, 255, 0.85);
}

.text-lg {
  font-size: 20px;
  line-height: 1.55em;
}

.text-dimmed {
  color: rgba(157, 223, 255, 0.3);
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.section .section-header {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .section .section-header {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section .section-header {
    margin-bottom: 70px;
  }
}
.section .section-header h1,
.section .section-header h2 {
  margin-bottom: 0;
}
.section .section-header h3 {
  color: #0FF6F6;
  font-size: 22px;
}
@media (min-width: 768px) {
  .section .section-header h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .section .section-header h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .section .section-header h3 {
    font-size: 36px;
  }
}

.section-h1 {
  padding-bottom: 20px;
}

.section-wrapper.has-diagonal-edges, .section-wrapper.has-diagonal-edges-inverted {
  background-position: left top, left bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 40px 0;
}
@media (min-width: 576px) {
  .section-wrapper.has-diagonal-edges, .section-wrapper.has-diagonal-edges-inverted {
    margin-top: -30px;
    margin-bottom: -30px;
    padding: 60px 0;
    background-size: 100% 60px;
  }
}
@media (min-width: 768px) {
  .section-wrapper.has-diagonal-edges, .section-wrapper.has-diagonal-edges-inverted {
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 100px 0;
    background-size: 100% 100px;
  }
}
@media (min-width: 992px) {
  .section-wrapper.has-diagonal-edges, .section-wrapper.has-diagonal-edges-inverted {
    margin-top: -70px;
    margin-bottom: -70px;
    padding: 140px 0;
    background-size: 100% 140px;
  }
}
.section-wrapper.has-diagonal-edges .section, .section-wrapper.has-diagonal-edges-inverted .section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-wrapper.has-diagonal-edge-bottom, .section-wrapper.has-diagonal-edge-bottom-inverted {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px;
  margin-bottom: -20px;
  padding: 0 0 40px;
}
@media (min-width: 576px) {
  .section-wrapper.has-diagonal-edge-bottom, .section-wrapper.has-diagonal-edge-bottom-inverted {
    margin-bottom: -30px;
    padding: 0 0 60px;
    background-size: 100% 60px;
  }
}
@media (min-width: 768px) {
  .section-wrapper.has-diagonal-edge-bottom, .section-wrapper.has-diagonal-edge-bottom-inverted {
    margin-bottom: -50px;
    padding: 0 0 100px;
    background-size: 100% 100px;
  }
}
@media (min-width: 992px) {
  .section-wrapper.has-diagonal-edge-bottom, .section-wrapper.has-diagonal-edge-bottom-inverted {
    margin-bottom: -70px;
    padding: 0 0 140px;
    background-size: 100% 140px;
  }
}
.section-wrapper.has-diagonal-edge-bottom .section, .section-wrapper.has-diagonal-edge-bottom-inverted .section {
  padding-bottom: 40px;
}
.section-wrapper.has-diagonal-edge-top, .section-wrapper.has-diagonal-edge-top-inverted {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 40px;
  margin-top: -20px;
  padding: 40px 0 0;
}
@media (min-width: 576px) {
  .section-wrapper.has-diagonal-edge-top, .section-wrapper.has-diagonal-edge-top-inverted {
    margin-top: -30px;
    padding: 60px 0 0;
    background-size: 100% 60px;
  }
}
@media (min-width: 768px) {
  .section-wrapper.has-diagonal-edge-top, .section-wrapper.has-diagonal-edge-top-inverted {
    margin-top: -50px;
    padding: 100px 0 0;
    background-size: 100% 100px;
  }
}
@media (min-width: 992px) {
  .section-wrapper.has-diagonal-edge-top, .section-wrapper.has-diagonal-edge-top-inverted {
    margin-top: -70px;
    padding: 140px 0 0;
    background-size: 100% 140px;
  }
}
.section-wrapper.has-diagonal-edge-top .section, .section-wrapper.has-diagonal-edge-top-inverted .section {
  padding-top: 40px;
}

.section-wrapper-darkest.has-diagonal-edges {
  background-image: url(/images/bg-diagonal-edges/bg-darkest-top.svg), url(/images/bg-diagonal-edges/bg-darkest-bottom.svg);
}
.section-wrapper-darkest.has-diagonal-edges-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-darkest-top-inverted.svg), url(/images/bg-diagonal-edges/bg-darkest-bottom-inverted.svg);
}
.section-wrapper-darkest.has-diagonal-edge-bottom {
  background-image: url(/images/bg-diagonal-edges/bg-darkest-bottom.svg);
}
.section-wrapper-darkest.has-diagonal-edge-bottom-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-darkest-bottom-inverted.svg);
}
.section-wrapper-darkest.has-diagonal-edge-top-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-darkest-top-inverted.svg);
}
.section-wrapper-darkest .section {
  background-color: #040D18;
}

.section-wrapper-darker.has-diagonal-edges {
  background-image: url(/images/bg-diagonal-edges/bg-darker-top.svg), url(/images/bg-diagonal-edges/bg-darker-bottom.svg);
}
.section-wrapper-darker.has-diagonal-edges-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-darker-top-inverted.svg), url(/images/bg-diagonal-edges/bg-darker-bottom-inverted.svg);
}
.section-wrapper-darker.has-diagonal-edge-bottom {
  background-image: url(/images/bg-diagonal-edges/bg-darker-bottom.svg);
}
.section-wrapper-darker.has-diagonal-edge-bottom-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-darker-bottom-inverted.svg);
}
.section-wrapper-darker.has-diagonal-edge-top-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-darker-top-inverted.svg);
}
.section-wrapper-darker .section {
  background-color: #041224;
}

.section-wrapper-light.has-diagonal-edges {
  background-image: url(/images/bg-diagonal-edges/bg-light-top.svg), url(/images/bg-diagonal-edges/bg-light-bottom.svg);
}
.section-wrapper-light.has-diagonal-edges-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-light-top-inverted.svg), url(/images/bg-diagonal-edges/bg-light-bottom-inverted.svg);
}
.section-wrapper-light.has-diagonal-edge-bottom {
  background-image: url(/images/bg-diagonal-edges/bg-light-bottom.svg);
}
.section-wrapper-light.has-diagonal-edge-bottom-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-light-bottom-inverted.svg);
}
.section-wrapper-light.has-diagonal-edge-top {
  background-image: url(/images/bg-diagonal-edges/bg-light-top.svg);
}
.section-wrapper-light.has-diagonal-edge-top-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-light-top-inverted.svg);
}

.section-wrapper-light-darker.has-diagonal-edges {
  background-image: url(/images/bg-diagonal-edges/bg-light-darker-top.svg), url(/images/bg-diagonal-edges/bg-light-darker-bottom.svg);
}
.section-wrapper-light-darker.has-diagonal-edges-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-light-darker-top-inverted.svg), url(/images/bg-diagonal-edges/bg-light-darker-bottom-inverted.svg);
}
.section-wrapper-light-darker.has-diagonal-edge-bottom {
  background-image: url(/images/bg-diagonal-edges/bg-light-darker-bottom.svg);
}
.section-wrapper-light-darker.has-diagonal-edge-bottom-inverted {
  background-image: url(/images/bg-diagonal-edges/bg-light-darker-bottom-inverted.svg);
}
.section-wrapper-light-darker .section-light {
  background-color: #F5F5F5;
}

.has-diagonal-edges + .has-diagonal-edges,
.has-diagonal-edges-inverted + .has-diagonal-edges-inverted,
.has-diagonal-edges-inverted + .has-diagonal-edge-top-inverted,
.has-diagonal-edge-bottom + .has-diagonal-edges,
.has-diagonal-edge-bottom-inverted + .has-diagonal-edges-inverted {
  margin-top: -41px;
}
@media (min-width: 576px) {
  .has-diagonal-edges + .has-diagonal-edges,
.has-diagonal-edges-inverted + .has-diagonal-edges-inverted,
.has-diagonal-edges-inverted + .has-diagonal-edge-top-inverted,
.has-diagonal-edge-bottom + .has-diagonal-edges,
.has-diagonal-edge-bottom-inverted + .has-diagonal-edges-inverted {
    margin-top: -61px;
  }
}
@media (min-width: 768px) {
  .has-diagonal-edges + .has-diagonal-edges,
.has-diagonal-edges-inverted + .has-diagonal-edges-inverted,
.has-diagonal-edges-inverted + .has-diagonal-edge-top-inverted,
.has-diagonal-edge-bottom + .has-diagonal-edges,
.has-diagonal-edge-bottom-inverted + .has-diagonal-edges-inverted {
    margin-top: -101px;
  }
}
@media (min-width: 992px) {
  .has-diagonal-edges + .has-diagonal-edges,
.has-diagonal-edges-inverted + .has-diagonal-edges-inverted,
.has-diagonal-edges-inverted + .has-diagonal-edge-top-inverted,
.has-diagonal-edge-bottom + .has-diagonal-edges,
.has-diagonal-edge-bottom-inverted + .has-diagonal-edges-inverted {
    margin-top: -141px;
  }
}

.section-wrapper-following-flat {
  margin-top: 0 !important;
}

hr {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 0;
  margin: 0;
}
hr.between-sections {
  margin: 40px 0;
}

.nowrap {
  white-space: nowrap;
}

.footnote {
  color: rgba(157, 223, 255, 0.3);
  font-size: 13px;
  line-height: 1.4em;
}
.footnote a {
  color: rgba(157, 223, 255, 0.3);
}
.footnote.promo {
  color: #0FF6F6;
}

a.btn + .footnote,
a.btn + * + .footnote {
  padding-top: 10px;
}

.header-icon-con + h2 {
  margin-top: 18px;
}

.header-icon-con + h3 {
  margin-top: 18px;
}

.header-icon-con + h5 {
  margin-top: 22px;
}

.equal-2-col-block .col-left,
.equal-2-col-block .col-right {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .equal-2-col-block .col-left,
.equal-2-col-block .col-right {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .equal-2-col-block .col-left {
    padding-right: 65px;
  }
}
@media (min-width: 768px) {
  .equal-2-col-block .col-right {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .equal-2-col-block .col-right {
    padding-left: 65px;
  }
}

.section-light {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0em;
}
.section-light h2,
.section-light h3 {
  color: #041224;
  letter-spacing: 0em;
}
.section-light a.btn {
  border-color: rgba(28, 47, 64, 0.5);
  color: #041224;
  font-weight: 600;
  letter-spacing: 0em;
}
.section-light a.btn:hover {
  border-color: rgba(0, 0, 0, 0.7);
}
.section-light .text-lg {
  font-weight: 500;
}
.section-light .decorated.bottom::before {
  background-color: #0097DD;
}

footer {
  color: #0FF6F6;
  font-size: 14px;
  padding: 70px 0;
}
@media (min-width: 576px) {
  footer {
    text-align: left;
  }
}
footer a {
  color: #0FF6F6;
}
footer a:hover {
  color: #fff;
}
footer .col-12 {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  footer .col-12 {
    margin-bottom: 0;
  }
}
footer .col-12:last-child {
  margin-bottom: 0;
}
footer .cs-logo {
  margin-bottom: 22px;
}
footer h4 {
  color: #0FF6F6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
footer h5 {
  color: #0FF6F6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .sm-links-con {
  padding-top: 40px;
}
@media (min-width: 768px) {
  footer .sm-links-con {
    padding-top: 0;
    text-align: right;
  }
}
footer ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.links li {
  margin-bottom: 12px;
}
footer ul.sm-links {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 32px;
}
footer ul.sm-links li {
  display: inline-block;
  margin-right: 11px;
}
footer ul.sm-links li:last-child {
  margin-right: 0;
}
footer ul.sm-links li a {
  color: #0FF6F6;
}
footer ul.sm-links li a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
footer ul.sm-links li i {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
}

nav.tabnav a {
  margin-bottom: 36px;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  border-top: 4px solid rgba(157, 248, 255, 0.1);
  display: block;
  color: rgba(157, 223, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
@media (min-width: 768px) {
  nav.tabnav a {
    font-size: 26px;
  }
}
nav.tabnav a .badge {
  opacity: 0.3;
  transition: 0.5s;
}
nav.tabnav a:hover {
  color: #9df8ff;
}
nav.tabnav a:hover .badge {
  opacity: 1;
  transition: 0.5s;
}
nav.tabnav a.active {
  color: #fff;
  transition: 0.7s;
  border-top-color: rgba(255, 255, 255, 0.85);
}
nav.tabnav a.active .badge {
  opacity: 1;
  transition: 0.5s;
}

nav.tabnav-vertical a {
  font-size: 23px;
  line-height: 46px;
  color: rgba(157, 223, 255, 0.3);
  display: block;
  font-weight: 600;
  text-align: right;
  border-right: 4px solid rgba(15, 246, 246, 0.17);
  padding-right: 28px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  nav.tabnav-vertical a {
    font-size: 30px;
    line-height: 60px;
  }
}
nav.tabnav-vertical a:hover {
  text-decoration: none;
  color: rgba(168, 227, 255, 0.6);
  transition: 0.5s;
}
nav.tabnav-vertical a.active {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  border-right-color: #0FF6F6;
}
nav.tabnav-vertical.sm a {
  font-size: 18px;
  line-height: 36px;
  padding-right: 20px;
  margin-bottom: 20px;
}
nav.tabnav-vertical.fixed {
  position: fixed;
}

.fullwidth-image-con {
  overflow: hidden;
}
@media (min-width: 576px) {
  .fullwidth-image-con img {
    max-width: 100%;
  }
}

.mbp-con-wrapper {
  overflow: hidden;
}

.section-following {
  padding-top: 20px;
}

.faq-item {
  padding-top: 40px;
  margin-bottom: 40px;
}

.header-icon-con {
  display: flex;
  align-items: center;
  height: 60px;
}

section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  section {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  section {
    margin-bottom: 60px;
  }
}

.screenshot-con {
  text-align: center;
}
@media (min-width: 576px) {
  .screenshot-con img {
    max-width: 100%;
  }
}

.screenshot-task {
  padding: 12px 0 30px;
}

.screenshot-rules {
  padding: 0 30px;
}

.screenshot-frozen {
  padding: 12px 0 80px;
}

.fullscreen-video-con {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000;
}
.fullscreen-video-con .con,
.fullscreen-video-con iframe {
  width: 100%;
  height: 100%;
}
.fullscreen-video-con .close-btn {
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 1010;
}

.badge-con {
  position: relative;
}
.badge-con .badge {
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 0.9rem;
  border: 1px solid rgba(15, 246, 246, 0.6);
  color: #0FF6F6;
  padding: 0px 3px 0 4px;
  border-radius: 3px;
}

ul.checklist {
  list-style: none;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 0 0 3px;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  ul.checklist {
    margin-bottom: 56px;
  }
}
ul.checklist > li {
  background: url(/images/release-notes-checkmark.svg) no-repeat 0 4px;
  padding: 3px 0 3px 40px;
}
ul.checklist > li ul {
  margin-top: 10px;
}
ul.checklist li {
  margin: 0 0 0.6em;
}

h4 + ul.checklist {
  padding-top: 6px;
}

.has-new-icon {
  position: relative;
}
.has-new-icon::after {
  position: absolute;
  display: block;
  top: 10px;
  left: -64px;
  content: "New";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #8CFF00;
  border: 2px solid #8CFF00;
  border-radius: 4px;
  padding: 3px 5px;
  line-height: 1rem;
}

.has-highlight-icon,
.has-bugfix-icon {
  position: relative;
}
.has-highlight-icon::after,
.has-bugfix-icon::after {
  position: absolute;
  display: block;
  top: 8px;
  left: -56px;
  width: 32px;
  height: 32px;
  content: "";
}

.has-highlight-icon::after {
  background-image: url("/images/highlight.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .has-highlight-icon::after {
    background-image: url("/images/highlight@2x.png");
    background-size: 32px 32px;
  }
}

.has-bugfix-icon::after {
  background-image: url("/images/bugfix.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .has-bugfix-icon::after {
    background-image: url("/images/bugfix@2x.png");
    background-size: 32px 32px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1-block {
    padding-left: 95px;
  }
}

@media (min-width: 768px) {
  .offset-md-1-block {
    padding-left: 95px;
  }
}

#updates .section-header .btn-con {
  padding-top: 12px;
  float: right;
}

.apps-con {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.apps-con .app-tea {
  text-align: center;
  max-width: 160px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.apps-con .app-tea .img-con {
  height: 92px;
  padding: 0;
  margin: 10px 0;
}
.apps-con .app-tea .title-con {
  font-size: 15px;
  font-weight: 600;
}

.setapp-button {
  padding: 0 20px;
}
.setapp-button img {
  display: inline-block;
  margin-top: -5px;
}

.promo-box {
  background-color: rgba(0, 237, 191, 0.1);
  border-radius: 10px;
  padding: 18px 26px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .promo-box {
    width: 740px;
    flex-direction: row;
  }
}
.promo-box .tea-text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .promo-box .tea-text {
    text-align: left;
    margin-bottom: 0;
  }
}
.promo-box .tea-text .subtitle {
  color: #0FF6F6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.promo-box .tea-text h5 {
  color: #0FF6F6;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
}
.promo-box a.btn {
  border-color: #0FF6F6;
}
.promo-box a.btn .new-price {
  color: #8CFF00;
}

.price .cents {
  font-size: 0.6em;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  line-height: 1em;
}

@media (min-width: 768px) {
  .equal-2-col-block {
    margin-bottom: 60px;
  }
  .equal-2-col-block:last-child {
    margin-bottom: 0;
  }
}

.promo-box-with-countdown {
  background-color: rgba(15, 246, 246, 0.08);
  border-radius: 10px;
  text-align: center;
  padding: 36px 20px 20px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .promo-box-with-countdown {
    padding: 40px 36px 28px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .promo-box-with-countdown {
    margin-bottom: 80px;
  }
}
.promo-box-with-countdown h2 {
  font-size: 26px;
  color: #0FF6F6;
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .promo-box-with-countdown h2 {
    font-size: 30px;
    line-height: 1.1em;
  }
}
@media (min-width: 768px) {
  .promo-box-with-countdown h2 {
    font-size: 36px;
  }
}
.promo-box-with-countdown h3 {
  font-size: 56px;
  color: #8CFF00;
  line-height: 1.1em;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .promo-box-with-countdown h3 {
    font-size: 65px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .promo-box-with-countdown h3 {
    font-size: 65px;
  }
}
.promo-box-with-countdown .countdown-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(4, 29, 51, 0.45);
  padding: 16px 0px 12px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .promo-box-with-countdown .countdown-block {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .promo-box-with-countdown .countdown-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px 14px;
  }
}
@media (min-width: 576px) {
  .promo-box-with-countdown .countdown-block .countdown {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .promo-box-with-countdown .countdown-block .countdown {
    margin-bottom: 0;
    float: left;
  }
}

.countdown {
  text-align: center;
  padding-top: 6px;
}
.countdown .countdown-item {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  width: 44px;
}
@media (min-width: 576px) {
  .countdown .countdown-item {
    width: 58px;
    margin-right: 16px;
  }
}
.countdown .countdown-item:last-child {
  margin-right: 0;
}
.countdown .countdown-item .countdown-value {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9em;
  color: white;
}
@media (min-width: 576px) {
  .countdown .countdown-item .countdown-value {
    font-size: 40px;
  }
}
.countdown .countdown-item .countdown-label {
  display: block;
  font-size: 12px;
  color: rgba(157, 223, 255, 0.3);
}
@media (min-width: 576px) {
  .countdown .countdown-item .countdown-label {
    font-size: 16px;
  }
}

.watch-timeline-video .icon {
  margin-bottom: 3px;
}

.promo-image-con {
  text-align: center;
  margin-bottom: 40px;
}
.promo-image-con img {
  max-width: 100%;
}

.checkout-button span {
  color: #8CFF00;
}
.checkout-button.btn-primary span {
  color: #55ba0e;
}
.checkout-button.btn-primary span.strikethrough {
  color: rgba(0, 0, 0, 0.35);
}
.checkout-button.btn-primary span.strikethrough::before {
  border-color: #000;
}

.has-round-corners {
  border-radius: 10px;
}