/* ==========================================================================
  Stylesheet for Deax
  ITCSS + BEM
  ---
  This SCSS code is inspired by BEM (Block Element Modifier) and ITCSS (Inverted Triangle CSS) methodologies.
  For BEM Please refer to http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
  For ITCSS Please refer to https://speakerdeck.com/dafed/managing-css-projects-with-itcss
   ========================================================================== */
/* Icon font
  ========================================================================== */
/* Settings: preprocessor variables, colors, global settings
   ========================================================================== */
/* ==========================================================================
  Colors
 ========================================================================== */
/* Grays
 ========================================================================== */
/* Primary colors
  ========================================================================== */
/* Secondary colors
  ========================================================================== */
/* Semantic mapping
 ========================================================================== */
/* ==========================================================================
  Fonts
 ========================================================================== */
/* Oscine
   ========================================================================== */
@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Oscine_W_Rg.woff2") format("woff2"), url("../../fonts/Oscine_W_Rg.woff") format("woff"), url("../../fonts/Oscine_W_Rg.eot") format("eot"); }

@font-face {
  font-family: 'Oscine';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Oscine_W_It.woff2") format("woff2"), url("../../fonts/Oscine_W_It.woff") format("woff"), url("../../fonts/Oscine_W_It.eot") format("eot"); }

@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/Oscine_W_Bd.woff2") format("woff2"), url("../../fonts/Oscine_W_Bd.woff") format("woff"), url("../../fonts/Oscine_W_Bd.eot") format("eot"); }

/* Inter
   ========================================================================== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/inter-ui-regular.woff2") format("woff2"), url("../../fonts/inter-ui-regular.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("http://jan-copy.holix-app-prototype.mono.digital/fonts/inter-ui-italic.woff2") format("woff2"), url("http://jan-copy.holix-app-prototype.mono.digital/fonts/inter-ui-italic.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/inter-ui-medium.woff2") format("woff2"), url("../../fonts/inter-ui-medium.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/inter-ui-semibold.woff2") format("woff2"), url("../../fonts/inter-ui-semibold.woff") format("woff"); }

/* ==========================================================================
  Variables
  ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Typography
  ========================================================================== */
/* Transitions
  ========================================================================== */
/* Generic: CSS reset, box-sizing, global CSS tweaks
  ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Elements: element selectors, CMS-generated content
  ========================================================================== */
/* ==========================================================================
  e-base
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  color: #3F545B;
  line-height: 1.5;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem; }

a {
  text-decoration: underline;
  color: #46AFFF; }
  a:focus {
    outline-color: #0000fa; }
  a:hover {
    color: #FFD700;
    transition: 0.18s color ease-in; }

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  line-height: 1.25; }

strong {
  font-weight: 600; }

hr {
  border: none;
  margin: 2.4rem 0;
  border-bottom: 0.1rem solid #C6CFD2; }

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

html,
body,
#__nuxt,
#__layout {
  height: 100%; }

/* Code
   ========================================================================== */
code, pre {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1.3rem; }

code {
  padding: 0.3rem;
  border-radius: 0.1rem;
  color: #CE2F55;
  background: #FFF; }

pre {
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  background: #EEE;
  padding: 1.2rem; }

pre > code {
  background: none; }

i {
  line-height: 1; }

/* Objects: layout-related CSS, grid, SVG icons frame, flexbox classes
  ========================================================================== */
/* ==========================================================================
    o-container
  ========================================================================== */
.o-container {
  width: calc(100% - 4.8rem);
  margin: 0 auto; }
  @media (min-width: 900px) {
    .o-container {
      width: calc(100% - 25.6rem);
      max-width: 128rem; } }

.o-container--small {
  max-width: 64rem; }

.o-container--medium {
  max-width: 78rem; }

.o-container--large {
  width: calc(100% - 4.8rem); }
  @media (min-width: 900px) {
    .o-container--large {
      width: calc(100% - 9.6rem);
      max-width: 144rem; } }

/* ==========================================================================
  o-container-vertical
   ========================================================================== */
.o-container-vertical {
  padding: 6.4rem 0; }

.o-container-vertical--small {
  padding: 4.8rem 0; }

.o-container-vertical--overlap {
  padding: 0;
  top: -6.4rem;
  position: relative; }

.o-container-vertical--compensate-overlap {
  padding-top: 4.8rem;
  padding-bottom: 12.8rem; }

@media (min-width: 700px) {
  .o-container-vertical {
    padding: 12.8rem 0; }
  .o-container-vertical--small {
    padding: 6.4rem 0; }
  .o-container-vertical--overlap {
    padding: 0;
    top: -12.8rem; }
  .o-container-vertical--compensate-overlap {
    padding-top: 9.6rem;
    padding-bottom: 25.6rem; } }

/* ==========================================================================
  o-container-overlap
   ========================================================================== */
.o-container-overlap {
  padding-bottom: 21.6rem; }

.o-container-overlaper {
  margin-top: -29.6rem; }

/* ==========================================================================
  Grid
  ---
  Basic flex-based grid system
  Based on flexbox and calc()
  Support:
     * IE10 and up
     * Edge, Chrome, Safari, Firefox (except very old versions)
   ========================================================================== */
.o-flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }

/* Grid columns (default)
   ========================================================================== */
[class*='o-flex-grid-col'] {
  flex: 1 0 calc(100% - 2.4rem);
  min-width: 0;
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.o-flex-grid-col-1 {
  width: calc(8.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-2 {
  width: calc(16.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-3 {
  width: calc(25% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-4 {
  width: calc(33.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-5 {
  width: calc(41.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-6 {
  width: calc(50% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-7 {
  width: calc(58.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-8 {
  width: calc(66.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-9 {
  width: calc(75% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-10 {
  width: calc(83.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-11 {
  width: calc(91.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-12 {
  width: calc(100% - 2.4rem);
  flex: 1 1 auto; }

@media (min-width: 400px) {
  [class*='o-flex-grid-col-bp1-'] {
    flex: 1 1 auto; }
  .o-flex-grid-col-bp1-1 {
    width: calc(8.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-2 {
    width: calc(16.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-3 {
    width: calc(25% - 2.4rem); }
  .o-flex-grid-col-bp1-4 {
    width: calc(33.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-5 {
    width: calc(41.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-6 {
    width: calc(50% - 2.4rem); }
  .o-flex-grid-col-bp1-7 {
    width: calc(58.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-8 {
    width: calc(66.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-9 {
    width: calc(75% - 2.4rem); }
  .o-flex-grid-col-bp1-10 {
    width: calc(83.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-11 {
    width: calc(91.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-12 {
    width: calc(100% - 2.4rem); } }

@media (min-width: 600px) {
  [class*='o-flex-grid-col-bp2-'] {
    flex: 1 1 auto; }
  .o-flex-grid-col-bp2-1 {
    width: calc(8.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-2 {
    width: calc(16.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-3 {
    width: calc(25% - 2.4rem); }
  .o-flex-grid-col-bp2-4 {
    width: calc(33.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-5 {
    width: calc(41.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-6 {
    width: calc(50% - 2.4rem); }
  .o-flex-grid-col-bp2-7 {
    width: calc(58.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-8 {
    width: calc(66.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-9 {
    width: calc(75% - 2.4rem); }
  .o-flex-grid-col-bp2-10 {
    width: calc(83.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-11 {
    width: calc(91.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-12 {
    width: calc(100% - 2.4rem); } }

@media (min-width: 900px) {
  [class*='o-flex-grid-col-bp3-'] {
    flex: 1 1 auto; }
  .o-flex-grid-col-bp3-1 {
    width: calc(8.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-2 {
    width: calc(16.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-3 {
    width: calc(25% - 2.4rem); }
  .o-flex-grid-col-bp3-4 {
    width: calc(33.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-5 {
    width: calc(41.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-6 {
    width: calc(50% - 2.4rem); }
  .o-flex-grid-col-bp3-7 {
    width: calc(58.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-8 {
    width: calc(66.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-9 {
    width: calc(75% - 2.4rem); }
  .o-flex-grid-col-bp3-10 {
    width: calc(83.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-11 {
    width: calc(91.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-12 {
    width: calc(100% - 2.4rem); } }

/* Grid columns (modifiers)
   ========================================================================== */
.o-flex-grid--no-wrap {
  flex-wrap: nowrap; }

.o-flex-grid-col-static {
  flex: none; }

@media (min-width: 400px) {
  .o-flex-grid-col-bp1-static {
    flex: none; } }

@media (min-width: 700px) {
  .o-flex-grid-col-bp2-static {
    flex: none; } }

@media (min-width: 900px) {
  .o-flex-grid-col-bp3-static {
    flex: none; } }

.o-flex-grid-col-flex {
  flex: 1 1 auto; }

.o-flex-grid--reverse {
  flex-direction: row-reverse; }

/* ==========================================================================
    Object: Flex
    ---
    Object to make a container use flexbox
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Utility classes
  ========================================================================== */
.o-flex {
  display: flex; }

.o-flex--row-reverse {
  flex-direction: row-reverse; }

.o-flex--vertical {
  flex-direction: column; }

.o-flex--vertical-center {
  align-items: center; }

.o-flex--horizontal-center {
  justify-content: center; }

.o-flex--center {
  justify-content: center;
  align-items: center; }

.o-flex--justify-between {
  justify-content: space-between; }

.o-flex--justify-around {
  justify-content: space-around; }

.o-flex--justify-end {
  justify-content: flex-end; }

.o-flex--align-start {
  align-items: flex-start; }

.o-flex--align-end {
  align-items: flex-end; }

.o-flex--align-baseline {
  align-items: baseline; }

.o-flex--wrap {
  flex-wrap: wrap; }

.o-flex--align-self-start {
  align-self: flex-start; }

.o-flex--spaced > *:not(:last-child) {
  margin-right: 0.8rem; }

.o-flex--spaced-wide > *:not(:last-child) {
  margin-right: 1.6rem; }

/* Flexible items
  ========================================================================== */
.o-flex__item {
  flex: 1; }

.o-flex__item--shrink {
  flex: 0 1 0%; }

/* ==========================================================================
  o-form-group
   ========================================================================== */
.o-form-group-layout--horizontal .o-form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.6rem 0; }

.o-form-group-layout--horizontal label {
  margin: 0.8rem 0;
  width: 26rem; }

@media (min-width: 700px) {
  .o-form-group-layout--inline {
    display: flex;
    align-items: center; }
    .o-form-group-layout--inline .o-form-group:not(.c-search-button--mobile) {
      display: flex;
      align-items: center; }
    .o-form-group-layout--inline label {
      white-space: nowrap;
      margin-right: .8rem; }
    .o-form-group-layout--inline .o-form-group + .o-form-group {
      margin-left: 1.6rem; }
    .o-form-group-layout--inline .o-form-group--wide {
      flex: 1 0 auto; } }

.o-form-group {
  margin: 0 0 1.6rem; }

.o-form-group abbr {
  text-decoration: none;
  color: #71888F; }

/* ==========================================================================
  Object: SVG Icon
   ========================================================================== */
/* Object
   ========================================================================== */
.o-icon {
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center; }
  .o-icon .hi {
    width: 100%;
    height: 100%;
    line-height: 1; }

/* Size Variations
   ========================================================================== */
.o-icon--default {
  font-size: 2.4rem; }

.o-icon--small {
  font-size: 1.2rem; }

.o-icon--large {
  font-size: 3.2rem; }

/* Color Variations
   ========================================================================== */
.o-icon--success {
  color: #4FCCC4; }

/* Components: separately styled components (buttons, form inputs, toolbars...)
  ========================================================================== */
/* ==========================================================================
  c-alert
  ========================================================================== */
.c-alert {
  background-color: #F0F3F5;
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem; }
  .c-alert p {
    margin: 0; }
  .c-alert .o-icon {
    margin-right: .6rem; }

.c-alert--error {
  border-left: 0.4rem solid #FF6B6B; }
  .c-alert--error .o-icon {
    color: #FF6B6B; }

.c-alert--success {
  border-left: 0.4rem solid #4FCCC4; }
  .c-alert--success .o-icon {
    color: #4FCCC4; }

/* ==========================================================================
  c-article
  ========================================================================== */
.c-article .c-intro {
  font-size: 2.4rem; }

.c-article p, .c-article li {
  font-size: 1.8rem; }

.c-article figure,
.c-article img {
  margin: 6.4rem 0; }

.c-article table {
  margin: 4.8rem 0; }

.c-article h1,
.c-article .c-h1 {
  margin-top: 1.6rem; }

.c-article h2,
.c-article .c-h2 {
  margin-top: 6.4rem; }

.c-article h3,
.c-article .c-h3 {
  margin-top: 4.8rem; }

.c-article h5,
.c-article .c-h5 {
  margin-top: 2.4rem; }

.c-article h6,
.c-article .c-h6 {
  margin-top: 2.4rem; }

/* ==========================================================================
  c-avatar
  ========================================================================== */
/* Variables
   ========================================================================== */
/* Component
   ========================================================================== */
.c-avatar {
  background-color: #46AFFF;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-avatar .o-icon {
    font-size: 2.4rem;
    color: #FFF; }

/* Image variant
   ========================================================================== */
.c-avatar--img {
  background: none;
  border: 0.1rem solid #D4DBDD;
  overflow: hidden; }
  .c-avatar--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

/* Sizes
   ========================================================================== */
.c-avatar--xsmall {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.8rem; }
  .c-avatar--xsmall .o-icon {
    font-size: 1.8rem;
    position: relative;
    top: -0.1rem; }

.c-avatar--small {
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
  line-height: 2.4rem;
  font-size: 80%; }
  .c-avatar--small .o-icon {
    font-size: 1.6rem;
    position: relative;
    top: -0.1rem; }

.c-avatar--medium {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.8rem; }
  .c-avatar--medium .o-icon {
    font-size: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    top: -0.1rem; }

.c-avatar--large {
  width: 6.4rem;
  height: 6.4rem;
  min-width: 6.4rem;
  min-height: 6.4rem;
  line-height: 6.4rem;
  font-size: 2.4rem; }
  .c-avatar--large .o-icon {
    font-size: 3.2rem;
    position: relative;
    top: -0.1rem; }

/* Skins
========================================================================== */
.c-avatar--success {
  background: #4FCCC4;
  color: #FFF; }

.c-accordion summary {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  gap: 0.8rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  .c-accordion summary::-webkit-details-marker {
    display: none; }
  .c-accordion summary .o-icon {
    font-size: 3.6rem;
    color: #46AFFF;
    flex: 0 0 auto;
    padding: 0.6rem; }
  .c-accordion summary .c-button--icon {
    margin-left: auto; }

.c-accordion__header {
  flex: 1 1 4.8rem;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #46AFFF; }
  .c-accordion__header span::-moz-selection, .c-accordion__header::-moz-selection {
    text-shadow: none; }
  .c-accordion__header span::selection, .c-accordion__header::selection {
    text-shadow: none; }

.c-accordion + .c-accordion {
  margin-top: 1.6rem; }

.c-accordion__list > .c-menu__item {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  position: unset; }

.c-accordion[open] > summary .o-icon:first-child {
  transform: rotate(90deg); }

/* ==========================================================================
  c-blog-post
  ========================================================================== */
.c-blog-post {
  margin-bottom: 6.4rem; }
  .c-blog-post a {
    text-decoration: none; }

.c-blog-post__content {
  margin-top: 2.4rem; }

.c-blog-post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem; }
  .c-blog-post__meta .c-tag {
    margin-left: 1.6rem; }

/* ==========================================================================
  c-box
  ========================================================================== */
.c-box {
  background: #F4F4FF;
  padding: 6.4rem; }

.c-box--small {
  padding: 2.4rem; }
  @media (min-width: 700px) {
    .c-box--small {
      padding: 3.2rem; } }

.c-box-shapes {
  background: #F4F4FF;
  padding: 4.8rem 2.4rem;
  position: relative;
  margin: 0 -2.4rem; }

.c-box-shapes__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .c-box-shapes__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

@media (min-width: 900px) {
  .c-box-shapes {
    padding: 6.4rem;
    margin: 0 6.4rem 0 0; }
  .c-box-shapes__img {
    margin-right: -12.8rem; }
  .c-box-shapes--inverse {
    margin-right: 0;
    margin-left: 6.4rem; }
    .c-box-shapes--inverse .c-image {
      margin-left: -12.8rem;
      margin-right: 0; } }

/* ==========================================================================
  c-brand
  ========================================================================== */
.c-brand {
  display: block;
  height: 2rem; }
  .c-brand img {
    height: 100%;
    width: auto; }

@media (min-width: 700px) {
  .c-brand {
    height: 2.8rem; } }

/* ==========================================================================
  Component: Button Toolbar
  ---
  Group multiple buttons together
   ========================================================================== */
.c-button-toolbar {
  align-items: center;
  display: flex; }
  .c-button-toolbar .c-button + .c-button {
    margin-left: 1.6rem; }
  .c-button-toolbar .c-button--link + .c-button--link {
    margin-left: 1.6rem; }

.c-table .c-button-toolbar {
  justify-content: flex-end; }

/* ==========================================================================
  c-button
   ========================================================================== */
.c-button {
  font-family: "Oscine", sans-serif;
  font-size: 1.6rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 2rem;
  border-radius: 3rem;
  font-weight: 600;
  line-height: 2.4rem;
  white-space: nowrap; }
  .c-button:hover {
    cursor: pointer; }
  .c-button sup {
    align-self: flex-start;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .4rem; }
  .c-button:focus, .c-button:active {
    outline-color: #0000fa; }

a.c-button {
  display: inline-flex;
  justify-content: center;
  text-decoration: none; }

.c-button .o-icon {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: .8rem; }
  .c-button .o-icon * {
    fill: currentColor;
    font-weight: normal; }

.c-button--text-icon .o-icon,
.c-button--icon-text-icon .o-icon:last-child {
  margin-left: .8rem;
  margin-right: 0; }

.c-button--icon-text-icon .o-icon:last-child {
  opacity: .5; }

.c-button--primary {
  background-color: #46AFFF !important;
  color: #FFF; }
  .c-button--primary .o-icon i {
    color: #FFF; }
  .c-button--primary:hover, .c-button--primary:focus, .c-button--primary:active {
    color: #FFF;
    background-color: #FFD700;
    transition: all 0.18s ease-in-out; }
  .c-button--primary[disabled] {
    background: #E2E7E8;
    border-color: #E2E7E8;
    color: #8D9FA5;
    pointer-events: none; }

.c-button--secondary,
a.c-button--secondary {
  border: 0.1rem solid #46AFFF;
  color: #46AFFF;
  background: none; }
  .c-button--secondary .o-icon i,
  a.c-button--secondary .o-icon i {
    color: #46AFFF; }
  .c-button--secondary:hover, .c-button--secondary:focus, .c-button--secondary:active,
  a.c-button--secondary:hover,
  a.c-button--secondary:focus,
  a.c-button--secondary:active {
    color: #FFD700;
    border-color: #FFD700;
    box-shadow: inset 0 0 0 0.1rem #FFD700;
    background-color: #f0f0ff;
    transition: all 0.18s ease-in; }
  .c-button--secondary[disabled],
  a.c-button--secondary[disabled] {
    background-color: #F0F3F5;
    color: #8D9FA5;
    border-color: #C6CFD2;
    pointer-events: none; }
    .c-button--secondary[disabled] .o-icon i,
    a.c-button--secondary[disabled] .o-icon i {
      color: #8D9FA5; }

.c-button--link {
  color: currentColor;
  background-color: transparent;
  border: none;
  padding: .6rem 0; }
  .c-button--link:focus, .c-button--link:active {
    border: 0.1rem solid #46AFFF;
    outline: none; }

.c-button--inverse.c-button--primary {
  background: #FFF;
  color: #46AFFF; }
  .c-button--inverse.c-button--primary:hover, .c-button--inverse.c-button--primary:focus, .c-button--inverse.c-button--primary:active {
    background-color: #f0f0ff;
    transition: all 0.18s ease-in-out; }

.c-button--inverse.c-button--secondary {
  border-color: #FFF;
  color: #FFF; }
  .c-button--inverse.c-button--secondary .o-icon * {
    fill: #FFF; }
  .c-button--inverse.c-button--secondary:hover, .c-button--inverse.c-button--secondary:focus, .c-button--inverse.c-button--secondary:active {
    color: white;
    border-color: #FFD700;
    box-shadow: inset 0 0 0 0.1rem #e0e0ff;
    background-color: rgba(244, 244, 255, 0.2);
    transition: all 0.18s ease-in; }

.c-button--large {
  padding: 1.2rem 2rem;
  max-height: 4.8rem; }

.c-button--block {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-button--icon-only {
  padding: .5rem; }
  .c-button--icon-only .o-icon {
    margin: 0;
    color: #46AFFF; }

.c-button--inactive {
  border: 0.1rem solid #8D9FA5;
  background-color: transparent;
  color: #8D9FA5; }
  .c-button--inactive .o-icon {
    color: #8D9FA5; }

/* ==========================================================================
  c-card
  ========================================================================== */
.c-card {
  padding: 3.2rem 2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #D4DBDD;
  background: #FFF; }
  @media (min-width: 700px) {
    .c-card {
      padding: 4.8rem; } }

/* ==========================================================================
  c-checkbox
   ========================================================================== */
.c-checkbox {
  display: block;
  position: relative;
  padding: 0 0 0 3.4rem;
  min-height: 2.4rem; }

.c-checkbox__toggle {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.c-checkbox__box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  border: 0.1rem solid #8D9FA5;
  background: #FFF;
  border-radius: .3rem; }

/* Create the checkmark/indicator (hidden when not checked) */
.c-checkbox__box:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.c-checkbox input:checked ~ .c-checkbox__box {
  background-color: #46AFFF; }
  .c-checkbox input:checked ~ .c-checkbox__box:after {
    display: block;
    left: .7rem;
    top: .2rem;
    width: .7rem;
    height: 1.5rem;
    border: solid #FFF;
    border-width: 0 .2rem .2rem 0;
    transform: rotate(45deg); }

.c-checkbox input[type='checkbox']:focus ~ .c-checkbox__box,
.c-checkbox input[type='checkbox']:active ~ .c-checkbox__box {
  border-color: #46AFFF;
  transition: all 0.18s ease-in-out; }

.c-checkbox-list--inline {
  display: flex;
  align-items: center; }
  .c-checkbox-list--inline .c-checkbox:not(:last-of-type) {
    margin-right: 2rem; }

/* ==========================================================================
  c-content-block
  ========================================================================== */
.c-content-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.c-content-block--reverse {
  flex-direction: row-reverse; }

.c-content-block__image,
.c-content-block__text {
  flex: 1 0 100%;
  min-width: 0; }

.c-content-block__image {
  margin-bottom: 3.2rem; }

@media (min-width: 900px) {
  .c-content-block__image,
  .c-content-block__text {
    flex: 1 1 auto;
    width: calc(50% - 1.2rem); }
  .c-content-block__image {
    margin: 0; }
  .c-content-block__text {
    padding: 6.4rem; }
  .c-content-block__image + .c-content-block__text {
    margin-left: 2.4rem; }
  .c-content-block--reverse .c-content-block__image + .c-content-block__text {
    margin-left: 0;
    margin-right: 2.4rem; } }

/* ==========================================================================
  c-content
   ========================================================================== */
.c-h1,
.c-h2,
.c-h3,
.c-h4,
.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4 {
  color: #032530; }

.c-content p,
.c-body {
  margin-bottom: 2.4rem; }

.c-body-2 {
  font-size: 1.4rem; }

.c-intro {
  font-size: 2rem;
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media (min-width: 700px) {
    .c-intro {
      font-size: 2.4rem; } }

.c-content h1,
.c-h1 {
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 2.4rem; }
  @media (min-width: 700px) {
    .c-content h1,
    .c-h1 {
      font-size: 4.8rem; } }

.c-content h2,
.c-h2 {
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 2.4rem; }
  @media (min-width: 700px) {
    .c-content h2,
    .c-h2 {
      font-size: 3.2rem;
      margin-bottom: 3.2rem; } }

.c-content h3,
.c-h3 {
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.6rem; }
  @media (min-width: 700px) {
    .c-content h3,
    .c-h3 {
      font-size: 2.4rem;
      margin-bottom: 2.4rem; } }

.c-content h4,
.c-h4 {
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1.6rem; }

.c-overline {
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 1.8rem;
  color: #71888F;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  margin-bottom: 0.8rem; }

.c-content--inverse h1,
.c-content--inverse h2,
.c-content--inverse h3,
.c-content--inverse h4,
.c-content--inverse .c-h1,
.c-content--inverse .c-h2,
.c-content--inverse .c-h3,
.c-content--inverse .c-h4 {
  color: #fff; }

.c-content--inverse p,
.c-content--inverse .c-intro,
.c-content--inverse .c-overline {
  color: #fff;
  opacity: 0.7; }

.c-content h5,
.c-h5 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1.4rem; }

.c-content h6,
.c-h6 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1.4rem; }

.c-blockquote,
.c-content blockquote {
  border-left: 0.4rem solid #46AFFF;
  padding-left: 1.6rem; }
  .c-blockquote > p:not(:only-child),
  .c-content blockquote > p:not(:only-child) {
    font-style: italic;
    margin: 0 0 1.6rem; }
  .c-blockquote > footer,
  .c-blockquote cite,
  .c-content blockquote > footer,
  .c-content blockquote cite {
    display: block;
    color: #71888F;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 1.6rem; }

.c-content em {
  font-style: italic; }

.c-content img,
.c-content video {
  width: 100%;
  height: auto; }

.c-content figure img {
  margin: 0; }

.c-content figcaption {
  padding-top: 1.6rem;
  color: #71888F; }

.c-content dl {
  margin: 4.8rem 0; }
  .c-content dl dt {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.4rem;
    color: #71888F;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin: 0 0 0.8rem; }
  .c-content dl dd {
    margin: 0 0 3.2rem; }

.c-content ul,
.c-content ol {
  padding-left: 1.9rem;
  margin: 1.6rem 0;
  list-style: initial; }
  .c-content ul ul,
  .c-content ul ol,
  .c-content ol ul,
  .c-content ol ol {
    margin: 0; }

.c-content li {
  margin-bottom: 0.8rem; }

.c-content ul {
  list-style: disc; }

.c-content ol {
  list-style: decimal; }

.c-content sup,
.c-content sub {
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.c-content sup {
  top: -1rem; }

.c-content sub {
  bottom: -0.6rem; }

.c-content strong {
  font-weight: 600; }

/* ==========================================================================
  CTA
  ========================================================================== */
.c-cta {
  position: relative;
  padding-top: 25.6rem; }

.c-cta__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }
  .c-cta__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
    max-width: 100%; }

.c-cta__content {
  padding: 4.8rem 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }

.c-cta__bg {
  background: #46AFFF;
  position: absolute;
  height: calc(100% - 25.6rem);
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1; }

@media (min-width: 700px) {
  .c-cta {
    padding-top: 12.8rem; }
  .c-cta__bg {
    height: calc(100% - 12.8rem); }
  .c-cta__content {
    padding: 9.6rem; }
  .c-cta__content,
  .c-cta__bg {
    width: 50%; } }

/* ==========================================================================
  c-device
  ========================================================================== */
.c-device {
  position: relative;
  width: 100%; }

.c-device__frame {
  width: 100%; }
  .c-device__frame img {
    width: 100%;
    height: auto; }

.c-device__screen,
.c-device__overlay,
.c-device__action {
  position: absolute;
  top: calc(22/511 * 100%);
  bottom: calc(22/511 * 100%);
  left: calc(22/715 * 100%);
  right: calc(22/715 * 100%);
  width: calc(100% - (44/715 * 100%));
  height: calc(100% - (50/511 * 100%)); }
  .c-device__screen iframe,
  .c-device__screen img,
  .c-device__overlay iframe,
  .c-device__overlay img,
  .c-device__action iframe,
  .c-device__action img {
    width: 100%;
    height: 100%;
    border-radius: 0.6rem; }
    @media (min-width: 700px) {
      .c-device__screen iframe,
      .c-device__screen img,
      .c-device__overlay iframe,
      .c-device__overlay img,
      .c-device__action iframe,
      .c-device__action img {
        border-radius: 1.2rem; } }

.c-device__overlay {
  background-color: #000000;
  opacity: 0.2;
  border-radius: 0.6rem; }
  @media (min-width: 700px) {
    .c-device__overlay {
      border-radius: 1.2rem; } }

.c-device__action {
  display: flex;
  align-items: center;
  justify-content: center; }

/* ==========================================================================
  Footer
   ========================================================================== */
.c-footer {
  display: flex;
  align-items: center;
  padding: 4.8rem 0 2.4rem; }
  .c-footer .c-toolbar {
    align-items: baseline; }

.c-footer--inverse {
  background: #000000; }

.c-footer__nav {
  color: #8D9FA5;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column-reverse; }

.c-footer__menu {
  margin-bottom: 3.2rem; }
  .c-footer__menu li a {
    text-decoration: none;
    color: inherit; }
    .c-footer__menu li a:hover {
      text-decoration: underline; }
  .c-footer__menu li + li {
    margin-top: 1.6rem; }

.c-footer__socials {
  display: flex; }
  .c-footer__socials li + li {
    margin-left: 2.4rem; }
  .c-footer__socials .o-icon {
    color: #8D9FA5; }

@media (min-width: 700px) {
  .c-footer {
    min-height: 12.8rem;
    padding: 2.4rem 0; }
    .c-footer .c-toolbar {
      align-items: center; }
  .c-footer__nav {
    flex-direction: row; }
    .c-footer__nav li + li {
      margin-top: 0;
      margin-left: 3.2rem; }
    .c-footer__nav .c-footer__menu {
      display: flex;
      margin-bottom: 0;
      margin-left: 6.4rem; } }

/* ==========================================================================
  c-form-help-text
  ---
  Help text + Errors on forms
   ========================================================================== */
.c-form-help-text {
  color: #71888F;
  display: block;
  font-size: 1.6rem; }
  .c-input + .c-form-help-text {
    margin-top: 0.4rem; }

.c-form-help-text--error {
  color: #FF6B6B; }

.c-form-help-text--success {
  color: #4FCCC4; }

.c-form-help-text + .c-form-help-text {
  margin-top: 0.4rem; }

/* ==========================================================================
  c-header
   ========================================================================== */
.c-header {
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  position: relative; }

@media (min-width: 900px) {
  .c-header {
    min-height: 12.8rem; }
  padding: 4.8rem 0; }

.c-header--inverse {
  background: #46AFFF;
  color: #fff; }

/* ==========================================================================
  Hero
  ========================================================================== */
.c-hero {
  background-color: #46AFFF;
  display: block;
  position: relative;
  min-height: calc(64rem - 12.8rem);
  display: flex;
  flex-direction: column;
  justify-content: center; }

.c-hero__bg {
  position: absolute;
  top: -12.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% + 12.8rem);
  width: 100%; }
  .c-hero__bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* Hero shapes general
  ========================================================================== */
.c-hero__shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #46AFFF;
  z-index: -1; }

.c-hero--shapes {
  background: none; }

.c-hero__shape {
  position: absolute;
  opacity: 0.6; }
  .c-hero__shape img {
    width: 100%;
    height: auto; }

/* Hero shapes composition 1
  ========================================================================== */
.c-hero__shapes--comp-1 .c-hero__shape--1,
.c-hero__shapes--comp-1 .c-hero__shape--5,
.c-hero__shapes--comp-1 .c-hero__shape--4 {
  display: none; }

.c-hero__shapes--comp-1 .c-hero__shape--2 {
  width: 18rem;
  bottom: -10%;
  right: -10%;
  transform: rotate(180deg); }

.c-hero__shapes--comp-1 .c-hero__shape--3 {
  width: 8rem;
  top: 10%;
  left: -5%; }

@media (min-width: 700px) {
  .c-hero__shapes--comp-1 .c-hero__shape--1,
  .c-hero__shapes--comp-1 .c-hero__shape--5,
  .c-hero__shapes--comp-1 .c-hero__shape--4 {
    display: block; }
  .c-hero__shapes--comp-1 .c-hero__shape--1 {
    width: 24.8rem;
    top: 30%;
    left: 20%; }
  .c-hero__shapes--comp-1 .c-hero__shape--3 {
    width: 10rem;
    top: 10%;
    left: 5%; }
  .c-hero__shapes--comp-1 .c-hero__shape--5 {
    width: 8rem;
    bottom: 10%;
    right: 20%; }
  .c-hero__shapes--comp-1 .c-hero__shape--4 {
    width: 6rem;
    bottom: 10%;
    left: 10%; }
  .c-hero__shapes--comp-1 .c-hero__shape--2 {
    width: 28rem;
    top: 10%;
    right: 5%;
    transform: rotate(90deg); } }

/* Hero shapes composition 2
  ========================================================================== */
.c-hero__shapes--comp-2 .c-hero__shape--1 {
  width: 12rem;
  top: 5%;
  right: -5%;
  transform: rotate(90deg); }

.c-hero__shapes--comp-2 .c-hero__shape--2 {
  width: 22rem;
  bottom: -35%;
  right: -15%;
  transform: rotate(180deg); }

.c-hero__shapes--comp-2 .c-hero__shape--3 {
  width: 4.8rem;
  top: 0;
  right: 40%; }

@media (min-width: 700px) {
  .c-hero__shapes--comp-2 .c-hero__shape--1 {
    width: 20rem;
    top: 35%;
    right: 20%; }
  .c-hero__shapes--comp-2 .c-hero__shape--2 {
    width: 32rem;
    bottom: -8%;
    right: -5%;
    transform: rotate(180deg); }
  .c-hero__shapes--comp-2 .c-hero__shape--3 {
    width: 6.4rem;
    top: 5%;
    right: 15%; } }

/* ==========================================================================
  c-image
  ========================================================================== */
.c-image {
  position: relative;
  height: 0;
  background: #8D9FA5; }
  .c-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.c-image--4-3 {
  padding-bottom: 75%; }

.c-image--16-9 {
  padding-bottom: 56.25%; }

.c-image--1-1 {
  padding-top: 100%; }

.c-image--device {
  background: none;
  padding-bottom: 70%; }

.c-image-footnote {
  padding-top: 1.6rem;
  color: #71888F; }

.c-image--zoom {
  overflow: hidden; }
  .c-image--zoom img {
    transition: 0.8s cubic-bezier 0.2, 0.8, 0.2, 1;
    transition: transform 0.25s, visibility 0.25s ease-in; }

.c-image--zoom:hover img {
  transform-origin: 50% 50%;
  transform: scale(1.03); }

@media (min-width: 900px) {
  .c-image--stretch-left {
    margin-left: -12.8rem; }
  .c-image--stretch-right {
    margin-right: -12.8rem; } }

/* ==========================================================================
  c-input
   ========================================================================== */
/* Mixins
   ========================================================================== */
.c-input {
  border: 0.1rem solid #C6CFD2;
  border-radius: 0.3rem;
  padding: 1rem 1.2rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  transition: all 0.18s ease-in-out; }
  .c-input::-moz-placeholder {
    color: #8D9FA5; }
  .c-input:-ms-input-placeholder {
    color: #8D9FA5; }
  .c-input::placeholder {
    color: #8D9FA5; }
  .c-input:focus {
    outline: 0;
    border-color: #46AFFF;
    box-shadow: inset 0 0 0 0.1rem #FFD700; }

.c-input--large {
  padding: 1.3rem 1.2rem; }

.c-input-with-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 4.8rem; }
  .c-input-with-icon .c-input {
    padding-left: 4.8rem;
    height: 100%; }
  .c-input-with-icon .o-icon {
    left: 1.2rem;
    opacity: 0.75;
    position: absolute;
    top: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    color: #71888F; }

.c-input--huge {
  border: none;
  font-size: 3.2rem; }
  .c-input--huge::-moz-placeholder {
    color: #8D9FA5; }
  .c-input--huge:-ms-input-placeholder {
    color: #8D9FA5; }
  .c-input--huge::placeholder {
    color: #8D9FA5; }
  @media (min-width: 900px) {
    .c-input--huge {
      padding: 6.4rem 0;
      font-size: 6.4rem; } }
  .c-input--huge:focus {
    outline: 0;
    border-color: none;
    box-shadow: none;
    caret-color: #46AFFF; }

.c-input--error {
  border-color: #FF6B6B; }

.c-input--w-xsmall {
  width: 7.2rem; }

.c-input--w-small {
  width: 15rem; }

.c-input--w-medium {
  width: 30rem; }

.c-input--w-large {
  width: 40rem; }

/* ==========================================================================
  c-label
   ========================================================================== */
.c-label {
  color: #3F545B;
  font-weight: 500;
  display: block;
  padding: .8rem 0; }

/* ==========================================================================
  Component: c-modal
  ---
  Modal windows
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Component
   ========================================================================== */
.c-modal-context {
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-4rem) scale(0.98);
  transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 40;
  background-color: rgba(3, 37, 48, 0.8); }
  .c-modal-context.c-modal-context--visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
    visibility: visible; }

.c-modal {
  display: flex;
  flex-direction: column;
  width: calc(100% - 8rem);
  z-index: 50; }
  @media (min-width: 700px) {
    .c-modal {
      margin: auto; } }

.c-modal__close {
  position: absolute;
  top: 4.8rem;
  right: 2.4rem; }
  @media (min-width: 700px) {
    .c-modal__close {
      right: 4.8rem; } }

.c-modal__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 2.4rem 2.4rem; }

.c-modal__header {
  background-color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0; }

.c-modal__title {
  font-size: 1.6rem;
  font-weight: 600; }

.c-modal__footer {
  background-color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem; }

.c-modal__content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 100%;
  padding: 2.4rem 2.4rem; }

.c-modal__video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .c-modal__video iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sizes
   ========================================================================== */
.c-modal--large {
  width: 88rem; }

.c-modal--medium {
  width: 66rem; }

.c-modal--small {
  width: 44rem; }

.c-modal--fullscreen {
  height: calc(100% - 4.8rem);
  max-height: none;
  max-width: none;
  width: calc(100% - 4.8rem); }

.c-modal--fullwidth {
  max-width: 66rem;
  width: calc(100% - 4.8rem); }

.c-modal--height-auto {
  height: auto; }

.c-modal--scrollable {
  max-height: calc(100% - 4.8rem); }

/* Backdrop
   ========================================================================== */
.c-modal-backdrop {
  background: rgba(26, 56, 66, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  left: 0;
  visibility: hidden;
  z-index: 30; }

/* ==========================================================================
  c-navbar
   ========================================================================== */
.c-navbar {
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  padding: 2.4rem 0; }

.c-navbar > .c-toolbar {
  flex: 1 0 auto; }

@media (min-width: 900px) {
  .c-navbar {
    min-height: 12.8rem; }
  padding: 4.8rem 0; }

.c-navbar--inverse {
  background: #46AFFF;
  color: #FFF; }

/* ==========================================================================
  Navigation
  ========================================================================== */
.c-navigation ul,
.c-navigation .c-button-toolbar {
  display: none; }

.c-navigation__item {
  list-style: none;
  padding: 0.8rem; }

.c-navigation__item {
  font-weight: 500;
  display: flex;
  align-items: center; }
  .c-navigation__item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    opacity: 0.7;
    position: relative;
    color: inherit; }
    .c-navigation__item a:before {
      content: "";
      background: none repeat scroll 0 0 transparent;
      position: absolute;
      bottom: -0.6rem;
      left: 50%;
      z-index: -1;
      display: block;
      width: calc(100% - 1.6rem);
      height: 0.3rem;
      background-color: #FFF;
      opacity: 0.4;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0; }
    .c-navigation__item a:active, .c-navigation__item a:hover {
      color: #FFF;
      opacity: 1; }
      .c-navigation__item a:active:before, .c-navigation__item a:hover:before {
        width: 100%;
        left: 0; }

.c-navigation__item--active {
  position: relative; }
  .c-navigation__item--active a {
    opacity: 1; }
    .c-navigation__item--active a:before {
      width: 100%;
      left: 0; }

/* Navigation toggle
   ========================================================================== */
.c-navigation__toggle {
  display: none; }

.c-navigation__toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  height: 4.8rem;
  width: 4.8rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem; }
  .c-navigation__toggle svg {
    display: block;
    z-index: 11;
    fill: #FFF; }

.c-navigation-toggle__line1, .c-navigation-toggle__line2, .c-navigation-toggle__line3 {
  transform-origin: 12px 13px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.c-navigation-toggle__line1 {
  transform: translateY(-0.7rem); }

.c-navigation-toggle__line3 {
  transform: translateY(0.7rem); }

.c-navigation__toggle--active {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem; }
  .c-navigation__toggle--active svg {
    fill: #FFF; }
  .c-navigation__toggle--active .c-navigation-toggle__line1 {
    transform: rotate(45deg); }
  .c-navigation__toggle--active .c-navigation-toggle__line2 {
    opacity: 0;
    transform: scaleX(0); }
  .c-navigation__toggle--active .c-navigation-toggle__line3 {
    transform: rotate(-45deg); }

/* Mobile active state
   ========================================================================== */
.js .c-navigation.c-navigation--active {
  background: #000000;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  overflow: auto;
  padding: 9.6rem 2.4rem 2.4rem; }
  .js .c-navigation.c-navigation--active ul {
    display: block;
    opacity: 1;
    pointer-events: auto; }
  .js .c-navigation.c-navigation--active .c-navigation__item a {
    font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 3.2rem;
    color: inherit; }
    .js .c-navigation.c-navigation--active .c-navigation__item a:active:before, .js .c-navigation.c-navigation--active .c-navigation__item a:hover:before {
      width: 0; }
  .js .c-navigation.c-navigation--active .c-navigation__item + .c-navigation__item {
    margin-top: 0.8rem; }
  .js .c-navigation.c-navigation--active .c-navigation__item--active a:before {
    width: 0; }
  .js .c-navigation.c-navigation--active .c-button-toolbar {
    display: block;
    margin-top: 4.8rem;
    margin-left: 0; }
    .js .c-navigation.c-navigation--active .c-button-toolbar .c-button {
      display: block;
      width: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
    .js .c-navigation.c-navigation--active .c-button-toolbar .c-button + .c-button {
      margin-left: 0;
      margin-top: 1.2rem; }

/* Larger screens
   ========================================================================== */
@media (min-width: 900px) {
  .c-navigation {
    display: flex; }
  .js .c-navigation .c-button-toolbar {
    display: block;
    margin-left: 6.4rem; }
  .js .c-navigation ul {
    display: flex;
    align-items: center; }
  .js .c-navigation:not(.c-navigation--active) .c-navigation__toggle {
    display: none; }
  .c-navigation:not(.c-navigation--active) .c-navigation__item + .c-navigation__item {
    margin-left: 2.4rem; }
  .c-navigation:not(.c-navigation--active) .c-navigation__item a svg {
    display: block; }
  .c-navigation:not(.c-navigation--active) .c-navigation__item a span {
    display: none; } }

/* ==========================================================================
  Panel
   ========================================================================== */
.c-panel {
  border: 0.1rem solid #D4DBDD;
  padding: 2.4rem; }

/* ==========================================================================
  c-price-card
  ========================================================================== */
.c-price-card {
  display: flex;
  flex-direction: column; }

.c-price-cards .c-price-card + .c-price-card {
  margin-top: 4.8rem; }

.c-price-card__header {
  background: #F0F3F5;
  padding: 2.4rem; }

.c-price-card__content {
  flex: 1 1 auto;
  padding: 2.4rem;
  border: 0.1rem solid #D4DBDD;
  border-top: none; }

.c-price-card__header--dark {
  background: #000000; }
  .c-price-card__header--dark * {
    color: #8D9FA5; }
  .c-price-card__header--dark .c-price-card__price {
    color: #FFF; }

.c-price-card__price {
  font-size: 4rem;
  margin-right: 0.8rem;
  font-weight: 600;
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #032530; }

.c-price-card__feature {
  display: flex;
  align-items: center; }
  .c-price-card__feature .o-icon {
    margin-right: 1.2rem; }

.c-price-card__feature + .c-price-card__feature {
  margin-top: 1.2rem; }

@media (min-width: 900px) {
  .c-price-cards {
    display: flex; }
    .c-price-cards .c-price-card {
      width: 33.33%; }
    .c-price-cards .c-price-card + .c-price-card {
      margin-top: 0;
      margin-left: 2.4rem; } }

/* ==========================================================================
  c-radio
   ========================================================================== */
.c-radio {
  display: block;
  position: relative;
  padding: 0 0 0 3.4rem;
  min-height: 2.4rem;
  margin: 1.2rem 0; }

@media (min-width: 700px) {
  .c-radio-group--horizontal {
    display: flex;
    align-items: stretch; }
    .c-radio-group--horizontal .c-radio {
      flex: 1; }
    .c-radio-group--horizontal .c-radio + .c-radio {
      margin-left: 1.2rem; }
    .c-radio-group--horizontal .c-radio__content {
      height: 100%; } }

.c-radio__toggle {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.c-radio__box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 100%;
  border: 0.1rem solid #8D9FA5;
  background: #FFF; }

.c-radio input[type='radio']:checked ~ .c-radio__box:before {
  content: "";
  background-color: #46AFFF;
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 100%;
  transition: all 0.18s ease-in-out; }

.c-radio-list--inline {
  display: flex;
  align-items: center; }
  .c-radio-list--inline .c-radio:not(:last-of-type) {
    margin-right: 2rem; }

.c-radio input[type='radio']:focus ~ .c-radio__box,
.c-radio input[type='radio']:active ~ .c-radio__box {
  border-color: #46AFFF;
  box-shadow: inset 0 0 0 0.1rem #46AFFF; }

.c-radio--price-card {
  padding-left: 0; }
  .c-radio--price-card .c-radio__box {
    top: 2.4rem;
    left: auto;
    right: 2.4rem; }

.c-radio .c-price-card {
  width: 100%;
  height: 100%; }

.c-radio--card {
  padding-left: 0; }
  .c-radio--card input[type='radio']:checked ~ .c-radio__content {
    border: 0.2rem solid #46AFFF; }
  .c-radio--card .c-radio__box {
    top: calc(50% - 1.2rem);
    left: 1.2rem; }
  .c-radio--card .c-radio__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem;
    padding-left: 4.8rem;
    border: 0.1rem solid #D4DBDD; }

/* ==========================================================================
  c-select
   ========================================================================== */
.c-select {
  border: 0.1rem solid #8D9FA5;
  padding: .8rem 3.2rem .8rem .8rem;
  border-radius: .3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5L0 0H9L4.5 5Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 1.2rem top 50%, 0 0;
  font-size: 1.6rem; }

.c-select:focus {
  outline: 0;
  border-color: #46AFFF;
  box-shadow: inset 0 0 0 0.1rem #46AFFF;
  transition: 0.18s border-color ease-in, 0.18s box-shadow ease-in; }

.c-select--block {
  display: block;
  width: 100%; }

.c-select--large {
  padding: 1.3rem 3.2rem 1.3rem 1.2rem; }

.c-select--error {
  border-color: #FF6B6B; }

/* ==========================================================================
  c-skip-nav
  ---
  Skip navigation for screen reader to skip thenavigation
  and go straight to content in <main>
   ========================================================================== */
.c-skip-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-decoration: none;
  padding: 0.8rem;
  text-align: center;
  background: #F0F3F5;
  color: #032530; }

.c-skip-nav:focus {
  display: block;
  position: static;
  left: 1.6rem;
  top: 1.6rem;
  right: 1.6rem;
  margin: 1.6rem 1.6rem 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 100; }

/* ==========================================================================
  c-step
 ========================================================================== */
.c-step {
  display: flex;
  align-items: center; }
  .c-step .c-step__number {
    width: 3.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
    min-height: 3.2rem;
    background: #8D9FA5;
    border-radius: 50%;
    color: #FFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.6rem; }
  .c-step .c-step__content {
    flex: 1; }

.c-step + .c-step {
  margin-top: 2.4rem; }

/* ==========================================================================
  Stepper
   ========================================================================== */
.c-stepper {
  display: flex;
  align-items: center; }
  .c-stepper > *:not(:last-child) {
    margin-right: 0.8rem; }

/* ==========================================================================
  c-table
  ========================================================================== */
.c-table, .c-content table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1.6rem; }

.c-table td, .c-content td,
.c-table th, .c-content th {
  vertical-align: middle;
  padding: 0.8rem; }

.c-table th, .c-content table th {
  border-bottom: 0.2rem solid #C6CFD2;
  font-weight: 500;
  text-align: left; }

.c-table td, .c-content table td {
  border-bottom: 0.1rem solid #C6CFD2; }

.c-table th, .c-content table th {
  border-bottom-width: .2rem;
  text-align: left;
  font-weight: 500; }

.c-table tr:last-child td, .c-content table tr:last-child td {
  border-bottom-width: 0; }

.c-table--center td {
  vertical-align: middle; }

/* ==========================================================================
  c-tag
  ========================================================================== */
.c-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background: #F4F4FF;
  color: #46AFFF; }
  .c-tag:hover, .c-tag:focus {
    color: #3030ff;
    background: #f0f0ff;
    transition: all 0.18s ease-in; }

.c-tag-list {
  display: flex;
  align-items: center; }
  .c-tag-list li + li {
    margin-left: .8rem; }

/* ==========================================================================
  Textarea
  ========================================================================== */
.c-textarea {
  border: 0.1rem solid #C6CFD2;
  border-radius: 0.3rem;
  padding: 1rem 1.2rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  transition: all 0.18s ease-in-out; }
  .c-textarea::-moz-placeholder {
    color: #8D9FA5; }
  .c-textarea:-ms-input-placeholder {
    color: #8D9FA5; }
  .c-textarea::placeholder {
    color: #8D9FA5; }
  .c-textarea:focus {
    outline: 0;
    border-color: #46AFFF;
    box-shadow: inset 0 0 0 0.1rem #FFD700; }

.c-textarea:focus {
  outline: 0;
  border-color: #46AFFF;
  transition: 0.18s border-color ease-in; }

/* ==========================================================================
    c-toolbar
   ========================================================================== */
.c-toolbar {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  height: 4.8rem; }

.c-toolbar--auto {
  height: auto; }

.c-toolbar--wrap {
  flex-wrap: wrap; }

.c-toolbar__left {
  z-index: 10;
  justify-content: flex-start; }
  .c-toolbar__left .c-toolbar__item {
    margin-right: 1.6rem; }
    .c-toolbar__left .c-toolbar__item:only-child {
      margin: 0; }

.c-toolbar__right {
  z-index: 10;
  justify-content: flex-end; }
  .c-toolbar__right .c-toolbar__item {
    margin-left: 1.6rem; }
    .c-toolbar__right .c-toolbar__item:only-child {
      margin: 0; }

.c-toolbar__left,
.c-toolbar__right {
  flex: 1 0 auto;
  display: flex;
  align-items: center; }

/* Toolbar title
  ========================================================================== */
.c-toolbar__title {
  font-weight: 500;
  font-size: 1.8rem; }

/* Responsive toolbar
  ========================================================================== */
.c-toolbar--responsive {
  display: block; }
  .c-toolbar--responsive .c-toolbar__left,
  .c-toolbar--responsive .c-toolbar__right {
    flex-wrap: wrap; }
  .c-toolbar--responsive .c-toolbar__right {
    margin-top: 1.6rem;
    justify-content: flex-start; }
  @media (min-width: 900px) {
    .c-toolbar--responsive {
      display: flex; }
      .c-toolbar--responsive .c-toolbar__right {
        justify-content: flex-end;
        margin-top: 0; } }

/* Utilities: specific helper classes, overrides
   ========================================================================== */
/* ==========================================================================
  u-bg
  Background
   ========================================================================== */
.u-bg-gray {
  background: #F0F3F5; }

.u-bg-primary {
  background: #46AFFF; }

.u-bg-light-blue {
  background: #F4F4FF; }

.u-bg-dark-grey {
  background-color: #000000; }

/* ==========================================================================
  Utilities: generic (no category)
  ========================================================================== */
.u-maximize-width {
  width: 100% !important; }

.u-maximize-height {
  height: 100% !important; }

.u-sr-only {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

.u-overflow-hidden {
  overflow: hidden !important; }

.u-text-muted {
  color: #71888F; }

.u-text-bold {
  font-weight: 500; }

.u-hide {
  display: none; }

.u-block {
  display: block; }

.u-body-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto; }

.u-content-flex {
  flex: 1 0 auto; }

.u-footer-flex {
  flex-shrink: 0; }

/* ==========================================================================
  Spacing utitilities
   ========================================================================== */
/* Margin utilities
   ========================================================================== */
.u-m-0 {
  margin: 0 !important; }

.u-m-s {
  margin: 2.4rem !important; }

.u-m {
  margin: 4.8rem !important; }

.u-m-l {
  margin: 6.4rem !important; }

.u-m-xl {
  margin: 12.8rem !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-xs {
  margin-bottom: 1.2rem !important; }

.u-mb-s {
  margin-bottom: 2.4rem !important; }

.u-mb {
  margin-bottom: 4.8rem !important; }

.u-mb-l {
  margin-bottom: 6.4rem !important; }

.u-mb-xl {
  margin-bottom: 9.6rem !important; }
  @media (min-width: var(700px)) {
    .u-mb-xl {
      margin-bottom: 12.8rem !important; } }

.u-mt-0 {
  margin-top: 0 !important; }

.u-mt-xs {
  margin-top: 1.2rem !important; }

.u-mt-s {
  margin-top: 2.4rem !important; }

.u-mt {
  margin-top: 4.8rem !important; }

.u-mt-l {
  margin-top: 6.4rem !important; }

.u-mt-xl {
  margin-top: 9.6rem !important; }
  @media (min-width: var(700px)) {
    .u-mt-xl {
      margin-bottom: 12.8rem !important; } }

.u-mr-0 {
  margin-right: 0 !important; }

.u-mr-xs {
  margin-right: 1.2rem !important; }

.u-mr-s {
  margin-right: 2.4rem !important; }

.u-mr {
  margin-right: 4.8rem !important; }

.u-mr-l {
  margin-right: 6.4rem !important; }

.u-mb-0 {
  margin-left: 0 !important; }

.u-ml-xs {
  margin-left: 1.2rem !important; }

.u-ml-s {
  margin-left: 2.4rem !important; }

.u-ml {
  margin-left: 4.8rem !important; }

.u-ml-l {
  margin-left: 12.8rem !important; }

.u-mx-xs {
  margin: 0 1.2rem !important; }

.u-mx-s {
  margin: 0 2.4rem !important; }

.u-mx {
  margin: 0 4.8rem !important; }

.u-mx-l {
  margin: 0 12.8rem !important; }

.u-my-xs {
  margin: 1.2rem 0 !important; }

.u-my-s {
  margin: 2.4rem 0 !important; }

.u-my {
  margin: 4.8rem 0 !important; }

.u-my-l {
  margin: 6.4rem 0 !important; }

.u-my-xl {
  margin: 12.8rem 0 !important; }

/* ==========================================================================
  Utilities: text
  ========================================================================== */
.u-text-center {
  text-align: center; }

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

.u-text-right {
  text-align: right; }

.u-text-inverse {
  color: #FFF; }

.u-text-bold {
  font-weight: 500; }

.u-text-small {
  font-size: 1.4rem; }

.u-text-underline {
  text-decoration: underline; }

.u-text-danger {
  color: #FF6B6B; }

.u-text-success {
  color: #4FCCC4; }

.u-text-muted {
  color: #71888F; }

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