@charset "UTF-8";
.btn {
  display: inline-flex;
  align-items: center;
  padding: .75rem 1.5rem;
  border-radius: 0;
  font-weight: 600; }
  .btn img {
    margin-left: .75rem; }
  .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 20, 77, 0.25); }

.btn-primary {
  background: #1E144D;
  border: none; }
  .btn-primary:hover {
    background: #160f39;
    border: none; }
  .btn-primary:focus {
    color: #fff;
    background-color: #1E144D;
    border-color: #452eb2;
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.5); }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #120c2f;
    border: none; }

.btn-secondary {
  background: #00FFFF;
  color: #1E144D;
  border: none; }
  .btn-secondary:hover {
    background: #00e6e6;
    color: #1E144D;
    border: none; }
  .btn-secondary:focus {
    color: #1E144D;
    background-color: #00FFFF;
    border-color: #80ffff;
    box-shadow: 0 0 0 0.2rem rgba(30, 20, 77, 0.5); }
  .btn-secondary:not(:disabled):not(.disabled):active {
    color: #1E144D;
    background-color: #00d9d9;
    border: none; }

.btn-red {
  background: #E1000F;
  color: white;
  border: none; }
  .btn-red:hover {
    background: #c8000d;
    color: white;
    border: none; }
  .btn-red:focus {
    color: #FFF;
    background-color: #E1000F;
    border-color: #ff626c;
    box-shadow: 0 0 0 0.2rem rgba(225, 0, 15, 0.5); }
  .btn-red:not(:disabled):not(.disabled):active {
    color: white;
    background-color: #bb000c;
    border: none; }

.btn-platform {
  background: #1a1143;
  border: 2px solid #00FFFF; }
  .btn-platform:hover {
    border: 2px solid #00FFFF; }

.btn-header {
  border: 2px solid #00FFFF;
  position: relative; }
  .btn-header:after {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    border: 0px solid red;
    border-width: 2px 2px 0 0; }
  .btn-header:hover {
    border: 2px solid #00FFFF; }

.btn-link {
  color: #1E144D; }
  .btn-link:hover {
    color: #160f39; }

.btn-easy {
  background: transparent;
  border: none; }
  .btn-easy-hover, .btn-easy-click {
    display: none; }
  .btn-easy:hover .btn-easy-normal,
  .btn-easy:hover .btn-easy-click {
    display: none; }
  .btn-easy:hover .btn-easy-hover {
    display: inline-block; }
  .btn-easy:active .btn-easy-normal,
  .btn-easy:active .btn-easy-hover {
    display: none; }
  .btn-easy:active .btn-easy-click {
    display: inline-block; }

.display-1 {
  font-weight: 700;
  font-size: 3rem; }
  @media only screen and (min-width: 62em) {
    .display-1 {
      font-size: 7rem;
      text-align: left; } }
  .display-1.display-1--header-homepage {
    margin: 100px 0 50px; }
    .display-1.display-1--header-homepage span {
      text-shadow: 4px 0 0 #00FFFF, -4px 0 0 #E1000F; }
  .display-1.display-1--header-about {
    color: #1E144D;
    position: relative; }
    .display-1.display-1--header-about:after {
      content: "";
      display: block;
      width: 100%;
      margin-top: 24px;
      margin-left: -24px;
      height: 6px;
      background: currentColor; }
    .display-1.display-1--header-about:before {
      content: '';
      position: absolute;
      bottom: -3px;
      right: 18px;
      width: 24px;
      height: 9px;
      background: #E1000F;
      z-index: -1; }
  .display-1.display-1--header-products {
    color: white;
    position: relative; }
    .display-1.display-1--header-products:after {
      content: "";
      display: block;
      width: 100%;
      margin-top: 24px;
      margin-left: -24px;
      height: 6px;
      background: currentColor; }
    .display-1.display-1--header-products:before {
      content: '';
      position: absolute;
      bottom: -3px;
      right: 18px;
      width: 24px;
      height: 9px;
      background: #1E144D;
      z-index: -1; }
  .display-1.display-1--team-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    display: inline-block; }
    .display-1.display-1--team-title:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: -10%;
      right: -10%;
      left: -10%;
      height: 70%;
      background: #00FFFF; }
  .display-1.display-1--line-detail {
    position: relative;
    z-index: 1;
    display: inline-block; }
    .display-1.display-1--line-detail:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 8px;
      left: -16px;
      width: 270px;
      height: 50px; }
    .display-1.display-1--line-detail.line-detail--blue:before {
      background: #00FFFF; }
    .display-1.display-1--line-detail.line-detail--red:before {
      background: #E1000F; }

.form-control:focus {
  border-color: #1E144D;
  box-shadow: 0 0 0 0.2rem rgba(30, 20, 77, 0.25); }

body #onetrust-consent-sdk #onetrust-pc-btn-handler,
body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #1E144D;
  border-color: currentColor; }
body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-consent-sdk #onetrust-reject-all-handler {
  background-color: #1E144D;
  border-color: #1E144D; }
body #onetrust-consent-sdk #ot-sdk-btn-floating .ot-floating-button__front {
  background: #1E144D; }

/* Slider */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #1E144D;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 30px 0 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: black;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 30px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  text-align: center;
  padding: 0 40px; }
  .slick-slide img:not(.btn > img) {
    margin: auto;
    max-width: 100%; }
  .slick-slide a {
    font-size: 20px;
    font-weight: 700;
    color: #1E144D; }
    .slick-slide a:hover {
      color: #221757; }

.homepage-slider {
  margin-bottom: 0 !important;
  background: #1E144D; }
  .homepage-slider .slick-arrow {
    color: white; }
  .homepage-slider .slick-next {
    right: 10px; }
    @media only screen and (min-width: 90em) {
      .homepage-slider .slick-next {
        right: 10vw; } }
  .homepage-slider .slick-prev {
    left: 10px; }
    @media only screen and (min-width: 90em) {
      .homepage-slider .slick-prev {
        left: 10vw; } }
  .homepage-slider .slick-dots {
    margin: 0;
    padding: 50px 0; }
    .homepage-slider .slick-dots li button:before {
      color: rgba(255, 255, 255, 0.85); }
    .homepage-slider .slick-dots li.slick-active button:before {
      color: #00FFFF;
      font-size: 60px; }

.partners-slider .slick-track {
  display: flex;
  align-items: center; }

.partner-slide p {
  margin: 0; }
.partner-slide img {
  max-width: 100%; }

.rotate-90 {
  transform: rotateZ(90deg); }

.rotate-180 {
  transform: rotateZ(180deg); }

.rotate-270 {
  transform: rotateZ(270deg); }

.bg-blue {
  background: #00FFFF !important; }

.bg-purple {
  background: #1E144D !important; }

.text-blue {
  color: #00FFFF !important; }

.text-purple {
  color: #1E144D !important; }

.text-red {
  color: #E1000F !important; }

.text-thin {
  font-weight: 300 !important; }

.detail--right-blue--bottom-red {
  position: relative; }
  .detail--right-blue--bottom-red:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 30px;
    height: 30px;
    border-right: 2px solid #00FFFF;
    border-bottom: 2px solid #E1000F; }

.detail--left-red--bottom-blue {
  position: relative; }
  .detail--left-red--bottom-blue:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 30px;
    height: 30px;
    border-left: 2px solid #E1000F;
    border-bottom: 2px solid #00FFFF; }

.spacer {
  border-right: 1px solid rgba(255, 255, 255, 0.125); }

.dot-detail {
  text-shadow: -3px 0 red, 3px 0 white; }

.dot-md {
  font-size: 100px;
  line-height: 1px; }

body {
  font-family: 'Barlow', sans-serif; }

.wrapper {
  overflow-x: hidden; }

.navbar-vb {
  background: #1E144D; }
  @media only screen and (min-width: 62em) {
    .navbar-vb {
      background: rgba(30, 20, 77, 0.8); } }
  .navbar-vb.navbar-dark .navbar-nav .nav-item {
    width: 100%; }
    @media only screen and (min-width: 62em) {
      .navbar-vb.navbar-dark .navbar-nav .nav-item {
        width: auto; } }
    .navbar-vb.navbar-dark .navbar-nav .nav-item:last-of-type {
      margin-top: 24px;
      border: 1px solid #00FFFF; }
      @media only screen and (min-width: 62em) {
        .navbar-vb.navbar-dark .navbar-nav .nav-item:last-of-type {
          margin-top: 0;
          margin-left: 24px;
          border: none; } }
  .navbar-vb.navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: white;
    opacity: .85; }
    .navbar-vb.navbar-dark .navbar-nav .nav-link:after {
      content: "";
      position: absolute;
      bottom: 4px;
      right: 6px;
      width: 5px;
      height: 5px;
      border: 1px solid #E1000F;
      border-width: 0 1px 1px 0;
      opacity: 0; }
    .navbar-vb.navbar-dark .navbar-nav .nav-link.active, .navbar-vb.navbar-dark .navbar-nav .nav-link:hover {
      opacity: 1; }
      .navbar-vb.navbar-dark .navbar-nav .nav-link.active:after, .navbar-vb.navbar-dark .navbar-nav .nav-link:hover:after {
        opacity: 1; }
  .navbar-vb.navbar-expand-lg .navbar-nav {
    align-items: center; }
    @media only screen and (min-width: 62em) {
      .navbar-vb.navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .navbar-vb .dropdown-menu {
    border: none;
    background: #1E144D;
    color: white;
    padding: 0; }
  .navbar-vb .dropdown-item {
    color: inherit;
    padding: 0.75rem 1.5rem;
    opacity: .85; }
    .navbar-vb .dropdown-item:focus, .navbar-vb .dropdown-item:hover {
      color: inherit;
      background: rgba(0, 0, 0, 0.25);
      opacity: 1; }

.header {
  color: white;
  position: relative;
  padding-bottom: 200px; }
  .header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: inherit;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
  .header--homepage {
    background: white; }
  .header--about, .header--solutions {
    padding: 150px 0;
    background: #00FFFF; }
    .header--about:after, .header--solutions:after {
      background: #1E144D; }
  .header--contextual, .header--products {
    padding: 150px 0;
    background: #E1000F; }
    .header--contextual:after, .header--products:after {
      background: #211563; }

.header-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1E144D; }
  .header-bg-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1E144D;
    opacity: 0.8; }
  .header-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.header-detail {
  position: absolute;
  right: -250px;
  top: 0;
  width: 100%;
  height: 180%;
  z-index: 1;
  transform-origin: top right;
  transform: rotateZ(37deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start; }

.detail-1 {
  top: 0;
  right: 0;
  height: 600px;
  width: calc(100% - 600px);
  background: #E1000F;
  opacity: 0.5; }

.detail-3 {
  height: calc(100% + 100px);
  width: 600px;
  background: #3dfffe;
  opacity: 0.5;
  mix-blend-mode: color-burn; }

.detail-2 {
  background: white;
  width: 600px;
  height: 600px;
  opacity: .5; }

.header-content {
  position: relative;
  z-index: 1;
  font-size: 22px; }

.intro {
  position: relative;
  z-index: 1;
  background-color: transparent;
  font-weight: 600;
  text-align: center; }
  @media only screen and (min-width: 62em) {
    .intro {
      margin-top: 0;
      margin-bottom: 100px; } }

.intro-cover {
  margin-bottom: -200px;
  max-width: 100%; }
  @media only screen and (min-width: 62em) {
    .intro-cover {
      margin-top: -50px; } }

.intro-title {
  color: #1E144D;
  margin-top: 0; }

.main-content-homepage:before {
  content: "";
  display: block;
  height: 100px;
  background: #E1000F;
  mix-blend-mode: darken;
  position: relative;
  z-index: 1;
  margin-bottom: -100px; }
.main-content p {
  line-height: 1.75;
  font-size: 22px; }

.contextual-enablement {
  padding: 200px 0 0;
  background: #1E144D;
  color: blue;
  text-align: center; }
  .contextual-enablement .homepage-slider-subtitle {
    color: white;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin: 30px 0 0; }
    @media only screen and (min-width: 48em) {
      .contextual-enablement .homepage-slider-subtitle {
        font-size: 40px; } }
    @media only screen and (min-width: 62em) {
      .contextual-enablement .homepage-slider-subtitle {
        font-size: 60px; } }

.partner-content {
  background: #333;
  padding: 100px 0; }

.industry-content {
  background: #E1000F;
  padding: 100px 0 0; }

.industry-intro {
  font-size: 20px;
  font-weight: 500;
  color: white; }
  .industry-intro strong {
    color: #1E144D; }

.platform-content {
  background: #1E144D;
  padding: 50px 0; }

.platform-intro {
  color: white;
  font-size: 20px;
  font-weight: 500; }
  .platform-intro strong {
    color: #00FFFF; }

.section-title {
  position: relative;
  display: inline-block;
  color: white;
  margin-bottom: 50px;
  font-weight: 700; }
  .section-title:after {
    content: "";
    display: block;
    height: 4px;
    margin: 24px 24px 0 -24px;
    background: white; }
  .section-title:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 10px;
    width: 30px;
    height: 10px;
    background: #00FFFF;
    z-index: 1;
    mix-blend-mode: darken; }
  .platform-intro .section-title:after {
    background: #00FFFF; }
  .platform-intro .section-title:before {
    background: #E1000F;
    mix-blend-mode: screen; }
  .contextual-enablement .section-title:after {
    margin-top: 40px;
    background: #E1000F; }
  .contextual-enablement .section-title:before {
    background: #00FFFF;
    mix-blend-mode: screen; }

.section-content {
  text-align: center; }
  .section-content p {
    color: white;
    text-align: left; }
    .section-content p strong, .section-content p b {
      font-weight: 700;
      color: #1E144D; }

.section-img {
  max-width: 50%;
  margin: 0 auto 40px;
  display: block; }
  @media only screen and (min-width: 62em) {
    .section-img {
      max-width: 100%;
      margin-bottom: 0; } }

.section-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .section-footer .section-icons {
    display: flex; }
  .section-footer .section-icon-box {
    text-align: center;
    margin-right: 36px;
    line-height: 1; }
    .section-footer .section-icon-box img {
      display: block;
      margin: 0 auto 12px; }
    .section-footer .section-icon-box small {
      font-weight: 600;
      line-height: 1.25; }

.subsection-title {
  display: inline-block;
  border: 2px solid #1E144D;
  padding: 16px 32px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto 24px;
  position: relative; }
  .subsection-title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1E144D;
    top: -10px;
    right: -10px;
    mix-blend-mode: color; }

.platform-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 36px 24px;
  text-align: center;
  color: white; }
  .platform-card .platform-card-title {
    font-weight: 700;
    color: #00FFFF;
    margin: 24px 0;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    min-height: 3em; }
  .platform-card p {
    flex-grow: 1;
    margin-bottom: 36px; }

.news-content {
  padding: 100px 0 200px; }
  .news-content h2 {
    color: #1E144D; }

.highlight-content {
  position: relative;
  z-index: 1;
  background: #222;
  background: linear-gradient(0deg, #222 50%, #1E144D 50%);
  color: #1E144D; }
  @media only screen and (min-width: 62em) {
    .highlight-content {
      padding: 72px 0; } }
  .highlight-content:after {
    content: "";
    background: #00FFFF;
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    transform-origin: center;
    transform: skewY(-3deg); }
  .highlight-content h2 {
    font-weight: 700; }
  .highlight-content p {
    font-weight: 700;
    font-size: 20px; }

.contextual-content {
  padding-bottom: 50px;
  background: #201664;
  background: linear-gradient(180deg, #201664 0%, #2d004c 100%); }
  .contextual-content .contextual-intro-img {
    margin-top: -100px;
    max-width: 100%; }
  .contextual-content .display-1 {
    color: white; }
  .contextual-content .section-content a {
    color: currentColor;
    text-decoration: underline; }
    .contextual-content .section-content a:hover {
      text-decoration: none;
      opacity: 0.9; }

.solution-content {
  padding: 50px 0 150px;
  background: #1E144D;
  color: white; }

.products-content {
  padding: 0 0 150px;
  background: #201664;
  background: linear-gradient(180deg, #201664 0%, #2d004c 100%);
  color: white; }
  @media only screen and (min-width: 62em) {
    .products-content {
      margin: -100px 0 0; } }

.product-section-img {
  max-width: 100%;
  margin-top: 50px; }
  @media only screen and (min-width: 62em) {
    .product-section-img {
      max-width: none;
      margin-top: 0; } }

.section-a2v {
  position: relative;
  z-index: 1;
  color: #1E144D; }
  .section-a2v:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 77%;
    background: #00FFFF; }
    @media only screen and (min-width: 36em) {
      .section-a2v:after {
        height: 77%; } }
    @media only screen and (min-width: 62em) {
      .section-a2v:after {
        width: 95%;
        height: 83%;
        transform: rotate(-2deg); } }

.a2v-content {
  padding: 0 0 50px;
  background: #201664;
  background: linear-gradient(180deg, #201664 0%, #2d004c 100%);
  color: white; }
  @media only screen and (min-width: 62em) {
    .a2v-content {
      margin-top: -100px; } }
  .a2v-content img {
    max-width: 100%; }

.a2v-distorted-list p {
  display: flex;
  align-items: baseline; }

.team-content {
  padding: 50px 0;
  background: #1E144D;
  color: white; }
  @media only screen and (min-width: 62em) {
    .team-content {
      padding: 100px 0 150px; } }

.member-box {
  margin-bottom: 48px; }
  @media only screen and (min-width: 62em) {
    .member-box {
      margin-bottom: 0; } }
  .member-box .member-img {
    margin-bottom: .5rem; }
  .member-box p {
    color: white;
    margin-bottom: 0; }
  .member-box small {
    color: #00FFFF;
    display: block;
    margin-bottom: .5rem; }
  .member-box .social-icon {
    opacity: 0.75; }
    .member-box .social-icon:hover {
      opacity: 1; }

.section-privacy a {
  color: purple; }

.section--quiz {
  background: white;
  background: linear-gradient(356deg, #1E144D 50%, #E1000F 50%); }
  @media only screen and (min-width: 62em) {
    .section--quiz {
      padding: 100px 0; } }

.quiz {
  background: white;
  padding: 96px 20px 20px;
  position: relative; }
  @media only screen and (min-width: 48em) {
    .quiz {
      padding-right: 40px;
      padding-left: 40px; } }
  @media only screen and (min-width: 62em) {
    .quiz {
      padding: 96px 100px; } }

.quiz-header {
  display: flex;
  justify-content: center;
  margin-bottom: 48px; }

.quiz-header-img {
  display: block;
  padding: 0 24px;
  background: white;
  margin: -40px auto 20px; }

.quiz-title {
  /* display: flex; */
  font-size: 44px;
  color: #E1000F;
  text-align: center;
  border: 2px solid #00FFFF;
  padding: 0 24px 24px;
  font-weight: 800; }
  .quiz-title span {
    display: block;
    font-weight: 600;
    font-size: .8em;
    color: #1E144D; }

.quiz-body {
  font-size: 20px;
  font-weight: 600; }

.quiz-answers {
  list-style: none;
  font-size: 20px;
  margin: 32px 0 48px;
  padding-left: 0; }
  @media only screen and (min-width: 62em) {
    .quiz-answers {
      padding-left: 40px; } }
  .quiz-answers li {
    margin-bottom: 24px;
    display: flex;
    font-weight: 500; }
    .quiz-answers li span {
      border: 1px solid #00FFFF;
      flex: 0 0 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-right: 24px;
      color: #E1000F; }

.quiz-action {
  text-align: center;
  margin-bottom: 40px; }

.quiz-answer {
  color: #E1000F;
  transform: rotateY(180deg) rotateX(180deg);
  display: block;
  /* direction: rtl; */
  position: absolute;
  right: 10px;
  bottom: 10px; }

.footer {
  background: #222;
  color: white;
  padding: 132px 0 48px; }
  .footer a {
    color: #00FFFF; }
    .footer a:hover {
      color: #00e6e6; }

/*# sourceMappingURL=main.css.map */
