@charset "UTF-8";
/********** GENERAL **********/
/********** GENERAL **********/
.c-main-color-darkest {
  color: black; }

.c-main-color-darker {
  color: #000103; }

.c-main-color-dark {
  color: #01134f; }

.c-main-color {
  color: #01259B; }

.c-main-color-light {
  color: #0137e7; }

.c-main-color-lighter {
  color: #3766fe; }

.c-main-color-lightest {
  color: #6a8dfe; }

.c-secondary-color-darkest {
  color: #7e0c35; }

.c-secondary-color-darker {
  color: #c41252; }

.c-secondary-color-dark {
  color: #ed3678; }

.c-main-color {
  color: #01259B; }

.c-secondary-color-light {
  color: #f9c2d6; }

.c-secondary-color-lighter {
  color: white; }

.c-secondary-color-lightest {
  color: white; }

.c-gray-darkest {
  color: #3e3e3e; }

.c-gray-darker {
  color: #7e7e7e; }

.c-gray-dark {
  color: #8f8f8f; }

.c-gray {
  color: #a3a3a3; }

.c-gray-light {
  color: #b9b9b9; }

.c-gray-lighter {
  color: #d7d7d7; }

.c-gray-lightest {
  color: #eeeeee; }

.c-green {
  color: #5cb85c; }

.c-blue {
  color: #5bc0de; }

.c-red {
  color: #d9534f; }

.c-yellow {
  color: #f0ad4e; }

.c-black {
  color: #000000; }

.c-white {
  color: #ffffff; }

.bg-main-color-darkest {
  background-color: black; }

.bg-main-color-darker {
  background-color: #000103; }

.bg-main-color-dark {
  background-color: #01134f; }

.bg-main-color {
  background-color: #01259B; }

.bg-main-color-light {
  background-color: #0137e7; }

.bg-main-color-lighter {
  background-color: #3766fe; }

.bg-main-color-lightest {
  background-color: #6a8dfe; }

.bg-secondary-color-darkest {
  background-color: #7e0c35; }

.bg-secondary-color-darker {
  background-color: #c41252; }

.bg-secondary-color-dark {
  background-color: #ed3678; }

.bg-secondary-color {
  background-color: #F37CA7; }

.bg-secondary-color-light {
  background-color: #f9c2d6; }

.bg-secondary-color-lighter {
  background-color: white; }

.bg-secondary-color-lightest {
  background-color: white; }

.bg-tertiary-color {
  background-color: #FFBA53; }

.bg-gray-darkest {
  background-color: #3e3e3e; }

.bg-gray-darker {
  background-color: #7e7e7e; }

.bg-gray-dark {
  background-color: #8f8f8f; }

.bg-gray {
  background-color: #a3a3a3; }

.bg-gray-light {
  background-color: #b9b9b9; }

.bg-gray-lighter {
  background-color: #d7d7d7; }

.bg-gray-lightest {
  background-color: #eeeeee; }

.bg-green {
  background-color: #5cb85c; }

.bg-blue {
  background-color: #5bc0de; }

.bg-red {
  background-color: #d9534f; }

.bg-yellow {
  background-color: #f0ad4e; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.bg-gradient-main-color {
  background: #01259B;
  background: linear-gradient(to right, #01259B 0%, #F37CA7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$main-color',GradientType=1 ); }

.color-example {
  padding: 10px;
  color: #ffffff;
  margin-bottom: 1.5rem; }

.relative {
  position: relative !important; }

.mb-0 {
  margin-bottom: 0; }

/********** Transform CSS3 **********/
/********** Transform CSS3 **********/
/********** Animation **********/
/********** Animation **********/
/********** Filtres CSS3 style Photoshop **********/
/********** Filtres CSS3 style Photoshop **********/
/********** Flex layout **********/
/********** Flex layout **********/
/********** Others **********/
/********** Others **********/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body, p, ul, ol, form, input, button, select, h1, h2, h3, h4, h5, h6, dl, dt, dd, blockquote, address {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

ul {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }

img, abbr {
  border: 0; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

html, body {
  font-size: 62.5%; }

body, input, select, textarea, button {
  font-family: "Raleway", sans-serif;
  color: #aeaeae;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  position: relative;
  line-height: 1.2; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 3rem; }

p {
  font-weight: 500;
  margin-bottom: 3rem;
  color: #ffffff; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: underline;
      color: #01134f; }
  @media (max-width: 375px) {
    p {
      font-size: 1.5rem; } }

a {
  color: #01259B;
  text-decoration: none; }

h1 {
  font-size: 5.5rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 900;
  line-height: 1; }
  @media (max-width: 1300px) {
    h1 {
      font-size: 5rem; } }
  @media (max-width: 1023px) {
    h1 {
      font-size: 4.5rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.5rem; } }
  @media (max-width: 375px) {
    h1 {
      font-size: 3rem; } }
  @media (max-width: 320px) {
    h1 {
      font-size: 2.4rem; } }

h2 {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #01259B; }

h3 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #3e3e3e;
  margin-top: 3rem; }

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

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

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

.box-1 {
  text-align: center;
  border-radius: 24px;
  padding: 2rem; }
  .box-1:hover {
    background: linear-gradient(147.79deg, #5B6DF7 0%, rgba(91, 109, 247, 0) 100%); }
  .box-1 h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800; }
  .box-1 p {
    padding: 0 2rem; }
  @media (max-width: 800px) {
    .box-1 h2 {
      font-size: 2.6rem; }
    .box-1 p {
      padding: 0 2rem; } }

.box-contact {
  background-color: #5B6DF7;
  border-radius: 20px;
  padding: 3rem; }

.box-construction {
  background-color: #FFBA53;
  border-radius: 15px;
  padding: 2rem 3rem;
  position: absolute;
  top: -90px; }
  .box-construction img {
    max-width: 220px; }
  .box-construction h3 {
    color: #01259B;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 900; }
  .box-construction p {
    margin-top: 0;
    color: #01259B; }
  .box-construction .grid-flex .column:first-child {
    text-align: center; }
  @media (max-width: 767px) {
    .box-construction {
      position: static;
      margin-bottom: 5rem; }
      .box-construction .grid-flex .column {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }

.btn {
  display: inline-block;
  padding: 1rem 3.5rem;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 1.7rem;
  border: 1px solid transparent;
  text-decoration: none;
  background-origin: border-box;
  border-radius: 50px;
  transition-duration: 0.2s; }
  .btn:before {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
    font-weight: 900;
    font-size: 18px; }
  .btn:hover {
    transition-duration: 0.2s;
    text-decoration: none; }
  .btn.bg-main-color:hover, .btn.bg-main-color:focus {
    background-color: #000d36; }
  .btn.bg-secondary-color:hover, .btn.bg-secondary-color:focus {
    background-color: #ea1f68; }
  .btn.bg-tertiary-color {
    color: #01259B; }
    .btn.bg-tertiary-color:hover, .btn.bg-tertiary-color:focus {
      background-color: #ec8d00; }

input, select, textarea {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border: 0;
  font-size: 1.6rem;
  border-radius: 50px;
  font-weight: 700;
  color: #01259B; }

input[type=submit], button {
  border: none;
  cursor: pointer;
  -webkit-appearance: none; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

textarea {
  min-height: 100px;
  resize: vertical;
  height: 70px;
  border-radius: 15px; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.8rem; }
  label + a {
    font-size: 1.8rem;
    text-decoration: underline; }

/********** CHROME AUTOFILL **********/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-image: none !important;
  color: #989898 !important;
  box-shadow: inset 0 0px 39px 46px #eeeeee !important; }

/********** CHROME AUTOFILL **********/
/********** FIREFOX ERROR INPUT **********/
:not(output):-moz-ui-invalid {
  box-shadow: none !important; }

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none !important; }

output:-moz-ui-invalid {
  color: #d9534f; }

/********** FIREFOX ERROR INPUT **********/
/********** PLACEHOLDERS **********/
::-webkit-input-placeholder {
  color: #5B6DF7;
  font-weight: 500; }

::-moz-placeholder {
  color: #5B6DF7;
  font-weight: 500; }

:-ms-input-placeholder {
  color: #5B6DF7;
  font-weight: 500; }

:-moz-placeholder {
  color: #5B6DF7;
  font-weight: 500; }

/********** PLACEHOLDERS **********/
.input + .input {
  margin-top: 3.5rem; }

.input .icon {
  position: relative; }
  .input .icon input {
    padding-left: 6rem; }
  .input .icon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
    font-weight: 900;
    top: 18px;
    left: 2rem;
    font-size: 2rem;
    color: #01259B; }

.input.is-disabled .icon {
  cursor: not-allowed; }
  .input.is-disabled .icon:before {
    color: #a3a3a3; }

.input.is-disabled label {
  cursor: not-allowed; }

.input.is-disabled input:focus {
  outline: 0; }

.input.is-disabled input {
  background-color: #d7d7d7;
  cursor: not-allowed; }

.input input:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed; }

.input-search {
  position: relative;
  overflow: hidden; }
  .input-search input {
    padding-right: 1rem; }
  .input-search button {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 1.8rem 2.3rem; }

.input-animation {
  position: relative; }
  .input-animation input:-webkit-autofill, .input-animation textarea:-webkit-autofill, .input-animation :-webkit-autofill {
    background-image: none !important;
    color: #989898 !important;
    box-shadow: inset 0 0px 39px 46px #ffffff !important; }
  .input-animation label {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    transition-duration: 0.3s;
    cursor: text; }
  .input-animation input, .input-animation textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #eeeeee;
    position: relative;
    z-index: 1;
    height: inherit;
    min-height: inherit; }
    .input-animation input:focus, .input-animation textarea:focus {
      outline: 0 !important; }
  .input-animation:after {
    width: 0;
    height: 2px;
    background-color: #01259B;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition-duration: 0.3s; }
  .input-animation.active label {
    top: -1rem;
    left: 0;
    color: #01259B;
    font-size: 1.4rem;
    transition-duration: 0.3s; }
  .input-animation.active:after {
    width: 100%;
    transition-duration: 0.3s; }
  .input-animation.textarea:after {
    bottom: 7px; }

.input-checkbox, .input-radio {
  position: relative;
  cursor: pointer; }
  .input-checkbox label, .input-radio label {
    padding-left: 2rem; }
  .input-checkbox input, .input-radio input {
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: auto; }
  .input-checkbox.is-disabled label, .input-radio.is-disabled label {
    color: #b9b9b9;
    cursor: not-allowed; }
  .input-checkbox.is-disabled input, .input-radio.is-disabled input {
    cursor: not-allowed; }

.input-switch {
  display: inline-block;
  cursor: pointer; }
  .input-switch input {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacity-ie);
    filter: alpha(opacity=0);
    position: absolute;
    width: auto; }
  .input-switch label {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
    display: flex; }
    .input-switch label span {
      padding-left: 9rem;
      padding-top: 0.5rem;
      display: inline-block; }
    .input-switch label:before, .input-switch label:after {
      position: absolute;
      content: "";
      border-radius: 100px; }
    .input-switch label:before {
      width: 70px;
      height: 35px;
      background-color: #d7d7d7;
      transition-duration: 0.3s; }
    .input-switch label:after {
      width: 25px;
      height: 25px;
      left: 5px;
      top: 15px;
      background-color: #ffffff;
      transition-duration: 0.3s; }
  .input-switch input:focus + label {
    outline: 2px solid #01259B; }
  .input-switch input:disabled + label {
    cursor: not-allowed; }
    .input-switch input:disabled + label:before {
      background-color: #d7d7d7; }
    .input-switch input:disabled + label:after {
      left: 5px; }
  .input-switch input:checked + label:before {
    background-color: #01259B;
    transition-duration: 0.3s; }
  .input-switch input:checked + label:after {
    left: 40px;
    transition-duration: 0.3s; }
  @media (max-width: 767px) {
    .input-switch label:before {
      width: 65px;
      height: 30px; }
    .input-switch label:after {
      width: 20px;
      height: 20px; }
    .input-switch label span {
      padding-left: 8rem;
      padding-top: 0.2rem; }
    .input-switch input:checked + label:after {
      left: 40px; } }

.group-inputs.horizontal .input-checkbox, .group-inputs.horizontal .input-radio {
  display: inline-block;
  margin-right: 3rem; }
  .group-inputs.horizontal .input-checkbox:last-child, .group-inputs.horizontal .input-radio:last-child {
    margin-right: 0; }

.group-inputs.vertical label {
  display: block; }

.custom-select {
  position: relative;
  background-color: #eeeeee; }
  .custom-select select {
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: transparent; }
  .custom-select select::-ms-expand {
    display: none; }
  .custom-select:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
    font-weight: 900;
    position: absolute;
    z-index: 0;
    right: 2px;
    top: 4px;
    padding: 1.5rem 2.6rem 1.5rem;
    font-size: 1.8rem;
    background-color: #eeeeee; }

.custom-input-checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacity-ie);
  filter: alpha(opacity=0); }

.custom-input-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px; }
  .custom-input-checkbox label:before, .custom-input-checkbox label:after {
    position: absolute;
    content: "";
    display: inline-block; }
  .custom-input-checkbox label:before {
    height: 13px;
    width: 13px;
    border: 2px solid #01259B;
    left: 0px;
    top: 3px; }
  .custom-input-checkbox label:after {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
    font-weight: 900;
    left: 3px;
    top: 16%;
    font-size: 1.1rem;
    color: #01259B;
    content: "\f00c";
    transform: scale(0);
    transition-duration: 0.2s; }

.custom-input-checkbox input[type="checkbox"] + label::after {
  transform: scale(0);
  transition-duration: 0.2s; }

.custom-input-checkbox input[type="checkbox"]:checked + label::after {
  transform: scale(1);
  transition-duration: 0.2s; }

.custom-input-checkbox input[type="checkbox"]:focus + label::before {
  outline: 2px auto #0137e7; }

.custom-input-checkbox.is-disabled label {
  color: #b9b9b9; }
  .custom-input-checkbox.is-disabled label:before {
    border-color: #d7d7d7; }
  .custom-input-checkbox.is-disabled label:after {
    color: #d7d7d7; }

.custom-input-radio input[type="radio"] {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacity-ie);
  filter: alpha(opacity=0); }

.custom-input-radio label {
  position: relative;
  display: inline-block;
  padding-left: 22px; }
  .custom-input-radio label:before, .custom-input-radio label:after {
    position: absolute;
    content: "";
    display: inline-block; }
  .custom-input-radio label:before {
    height: 13px;
    width: 13px;
    border: 2px solid #01259B;
    border-radius: 100px;
    left: 0px;
    top: 3px; }
  .custom-input-radio label:after {
    left: 5px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #01259B;
    border-radius: 100px;
    transform: scale(0);
    transition-duration: 0.2s; }

.custom-input-radio input[type="radio"] + label::after {
  transform: scale(0);
  transition-duration: 0.2s; }

.custom-input-radio input[type="radio"]:checked + label::after {
  transform: scale(1);
  transition-duration: 0.2s; }

.custom-input-radio input[type="radio"]:focus + label::before {
  outline: 2px auto #0137e7; }

.custom-input-radio.is-disabled label {
  color: #b9b9b9; }
  .custom-input-radio.is-disabled label:before {
    border-color: #d7d7d7; }
  .custom-input-radio.is-disabled label:after {
    color: #d7d7d7; }

.page-footer {
  background-color: #01259B;
  text-align: center;
  padding: 5rem 0;
  padding-top: 15rem; }
  @media (max-width: 767px) {
    .page-footer {
      padding-top: 5rem;
      padding-bottom: 11rem; } }

.grid-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .grid-flex [class^=column] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 1.5rem; }
    .grid-flex [class^=column].example {
      background-color: #0137e7;
      border: 1px solid #01259B;
      color: #000000; }
  .grid-flex + .grid-flex {
    margin-top: 1.5rem; }
  .grid-flex.h-align-left {
    justify-content: flex-start; }
  .grid-flex.h-align-middle {
    justify-content: center; }
  .grid-flex.h-align-right {
    justify-content: flex-end; }
  .grid-flex.v-align-top {
    align-items: flex-start; }
  .grid-flex.v-align-middle {
    align-items: center; }
  .grid-flex.v-align-bottom {
    align-items: flex-end; }

.w-25 {
  max-width: 25%;
  flex: 0 0 25%; }

.w-30 {
  max-width: 30%;
  flex: 0 0 30%; }

.w-50 {
  max-width: 50%;
  flex: 0 0 50%; }

.w-60 {
  max-width: 60%;
  flex: 0 0 60%; }

.w-70 {
  max-width: 70%;
  flex: 0 0 70%; }

.page-header {
  padding: 10rem 0; }
  .page-header .page-wrapper {
    display: flex;
    align-items: center; }
  .page-header .page-logo {
    flex: 0 0 30%;
    max-width: 30%; }
    .page-header .page-logo img {
      width: 130px; }

.nav-primary {
  flex: 0 0 70%;
  max-width: 70%;
  text-align: right; }
  .nav-primary ul {
    border: 2px solid rgba(91, 109, 247, 0.4);
    border-radius: 50px;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.5px; }
    .nav-primary ul li {
      display: inline-block;
      padding: 1.2rem 2.5rem;
      font-weight: 500;
      position: relative; }
      .nav-primary ul li a:after {
        display: block;
        content: "•";
        color: #C3CAFF;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 4rem;
        right: -3.5rem; }
      .nav-primary ul li a {
        position: relative; }
      .nav-primary ul li:last-child {
        padding: 1.2rem 3.5rem;
        background-color: #FFBA53;
        transition-duration: 0.2s;
        border-radius: 50px; }
        .nav-primary ul li:last-child a {
          color: #ffffff;
          font-weight: 600; }
      .nav-primary ul li:nth-child(3) a:after, .nav-primary ul li:last-child a:after {
        content: none; }
      .nav-primary ul li.nav-primary__selected {
        font-weight: 700; }

@media (max-width: 1024px) {
  .page-header {
    padding: 5rem; } }

@media (max-width: 1023px) {
  .page-header .page-wrapper {
    display: block !important; }
    .page-header .page-wrapper .page-logo {
      flex: 0;
      max-width: 100%;
      display: block;
      text-align: center; }
    .page-header .page-wrapper .nav-primary {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 100%;
      flex: 0 0 100%; }
      .page-header .page-wrapper .nav-primary ul {
        display: block;
        border: 0;
        display: flex; }
        .page-header .page-wrapper .nav-primary ul li {
          align-items: center;
          flex: 1;
          text-align: center; }
          .page-header .page-wrapper .nav-primary ul li:nth-child(1), .page-header .page-wrapper .nav-primary ul li:nth-child(2) {
            display: none; }
          .page-header .page-wrapper .nav-primary ul li:last-child {
            border-radius: 0; }
  .page-header .nav-primary {
    position: relative;
    z-index: 3;
    background-color: #ffffff; } }

@media (max-width: 767px) {
  .page-header {
    padding-top: 2rem;
    padding-bottom: 3rem; }
    .page-header .nav-primary {
      position: relative;
      z-index: 3;
      background-color: #ffffff; }
      .page-header .nav-primary ul {
        border: 0; }
        .page-header .nav-primary ul li {
          padding: 2rem; }
          .page-header .nav-primary ul li:last-child {
            padding: 2rem; } }

.page-wrapper {
  margin: auto;
  padding: 0 3rem;
  max-width: 1170px;
  width: 100%; }
  .page-wrapper.page-wrapper--full-width {
    max-width: 100%; }

html, body {
  scroll-behavior: smooth; }

.section-banner {
  background-color: #5B6DF7;
  border-radius: 20px;
  display: flex;
  position: relative;
  z-index: 2; }
  .section-banner .section-banner__left {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative; }
    .section-banner .section-banner__left img {
      position: absolute;
      margin-top: -22px;
      width: 500px; }
  .section-banner .section-banner__right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3rem;
    padding-bottom: 6rem; }
  @media (max-width: 1024px) {
    .section-banner .section-banner__left img {
      position: absolute;
      margin-top: -16px;
      width: auto; } }
  @media (max-width: 768px) {
    .section-banner .section-banner__left img {
      position: absolute;
      margin-top: -16px; } }
  @media (max-width: 767px) {
    .section-banner .section-banner__left {
      display: none; }
    .section-banner .section-banner__right {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 3rem;
      text-align: center; } }
  @media (max-width: 375px) {
    .section-banner .section-banner__right .btn {
      font-size: 1.5rem; } }
  @media (max-width: 320px) {
    .section-banner .section-banner__right .btn {
      font-size: 1.4rem;
      font-weight: 500;
      padding: 1rem 2rem; } }

.page-content {
  background-color: #01259B;
  margin-top: -25rem;
  padding-top: 50rem;
  position: relative;
  z-index: 1;
  padding-bottom: 10rem; }
  .page-content:after {
    position: absolute;
    content: "";
    background-image: url("../../assets/images/kidola-wave.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .page-content:before {
    position: absolute;
    content: "";
    background-image: url("../../assets/images/kidola-lines.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 79%;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .page-content.section-boxes .column:nth-child(1) {
    margin-top: 5rem; }
  .page-content.section-boxes .column:nth-child(2) {
    margin-top: -10rem; }
  .page-content.section-boxes .column:nth-child(3) {
    margin-top: 15rem; }
  @media (max-width: 768px) {
    .page-content {
      padding-top: 40rem; } }
  @media (max-width: 767px) {
    .page-content {
      padding-top: 30rem;
      padding-bottom: 0; }
      .page-content:after, .page-content:before {
        content: none; }
      .page-content.section-boxes .column:nth-child(1) {
        margin-top: 0; }
      .page-content.section-boxes .column:nth-child(2) {
        margin-top: 0; }
      .page-content.section-boxes .column:nth-child(3) {
        margin-top: 0; }
      .page-content.section-boxes .column {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5rem; } }

.h-lines {
  height: 5px;
  width: 100%;
  background-image: url("../../assets/images/kidola-h-lines.svg"); }

.page-contact {
  padding: 10rem 0;
  padding-bottom: 20rem; }
  .page-contact p {
    color: #5B6DF7; }
    .page-contact p span {
      color: #F37CA7; }
  .page-contact .grid-flex .column:first-child {
    padding-right: 15rem; }
    .page-contact .grid-flex .column:first-child p {
      font-size: 2rem; }
  @media (max-width: 1024px) {
    .page-contact .grid-flex .column:first-child {
      padding-right: 1.5rem; } }
  @media (max-width: 767px) {
    .page-contact {
      padding: 5rem 0; }
      .page-contact .grid-flex .column {
        flex: 0 0 100%;
        max-width: 100%; } }

.page-wysiwyg {
  padding-top: 15rem;
  margin-top: 0; }
  .page-wysiwyg h1 {
    margin-bottom: 6rem; }
  .page-wysiwyg h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    margin-top: 5rem; }
  .page-wysiwyg a {
    color: #ffffff;
    text-decoration: underline; }
  .page-wysiwyg ul li {
    color: #ffffff;
    display: block;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem; }
    .page-wysiwyg ul li:before {
      content: "-";
      position: absolute;
      left: 0;
      top: 0; }
    .page-wysiwyg ul li a {
      color: #ffffff;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .page-wysiwyg {
      padding-top: 4rem;
      padding-bottom: 5rem; } }

.section-showcase {
  background-color: #FFBA53;
  position: relative;
  z-index: 1;
  padding: 10rem 0;
  text-align: center;
  margin-bottom: 40rem; }
  .section-showcase h2 {
    color: #ffffff; }
  .section-showcase img {
    margin-bottom: -45rem; }
  .section-showcase:after {
    position: absolute;
    content: "";
    background-image: url("../../assets/images/kidola-wave-2.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply; }
  @media (max-width: 767px) {
    .section-showcase {
      margin-bottom: 10rem;
      padding-top: 5rem; }
      .section-showcase img {
        margin-bottom: -25rem; }
      .section-showcase h2 {
        font-size: 3.5rem; } }

main .page-wysiwyg ~ .page-footer {
  margin-bottom: 5rem; }

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