* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
hr {
  border: 0;
  border-bottom: 1px solid #e2e5e7;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  display: inline-block;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #494f54;
  margin: 0 0 20px;
  line-height: 1.5;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
p {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #494f54;
  margin: 0 0 20px;
}
@media (min-width: 1023px) {
  .centered {
    margin: 0 auto;
    width: 1300px;
    max-width: 95vw;
  }
}
@media (max-width: 1024px) {
  .centered {
    width: 100vw;
    padding: 0 20px;
  }
}
.alert-wrap {
  padding: 30px 0;
  background-color: rgba(215, 84, 83, 0.1);
}
.alert-wrap .alert-content,
.alert-wrap .alert-header {
  color: #d75453;
}
.alert-wrap .alert-content {
  margin: 0;
}
.alert-wrap .alert-content a,
.alert-wrap .alert-content p {
  color: #d75453;
}
.alert-wrap .alert-content a {
  text-decoration: underline;
}
.header-top-wrap {
  background-color: #f7f8f9;
}
.header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 0;
  font-size: 12px;
}
.header-top-phone {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
@media (max-width: 1023px) {
  .header-top-phone {
    display: none;
  }
}
.header-top a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #696f74;
}
.header-top a:hover {
  opacity: 0.6;
}
.header-top a:not(:last-child) {
  margin-right: 20px;
}
.header-top .nav-icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 1023px) {
  .header-top .nav-text {
    display: none;
  }
}
.header-top .nav-icon + .nav-text {
  margin-left: 6px;
}
.header-bottom-wrap {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .header-bottom-wrap {
    padding: 25px 0;
  }
}
@media (max-width: 1023px) {
  .header-bottom-wrap {
    padding: 15px 0;
  }
}
.header-bottom {
  display: flex;
  align-items: center;
}
.header-bottom .header-bottom-logo {
  height: 22px;
  width: auto;
}
.header-bottom .header-bottom-nav {
  margin-left: auto;
}
@media (max-width: 1023px) {
  .header-bottom .header-bottom-nav {
    position: absolute;
    display: block;
    transition: transform 0.4s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    width: 100vw;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
  }
}
.header-bottom .header-bottom-nav a {
  transition: all 0.2s ease;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #082e48;
}
.header-bottom .header-bottom-nav a:hover {
  color: #489fd3;
}
@media (min-width: 1024px) {
  .header-bottom .header-bottom-nav a:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .header-bottom .header-bottom-nav a {
    width: 100vw;
    padding: 20px;
  }
}
.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .header-bottom-nav {
  transform: scale(1);
}
@media (max-width: 1023px) {
  .hamburger {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  position: relative;
}
.hamburger span,
.hamburger span:after,
.hamburger span:before {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #494f54;
}
.hamburger span:after,
.hamburger span:before {
  content: "";
  position: absolute;
}
.hamburger span:before {
  bottom: 6px;
}
.hamburger span:after {
  top: 6px;
}
.main-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .main-wrap .centered {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .main {
    display: flex;
    flex-direction: row;
  }
  .main-left {
    position: relative;
    width: 40%;
    flex: 1;
    padding: 40px 40px 40px 0;
  }
  .main-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: #f7f8f9;
  }
  .main-right {
    width: 60%;
    padding: 40px 0 40px 40px;
  }
}
@media (max-width: 1023px) {
  .main-left,
  .main-right {
    width: 100%;
    padding: 20px;
  }
  .main-left {
    background: #f7f8f9;
  }
}
.box-product {
  padding: 24px;
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04),
    6px 16px 30px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  max-height: 600px;
  overflow-y: auto;
}
.box-product + .box-product {
  margin-top: 24px;
}
.box-product-company {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e5e7;
}
.box-product-company h1 {
  margin-bottom: 12px;
}
.box-product-img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}
.box-product-buttons {
  display: flex;
}
.box-promo {
  padding: 40px 0;
}
.box-promo-img {
  margin-bottom: 20px;
}
.box-promo + .box-promo {
  border-top: 1px solid #e2e5e7;
}
.box-content {
  width: 100%;
}
.box-content + .box-content {
  margin-top: 40px;
}
.section-heading {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e5e7;
  font-weight: 600;
  color: #9da3a8;
  text-transform: uppercase;
}
.section-heading,
.session-id {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.session-id {
  text-align: right;
  color: #83898e;
  margin-bottom: 0;
}
.session-id b {
  color: #696f74;
}
.marketing-img {
  transition: opacity 0.6s ease;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.marketing-img:hover {
  opacity: 0.7;
}
.marketing-video {
  width: 100%;
  height: 327px;
  margin-bottom: 20px;
}
.button {
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #e2e5e7;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  color: #489fd3;
  outline: none;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.button:hover {
  background: rgba(72, 159, 211, 0.1);
  color: #326f94;
  border-color: #326f94;
}
.button:not(:last-child) {
  margin-right: 12px;
  margin-bottom: 12px;
}
.login-btn {
  cursor: pointer;
  transition: all 0.2s ease;
  height: 44px;
  padding: 0 16px;
  border-radius: 4px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
}
.login-btn.live {
  background: #489fd3;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
  color: #fff;
}
.login-btn.live:hover {
  background: #326f94;
}
.login-btn.play {
  background: transparent;
  border: 1px solid #47c2b1;
  color: #47c2b1;
}
.login-btn.play:hover {
  background: rgba(71, 194, 177, 0.1);
  border-color: #32887c;
  color: #32887c;
}
.login-btn + .login-btn {
  margin-left: 12px;
}
.fw-iframe {
  height: 802px;
}
.error-container {
  margin: 25vh 25vw;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.error-container__header {
  font-weight: 600;
  color: #494f54;
  font-size: 30px;
  text-align: center;
}
.error-container p {
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.error-container p a {
  text-decoration: none;
  color: #489fd3;
  cursor: pointer;
}
.recent-release {
  transition: all 0.3s ease;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(72, 159, 211, 0.05);
  border: 1px solid rgba(72, 159, 211, 0.5);
}
.recent-release-text {
  flex: 1;
  margin: 0 10px;
}
.recent-release-text p {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #494f54;
}
.recent-release-text-date {
  font-weight: 500;
}
.recent-release-text-heading {
  font-weight: 600;
}
.recent-release-more {
  transition: all 0.3s ease;
  font-size: 14px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #489fd3;
}
.recent-release:hover {
  background: rgba(72, 159, 211, 0.1);
  border: 1px solid rgba(18, 83, 127, 0.9);
}
.recent-release:hover .recent-release-more {
  color: #12537f;
}
.buorg {
  animation: unset !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.buorg .buorg-pad {
  text-align: left;
  padding: 0;
}
.buorg .buorg-pad .buorg-icon {
  display: none;
}
.buorg .buorg-pad .alert-wrap {
  background-color: rgba(241, 156, 45, 0.1);
}
.buorg .buorg-pad .alert-wrap .alert-header {
  color: #f1742d;
}
.buorg .buorg-pad .alert-wrap .alert-content {
  color: #494f54;
}
.buorg .buorg-pad .alert-wrap .alert-content a {
  text-decoration: none;
  color: #489fd3;
  cursor: pointer;
  font-weight: 600;
}
/*# sourceMappingURL=/src.2373ce68.css.map */
