@charset "UTF-8";
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  overflow-y: auto !important;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Remove default margin.
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

button {
  border: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

* {
  margin: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter {
  text-transform: uppercase;
}

p {
  margin: 0;
}
p::first-letter {
  text-transform: uppercase;
}

a:hover, a:focus {
  text-decoration: none;
}

@font-face {
  font-family: "Readex-Pro-regular";
  src: url("../../dist/fonts/ReadexPro-Regular.woff2") format("woff2"), url("../../dist/fonts/ReadexPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-regular";
  src: url("../../dist/fonts/Poppins-Regular.woff2") format("woff2"), url("../../dist/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-semibolditalic";
  src: url("../../dist/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../../dist/fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Montreal-regular";
  src: url("../../dist/fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../../dist/fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Montreal-Italic";
  src: url("../../dist/fonts/NeueMontreal-Italic.woff2") format("woff2"), url("../../dist/fonts/NeueMontreal-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Montreal-bold";
  src: url("../../dist/fonts/NeueMontreal-Bold.woff2") format("woff2"), url("../../dist/fonts/NeueMontreal-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Montreal-Medium";
  src: url("../../dist/fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../../dist/fonts/NeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Montreal-Light-italic";
  src: url("../../dist/fonts/NeueMontreal-LightItalic.woff2") format("woff2"), url("../../dist/fonts/NeueMontreal-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Montreal-light";
  src: url("../../dist/fonts/NeueMontreal-Light.woff2") format("woff2"), url("../../dist/fonts/NeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  overflow-x: clip;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}
@media (max-width: 1130px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container-80 {
  max-width: 1440px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin: auto;
}
@media (max-width: 1130px) {
  .container-80 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: inline-block;
  border-radius: 40px;
  min-height: 50px;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.primaryBtn {
  color: #262626;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
}
.btn.primaryBtn span {
  position: relative;
  z-index: 2;
}
.btn.primaryBtn strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.btn.primaryBtn img {
  position: relative;
  width: 13px;
  margin-left: 12px;
  z-index: 2;
  margin-bottom: -2px;
}
.btn.primaryBtn::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border-radius: inherit;
  background: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFDF60), to(#FFB257));
  background-image: linear-gradient(90deg, #FFDF60 0%, #FFB257 100%);
  inset: 0;
  background-image: linear-gradient(90deg, #FFDF60 0%, #FFB257 100%);
  z-index: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.btn.primaryBtn:hover:before {
  -webkit-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
}
.btn.blueBtn {
  color: white;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
}
.btn.blueBtn span {
  position: relative;
  z-index: 2;
}
.btn.blueBtn::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border-radius: inherit;
  background-color: #5865FC;
  inset: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.btn.blueBtn:hover:before {
  -webkit-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

.primaryTitle {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px; /* 93.75% */
}
@media (max-width: 767px) {
  .primaryTitle {
    font-size: 50px;
    line-height: 55px;
  }
}
.primaryTitle span, .primaryTitle strong {
  font-weight: 500;
  color: #5565FC;
}
.primaryTitle span {
  display: block;
}

.subTitle {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px; /* 182.353% */
}

.section-wysiwyg h1, .section-wysiwyg h2, .section-wysiwyg h3, .section-wysiwyg h4, .section-wysiwyg h5, .section-wysiwyg h6 {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px; /* 93.75% */
}
@media (max-width: 767px) {
  .section-wysiwyg h1, .section-wysiwyg h2, .section-wysiwyg h3, .section-wysiwyg h4, .section-wysiwyg h5, .section-wysiwyg h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.section-wysiwyg h1::first-letter, .section-wysiwyg h2::first-letter, .section-wysiwyg h3::first-letter, .section-wysiwyg h4::first-letter, .section-wysiwyg h5::first-letter, .section-wysiwyg h6::first-letter {
  text-transform: uppercase;
}
.section-wysiwyg h1 span, .section-wysiwyg h1 strong, .section-wysiwyg h2 span, .section-wysiwyg h2 strong, .section-wysiwyg h3 span, .section-wysiwyg h3 strong, .section-wysiwyg h4 span, .section-wysiwyg h4 strong, .section-wysiwyg h5 span, .section-wysiwyg h5 strong, .section-wysiwyg h6 span, .section-wysiwyg h6 strong {
  font-weight: 500;
  color: #5565FC;
}
.section-wysiwyg p {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}
.section-wysiwyg p::first-letter {
  text-transform: uppercase;
}
.hero:not(.secondary-hero) .section-wysiwyg p {
  font-size: 34px;
  line-height: 62px; /* 182.353% */
}
@media (max-width: 767px) {
  .hero:not(.secondary-hero) .section-wysiwyg p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.section-wysiwyg a {
  display: inline-block;
  border-radius: 40px;
  height: 50px;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  background: transparent;
  overflow: visible;
  color: #262626;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  margin-top: 30px;
}
.section-wysiwyg a span {
  position: relative;
  z-index: 2;
}
.section-wysiwyg a strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.section-wysiwyg a::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border-radius: inherit;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFDF60), to(#FFB257));
  background-image: linear-gradient(90deg, #FFDF60 0%, #FFB257 100%);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.section-wysiwyg a:hover:before {
  -webkit-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

.owl-carousel:not(.carousel-article) .nav-btn .icon-slide-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-carousel:not(.carousel-article) .nav-btn svg {
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.owl-carousel:not(.carousel-article) .nav-btn .icon-main {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.owl-carousel:not(.carousel-article) .nav-btn .icon-hover {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.owl-carousel:not(.carousel-article) .nav-btn.next-slide .icon-slide-container {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-carousel:not(.carousel-article) .nav-btn.next-slide .icon-hover {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.owl-carousel:not(.carousel-article) .owl-nav button {
  z-index: 1;
  position: absolute;
  border: 3px solid #4c4c4c !important;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
  top: -160px;
  color: #4c4c4c !important;
}
@media (max-width: 991px) {
  .owl-carousel:not(.carousel-article) .owl-nav button {
    width: 48px;
    height: 48px;
  }
}
.solutions-testimonials .owl-carousel:not(.carousel-article) .owl-nav button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel:not(.carousel-article) .owl-nav button.owl-prev {
  left: 70px;
}
.solutions-testimonials .owl-carousel:not(.carousel-article) .owl-nav button.owl-prev {
  left: -70px;
}
@media (max-width: 767px) {
  .solutions-testimonials .owl-carousel:not(.carousel-article) .owl-nav button.owl-prev {
    display: none;
  }
}
.owl-carousel:not(.carousel-article) .owl-nav button.owl-next {
  right: 70px;
}
.solutions-testimonials .owl-carousel:not(.carousel-article) .owl-nav button.owl-next {
  right: -70px;
}
@media (max-width: 767px) {
  .solutions-testimonials .owl-carousel:not(.carousel-article) .owl-nav button.owl-next {
    display: none;
  }
}
.owl-carousel:not(.carousel-article) .owl-nav button:hover {
  opacity: 1;
}
.owl-carousel:not(.carousel-article) .owl-nav button:hover .nav-btn .icon-main {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.owl-carousel:not(.carousel-article) .owl-nav button:hover .nav-btn .icon-hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.owl-carousel:not(.carousel-article) .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-carousel:not(.carousel-article) .owl-dots button {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #4B4B4B;
  opacity: 0.4;
}
.owl-carousel:not(.carousel-article) .owl-dots button.active {
  width: 29px;
  height: 9px;
  border-radius: 9px;
  background: #5565FC;
  opacity: 1;
}

.hero-template {
  padding-top: 231px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .hero-template {
    padding-top: 190px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .hero-template .primaryTitle {
    font-size: 50px;
    line-height: 55px;
  }
}
.hero-template .btn.primaryBtn::before {
  z-index: -1;
}
.single-offre .hero-template .primaryTitle strong {
  display: block;
  margin-top: 22px;
}

.badge {
  border-radius: 20px;
  background: #CBD7FF;
  display: inline-block;
  padding: 0 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5565FC;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16.822px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.776px; /* 188.889% */
  margin-bottom: 18px;
}

.card-overlay-wrp .card-overlay-icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #5565FC;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-overlay-wrp .card-overlay-icon img {
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-overlay-wrp .card-overlay-icon .icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.card-overlay-wrp .card-overlay-icon .iconHover {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.card-overlay-wrp:hover .iconHover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.card-overlay-wrp:hover .icon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px 40px;
}
@media (max-width: 992px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}
.articles-grid .post-card.is-new {
  opacity: 0;
}
.articles-grid .post-card.fade-in {
  -webkit-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
}
.articles-grid .post-card.fade-in.show {
  opacity: 1;
}
.articles-grid .post-card .thumb {
  aspect-ratio: 16/10;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.articles-grid .post-card .thumb:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.articles-grid .post-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.articles-grid .post-card .title a {
  color: #2D3134;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.articles-grid .post-card .title a:hover {
  color: #5565FC;
}

.global-cta-card {
  border-radius: 16px;
  background: #5565FC;
  padding: 40px;
  padding-bottom: 67px;
}
.global-cta-card .title {
  color: #FFF;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .global-cta-card .title {
    font-size: 30px;
  }
}
.global-cta-card p {
  color: #FFF;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 67px;
}

.resources-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .resources-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
}
.resources-header .section-wysiwyg h1, .resources-header .section-wysiwyg h2, .resources-header .section-wysiwyg h3, .resources-header .section-wysiwyg h4, .resources-header .section-wysiwyg h5, .resources-header .section-wysiwyg h6 {
  text-align: left;
}
@media (max-width: 767px) {
  .resources-header .section-wysiwyg h1, .resources-header .section-wysiwyg h2, .resources-header .section-wysiwyg h3, .resources-header .section-wysiwyg h4, .resources-header .section-wysiwyg h5, .resources-header .section-wysiwyg h6 {
    text-align: center;
  }
}
.resources-header .btn span {
  z-index: 2;
}

.form-checkbox {
  color: #4B4B4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
}

.form-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #D2D2D2;
  background: #FFF;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  top: 2px;
}

.form-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #5565FC;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-not-valid-tip {
  color: #eb7171;
}

.wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: #ffb900;
  border: none !important;
}

.select2-dropdown {
  background-color: white;
  border: none;
}

@-webkit-keyframes scroll-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@keyframes scroll-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.arrow-lines {
  -webkit-animation: scroll-bounce 1.5s ease-in-out infinite;
  animation: scroll-bounce 1.5s ease-in-out infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes fadeInCards {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInCards {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.customPage {
  padding-top: 140px;
  padding-bottom: 140px;
}
.customPage .container {
  max-width: 950px;
}
.customPage .title {
  margin-bottom: 30px;
}
.customPage .title span {
  display: block;
  text-align: center;
}
.customPage .title .firstTitle {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
  font-size: 120px;
  color: #4D4C4C;
}
.customPage .title .firstTitle::first-letter {
  text-transform: uppercase;
}
.customPage .title .titleBold {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
  font-size: 120px;
  color: #5565FC;
}
.customPage .title .titleBold::first-letter {
  text-transform: uppercase;
}
.customPage p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 2rem;
  line-height: 43px;
  color: #4D4C4C;
  text-align: center;
  margin-bottom: 35px;
}
.customPage.merci .container {
  max-width: 1440px;
}
.customPage.merci .firstTitle {
  font-family: "Neue-Montreal-light", arial, sans-serif;
  font-weight: 300;
  font-size: 85px;
  color: #5565FC;
}
@media (max-width: 768px) {
  .customPage.merci .firstTitle {
    font-size: 65px;
    text-align: center !important;
  }
}
.customPage.merci .titleBold {
  font-size: 85px;
}
@media (max-width: 768px) {
  .customPage.merci .titleBold {
    font-size: 65px;
    text-align: center !important;
  }
}
.customPage.merci .titleBold::first-letter {
  text-transform: lowercase;
}
.customPage .showCalendar_str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .customPage .showCalendar_str {
    display: block;
  }
}
.customPage .showCalendar_str .title span {
  text-align: left;
}
.customPage .showCalendar_str p {
  text-align: left;
}
.customPage .showCalendar_str .leftSection {
  max-width: 50%;
}
@media (max-width: 768px) {
  .customPage .showCalendar_str .leftSection {
    max-width: 100%;
  }
}
.customPage .showCalendar_str .rightSection {
  width: 50%;
}
@media (max-width: 768px) {
  .customPage .showCalendar_str .rightSection {
    width: 100%;
  }
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .content .logo {
  padding-top: 29px;
  padding-bottom: 29px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
@media (max-width: 1130px) {
  header .content .logo {
    position: relative;
  }
  header .content .logo:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    height: 100%;
    left: -25px;
    background: white;
  }
}
header .content .logo img {
  width: 200px;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
@media (max-width: 767px) {
  header .content .logo img {
    width: 150px;
  }
}
header .content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1130px) {
  header .content .right-content {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.038);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.038);
    background: white;
    padding-bottom: 40px;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.9s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    display: block;
  }
  header .content .right-content .btn {
    margin-left: 25px;
  }
}
@media (max-width: 1130px) {
  header .content .right-content .main-nav {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}
header .content .right-content .main-nav .primary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1130px) {
  header .content .right-content .main-nav .primary-list {
    display: block;
  }
}
header .content .right-content .main-nav .primary-list > li {
  position: static;
}
@media (max-width: 1130px) {
  header .content .right-content .main-nav .primary-list > li {
    position: relative;
  }
}
header .content .right-content .main-nav .primary-list > li > a {
  color: #262626;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 43px 24px;
}
@media (max-width: 1130px) {
  header .content .right-content .main-nav .primary-list > li > a {
    display: block;
    padding: 15px 24px;
    text-align: left;
  }
}
@media (min-width: 1131px) {
  header .content .right-content .main-nav .primary-list > li:hover > a {
    color: #5565FC;
  }
  header .content .right-content .main-nav .primary-list > li:hover .secondary-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
header .content .right-content .main-nav .primary-list > li.is-open {
  margin-bottom: 25px;
}
header .content .right-content .main-nav .primary-list > li.is-open .secondary-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  padding-bottom: 35px;
}
header .content .right-content .main-nav .primary-list > li.is-open .secondary-menu.withImg {
  padding-bottom: 0;
}
header.menu-open .right-content {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: scroll;
  max-height: 100vh;
}
header .secondary-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 15px 20px;
  border-top: 1px solid #DCE1EF;
  -webkit-box-shadow: 0 20px 22.5px -14px rgba(0, 0, 0, 0.35);
  box-shadow: 0 20px 22.5px -14px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  padding-bottom: 46px;
}
@media (max-width: 1130px) {
  header .secondary-menu {
    border-radius: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    position: relative;
    display: none;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 22.5px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 22.5px -14px rgba(0, 0, 0, 0.2);
  }
}
header .secondary-menu .nav-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 104px;
}
@media (max-width: 1130px) {
  header .secondary-menu .nav-columns {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  header .secondary-menu .nav-columns {
    display: block;
  }
}
header .secondary-menu .nav-columns .menu-label {
  color: #262626;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #DCE1EF;
}
@media (max-width: 767px) {
  header .secondary-menu .nav-columns .menu-label {
    padding-bottom: 13px;
  }
}
header .secondary-menu .nav-columns .col-main {
  max-width: 572px;
  width: 100%;
  padding-top: 28px;
}
@media (max-width: 1023px) {
  header .secondary-menu .nav-columns .col-main {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
header .secondary-menu .nav-columns .col-main .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  header .secondary-menu .nav-columns .col-main .flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
header .secondary-menu .nav-columns .col-main .icon-box {
  width: calc(50% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  header .secondary-menu .nav-columns .col-main .icon-box {
    width: 100%;
  }
}
header .secondary-menu .nav-columns .col-main .icon-box:hover .icon {
  background-color: #F8FAFF;
}
header .secondary-menu .nav-columns .col-main .icon-box:hover .label {
  color: #5565FC;
}
header .secondary-menu .nav-columns .col-main .icon-box .icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
header .secondary-menu .nav-columns .col-main .icon-box .label {
  color: black;
  font-family: "Poppins-regular", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
}
@media (max-width: 767px) {
  header .secondary-menu .nav-columns .col-main .icon-box .label {
    font-size: 17px;
  }
}
header .secondary-menu .nav-columns .col-main .icon-box .label::first-letter {
  text-transform: uppercase;
}
header .secondary-menu .nav-columns .col-main .icon-box p {
  color: #363C48;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin-top: 12px;
}
header .secondary-menu .nav-columns .col-main .icon-box p::first-letter {
  text-transform: uppercase;
}
header .secondary-menu .nav-columns .col-side {
  max-width: 450px;
  width: 100%;
  padding-top: 28px;
}
@media (max-width: 1023px) {
  header .secondary-menu .nav-columns .col-side {
    max-width: 100%;
  }
}
header .secondary-menu .nav-columns .col-side .module-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  list-style: none !important;
}
@media (max-width: 1130px) {
  header .secondary-menu .nav-columns .col-side .module-list {
    gap: 18px;
  }
}
header .secondary-menu .nav-columns .col-side .module-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Poppins-regular", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  header .secondary-menu .nav-columns .col-side .module-list a {
    font-size: 17px;
  }
}
header .secondary-menu.withImg {
  padding-bottom: 0;
}
header .secondary-menu.withImg .nav-columns {
  gap: 0px;
}
header .secondary-menu.withImg .nav-columns .col-main {
  width: 40%;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1130px) {
  header .secondary-menu.withImg .nav-columns .col-main {
    width: 50%;
    padding-right: 35px;
  }
}
@media (max-width: 1023px) {
  header .secondary-menu.withImg .nav-columns .col-main {
    width: 100%;
    padding-right: 0;
  }
}
header .secondary-menu.withImg .nav-columns .col-image {
  width: 60%;
  background-color: #F8FAFF;
  padding: 50px;
  position: relative;
}
@media (max-width: 1130px) {
  header .secondary-menu.withImg .nav-columns .col-image {
    padding: 30px;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  header .secondary-menu.withImg .nav-columns .col-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .secondary-menu.withImg .nav-columns .col-image {
    display: none;
  }
}
header .secondary-menu.withImg .nav-columns .col-image:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  background-color: #F8FAFF;
  right: -70%;
  top: 0;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .wrpImg {
  width: 50%;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .wrpImg a {
  width: 100%;
  display: block;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo img {
  width: 100%;
  display: block;
  height: 266px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text {
  padding: 30px 20px;
  width: 50%;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text .promo-heading, header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text .promo-heading a {
  color: #4D4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 22px */
  margin-bottom: 15px;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text .promo-heading::first-letter, header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text .promo-heading a::first-letter {
  text-transform: uppercase;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text p, header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text p a {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #101828;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text p::first-letter, header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text p a::first-letter {
  text-transform: uppercase;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .secondary-menu.withImg .nav-columns .col-image .image-promo .promo-text a:hover {
  color: #5565FC;
}
header.is-sticky {
  position: fixed;
  background-color: white;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.038);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.038);
}
@media (min-width: 1131px) {
  header.is-sticky {
    -webkit-animation: slideDown 0.5s ease;
    animation: slideDown 0.5s ease;
  }
}
@media (max-width: 1024px) {
  header.is-sticky .menu-toggle {
    top: 11px;
  }
}
@media (max-width: 767px) {
  header.is-sticky .menu-toggle {
    top: 8px;
  }
}
@media (max-width: 1024px) {
  header.is-sticky .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header.is-sticky .logo img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 1024px) {
  header.is-sticky .logo img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0;
  z-index: 1;
}
@media (max-width: 1130px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    top: 26px;
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    top: 21px;
  }
}
.menu-toggle .e-open {
  display: block !important;
  position: relative;
  width: 31px;
  height: 4px;
  border-radius: 10px;
  background-color: black;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.menu-toggle .e-open::before, .menu-toggle .e-open::after {
  content: "";
  position: absolute;
  left: 0;
  width: 31px;
  height: 4px;
  border-radius: 10px;
  background-color: black;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.menu-toggle .e-open::before {
  top: -8px;
}
.menu-toggle .e-open::after {
  top: 8px;
}
.menu-toggle.is-active .e-open {
  background-color: transparent;
}
.menu-toggle.is-active .e-open::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.is-active .e-open::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer {
  background-color: #393434;
  padding-top: 44px;
  padding-bottom: 34px;
}
footer .nl-footer .social-links {
  padding-bottom: 17px;
}
footer .nl-footer .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .nl-footer .social-links .sl-icon {
  width: 33px;
  fill: #6F6F6F;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
footer .nl-footer .social-links a:hover .sl-icon {
  fill: white;
}
footer .nl-footer .newsletter-block {
  padding-bottom: 83px;
  background: url("../img/nl-bg.svg") no-repeat;
  background-size: contain;
}
footer .nl-footer .newsletter-block form {
  max-width: 956px;
  width: 100%;
  margin: auto;
  padding-top: 120px;
  position: relative;
}
footer .nl-footer .newsletter-block form input {
  color: #FFF;
  font-family: "Neue-Montreal-Light-italic", arial, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 300;
  line-height: 70px; /* 87.5% */
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px white;
  outline: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  footer .nl-footer .newsletter-block form input {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  footer .nl-footer .newsletter-block form input {
    font-size: 25px;
    line-height: 40px;
  }
}
footer .nl-footer .newsletter-block form button {
  right: 0;
  outline: none;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5565FC;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url("../img/arrow-white.svg") no-repeat;
  bottom: 19px;
  background-position: center;
}
footer .nl-footer .newsletter-block form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 500px) {
  footer .nl-footer .newsletter-block form button {
    width: 45px;
    height: 45px;
    bottom: 11px;
  }
}
footer .nl-footer .newsletter-block form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
footer .nl-footer .newsletter-block form .wpcf7-not-valid-tip {
  color: white;
  position: absolute;
  top: 49px;
}
footer .nl-footer .newsletter-block form .wpcf7-response-output {
  color: white;
  position: absolute;
}
footer .heading-footer-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 53px;
  padding-bottom: 28px;
}
footer .heading-footer-grid .footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  footer .heading-footer-grid .footer-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
footer .heading-footer-grid .footer-grid .footer-nav {
  width: calc((100% - 90px) / 4);
}
@media (max-width: 767px) {
  footer .heading-footer-grid .footer-grid .footer-nav {
    width: 100%;
  }
}
footer .heading-footer-grid .footer-grid .heading-nav {
  color: #FFF;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 145.833% */
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  footer .heading-footer-grid .footer-grid .heading-nav::after {
    content: "↓";
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    font-weight: 400;
    font-family: "Neue-Montreal-regular", arial, sans-serif;
    position: absolute;
    right: 25px;
  }
  footer .heading-footer-grid .footer-grid .heading-nav.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  footer .heading-footer-grid .footer-grid .heading-nav + ul {
    display: none;
  }
}
footer .heading-footer-grid .footer-grid .heading-nav::first-letter {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  footer .heading-footer-grid .footer-grid .heading-nav {
    font-size: 18px;
  }
}
footer .heading-footer-grid .footer-grid ul li {
  margin-bottom: 8px;
}
footer .heading-footer-grid .footer-grid ul li a {
  color: #6F6F6F;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  display: inline-block;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
footer .heading-footer-grid .footer-grid ul li a:hover {
  color: #fff;
}
footer .heading-footer-grid .footer-grid ul li a::first-letter {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  footer .heading-footer-grid .footer-grid ul li a {
    font-size: 15px;
  }
}
footer .footerbottom {
  position: relative;
}
footer .section-logos {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 55px;
}
footer .section-logos .content {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .section-logos .content {
    display: block;
  }
}
footer .section-logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  footer .section-logos .logos {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .section-logos .logos .wrp-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .section-logos .logos .wrp-logo span {
  color: #6F6F6F;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
footer .section-logos .logos img {
  max-height: 50px;
}
footer .footer-legal .legal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1200px) {
  footer .footer-legal .legal-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer-legal .legal-wrapper .legal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  footer .footer-legal .legal-wrapper .legal-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
footer .footer-legal .legal-wrapper .copyright {
  color: #6F6F6F;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
}
footer .footer-legal .legal-wrapper .legal-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  footer .footer-legal .legal-wrapper .legal-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
footer .footer-legal .legal-wrapper .legal-nav ul li {
  padding: 0 8px;
  position: relative;
}
@media (max-width: 1200px) {
  footer .footer-legal .legal-wrapper .legal-nav ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  footer .footer-legal .legal-wrapper .legal-nav ul li {
    width: 100%;
  }
}
footer .footer-legal .legal-wrapper .legal-nav ul li:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #6F6F6F;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  footer .footer-legal .legal-wrapper .legal-nav ul li:after {
    display: none;
  }
}
footer .footer-legal .legal-wrapper .legal-nav ul li:last-child:after {
  display: none;
}
footer .footer-legal .legal-wrapper .legal-nav ul li a {
  color: #6F6F6F;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
footer .footer-legal .legal-wrapper .legal-nav ul li a:hover {
  color: #fff;
}
footer .footer-legal .language-selector {
  position: relative;
  border-radius: 12px;
  border: 1px solid #6F6F6F;
  width: 67.99px;
  height: 51px;
}
@media (max-width: 1200px) {
  footer .footer-legal .language-selector {
    position: absolute;
    top: 60px;
    right: 50px;
  }
}
@media (max-width: 1130px) {
  footer .footer-legal .language-selector {
    right: 25px;
  }
}
footer .footer-legal .language-selector.active-dropdown {
  border-radius: 0 0 12px 12px;
  border-top: none;
}
footer .footer-legal .language-selector.active-dropdown .lang-dropdown {
  display: block;
}
footer .footer-legal .language-selector.active-dropdown .lang-current:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 13px;
}
footer .footer-legal .language-selector .lang-current {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #6F6F6F;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  text-transform: uppercase;
}
footer .footer-legal .language-selector .lang-current:after {
  content: url("../img/arrow-right.svg");
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .footer-legal .language-selector .lang-dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  right: -1px;
  list-style: none;
  padding: 10px;
  margin: 0;
  border-radius: 12px 12px 0 0;
  border: 1px solid #6F6F6F;
  background-color: #393434;
  border-bottom: none;
  width: calc(100% + 2px);
  padding: 21px 10px 10px 10px;
}
footer .footer-legal .language-selector .lang-dropdown li {
  margin-bottom: 20px;
}
footer .footer-legal .language-selector .lang-dropdown li:last-child {
  margin-bottom: 0;
}
footer .footer-legal .language-selector .lang-dropdown li a {
  color: #6F6F6F;
  text-transform: uppercase;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed-ready {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 30px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fixed-ready .ready {
  width: 88px;
}
.fixed-ready .close {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 6px;
  top: -1px;
  cursor: pointer;
}

.hero {
  padding-top: 208px;
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: -29px;
  width: 106%;
  height: 150px;
  background: #FFFFFF;
  border-radius: 100%;
  z-index: 1;
  rotate: 180deg;
}
@media (max-width: 767px) {
  .hero:after {
    width: 110%;
  }
}
.hero .content {
  position: relative;
  z-index: 2;
}
.hero .content .section-wysiwyg p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero .content .list-logo {
  margin-top: 82px;
}
.hero .content .list-logo .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero .content .list-logo .logos div {
  position: relative;
}
.hero .content .list-logo .logos div:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #486284;
  position: absolute;
}
.hero .content .list-logo .logos div:last-child:after {
  display: none;
}
.hero .content .list-logo img {
  margin: 0 24px;
}
.hero .content .list-logo .stars {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero.minimalistHero {
  padding-bottom: 150px;
}
.hero.minimalistHero h1, .hero.minimalistHero h2, .hero.minimalistHero h3, .hero.minimalistHero h4, .hero.minimalistHero h5, .hero.minimalistHero h6 {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 5rem;
  line-height: normal;
  color: #4C4C4C;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .hero.minimalistHero h1, .hero.minimalistHero h2, .hero.minimalistHero h3, .hero.minimalistHero h4, .hero.minimalistHero h5, .hero.minimalistHero h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.hero.minimalistHero h1 strong, .hero.minimalistHero h2 strong, .hero.minimalistHero h3 strong, .hero.minimalistHero h4 strong, .hero.minimalistHero h5 strong, .hero.minimalistHero h6 strong {
  color: #5565FC;
  font-weight: 500;
}
.hero.minimalistHero .hero-description {
  color: #4c4c4c;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 25px;
}
.hero .icon-scroll {
  position: absolute;
  bottom: 41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}

.home-operation {
  background: radial-gradient(189.42% 53.71% at 50% 53.71%, #F5F7FC 0%, #EBEEF6 100%);
  padding-bottom: 102px;
  padding-top: 163px;
  cursor: default;
  position: relative;
}
.home-operation:before {
  content: url("../img/yellow-picto.svg");
  position: absolute;
  bottom: -178px;
  left: -13px;
  z-index: 1;
}
@media (max-width: 1250px) {
  .home-operation:before {
    left: -67px;
  }
}
@media (max-width: 1130px) {
  .home-operation:before {
    display: none;
  }
}
.home-operation .container {
  max-width: 1235px;
}
.home-operation .section-wysiwyg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-operation .section-wysiwyg h1, .home-operation .section-wysiwyg h2, .home-operation .section-wysiwyg h3, .home-operation .section-wysiwyg h4, .home-operation .section-wysiwyg h5, .home-operation .section-wysiwyg h6 {
  font-size: 60px;
  line-height: 65px;
}
.home-operation .section-wysiwyg p {
  color: #9BA3B7;
  text-align: center;
  font-family: "Neue-Montreal-Italic", arial, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 126%; /* 30.24px */
  display: inline-block;
  position: relative;
  margin-top: 27px;
}
.home-operation .section-wysiwyg p::before {
  content: "“";
  margin-right: 2px;
  color: #9BA3B7;
}
.home-operation .section-wysiwyg p::after {
  content: "”";
  margin-left: 2px;
  color: #9BA3B7;
}
.home-operation .owl-item .slide-icon,
.home-operation .owl-item .slide-title,
.home-operation .owl-item .slide-text {
  opacity: 0;
  visibility: hidden;
}
.home-operation .workflow-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .home-operation .workflow-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    gap: 0;
  }
}
.home-operation .workflow-grid .workflow-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .home-operation .workflow-grid .workflow-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.home-operation .workflow-grid .workflow-left .slide-icon {
  width: 103px;
  height: 102px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.home-operation .workflow-grid .workflow-left .slide-title {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 97.222% */
  margin-bottom: 18px;
}
.home-operation .workflow-grid .workflow-left .slide-title strong {
  color: #5565FC;
  font-weight: 500;
  display: block;
}
.home-operation .workflow-grid .workflow-left p {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.home-operation .workflow-grid .workflow-left p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.home-operation .workflow-grid .workflow-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-operation .workflow-grid .workflow-right .visual-hub {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .home-operation .workflow-grid .workflow-right .visual-hub {
    display: none;
  }
}
.home-operation .workflow-grid .workflow-right .visual-hub #lottie-container, .home-operation .workflow-grid .workflow-right .visual-hub lottie-player {
  position: absolute;
  width: 540px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 1130px) {
  .home-operation .workflow-grid .workflow-right .visual-hub #lottie-container, .home-operation .workflow-grid .workflow-right .visual-hub lottie-player {
    max-width: 70%;
  }
}
.home-operation .workflow-grid .workflow-right .visual-hub img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.home-operation .workflow-grid .workflow-right .op-mob {
  display: none;
}
@media (max-width: 767px) {
  .home-operation .workflow-grid .workflow-right .op-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.home-operation .workflow-slider {
  max-width: 345px;
}
.home-operation .custom-dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  gap: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .home-operation .custom-dots-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
  }
}
.home-operation .custom-dots-container:after {
  content: url("../img/dots-bottom.svg");
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .home-operation .custom-dots-container:after {
    display: none;
  }
}
.home-operation .custom-dots-container:before {
  content: url("../img/dots-top.svg");
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .home-operation .custom-dots-container:before {
    display: none;
  }
}
.home-operation .custom-dots-container .dot-item {
  position: relative;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-operation .custom-dots-container .dot-item .dot-number {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 194.444% */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-operation .custom-dots-container .dot-item .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home-operation .custom-dots-container .dot-item .progress-ring__circle-bg {
  fill: none;
  stroke-width: 4px;
  stroke: rgba(220, 226, 239, 0.4);
}
.home-operation .custom-dots-container .dot-item .progress-ring__circle {
  fill: none;
  stroke: #5565FC;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 113.1;
  stroke-dashoffset: 113.1;
  -webkit-transition: stroke-dashoffset 0.1s linear;
  transition: stroke-dashoffset 0.1s linear;
}
.home-operation .custom-dots-container .dot-item.active .dot-number {
  color: #5565FC;
}

.home-onglets {
  background-color: #F8FAFF;
  padding-top: 166px;
  padding-bottom: 296px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .home-onglets {
    padding-bottom: 150px;
  }
}
@media (max-width: 600px) {
  .home-onglets {
    padding-top: 120px;
  }
}
.home-onglets .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1021px) {
  .home-onglets .container {
    display: block;
  }
}
.home-onglets .section-wysiwyg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 435px;
  flex: 0 0 435px;
}
.home-onglets .section-wysiwyg h1, .home-onglets .section-wysiwyg h2, .home-onglets .section-wysiwyg h3, .home-onglets .section-wysiwyg h4, .home-onglets .section-wysiwyg h5, .home-onglets .section-wysiwyg h6 {
  font-size: 70px;
  line-height: 70px;
  text-align: left;
}
@media (max-width: 600px) {
  .home-onglets .section-wysiwyg h1, .home-onglets .section-wysiwyg h2, .home-onglets .section-wysiwyg h3, .home-onglets .section-wysiwyg h4, .home-onglets .section-wysiwyg h5, .home-onglets .section-wysiwyg h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.home-onglets .section-wysiwyg h1::first-letter, .home-onglets .section-wysiwyg h2::first-letter, .home-onglets .section-wysiwyg h3::first-letter, .home-onglets .section-wysiwyg h4::first-letter, .home-onglets .section-wysiwyg h5::first-letter, .home-onglets .section-wysiwyg h6::first-letter {
  text-transform: uppercase;
}
.home-onglets .section-wysiwyg p {
  text-align: left;
  font-size: 28px;
  line-height: 46px;
  margin-top: 86px;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 1021px) {
  .home-onglets .section-wysiwyg p {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .home-onglets .section-wysiwyg p {
    font-size: 20px;
    line-height: 32px;
  }
}
.home-onglets .section-wysiwyg p::first-letter {
  text-transform: uppercase;
}
.home-onglets .section-wysiwyg p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.home-onglets .tabs-system {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1021px) {
  .home-onglets .tabs-system {
    margin-top: 45px;
  }
}
.home-onglets .tabs-system .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(76, 76, 76, 0.2);
  margin-bottom: 135px;
}
@media (max-width: 800px) {
  .home-onglets .tabs-system .tabs-nav {
    margin-bottom: 20px;
  }
}
.home-onglets .tabs-system .tabs-nav .tab-btn {
  color: rgba(76, 76, 76, 0.4);
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 20px 24px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1370px) {
  .home-onglets .tabs-system .tabs-nav .tab-btn {
    font-size: 13px;
    padding: 20px 10px;
  }
}
@media (max-width: 600px) {
  .home-onglets .tabs-system .tabs-nav .tab-btn {
    font-size: 11px;
    padding: 20px 7px;
  }
}
.home-onglets .tabs-system .tabs-nav .tab-btn.active {
  color: #5565FC;
}
.home-onglets .tabs-system .tabs-nav .tab-btn.active:before {
  display: block;
  width: calc(100% - 50px) !important;
  background-color: #5565FC;
}
@media (max-width: 1370px) {
  .home-onglets .tabs-system .tabs-nav .tab-btn.active:before {
    width: calc(100% - 20px) !important;
  }
}
.home-onglets .tabs-system .tabs-nav .tab-btn:after {
  content: "";
  background: rgba(76, 76, 76, 0.3);
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 8px;
  right: 0;
}
.home-onglets .tabs-system .tabs-nav .tab-btn:before {
  content: "";
  width: 0 !important;
  height: 6px !important;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 25px !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1370px) {
  .home-onglets .tabs-system .tabs-nav .tab-btn:before {
    left: 10px !important;
  }
}
.home-onglets .tabs-system .tabs-nav .tab-btn:last-child:after {
  display: none;
}
.home-onglets .tabs-system .tabs-content {
  position: relative;
}
.home-onglets .tabs-system .tabs-content .tab-panel {
  display: none;
}
.home-onglets .tabs-system .tabs-content .tab-panel.active {
  display: block;
}
.home-onglets .tabs-system .tabs-content .tab-panel.active .panel-overlay {
  -webkit-animation: fadeIn 1.2s ease;
  animation: fadeIn 1.2s ease;
}
.home-onglets .panel-layout {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 800px) {
  .home-onglets .panel-layout {
    padding-left: 0;
  }
}
.home-onglets .panel-layout .panel-video {
  max-width: 689px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 54px 24px -20px #E6E9FB;
  box-shadow: 0 54px 24px -20px #E6E9FB;
  margin-left: auto;
  display: block;
}
@media (max-width: 800px) {
  .home-onglets .panel-layout .panel-video {
    margin: auto;
  }
}
.home-onglets .panel-layout .panel-overlay {
  position: absolute;
  top: -79px;
  left: 0;
  width: 320px;
  background: #5565FC;
  color: white;
  padding: 54px 32px 36px 32px;
  border-radius: 15px;
}
@media (max-width: 800px) {
  .home-onglets .panel-layout .panel-overlay {
    position: relative;
    z-index: 10;
    top: 0;
    margin: auto;
    margin-top: 50px;
    max-width: 689px;
    width: 100%;
  }
}
.home-onglets .panel-layout .panel-overlay ul {
  margin: 0 0 15px 0;
}
.home-onglets .panel-layout .panel-overlay ul li {
  color: #FFF;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.home-onglets .panel-layout .panel-overlay ul li:first-letter {
  text-transform: uppercase;
}
.home-onglets .panel-layout .panel-overlay ul li:last-child {
  border: none;
}

.furious-ai {
  position: relative;
  padding-top: 222px;
  padding-bottom: 283px;
  background: #3A3535;
}
@media (max-width: 767px) {
  .furious-ai {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.furious-ai .ai-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.furious-ai .ai-background-wrapper .parallax-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.furious-ai .floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.furious-ai .floating-shapes .shape {
  position: absolute;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}
.furious-ai .floating-shapes .shape-1 {
  top: -15px;
  left: -60px;
  width: 56px;
}
@media (max-width: 767px) {
  .furious-ai .floating-shapes .shape-1 {
    left: 80px;
  }
}
@media (max-width: 600px) {
  .furious-ai .floating-shapes .shape-1 {
    left: 0px;
  }
}
.furious-ai .floating-shapes .shape-2 {
  bottom: -43px;
  left: 31px;
  width: 25px;
}
.furious-ai .floating-shapes .shape-3 {
  bottom: -200px;
  left: 60px;
  width: 130px;
}
@media (max-width: 767px) {
  .furious-ai .floating-shapes .shape-3 {
    display: none;
  }
}
.furious-ai .floating-shapes .shape-4 {
  bottom: -84px;
  right: 190px;
  width: 43px;
}
@media (max-width: 767px) {
  .furious-ai .floating-shapes .shape-4 {
    right: 90px;
  }
}
.furious-ai .floating-shapes .shape-5 {
  top: 280px;
  right: 0;
  width: 190px;
}
@media (max-width: 1030px) {
  .furious-ai .floating-shapes .shape-5 {
    width: 100px;
    right: -30px;
  }
}
@media (max-width: 500px) {
  .furious-ai .floating-shapes .shape-5 {
    width: 74px;
  }
}
.furious-ai .ai-content {
  position: relative;
  z-index: 3;
  max-width: 750px;
  width: 100%;
  margin: auto;
}
.furious-ai .ai-content .ai-brand {
  position: relative;
  z-index: 2;
}
.furious-ai .ai-content .brand-logo {
  max-width: 368px;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .furious-ai .ai-content .brand-logo {
    max-width: 250px;
  }
}
.furious-ai .ai-content .ia-wysiwyg {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.furious-ai .ai-content .ia-wysiwyg h1, .furious-ai .ai-content .ia-wysiwyg h2, .furious-ai .ai-content .ia-wysiwyg h3, .furious-ai .ai-content .ia-wysiwyg h4, .furious-ai .ai-content .ia-wysiwyg h5, .furious-ai .ai-content .ia-wysiwyg h6 {
  color: #FFF;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 88px; /* 183.333% */
}
@media (max-width: 767px) {
  .furious-ai .ai-content .ia-wysiwyg h1, .furious-ai .ai-content .ia-wysiwyg h2, .furious-ai .ai-content .ia-wysiwyg h3, .furious-ai .ai-content .ia-wysiwyg h4, .furious-ai .ai-content .ia-wysiwyg h5, .furious-ai .ai-content .ia-wysiwyg h6 {
    font-size: 24px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.furious-ai .ai-content .ia-wysiwyg h1::first-letter, .furious-ai .ai-content .ia-wysiwyg h2::first-letter, .furious-ai .ai-content .ia-wysiwyg h3::first-letter, .furious-ai .ai-content .ia-wysiwyg h4::first-letter, .furious-ai .ai-content .ia-wysiwyg h5::first-letter, .furious-ai .ai-content .ia-wysiwyg h6::first-letter {
  text-transform: uppercase;
}
.furious-ai .ai-content .ia-wysiwyg h1 strong, .furious-ai .ai-content .ia-wysiwyg h2 strong, .furious-ai .ai-content .ia-wysiwyg h3 strong, .furious-ai .ai-content .ia-wysiwyg h4 strong, .furious-ai .ai-content .ia-wysiwyg h5 strong, .furious-ai .ai-content .ia-wysiwyg h6 strong {
  color: #5565FC;
  font-weight: 500;
}
.furious-ai .ai-content .ia-wysiwyg p {
  color: #FFF;
  text-align: center;
  font-family: "Poppins-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 7px;
}
.furious-ai .ai-content .ia-wysiwyg p::first-letter {
  text-transform: uppercase;
}
.furious-ai .ai-content .ia-wysiwyg p strong {
  font-family: "Readex-Pro-regular", arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%; /* 37.8px */
  letter-spacing: -1.8px;
}
@media (max-width: 767px) {
  .furious-ai .ai-content .ia-wysiwyg p strong {
    font-size: 20px;
  }
}
.furious-ai .ai-content .ia-wysiwyg p em, .furious-ai .ai-content .ia-wysiwyg p i {
  color: #5565FC;
  font-family: "Poppins-semibolditalic", arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
}
.furious-ai .ai-content .btn {
  position: relative;
  z-index: 2;
}
.furious-ai .ai-content .btn img {
  position: relative;
  width: 13px;
  margin-left: 12px;
  z-index: 2;
  margin-bottom: -2px;
}

.home-onboarding {
  margin-top: 160px;
  margin-bottom: 128px;
}
.home-onboarding .section-wysiwyg {
  margin-bottom: 50px;
}
.home-onboarding .section-wysiwyg p {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  max-width: 600px;
  margin: auto;
}
.home-onboarding .section-wysiwyg p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  display: inline;
}
.home-onboarding .section-wysiwyg .caption {
  color: #4D4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 125% */
  margin-top: 34px;
  margin-bottom: 42px;
}
.home-onboarding .onboarding-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 70px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: clip;
}
.home-onboarding .onboarding-grid .person-card {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .home-onboarding .onboarding-grid .person-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 12px);
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
}
@media (max-width: 767px) {
  .home-onboarding .onboarding-grid .person-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(35% - 12px);
    flex: 0 0 calc(35% - 12px);
    max-width: calc(35% - 12px);
  }
}
.home-onboarding .onboarding-grid .person-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 30px;
  aspect-ratio: auto 286/387;
  max-width: 286px;
}
@media (max-width: 767px) {
  .home-onboarding .onboarding-grid .person-card img {
    border-radius: 15px;
  }
}
.home-onboarding .onboarding-grid .person-card .name {
  color: #FFF;
  text-align: center;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  position: absolute;
  bottom: 38px;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .home-onboarding .onboarding-grid .person-card .name {
    font-size: 14px;
    bottom: 4px;
  }
}
.home-onboarding .onboarding-grid .person-card .name::first-letter {
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .home-onboarding .flexCenter .btn {
    font-size: 11px;
    padding: 18px 15px;
  }
}

.home-appointment {
  position: relative;
}
.home-appointment:before {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #F7FAFF;
}
.home-appointment .appointment-wrp {
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
  background-color: #5565FC;
  border-radius: 20px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 55px 62px 70px 62px;
  gap: 30px;
}
@media (max-width: 600px) {
  .home-appointment .appointment-wrp {
    padding: 40px 20px;
    padding-bottom: 90px;
  }
}
.home-appointment .appointment-title {
  color: #FFF;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}
@media (max-width: 600px) {
  .home-appointment .appointment-title {
    font-size: 50px;
    line-height: 51px;
  }
}
.home-appointment .appointment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
  margin-top: 31px;
}
@media (max-width: 991px) {
  .home-appointment .appointment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
:lang(de-DE) .home-appointment .appointment-info {
  max-width: 300px;
}
.home-appointment .appointment-info p {
  color: #FFF;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.home-appointment .appointment-info p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 500;
}
.home-appointment .appointment-form-wrapper {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
}
@media (max-width: 600px) {
  .home-appointment .appointment-form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
.home-appointment .appointment-form-wrapper .appointment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 50px;
  padding-left: 25px;
  min-width: 450px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .home-appointment .appointment-form-wrapper .appointment-form {
    min-width: auto;
    padding-right: 25px;
    height: 53px;
    position: relative;
  }
}
.home-appointment .appointment-form-wrapper .input-group {
  max-width: 250px;
  position: relative;
}
.home-appointment .appointment-form-wrapper .input-group input {
  width: 100%;
  border: none;
  outline: none;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  color: #4D4C4C;
}
.home-appointment .appointment-form-wrapper .input-group input::-webkit-input-placeholder {
  color: #4D4C4C;
  opacity: 0.7;
}
.home-appointment .appointment-form-wrapper .input-group input::-moz-placeholder {
  color: #4D4C4C;
  opacity: 0.7;
}
.home-appointment .appointment-form-wrapper .input-group input:-ms-input-placeholder {
  color: #4D4C4C;
  opacity: 0.7;
}
.home-appointment .appointment-form-wrapper .input-group input::-ms-input-placeholder {
  color: #4D4C4C;
  opacity: 0.7;
}
.home-appointment .appointment-form-wrapper .input-group input::placeholder {
  color: #4D4C4C;
  opacity: 0.7;
}
@media (max-width: 600px) {
  .home-appointment .appointment-form-wrapper .btn {
    position: absolute;
    bottom: -59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 199px;
    width: 100%;
  }
}
.home-appointment .appointment-form-wrapper .btn:hover {
  padding: 18px 35px;
}
.home-appointment .appointment-form-wrapper .btn:hover::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
:lang(it-IT) .home-appointment .appointment-form-wrapper .btn, :lang(de-DE) .home-appointment .appointment-form-wrapper .btn {
  padding: 18px 18px;
  font-size: 11px;
}
:lang(it-IT) .home-appointment .appointment-form-wrapper .btn strong, :lang(de-DE) .home-appointment .appointment-form-wrapper .btn strong {
  font-size: 11px;
}
:lang(it-IT) .home-appointment .appointment-form-wrapper .btn:hover, :lang(de-DE) .home-appointment .appointment-form-wrapper .btn:hover {
  padding: 18px 23px;
}
:lang(de-DE) .home-appointment .appointment-form-wrapper .btn {
  font-size: 10px;
}
:lang(de-DE) .home-appointment .appointment-form-wrapper .btn strong {
  font-size: 10px;
}
:lang(de-DE) .home-appointment .appointment-form-wrapper .btn img {
  margin-left: 8px;
}
.home-appointment .appointment-form-wrapper .wpcf7-response-output {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  text-align: center;
  border: none;
  color: white;
}
.home-appointment .appointment-form-wrapper .wpcf7-not-valid-tip {
  color: white;
  position: absolute;
  bottom: -43px;
}

.home-carousel {
  padding-top: 135px;
  padding-bottom: 182px;
  background: #F7FAFF;
}
@media (max-width: 767px) {
  .home-carousel {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.home-carousel .section-wysiwyg h1, .home-carousel .section-wysiwyg h2, .home-carousel .section-wysiwyg h3, .home-carousel .section-wysiwyg h4, .home-carousel .section-wysiwyg h5, .home-carousel .section-wysiwyg h6 {
  line-height: 70px;
  max-width: 850px;
  margin: auto;
}
@media (max-width: 767px) {
  .home-carousel .section-wysiwyg h1, .home-carousel .section-wysiwyg h2, .home-carousel .section-wysiwyg h3, .home-carousel .section-wysiwyg h4, .home-carousel .section-wysiwyg h5, .home-carousel .section-wysiwyg h6 {
    line-height: 55px;
  }
}
.home-carousel .logos-carousel {
  max-width: 1440px;
  margin: auto;
  margin-top: 88px;
  margin-bottom: 54px;
}
@media (max-width: 1130px) {
  .home-carousel .logos-carousel {
    margin-top: 120px;
  }
}
.home-carousel .logos-carousel .owl-stage-outer {
  overflow: visible;
}
.home-carousel .logos-carousel .item {
  border-radius: 15px;
  border: 1px solid rgba(38, 38, 38, 0.4);
  max-width: 358px;
  height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-carousel .logos-carousel .item img {
  max-width: 166px;
}
.home-carousel .logos-carousel .nav-btn .icon-slide-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-carousel .logos-carousel .nav-btn svg {
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-carousel .logos-carousel .nav-btn .icon-main {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-carousel .logos-carousel .nav-btn .icon-hover {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.home-carousel .logos-carousel .nav-btn.next-slide .icon-slide-container {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-carousel .logos-carousel .nav-btn.next-slide .icon-hover {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.home-carousel .logos-carousel button {
  z-index: 1;
  position: absolute;
  border: 3px solid #4c4c4c !important;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
  top: -160px;
}
@media (max-width: 1130px) {
  .home-carousel .logos-carousel button {
    top: -100px !important;
  }
}
.home-carousel .logos-carousel button.owl-prev {
  left: 70px;
}
@media (max-width: 767px) {
  .home-carousel .logos-carousel button.owl-prev {
    left: 30px !important;
  }
}
.home-carousel .logos-carousel button.owl-next {
  right: 70px;
}
@media (max-width: 767px) {
  .home-carousel .logos-carousel button.owl-next {
    right: 30px !important;
  }
}
.home-carousel .logos-carousel button:hover {
  opacity: 1;
}
.home-carousel .logos-carousel button:hover .nav-btn .icon-main {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.home-carousel .logos-carousel button:hover .nav-btn .icon-hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .home-carousel .btn {
    padding: 18px 22px;
    font-size: 11px;
  }
}

.home-faq {
  margin-top: 150px;
  margin-bottom: 211px;
}
@media (max-width: 767px) {
  .home-faq {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.home-faq.legal-section {
  background-color: #F6FAFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.home-faq.legal-section .content {
  display: block;
}
.home-faq.legal-section .container {
  max-width: 1000px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .home-faq.legal-section .container {
    max-width: calc(100vw - 20%);
  }
}
.home-faq.legal-section .container .title-page {
  color: #4D4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  padding-left: 17px;
  margin-bottom: 30px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 182.353% */
}
.home-faq .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .home-faq .content {
    display: block;
  }
}
.home-faq .section-wysiwyg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 586px;
  flex: 0 0 586px;
}
@media (max-width: 1130px) {
  .home-faq .section-wysiwyg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 1024px) {
  .home-faq .section-wysiwyg {
    width: 100%;
  }
}
.home-faq .section-wysiwyg h1, .home-faq .section-wysiwyg h2, .home-faq .section-wysiwyg h3, .home-faq .section-wysiwyg h4, .home-faq .section-wysiwyg h5, .home-faq .section-wysiwyg h6 {
  text-align: left !important;
}
.home-faq .section-wysiwyg p {
  text-align: left !important;
  font-size: 28px;
  line-height: 35px; /* 125% */
}
.home-faq .section-wysiwyg p strong {
  font-weight: 500;
  display: block;
  color: #5565FC;
}
.home-faq .section-wysiwyg p:first-of-type {
  margin-top: 48px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.home-faq .section-wysiwyg p a strong {
  display: inline;
  color: #262626;
}
.home-faq .section-wysiwyg p a::before {
  z-index: -1;
}
@media (max-width: 1024px) {
  .home-faq .faq-container {
    margin-top: 58px;
  }
}
.blog-wrapper .home-faq .faq-container {
  margin-top: 0;
}
.home-faq .faq-container .faq-item {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.blog-wrapper .home-faq .faq-container .faq-item {
  border-bottom-color: white;
}
.home-faq .faq-container .faq-item .faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-faq .faq-container .faq-item .faq-header .faq-title-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: calc(100% - 50px);
  padding-left: 16px;
}
.home-faq .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text {
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95);
  transition: transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95);
  transition: transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95), -webkit-transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95);
  position: relative;
  color: #4B4B4B;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.blog-wrapper .home-faq .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
.home-faq .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text::first-letter {
  text-transform: uppercase;
}
.home-faq .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: black;
}
@media (max-width: 767px) {
  .home-faq .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text::after {
    display: none;
  }
}
.home-faq .faq-container .faq-item .faq-header .faq-icon {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #7E8492;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-right: 16px;
}
.blog-wrapper .home-faq .faq-container .faq-item .faq-header .faq-icon {
  color: white;
}
.home-faq .faq-container .faq-item .faq-header .faq-icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .home-faq .faq-container .faq-item .faq-header:hover .faq-title-text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .home-faq .faq-container .faq-item .faq-header:hover .faq-icon {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.home-faq .faq-container .faq-item .faq-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.home-faq .faq-container .faq-item .faq-content .content-inner {
  padding: 0 16px 21px 16px;
}
.home-faq .faq-container .faq-item .faq-content .content-inner p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.home-faq .faq-container .faq-item .faq-content .content-inner p::first-letter {
  text-transform: uppercase;
}
.blog-wrapper .home-faq .faq-container .faq-item .faq-content .content-inner p {
  color: white;
}
.home-faq .faq-container .faq-item .faq-content .content-inner .wysiwyg-legal p {
  color: #000;
  margin-bottom: 15px;
}
.home-faq .faq-container .faq-item .faq-content .content-inner .wysiwyg-legal p:last-of-type {
  margin-bottom: 0;
}
.home-faq .faq-container .faq-item .faq-content .content-inner .wysiwyg-legal ul {
  padding-left: 30px;
  margin: 15px 0;
}
.home-faq .faq-container .faq-item .faq-content .content-inner .wysiwyg-legal ul li {
  color: #000;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  list-style: disc;
}
.home-faq .faq-container .faq-item .faq-content .content-inner .wysiwyg-legal ul li::first-letter {
  text-transform: uppercase;
}
.home-faq .faq-container .faq-item.is-active .faq-title-text:after {
  color: #5565FC !important;
}
.home-faq .faq-container .faq-item.is-active .faq-title-text {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .home-faq .faq-container .faq-item.is-active .faq-title-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #5565FC !important;
  }
}
.home-faq .faq-container .faq-item.is-active .faq-icon {
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.home-faq .faq-container .faq-item.is-active .faq-icon path {
  stroke: #5565FC;
}
.home-faq .faq-container .faq-item.is-active .faq-content {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.home-faq .container {
  position: relative;
}
.home-faq .container .picto {
  position: absolute;
  top: -70%;
  right: 0;
}
@media (max-width: 767px) {
  .home-faq .container .picto {
    display: none;
  }
}

.home-resources {
  padding: 133px 0;
  background: #F7FAFF;
}
@media (max-width: 767px) {
  .home-resources {
    padding-bottom: 90px;
  }
}
.home-resources .btn.primaryBtn {
  min-width: 240px;
}
.home-resources .resources-header {
  margin-bottom: 75px;
}
.home-resources .resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .home-resources .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .home-resources .resources-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.home-resources .resource-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-resources .resource-card .card-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 297px;
  margin-bottom: 28px;
}
.home-resources .resource-card .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home-resources .resource-card .card-image-wrapper .card-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #5565FC;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-resources .resource-card .card-image-wrapper .card-overlay-icon img {
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-resources .resource-card .card-image-wrapper .card-overlay-icon .icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-resources .resource-card .card-image-wrapper .card-overlay-icon .iconHover {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.home-resources .resource-card .card-image-wrapper:hover .card-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-resources .resource-card .card-image-wrapper:hover .iconHover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-resources .resource-card .card-image-wrapper:hover .icon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.home-resources .resource-card .card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.home-resources .resource-card .card-tag .badge {
  color: #5565FC;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  border-radius: 23px;
  background: #CBD7FF;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 0;
}
.home-resources .resource-card .card-tag .badge::first-letter {
  text-transform: uppercase;
}
.home-resources .resource-card .card-tag .date {
  color: #B9C3DC;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}
.home-resources .resource-card .card-title {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-resources .resource-card .card-title a {
  text-decoration: none;
  color: #4C4C4C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.home-resources .resource-card .card-title a::first-letter {
  text-transform: uppercase;
}
.home-resources .resource-card .card-title a:hover {
  color: #5565FC;
}

.home-testimonials {
  background: #3A3535;
  color: white;
  padding-bottom: 109px;
  padding-top: 136px;
}
.solutions-testimonials .home-testimonials {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.home-testimonials .container {
  position: relative;
}
.solutions-testimonials .home-testimonials .container {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .solutions-testimonials .home-testimonials .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home-testimonials .picto {
  position: absolute;
  top: -280px;
}
@media (max-width: 800px) {
  .home-testimonials .picto {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .home-testimonials .picto {
    width: 100px;
  }
}
.home-testimonials .section-wysiwyg h1, .home-testimonials .section-wysiwyg h2, .home-testimonials .section-wysiwyg h3, .home-testimonials .section-wysiwyg h4, .home-testimonials .section-wysiwyg h5, .home-testimonials .section-wysiwyg h6 {
  color: white;
}
.solutions-testimonials .home-testimonials .section-wysiwyg h1, .solutions-testimonials .home-testimonials .section-wysiwyg h2, .solutions-testimonials .home-testimonials .section-wysiwyg h3, .solutions-testimonials .home-testimonials .section-wysiwyg h4, .solutions-testimonials .home-testimonials .section-wysiwyg h5, .solutions-testimonials .home-testimonials .section-wysiwyg h6 {
  color: #4B4B4B;
}
.dark-Bg--testimonials .home-testimonials .section-wysiwyg h1, .dark-Bg--testimonials .home-testimonials .section-wysiwyg h2, .dark-Bg--testimonials .home-testimonials .section-wysiwyg h3, .dark-Bg--testimonials .home-testimonials .section-wysiwyg h4, .dark-Bg--testimonials .home-testimonials .section-wysiwyg h5, .dark-Bg--testimonials .home-testimonials .section-wysiwyg h6 {
  color: white;
}
.home-testimonials .testimonials-header .testimonials-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.home-testimonials .testimonials-header .testimonials-nav .tab-link {
  color: #FFF;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  min-width: 190px;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
  padding: 22px 22px;
  position: relative;
}
@media (max-width: 600px) {
  .home-testimonials .testimonials-header .testimonials-nav .tab-link {
    font-size: 12px;
    padding-left: 13px;
    padding-right: 13px;
    min-width: auto;
  }
}
.home-testimonials .testimonials-header .testimonials-nav .tab-link:before {
  content: "";
  width: 0 !important;
  height: 6px !important;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 25px !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.home-testimonials .testimonials-header .testimonials-nav .tab-link:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-testimonials .testimonials-header .testimonials-nav .tab-link:last-of-type:after {
  display: none;
}
.home-testimonials .testimonials-header .testimonials-nav .tab-link.active {
  color: #5565FC;
}
.home-testimonials .testimonials-header .testimonials-nav .tab-link.active:before {
  display: block;
  width: calc(100% - 50px) !important;
  background-color: #5565FC;
}
.dark-Bg--testimonials .home-testimonials .owl-carousel .owl-nav button {
  color: white !important;
  opacity: 1;
  border-color: white !important;
}
.home-testimonials .testimonial-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1380px) {
  .home-testimonials .testimonial-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1240px) {
  .home-testimonials .testimonial-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 75px;
  }
}
.solutions-testimonials .home-testimonials .testimonial-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .solutions-testimonials .home-testimonials .testimonial-grid {
    padding-bottom: 0;
  }
}
.home-testimonials .testimonial-grid .quote-column {
  position: relative;
  max-width: 660px;
  width: 100%;
  margin-left: 136px;
  margin-top: 87px;
}
@media (max-width: 1380px) {
  .home-testimonials .testimonial-grid .quote-column {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .home-testimonials .testimonial-grid .quote-column {
    margin-top: 50px;
  }
}
.solutions-testimonials .home-testimonials .testimonial-grid .quote-column {
  margin-left: 0;
}
.home-testimonials .testimonial-grid .quote-column .quote-text {
  color: #FFF;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 150% */
  position: relative;
  padding-left: 49px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .home-testimonials .testimonial-grid .quote-column .quote-text {
    font-size: 20px;
    line-height: 36px;
  }
}
.solutions-testimonials .home-testimonials .testimonial-grid .quote-column .quote-text {
  color: #4B4B4B;
}
.dark-Bg--testimonials .home-testimonials .testimonial-grid .quote-column .quote-text {
  color: white;
}
.home-testimonials .testimonial-grid .quote-column .quote-text::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 88px;
  color: rgba(255, 255, 255, 0.4);
}
.solutions-testimonials .home-testimonials .testimonial-grid .quote-column .quote-text::before {
  opacity: 0.4;
  color: #4B4B4B;
}
.dark-Bg--testimonials .home-testimonials .testimonial-grid .quote-column .quote-text::before {
  color: white !important;
}
.home-testimonials .testimonial-grid .quote-column .quote-text::after {
  content: "“";
  position: absolute;
  right: 0;
  bottom: -40px;
  font-size: 88px;
  color: rgba(255, 255, 255, 0.4);
}
.solutions-testimonials .home-testimonials .testimonial-grid .quote-column .quote-text::after {
  opacity: 0.4;
  color: #4B4B4B;
}
@media (max-width: 767px) {
  .solutions-testimonials .home-testimonials .testimonial-grid .quote-column .quote-text::after {
    bottom: -51px;
  }
}
.dark-Bg--testimonials .home-testimonials .testimonial-grid .quote-column .quote-text::after {
  color: white !important;
}
.home-testimonials .testimonial-grid .quote-column .author-info {
  margin-top: 34px;
  padding-left: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.home-testimonials .testimonial-grid .quote-column .author-info .play-btn {
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solutions-testimonials .home-testimonials .testimonial-grid .quote-column .author-info .play-btn {
  padding: 0;
}
.home-testimonials .testimonial-grid .quote-column .author-info p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}
.solutions-testimonials .home-testimonials .testimonial-grid .quote-column .author-info p {
  color: #4B4B4B;
}
.dark-Bg--testimonials .home-testimonials .testimonial-grid .quote-column .author-info p {
  color: white;
}
.home-testimonials .testimonial-grid .quote-column .author-info .author-role {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
}
.home-testimonials .testimonial-grid .quote-column .author-info .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media (max-width: 767px) {
  .home-testimonials .testimonial-grid .quote-column .author-info .flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-testimonials .testimonial-grid .image-column {
  margin-right: 50px;
  position: relative;
  width: calc(100% - 660px);
  padding-left: 145px;
}
.home-testimonials .testimonial-grid .image-column img {
  width: 100%;
  border-radius: 20px;
  margin-top: 60px;
}
@media (max-width: 1380px) {
  .home-testimonials .testimonial-grid .image-column {
    margin-right: 0;
    width: calc(100% - 732px);
  }
}
@media (max-width: 1240px) {
  .home-testimonials .testimonial-grid .image-column {
    max-width: 350px;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .home-testimonials .testimonial-grid .image-column {
    max-width: 250px;
  }
}
.solutions-testimonials .home-testimonials .testimonial-grid .image-column {
  width: calc(100% - 660px);
  padding-left: 145px;
}
.solutions-testimonials .home-testimonials .testimonial-grid .image-column .furious-img {
  width: 100%;
  border-radius: 20px;
  margin-top: 60px;
}
.home-testimonials .testimonial-grid .image-column:after {
  content: url(../img/arrow-testimonial.svg);
  position: absolute;
  top: 130px;
  left: 15px;
}
@media (max-width: 1240px) {
  .home-testimonials .testimonial-grid .image-column:after {
    top: auto;
    bottom: -18px;
    left: -18px;
  }
}
@media (max-width: 767px) {
  .home-testimonials .testimonial-grid .image-column:after {
    display: none;
  }
}
.home-testimonials .testimonial-grid .image-column .mask-container {
  width: 100%;
  height: 660px;
  -webkit-mask-image: radial-gradient(90.34% 64.88% at 45.84% 31.98%, black 35%, rgba(0, 0, 0, 0.18) 72.07%, transparent 100%);
  mask-image: radial-gradient(90.34% 64.88% at 45.84% 31.98%, black 35%, rgba(0, 0, 0, 0.18) 72.07%, transparent 100%);
  margin-top: -78px;
}
.home-testimonials .testimonial-grid .image-column .mask-container img {
  position: absolute;
  right: 0;
  top: -78px;
}
.home .home-testimonials .btn {
  margin-top: 55px;
}
.home-testimonials .btn span {
  z-index: 2;
}
.home-testimonials .testimonial-content {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.home-testimonials .testimonial-content.active {
  display: block;
  -webkit-animation: fadeInTab 0.6s forwards;
  animation: fadeInTab 0.6s forwards;
}
.home-testimonials .video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-testimonials .video-overlay .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}
.home-testimonials .video-overlay .close-modal {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
}
.home-testimonials .video-overlay .close-modal:hover {
  color: #5565FC;
}
.home-testimonials .video-overlay .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.home-testimonials .video-overlay .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.home-nl {
  padding-bottom: 142px;
  padding-top: 175px;
  background: #F7FAFF;
  position: relative;
}
@media (max-width: 767px) {
  .home-nl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home .home-nl {
  padding-top: 70px;
}
.home-nl .container {
  max-width: 900px;
}
.home-nl .form-header {
  margin-bottom: 46px;
}
.home-nl .form-header .black-title {
  color: #4C4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 87.5% */
}
@media (max-width: 767px) {
  .home-nl .form-header .black-title {
    font-size: 50px;
    line-height: 55px;
  }
}
.home-nl .form-header .purple-title {
  color: #5565FC;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 87.5% */
}
@media (max-width: 767px) {
  .home-nl .form-header .purple-title {
    font-size: 50px;
    line-height: 55px;
  }
}
.home-nl .form-header .purple-title::first-letter {
  text-transform: lowercase;
}
.home-nl .form-header img {
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .home-nl .form-header img {
    max-width: 450px;
    width: 100%;
  }
}
.home-nl .optimized-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home-nl .optimized-form .form-grid {
    grid-template-columns: 1fr;
  }
}
.home-nl .optimized-form .form-grid .wpcf7-not-valid-tip {
  margin-left: 26px;
  margin-top: 6px;
}
.home-nl .optimized-form .field-group {
  position: relative;
}
.home-nl .optimized-form .field-group input, .home-nl .optimized-form .field-group textarea {
  width: 100%;
  padding: 12px 25px;
  font-size: 1rem;
  border: 1px solid #E2E3E0;
  border-radius: 28px;
  outline: none;
  background: #fff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
}
.home-nl .optimized-form .field-group input::-webkit-input-placeholder, .home-nl .optimized-form .field-group textarea::-webkit-input-placeholder {
  color: #aaa;
}
.home-nl .optimized-form .field-group input::-moz-placeholder, .home-nl .optimized-form .field-group textarea::-moz-placeholder {
  color: #aaa;
}
.home-nl .optimized-form .field-group input:-ms-input-placeholder, .home-nl .optimized-form .field-group textarea:-ms-input-placeholder {
  color: #aaa;
}
.home-nl .optimized-form .field-group input::-ms-input-placeholder, .home-nl .optimized-form .field-group textarea::-ms-input-placeholder {
  color: #aaa;
}
.home-nl .optimized-form .field-group input::placeholder, .home-nl .optimized-form .field-group textarea::placeholder {
  color: #aaa;
}
.home-nl .optimized-form .field-group input:first-letter, .home-nl .optimized-form .field-group textarea:first-letter {
  text-transform: uppercase;
}
.home-nl .optimized-form .field-group input:focus, .home-nl .optimized-form .field-group textarea:focus {
  border-color: #5565FC;
}
.home-nl .optimized-form .field-group input {
  height: 48px;
}
.home-nl .optimized-form .field-group.full-width {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .home-nl .optimized-form .field-group.full-width {
    grid-column: span 1;
  }
}
.home-nl .optimized-form .field-group textarea {
  border-radius: 25px;
  resize: vertical;
}
.home-nl .optimized-form .radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-nl .optimized-form .radio-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.home-nl .optimized-form .radio-container label {
  color: #4c4c4c;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
}
.home-nl .optimized-form .radio-container label.label-radio:first-letter {
  text-transform: uppercase;
}
.home-nl .optimized-form .radio-container .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.home-nl .optimized-form .radio-container .radio-group input[type=radio] {
  display: none;
}
.home-nl .optimized-form .radio-container .radio-group label {
  padding: 15px;
  cursor: pointer;
  border-right: 1px solid #E2E3E0;
  width: 75px;
  text-align: center;
  position: relative;
}
.home-nl .optimized-form .radio-container .radio-group label:before {
  content: "";
  position: absolute;
  background: #5565FC;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  float: left;
  z-index: 0;
}
.home-nl .optimized-form .radio-container .radio-group label span {
  position: relative;
}
.home-nl .optimized-form .radio-container .radio-group label:last-child {
  border-right: none;
}
.home-nl .optimized-form .radio-container .radio-group input[type=radio]:checked + label {
  color: white;
}
.home-nl .optimized-form .radio-container .radio-group input[type=radio]:checked + label:before {
  top: 0;
}
.home-nl .optimized-form .radio-container .radio-group:hover input[type=radio]:checked + label {
  color: #4c4c4c;
}
.home-nl .optimized-form .radio-container .radio-group:hover input[type=radio]:checked + label:before {
  top: 100%;
}
.home-nl .optimized-form .radio-container .radio-group input[type=radio]:hover + label {
  color: white !important;
}
.home-nl .optimized-form .radio-container .radio-group input[type=radio]:hover + label:before {
  top: 0 !important;
}
.home-nl .btn {
  border: none;
  background: transparent;
}
.home-nl .picto {
  position: absolute;
  bottom: 250px;
  left: 0;
}
@media (max-width: 1130px) {
  .home-nl .picto {
    width: 80px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .home-nl .picto {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-nl.support-nl {
    padding-top: 135px;
  }
}
.home-nl.support-nl .container {
  max-width: 980px;
}
.home-nl.support-nl .form-header {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .home-nl.support-nl .form-header {
    margin-bottom: 90px;
  }
}
.home-nl.support-nl .title-support {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-style: normal;
  font-weight: 500;
  color: #4D4C4A;
  text-align: center;
}
@media (max-width: 767px) {
  .home-nl.support-nl .title-support {
    font-size: 37px;
    line-height: 55px;
  }
}
.home-nl.support-nl form {
  max-width: 820px;
  margin: auto;
}

@-webkit-keyframes fadeInTab {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInTab {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.ai-features {
  margin-top: 154px;
  overflow: hidden;
  position: relative;
  padding-bottom: 195px;
}
.ai-features:before {
  content: "";
  background: url("../img/ai-bg-form.svg") no-repeat bottom;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 1800px) {
  .ai-features:before {
    bottom: -10%;
  }
}
@media (min-width: 2200px) {
  .ai-features:before {
    bottom: -15%;
  }
}
@media (max-width: 991px) {
  .ai-features {
    padding-bottom: 70px;
  }
}
.ai-features .container {
  max-width: 1235px;
}
.ai-features__header {
  max-width: 809px;
  margin: auto;
  margin-bottom: 19px;
}
.ai-features__header .section-wysiwyg h1, .ai-features__header .section-wysiwyg h2, .ai-features__header .section-wysiwyg h3, .ai-features__header .section-wysiwyg h4, .ai-features__header .section-wysiwyg h5, .ai-features__header .section-wysiwyg h6 {
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 100% */
}
@media (max-width: 767px) {
  .ai-features__header .section-wysiwyg h1, .ai-features__header .section-wysiwyg h2, .ai-features__header .section-wysiwyg h3, .ai-features__header .section-wysiwyg h4, .ai-features__header .section-wysiwyg h5, .ai-features__header .section-wysiwyg h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.ai-features__header .section-wysiwyg h1 strong, .ai-features__header .section-wysiwyg h1 b, .ai-features__header .section-wysiwyg h2 strong, .ai-features__header .section-wysiwyg h2 b, .ai-features__header .section-wysiwyg h3 strong, .ai-features__header .section-wysiwyg h3 b, .ai-features__header .section-wysiwyg h4 strong, .ai-features__header .section-wysiwyg h4 b, .ai-features__header .section-wysiwyg h5 strong, .ai-features__header .section-wysiwyg h5 b, .ai-features__header .section-wysiwyg h6 strong, .ai-features__header .section-wysiwyg h6 b {
  background: linear-gradient(217deg, #5565FC 25.15%, #A355FC 81.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-features__header .section-wysiwyg p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 27px;
}
.ai-features__header .section-wysiwyg p strong, .ai-features__header .section-wysiwyg p b {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.ai-features__header .section-wysiwyg p em, .ai-features__header .section-wysiwyg p i {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  background: var(--DEG, linear-gradient(217deg, #5565FC 25.15%, #A355FC 81.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.ai-features .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .ai-features .slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .ai-features .slider {
    padding-bottom: 25px;
  }
}
.ai-features .ai-features__carousel .owl-dots {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ai-features .ai-features__carousel {
    max-width: 400px;
    margin: auto;
  }
}
.ai-features .ai-features__carousel .feature-slide__icon, .ai-features .ai-features__carousel .section-wysiwyg h3, .ai-features .ai-features__carousel .section-wysiwyg p {
  opacity: 0;
  visibility: hidden;
}
.ai-features .feature-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
@media (max-width: 991px) {
  .ai-features .feature-slide {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .ai-features .feature-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.ai-features .feature-slide__content {
  max-width: calc(100% - 540px);
}
@media (max-width: 768px) {
  .ai-features .feature-slide__content {
    max-width: 345px;
  }
}
.ai-features .feature-slide__content .section-wysiwyg h1, .ai-features .feature-slide__content .section-wysiwyg h2, .ai-features .feature-slide__content .section-wysiwyg h3, .ai-features .feature-slide__content .section-wysiwyg h4, .ai-features .feature-slide__content .section-wysiwyg h5, .ai-features .feature-slide__content .section-wysiwyg h6 {
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 97.222% */
  margin-bottom: 18px;
}
.ai-features .feature-slide__content .section-wysiwyg h1 strong, .ai-features .feature-slide__content .section-wysiwyg h1 b, .ai-features .feature-slide__content .section-wysiwyg h2 strong, .ai-features .feature-slide__content .section-wysiwyg h2 b, .ai-features .feature-slide__content .section-wysiwyg h3 strong, .ai-features .feature-slide__content .section-wysiwyg h3 b, .ai-features .feature-slide__content .section-wysiwyg h4 strong, .ai-features .feature-slide__content .section-wysiwyg h4 b, .ai-features .feature-slide__content .section-wysiwyg h5 strong, .ai-features .feature-slide__content .section-wysiwyg h5 b, .ai-features .feature-slide__content .section-wysiwyg h6 strong, .ai-features .feature-slide__content .section-wysiwyg h6 b {
  background: linear-gradient(217deg, #5565FC 25.15%, #A355FC 81.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-features .feature-slide__content .section-wysiwyg p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.ai-features .feature-slide__content .section-wysiwyg p strong, .ai-features .feature-slide__content .section-wysiwyg p b {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.ai-features .feature-slide__content .section-wysiwyg p em, .ai-features .feature-slide__content .section-wysiwyg p i {
  background: var(--DEG, linear-gradient(217deg, #5565FC 25.15%, #A355FC 81.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.ai-features .feature-slide__icon {
  width: 76.336px;
  height: auto;
  margin: auto;
  margin-bottom: 18px;
}
.ai-features .feature-slide__visual {
  display: block;
  overflow: hidden;
  max-width: 500px;
}
@media (max-width: 991px) {
  .ai-features .feature-slide__visual {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .ai-features .feature-slide__visual {
    max-width: 80vw;
    margin: auto;
  }
}
.ai-features .feature-slide__visual svg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100% !important;
  height: 100% !important;
}
.ai-features .custom-dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .ai-features .custom-dots-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ai-features .custom-dots-container {
    height: 90px;
  }
}
.ai-features .custom-dots-container:after {
  content: url("../img/ai-left.svg");
  position: absolute;
  top: calc(100% + 35px);
  left: -11px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .ai-features .custom-dots-container:after {
    display: none;
  }
}
.ai-features .custom-dots-container:before {
  content: url("../img/ai-left.svg");
  position: absolute;
  bottom: calc(100% + 35px);
  left: -2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .ai-features .custom-dots-container:before {
    display: none;
  }
}
.ai-features .custom-dots-container .dot-item {
  position: relative;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-features .custom-dots-container .dot-item .dot-number {
  color: #B9C3DC;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 194.444% */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ai-features .custom-dots-container .dot-item .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ai-features .custom-dots-container .dot-item .progress-ring__circle-bg {
  fill: none;
  stroke-width: 4px;
  stroke: rgba(220, 226, 239, 0.4);
}
.ai-features .custom-dots-container .dot-item .progress-ring__circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 113.1;
  stroke-dashoffset: 113.1;
  -webkit-transition: stroke-dashoffset 0.05s linear;
  transition: stroke-dashoffset 0.05s linear;
}
.ai-features .custom-dots-container .dot-item.active .dot-number {
  color: #4C4C4C;
}

.owl-theme .owl-dots {
  margin-bottom: 40px !important;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 35px;
  background: transparent !important;
  border: 1px solid #ddd;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: counter(dot);
}
.owl-theme .owl-dots .owl-dot.active span {
  border-color: #5565FC;
  color: #5565FC;
  -webkit-box-shadow: 0 0 10px rgba(85, 101, 252, 0.2);
  box-shadow: 0 0 10px rgba(85, 101, 252, 0.2);
}

.secondary-hero {
  padding-bottom: 116px;
  position: relative;
  min-height: 600px;
}
.secondary-hero .content .section-wysiwyg p {
  max-width: 755px;
  margin: auto;
  margin-top: 19px;
  display: block;
}
.secondary-hero .content .section-wysiwyg p strong {
  color: #5565FC;
  font-weight: 500;
}

.solutions-bulletpoints {
  background: radial-gradient(189.41% 35.61% at 50% 35.61%, #F5F7FC 0%, #EBEEF6 100%);
  padding-top: 232px;
  padding-bottom: 185px;
  position: relative;
}
@media (max-width: 767px) {
  .solutions-bulletpoints {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.solutions-bulletpoints .picto {
  position: absolute;
  bottom: -178px;
  left: -70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .solutions-bulletpoints .picto {
    display: none;
  }
}
.solutions-bulletpoints .container {
  position: relative;
  z-index: 2;
}
.solutions-bulletpoints .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media (max-width: 767px) {
  .solutions-bulletpoints .flex-content {
    display: block;
  }
}
.solutions-bulletpoints .flex-content .section-wysiwyg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .solutions-bulletpoints .flex-content .section-wysiwyg {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .solutions-bulletpoints .flex-content .section-wysiwyg {
    width: 100%;
    margin-bottom: 45px;
  }
}
.solutions-bulletpoints .flex-content .section-wysiwyg h1, .solutions-bulletpoints .flex-content .section-wysiwyg h2, .solutions-bulletpoints .flex-content .section-wysiwyg h3, .solutions-bulletpoints .flex-content .section-wysiwyg h4, .solutions-bulletpoints .flex-content .section-wysiwyg h5, .solutions-bulletpoints .flex-content .section-wysiwyg h6 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .solutions-bulletpoints .flex-content .section-wysiwyg h1, .solutions-bulletpoints .flex-content .section-wysiwyg h2, .solutions-bulletpoints .flex-content .section-wysiwyg h3, .solutions-bulletpoints .flex-content .section-wysiwyg h4, .solutions-bulletpoints .flex-content .section-wysiwyg h5, .solutions-bulletpoints .flex-content .section-wysiwyg h6 {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .solutions-bulletpoints .flex-content .section-wysiwyg h1, .solutions-bulletpoints .flex-content .section-wysiwyg h2, .solutions-bulletpoints .flex-content .section-wysiwyg h3, .solutions-bulletpoints .flex-content .section-wysiwyg h4, .solutions-bulletpoints .flex-content .section-wysiwyg h5, .solutions-bulletpoints .flex-content .section-wysiwyg h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.solutions-bulletpoints .flex-content .section-wysiwyg p {
  text-align: left;
  max-width: 590px;
  line-height: 46px;
}
.solutions-bulletpoints .features-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}
.solutions-bulletpoints .features-list .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .solutions-bulletpoints .features-list .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.solutions-bulletpoints .features-list .feature-item:last-child .text-content {
  border-bottom: none;
}
.solutions-bulletpoints .features-list .feature-item .icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #B9C3DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solutions-bulletpoints .features-list .feature-item .icon-wrapper img {
  max-width: 37px;
  height: auto;
}
.solutions-bulletpoints .features-list .feature-item .text-content {
  padding-bottom: 28px;
  border-bottom: 1px solid #DCE2EF;
}
.solutions-bulletpoints .features-list .feature-item .text-content .title {
  color: #4B4B4B;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .solutions-bulletpoints .features-list .feature-item .text-content .title {
    text-align: center;
  }
}
.solutions-bulletpoints .features-list .feature-item .text-content p {
  color: #4B4B4B;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 767px) {
  .solutions-bulletpoints .features-list .feature-item .text-content p {
    text-align: center;
  }
}

.solutions-accordeon {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-bottom: 62px;
}
@media (max-width: 767px) {
  .solutions-accordeon {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 0;
  }
}
.solutions-accordeon .section-wysiwyg {
  margin-bottom: 127px;
}
@media (max-width: 991px) {
  .solutions-accordeon .section-wysiwyg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .solutions-accordeon .section-wysiwyg {
    margin-bottom: 0;
  }
}
.solutions-accordeon .section-wysiwyg h1, .solutions-accordeon .section-wysiwyg h2, .solutions-accordeon .section-wysiwyg h3, .solutions-accordeon .section-wysiwyg h4, .solutions-accordeon .section-wysiwyg h5, .solutions-accordeon .section-wysiwyg h6 {
  text-align: center !important;
}
.solutions-accordeon .content {
  gap: 62px;
}
@media (max-width: 1024px) {
  .solutions-accordeon .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .solutions-accordeon .content {
    display: block;
  }
}
.solutions-accordeon .faq-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 522px;
  flex: 0 0 522px;
}
@media (max-width: 991px) {
  .solutions-accordeon .faq-container {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.blog-wrapper .solutions-accordeon .faq-container {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.solutions-accordeon .faq-container .faq-item.is-active .faq-title-text {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.solutions-accordeon .faq-container .faq-item.is-active .faq-title-text .text-orig {
  color: #5565FC;
}
.blog-wrapper .solutions-accordeon .faq-container .faq-item.is-active .faq-title-text .text-orig {
  color: white;
}
.solutions-accordeon .faq-container .faq-item .faq-header:hover .faq-title-text {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .solutions-accordeon .faq-container .faq-item .faq-header:hover .faq-title-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper {
  overflow: hidden;
  height: 28px;
}
@media (max-width: 767px) {
  .solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper {
    height: auto;
  }
}
.solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text span {
    white-space: normal;
  }
}
.solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text span strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text .text-hover {
  color: #000;
}
@media (max-width: 767px) {
  .solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text .text-hover {
    display: none;
  }
}
.blog-wrapper .solutions-accordeon .faq-container .faq-item .faq-header .faq-title-wrapper .faq-title-text .text-hover {
  color: white;
}
.solutions-accordeon .img-accordeon {
  position: relative;
  width: calc(100% - 584px);
}
@media (max-width: 991px) {
  .solutions-accordeon .img-accordeon {
    display: none;
  }
}
.solutions-accordeon .img-accordeon img {
  width: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: 62px;
}
.solutions-accordeon .img-accordeon .faq-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
}
.solutions-accordeon .img-accordeon .faq-img.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInFaqSolution 0.8s ease-in-out;
  animation: fadeInFaqSolution 0.8s ease-in-out;
}

@-webkit-keyframes fadeInFaqSolution {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFaqSolution {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.solutions-testimonials {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .solutions-testimonials {
    margin: 100px 0;
  }
}
.solutions-testimonials .owl-dots {
  margin-bottom: 51px;
}
.solutions-testimonials.dark-Bg--testimonials {
  background: #3A3535;
  margin: 0 !important;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .solutions-testimonials.dark-Bg--testimonials {
    padding: 100px 0;
  }
}

.accompagnement-timeline {
  background: #F5F7FC;
  padding-top: 192px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .accompagnement-timeline {
    padding-bottom: 50px;
  }
}
.accompagnement-timeline .picto {
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 1;
}
@media (max-width: 1370px) {
  .accompagnement-timeline .picto {
    left: -90px;
  }
}
@media (max-width: 1200px) {
  .accompagnement-timeline .picto {
    display: none;
  }
}
.accompagnement-timeline .timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 121px;
}
.accompagnement-timeline .timeline-line {
  position: absolute;
  left: 346px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 2px dotted #dce1f0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-line {
    display: none;
  }
}
.accompagnement-timeline .timeline-item {
  display: grid;
  grid-template-columns: 313px 65px 1fr;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.accompagnement-timeline .timeline-item .col-left .title {
  color: #4B4A4A;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 108% */
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-left .title {
    text-align: center;
    font-size: 42px;
  }
}
.accompagnement-timeline .timeline-item .col-left img {
  max-width: 151px;
  display: block;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-left img {
    margin: 30px;
  }
}
.accompagnement-timeline .timeline-item .col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #D4DBEF;
  background: #F3F5FB;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.accompagnement-timeline .timeline-item .col-center .icon-box {
  width: 28px;
  height: 28px;
  border: 3px solid #D4DBEF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.accompagnement-timeline .timeline-item .col-center .icon-box .check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 21px;
  background: url("../img/check.svg") no-repeat;
  opacity: 0;
}
.accompagnement-timeline .timeline-item .col-right {
  padding-left: 54px;
  max-width: 530px;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
  }
}
.accompagnement-timeline .timeline-item .col-right h1, .accompagnement-timeline .timeline-item .col-right h2, .accompagnement-timeline .timeline-item .col-right h3, .accompagnement-timeline .timeline-item .col-right h4, .accompagnement-timeline .timeline-item .col-right h5, .accompagnement-timeline .timeline-item .col-right h6 {
  color: #4C4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 97.222% */
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-right h1, .accompagnement-timeline .timeline-item .col-right h2, .accompagnement-timeline .timeline-item .col-right h3, .accompagnement-timeline .timeline-item .col-right h4, .accompagnement-timeline .timeline-item .col-right h5, .accompagnement-timeline .timeline-item .col-right h6 {
    text-align: center;
    font-size: 28px;
  }
}
.accompagnement-timeline .timeline-item .col-right p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  text-align: left;
}
@media (max-width: 767px) {
  .accompagnement-timeline .timeline-item .col-right p {
    text-align: center;
  }
}
.accompagnement-timeline .timeline-item .col-right p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
}
.accompagnement-timeline .timeline-item.is-active .col-center {
  background: #5565FC;
  border-color: #5565FC;
}
.accompagnement-timeline .timeline-item.is-active .col-center .icon-box {
  border-color: #4450C4;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.accompagnement-timeline .timeline-item.is-active .col-center .icon-box .check-icon {
  opacity: 1;
}

.accompagnement-team {
  padding-top: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .accompagnement-team {
    padding-top: 50px;
  }
}
.accompagnement-team:before {
  content: "";
  background: #F5F7FC;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 195px);
  position: absolute;
}
.accompagnement-team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .accompagnement-team .container {
    display: block;
  }
}
.accompagnement-team .section-wysiwyg {
  margin-bottom: 75px;
}
.accompagnement-team .section-wysiwyg h1, .accompagnement-team .section-wysiwyg h2, .accompagnement-team .section-wysiwyg h3, .accompagnement-team .section-wysiwyg h4, .accompagnement-team .section-wysiwyg h5, .accompagnement-team .section-wysiwyg h6 {
  text-align: left;
}
.accompagnement-team .content-side {
  width: calc(100% - 560px);
  position: relative;
}
@media (max-width: 991px) {
  .accompagnement-team .content-side {
    width: 100%;
  }
}
.accompagnement-team .content-side .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 50px;
}
@media (max-width: 600px) {
  .accompagnement-team .content-side .stats-grid {
    gap: 23px 25px;
  }
}
.accompagnement-team .content-side .stats-grid .stat-item .number {
  display: block;
  color: #4B4A4A;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 108% */
}
.accompagnement-team .content-side .stats-grid .stat-item p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.accompagnement-team .content-side .stats-grid .stat-item p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: bold;
}
.accompagnement-team .content-side .stats-grid .stat-item p::first-letter {
  text-transform: lowercase;
}
.accompagnement-team .image-side {
  position: relative;
  width: 500px;
}
@media (max-width: 991px) {
  .accompagnement-team .image-side {
    width: 100%;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.accompagnement-team .image-side .image-wrapper {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  .accompagnement-team .image-side .image-wrapper {
    margin-right: 30px;
  }
}
.accompagnement-team .image-side .image-wrapper img {
  width: 436px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .accompagnement-team .image-side .image-wrapper img {
    width: 300px;
  }
}
.accompagnement-team .image-side .image-wrapper::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 436px;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#5565FC), to(#5565FC)), url(<path-to-image>) lightgray -228.95px -72.152px/213.381% 148.135% no-repeat;
  background: linear-gradient(0deg, #5565FC 0%, #5565FC 100%), url(<path-to-image>) lightgray -228.95px -72.152px/213.381% 148.135% no-repeat;
  z-index: -1;
}
@media (max-width: 600px) {
  .accompagnement-team .image-side .image-wrapper::after {
    width: 300px;
    right: -30px;
  }
}
.accompagnement-team .home-onboarding {
  margin-top: 113px;
  margin-bottom: 0;
}
.accompagnement-team + .home-appointment {
  margin-top: -160px;
  margin-bottom: 150px;
}
@media (max-width: 1600px) {
  .accompagnement-team + .home-appointment {
    margin-top: -130px;
  }
}
@media (max-width: 1100px) {
  .accompagnement-team + .home-appointment {
    margin-top: -100px;
  }
}
.accompagnement-team + .home-appointment:before {
  display: none;
}

.accompagnement-cercle {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .accompagnement-cercle {
    margin: 100px 0;
  }
}
.accompagnement-cercle .container {
  max-width: 1228px;
}
.accompagnement-cercle .title.section-wysiwyg p {
  margin-top: 22px;
}
.accompagnement-cercle .partnersIllustText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .accompagnement-cercle .partnersIllustText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.accompagnement-cercle .partnersDescription {
  max-width: 435px;
}
.accompagnement-cercle .partnersDescription .section-wysiwyg {
  margin-bottom: 40px;
}
.accompagnement-cercle .partnersDescription .section-wysiwyg h1, .accompagnement-cercle .partnersDescription .section-wysiwyg h2, .accompagnement-cercle .partnersDescription .section-wysiwyg h3, .accompagnement-cercle .partnersDescription .section-wysiwyg h4, .accompagnement-cercle .partnersDescription .section-wysiwyg h5, .accompagnement-cercle .partnersDescription .section-wysiwyg h6 {
  font-size: 36px;
  line-height: 38px; /* 105.556% */
  text-align: left;
  max-width: 328px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .accompagnement-cercle .partnersDescription .section-wysiwyg h1, .accompagnement-cercle .partnersDescription .section-wysiwyg h2, .accompagnement-cercle .partnersDescription .section-wysiwyg h3, .accompagnement-cercle .partnersDescription .section-wysiwyg h4, .accompagnement-cercle .partnersDescription .section-wysiwyg h5, .accompagnement-cercle .partnersDescription .section-wysiwyg h6 {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }
}
.accompagnement-cercle .partnersDescription .section-wysiwyg p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .accompagnement-cercle .partnersDescription .section-wysiwyg p {
    text-align: center;
  }
}
.accompagnement-cercle .partnersDescription .section-wysiwyg p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.accompagnement-cercle .partnersIllust {
  max-width: 661px;
  width: 100%;
}
.accompagnement-cercle .partnersIllust img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .accompagnement-cercle .partnersIllust img {
    max-width: 450px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .expert-team-section .container {
    grid-template-columns: 1fr;
  }
  .expert-team-section .content-side .title {
    font-size: 3rem;
  }
  .expert-team-section .image-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .expert-team-section .content-side .stats-grid {
    grid-template-columns: 1fr;
  }
}
.apropos-map {
  margin: 150px 0;
  position: relative;
}
@media (max-width: 767px) {
  .apropos-map {
    margin: 100px 0;
  }
}
.apropos-map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  padding: 0;
}
@media (max-width: 992px) {
  .apropos-map .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.apropos-map .adnContent {
  max-width: 574px;
  width: 100%;
  margin-left: 70px;
}
@media (max-width: 1200px) {
  .apropos-map .adnContent {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .apropos-map .adnContent {
    max-width: none;
    width: 100%;
    margin-left: 0px;
    padding: 0 25px;
  }
}
.apropos-map .adnContent .customWysiwyg h1, .apropos-map .adnContent .customWysiwyg h2, .apropos-map .adnContent .customWysiwyg h3, .apropos-map .adnContent .customWysiwyg h4, .apropos-map .adnContent .customWysiwyg h5, .apropos-map .adnContent .customWysiwyg h6 {
  color: #4C4C4C;
  font-family: "Neue-Montreal-light", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px; /* 87.5% */
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .apropos-map .adnContent .customWysiwyg h1, .apropos-map .adnContent .customWysiwyg h2, .apropos-map .adnContent .customWysiwyg h3, .apropos-map .adnContent .customWysiwyg h4, .apropos-map .adnContent .customWysiwyg h5, .apropos-map .adnContent .customWysiwyg h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.apropos-map .adnContent .customWysiwyg h1 strong, .apropos-map .adnContent .customWysiwyg h2 strong, .apropos-map .adnContent .customWysiwyg h3 strong, .apropos-map .adnContent .customWysiwyg h4 strong, .apropos-map .adnContent .customWysiwyg h5 strong, .apropos-map .adnContent .customWysiwyg h6 strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  color: #5565FC;
}
.apropos-map .adnContent .customWysiwyg h1:nth-child(2), .apropos-map .adnContent .customWysiwyg h2:nth-child(2), .apropos-map .adnContent .customWysiwyg h3:nth-child(2), .apropos-map .adnContent .customWysiwyg h4:nth-child(2), .apropos-map .adnContent .customWysiwyg h5:nth-child(2), .apropos-map .adnContent .customWysiwyg h6:nth-child(2) {
  color: #4C4C4C;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 30px */
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .apropos-map .adnContent .customWysiwyg h1:nth-child(2), .apropos-map .adnContent .customWysiwyg h2:nth-child(2), .apropos-map .adnContent .customWysiwyg h3:nth-child(2), .apropos-map .adnContent .customWysiwyg h4:nth-child(2), .apropos-map .adnContent .customWysiwyg h5:nth-child(2), .apropos-map .adnContent .customWysiwyg h6:nth-child(2) {
    font-size: 22px;
  }
}
.apropos-map .adnContent .customWysiwyg p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 26px;
}
.apropos-map .adnContent .customWysiwyg p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.apropos-map .blkKeyFigures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .apropos-map .blkKeyFigures {
    gap: 20px;
  }
}
.apropos-map .blkKeyFigures .counter-item {
  min-width: 161px;
}
.apropos-map .blkKeyFigures .counter-number-wrapper {
  color: #5565FC;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 71.5px */
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .apropos-map .blkKeyFigures .counter-number-wrapper {
    font-size: 50px;
  }
}
.apropos-map .blkKeyFigures .counter-number-wrapper .counterHidden {
  visibility: hidden;
  display: inline-block;
  height: 0;
}
.apropos-map .blkKeyFigures .counter-title {
  color: #4C4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
.apropos-map .adnIllustration {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .apropos-map .adnIllustration {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .apropos-map .adnIllustration {
    width: 100%;
  }
}
.apropos-map .adnIllustration .map-img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .apropos-map .adnIllustration .map-img {
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
}
.apropos-map .adnIllustration .floating-shape {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: #a356ff;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 70%;
  z-index: -1;
}
.apropos-map .picto {
  position: absolute;
  top: -270px;
  right: 0;
}
@media (max-width: 991px) {
  .apropos-map .picto {
    display: none;
  }
}

.hero.vrs__3 h1, .hero.vrs__3 h2, .hero.vrs__3 h3, .hero.vrs__3 h4, .hero.vrs__3 h5, .hero.vrs__3 h6 {
  color: #5565FC;
}
.hero.vrs__3 p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
}

.integrateur-cards {
  padding-top: 183px;
  padding-bottom: 90px;
  margin-bottom: 150px;
  background-color: #F8FAFF;
}
@media (max-width: 767px) {
  .integrateur-cards {
    padding-top: 150px;
    margin-bottom: 100px;
  }
}
.integrateur-cards .benefits-header.section-wysiwyg {
  max-width: 800px;
  margin: auto;
  margin-bottom: 70px;
}
.integrateur-cards .benefits-header.section-wysiwyg p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
  margin-top: 30px;
}
.integrateur-cards .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.integrateur-cards .benefit-card {
  padding: 24px;
  border-radius: 24px;
  border: solid thin rgba(144, 143, 146, 0.2392156863);
}
.integrateur-cards .icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #5565FC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.integrateur-cards .icon-wrapper img {
  width: 28px;
}
.integrateur-cards .benefit-card .title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #4D4C4C;
  margin-bottom: 20px;
}
.integrateur-cards .benefit-card p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4C4C4C;
}
.integrateur-cards .benefit-card p a {
  text-decoration: none;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  color: #5565FC;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.integrateur-cards .benefit-card p a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .integrateur-cards .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .integrateur-cards .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.integrateur-team {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .integrateur-team {
    margin: 100px 0;
  }
}
.integrateur-team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .integrateur-team__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .integrateur-team__wrapper.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .integrateur-team__wrapper.reverse .image-wrapper {
    max-width: 505px;
  }
  .integrateur-team__wrapper.reverse .integrateur-team__content {
    max-width: 682px;
    padding-top: 83px;
  }
}
.integrateur-team .image-wrapper {
  position: relative;
  max-width: 630px;
  width: 100%;
}
@media (max-width: 991px) {
  .integrateur-team .image-wrapper {
    margin: auto;
    max-width: 600px;
  }
}
.integrateur-team .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.integrateur-team .integrateur-team__content {
  max-width: 600px;
  width: 100%;
  padding-top: 250px;
}
@media (max-width: 991px) {
  .integrateur-team .integrateur-team__content {
    margin: auto;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .integrateur-team .integrateur-team__content {
    padding-top: 0px;
  }
}
.integrateur-team .integrateur-team__content.section-wysiwyg h1, .integrateur-team .integrateur-team__content.section-wysiwyg h2, .integrateur-team .integrateur-team__content.section-wysiwyg h3, .integrateur-team .integrateur-team__content.section-wysiwyg h4, .integrateur-team .integrateur-team__content.section-wysiwyg h5, .integrateur-team .integrateur-team__content.section-wysiwyg h6 {
  text-align: left;
  margin-bottom: 65px;
}
.integrateur-team .integrateur-team__content.section-wysiwyg h1 strong, .integrateur-team .integrateur-team__content.section-wysiwyg h2 strong, .integrateur-team .integrateur-team__content.section-wysiwyg h3 strong, .integrateur-team .integrateur-team__content.section-wysiwyg h4 strong, .integrateur-team .integrateur-team__content.section-wysiwyg h5 strong, .integrateur-team .integrateur-team__content.section-wysiwyg h6 strong {
  display: inline;
}
@media (max-width: 991px) {
  .integrateur-team .integrateur-team__content.section-wysiwyg h1, .integrateur-team .integrateur-team__content.section-wysiwyg h2, .integrateur-team .integrateur-team__content.section-wysiwyg h3, .integrateur-team .integrateur-team__content.section-wysiwyg h4, .integrateur-team .integrateur-team__content.section-wysiwyg h5, .integrateur-team .integrateur-team__content.section-wysiwyg h6 {
    margin-bottom: 30px;
  }
}
.integrateur-team .integrateur-team__content.section-wysiwyg p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  color: #4C4C4C;
  text-align: left;
}
.integrateur-team .integrateur-team__content.section-wysiwyg p:first-of-type {
  margin-bottom: 35px;
}
.integrateur-team .integrateur-team__content.section-wysiwyg p a {
  color: white;
}
.integrateur-team .integrateur-team__content.section-wysiwyg p a:before {
  background-image: none;
  background-color: #5565FC;
}
.integrateur-team .integrateur-team__content.section-wysiwyg ul li {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  color: #4C4C4C;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
.integrateur-team .integrateur-team__content.section-wysiwyg ul li:first-letter {
  text-transform: uppercase;
}
.integrateur-team .integrateur-team__content.section-wysiwyg ul li:after {
  content: url("../img/check-purple.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.integrateur-programme {
  margin: 150px 0;
  position: relative;
}
@media (max-width: 767px) {
  .integrateur-programme {
    margin: 100px 0;
  }
}
.integrateur-programme .content {
  padding: 75px;
  background-color: #5565FC;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .integrateur-programme .content {
    padding: 45px 25px;
  }
}
.integrateur-programme .header-form {
  text-align: center;
}
.integrateur-programme .header-form .title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: white;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .integrateur-programme .header-form .title {
    font-size: 50px;
    line-height: 55px;
  }
}
.integrateur-programme .header-form p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: white;
}
.integrateur-programme .picto {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 115px;
}
@media (max-width: 991px) {
  .integrateur-programme .picto {
    display: none;
  }
}
.integrateur-programme .hubspot-form-container {
  margin-top: 35px;
}
.integrateur-programme .hubspot-form-container form {
  max-width: 510px;
  width: 100%;
  margin: auto;
}
.integrateur-programme .hubspot-form-container form label {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
}
.integrateur-programme .hubspot-form-container form label::first-letter {
  text-transform: uppercase;
}
.integrateur-programme .hubspot-form-container form input:not([type=checkbox], .hs-button) {
  background: #F2F8FF;
  border: none;
  border-radius: 8px;
  display: inline-block;
  margin-top: 2px;
  width: 100%;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  height: 40px;
}
.integrateur-programme .hubspot-form-container form input:not([type=checkbox], .hs-button)::-webkit-input-placeholder {
  color: #aaa;
}
.integrateur-programme .hubspot-form-container form input:not([type=checkbox], .hs-button)::-moz-placeholder {
  color: #aaa;
}
.integrateur-programme .hubspot-form-container form input:not([type=checkbox], .hs-button):-ms-input-placeholder {
  color: #aaa;
}
.integrateur-programme .hubspot-form-container form input:not([type=checkbox], .hs-button)::-ms-input-placeholder {
  color: #aaa;
}
.integrateur-programme .hubspot-form-container form input:not([type=checkbox], .hs-button)::placeholder {
  color: #aaa;
}
.integrateur-programme .hubspot-form-container form .hs-form-booleancheckbox {
  margin-bottom: 30px;
}
.integrateur-programme .hubspot-form-container form .hs-form-booleancheckbox label span {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 14px;
  color: white;
}
.integrateur-programme .hubspot-form-container form .hs-form-booleancheckbox label span a {
  color: white;
  text-decoration: underline;
}
.integrateur-programme .hubspot-form-container form .hs-form-booleancheckbox label input {
  margin-top: 3px;
}
.integrateur-programme .hubspot-form-container form .hs-button.primary.large {
  background-color: #FFFFFF;
  color: #5565FC;
  border: 2px solid #FFFFFF;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  padding: 13px 55px;
  border-radius: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 500px) {
  .integrateur-programme .hubspot-form-container form .hs-button.primary.large {
    padding: 13px 25px;
  }
}
.integrateur-programme .hubspot-form-container form .hs-button.primary.large:hover {
  color: white;
  border-color: white;
  background-color: transparent;
}
.integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 500px) {
  .integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-container {
  width: 200px !important;
  height: 40px;
}
@media (max-width: 500px) {
  .integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-container {
    width: 68% !important;
  }
}
.integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-selection--single {
  background: #F2F8FF;
  border: none;
  border-radius: 8px;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  height: 40px;
  margin-top: 2px;
  width: 200px;
}
@media (max-width: 500px) {
  .integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-selection--single {
    width: 100%;
  }
}
.integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
  color: #000;
}
.integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-selection__arrow {
  top: 8px;
}
.integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .integrateur-programme .hubspot-form-container form .hs-input.hs-fieldtype-intl-phone .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.integrateur-programme .hubspot-form-container form .hs-form-field {
  position: relative;
  margin-bottom: 13px;
}
.integrateur-programme .hubspot-form-container form .hs-form-field .hs-error-msg {
  color: #f6a6a6;
  margin-top: 3px;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
}
.integrateur-programme .hubspot-form-container form .hs_error_rollup {
  margin-bottom: 30px;
  text-align: center;
}
.integrateur-programme .hubspot-form-container form .hs_error_rollup label {
  color: #f6a6a6;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
}

.drp_d_appnt {
  background: #F2F8FF;
}
.drp_d_appnt .select2-results__option {
  font-size: 15px;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
}
.drp_d_appnt .select2-search__field {
  background: #F2F8FF;
}

.pricing-section {
  padding-top: 238px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-section {
    padding-top: 160px;
  }
}
.pricing-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #EAF1FF;
  width: 100%;
  height: calc(100% - 100px);
}
.pricing-section .pricing-header {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-section .pricing-header {
    margin-bottom: 80px;
  }
}
.pricing-section .pricing-header .title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
  font-size: 5rem;
  color: #4D4C4C;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .pricing-section .pricing-header .title {
    font-size: 50px;
    line-height: 55px;
  }
}
.pricing-section .pricing-header .title strong {
  color: #5565FC;
}
.pricing-section .pricing-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  position: relative;
}
@media (max-width: 853px) {
  .pricing-section .pricing-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pricing-section .pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 80px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  position: relative;
  overflow: hidden;
}
.pricing-section .pricing-card:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #5565FC;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  border-radius: 20px;
}
@media (max-width: 853px) {
  .pricing-section .pricing-card {
    width: 100%;
    padding: 30px;
    max-width: 400px;
  }
}
.pricing-section .pricing-card:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.pricing-section .pricing-card:hover .card-name, .pricing-section .pricing-card:hover .user-range, .pricing-section .pricing-card:hover .tax, .pricing-section .pricing-card:hover .period, .pricing-section .pricing-card:hover li {
  color: white !important;
}
.pricing-section .pricing-card:hover .price .amount {
  color: #FFB257;
}
.pricing-section .pricing-card:hover .features li:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 22" fill="none"><path d="M9.54357 16.7053L2.77762 10.1211L0.473633 12.3474L9.54357 21.1737L29.0139 2.22632L26.7262 0L9.54357 16.7053Z" fill="white"/></svg>') no-repeat center;
}
.pricing-section .pricing-card .card-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.pricing-section .pricing-card .card-name {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  text-align: center;
  color: #262626;
}
.pricing-section .pricing-card .user-range {
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1.125rem;
  color: #262626;
  margin-top: 5px;
  margin-bottom: 25px;
}
.pricing-section .pricing-card .price {
  margin-bottom: 55px;
  text-align: center;
}
.pricing-section .pricing-card .price .amount {
  color: #5565FC;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
.pricing-section .pricing-card .price .tax {
  color: #262626;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.pricing-section .pricing-card .price .period {
  color: #262626;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.pricing-section .pricing-card .features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 40px;
}
.pricing-section .pricing-card .features li {
  position: relative;
  padding-left: 30px;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #262626;
  margin-bottom: 13px;
}
.pricing-section .pricing-card .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 22" fill="none"><path d="M9.54357 16.7053L2.77762 10.1211L0.473633 12.3474L9.54357 21.1737L29.0139 2.22632L26.7262 0L9.54357 16.7053Z" fill="%23333"/></svg>') no-repeat center;
  background-size: contain;
}

.pricing-choice-section {
  margin-top: 124px;
  margin-bottom: 190px;
  position: relative;
}
.pricing-choice-section .picto-pricing {
  position: absolute;
  top: -250px;
  right: -10%;
}
@media (max-width: 1440px) {
  .pricing-choice-section .picto-pricing {
    right: -19%;
  }
}
@media (max-width: 1200px) {
  .pricing-choice-section .picto-pricing {
    right: -32%;
  }
}
@media (max-width: 1023px) {
  .pricing-choice-section .picto-pricing {
    display: none;
  }
}
.pricing-choice-section .container {
  position: relative;
}
.pricing-choice-section .container .picto {
  position: absolute;
  bottom: -280px;
  left: -80px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pricing-choice-section .container .picto {
    display: none;
  }
}
.pricing-choice-section .section-wysiwyg {
  margin-bottom: 77px;
}
.pricing-choice-section .pricing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px 16px 16px 16px;
  -webkit-box-shadow: 10px 10px 10px 6px rgba(144, 163, 191, 0.35);
  box-shadow: 10px 10px 10px 6px rgba(144, 163, 191, 0.35);
  padding: 30px 35px;
  width: 100%;
  margin-bottom: 71px;
}
@media (max-width: 991px) {
  .pricing-choice-section .pricing-card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .pricing-choice-section .pricing-card {
    max-width: 400px;
    margin: auto;
    margin-bottom: 60px;
  }
}
.pricing-choice-section .pricing-card .pricing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 35px;
}
.pricing-choice-section .pricing-card .pricing-content .pricing-title {
  color: #4D4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
  font-size: 41px;
  max-width: 500px;
}
@media (max-width: 991px) {
  .pricing-choice-section .pricing-card .pricing-content .pricing-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .pricing-choice-section .pricing-card .pricing-content .pricing-details {
    padding-right: 20px;
  }
}
.pricing-choice-section .pricing-card .pricing-content .pricing-details .pricing-tagline {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
}
.pricing-choice-section .pricing-card .pricing-content .pricing-details .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-choice-section .pricing-card .pricing-content .pricing-details .feature-list li {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #000;
}
.pricing-choice-section .pricing-card .pricing-content .pricing-details .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 22" fill="none"><path d="M9.54357 16.7053L2.77762 10.1211L0.473633 12.3474L9.54357 21.1737L29.0139 2.22632L26.7262 0L9.54357 16.7053Z" fill="%23333"/></svg>') no-repeat center;
  background-size: contain;
}
.pricing-choice-section .pricing-card .pricing-action {
  background-color: #5565FC;
  border-radius: 12px;
  padding: 20px;
  width: 205px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-choice-section .pricing-card .pricing-action .price-box {
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 32px;
}
.pricing-choice-section .pricing-card .pricing-action .price-box .amount {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.pricing-choice-section .pricing-card .pricing-action .price-box .amount span {
  font-size: 1rem;
}
.pricing-choice-section .pricing-card .pricing-action .price-box .period {
  font-size: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .pricing-choice-section {
    margin-bottom: 120px;
  }
  .pricing-choice-section .pricing-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 38px;
  }
  .pricing-choice-section .pricing-card .pricing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .pricing-choice-section .pricing-card .pricing-content .pricing-title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 1rem;
  }
  .pricing-choice-section .pricing-card .pricing-content .pricing-details {
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .pricing-choice-section .pricing-card .pricing-content .pricing-details li {
    text-align: left;
  }
  .pricing-choice-section .pricing-card .pricing-action {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ressources-section {
  margin-bottom: 80px;
}
.ressources-section .wrp-ressources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  .ressources-section .wrp-ressources {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ressources-section .wrp-ressources .main-card {
  max-width: 841px;
  width: 100%;
}
.ressources-section .wrp-ressources .main-card .image-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.ressources-section .wrp-ressources .main-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.ressources-section .wrp-ressources .main-card .title {
  color: #2D3134;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
  margin-top: 18px;
}
.ressources-section .wrp-ressources .main-card .title a {
  color: #2D3134;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ressources-section .wrp-ressources .main-card .title a:hover {
  color: #5565FC;
}
.ressources-section .side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ressources-section .side-list .side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(53, 55, 61, 0.2);
}
@media (max-width: 1023px) {
  .ressources-section .side-list .side-item {
    display: block;
  }
}
.ressources-section .side-list .side-item:first-child {
  padding-top: 0;
}
.ressources-section .side-list .side-item:last-child {
  border-bottom: none;
}
.ressources-section .side-list .side-item .side-content .link a {
  color: #2D3134;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.ressources-section .side-list .side-item .side-content .link a:hover {
  color: #5565FC;
}
.ressources-section .side-list .side-item .side-content .link a span.title {
  display: block;
  max-width: 338px;
  width: calc(100% - 62px);
}
@media (max-width: 1023px) {
  .ressources-section .side-list .side-item .side-content .link a span.title {
    max-width: none;
  }
}
.ressources-section .side-list .side-item .side-content .link a span.title::first-letter {
  text-transform: uppercase;
}
.ressources-section .side-list .side-item .side-content .link .card-overlay-icon {
  width: 47px;
  height: 47px;
}

.blog-section {
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .blog-section .section-wysiwyg h1, .blog-section .section-wysiwyg h2, .blog-section .section-wysiwyg h3, .blog-section .section-wysiwyg h4, .blog-section .section-wysiwyg h5, .blog-section .section-wysiwyg h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.blog-section .filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 17px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .blog-section .filter-bar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.blog-section .filter-bar .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-section .filter-bar .categories .cat-btn {
  height: 41px;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #5565FC;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5565FC;
  text-align: center;
  font-family: "Poppins-regular", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  display: inline-block;
  background: transparent;
}
.blog-section .filter-bar .categories .cat-btn.active, .blog-section .filter-bar .categories .cat-btn:hover {
  background: #5565FC;
  color: white;
}
.blog-section .filter-bar .search-wrapper {
  position: relative;
}
@media (max-width: 600px) {
  .blog-section .filter-bar .search-wrapper {
    width: 100%;
  }
}
.blog-section .filter-bar .search-wrapper input {
  border-radius: 8px;
  border: 1px solid #E2E3E0;
  padding: 10px 40px 10px 15px;
  width: 346px;
  height: 41px;
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
@media (max-width: 600px) {
  .blog-section .filter-bar .search-wrapper input {
    width: 100%;
  }
}
.blog-section .filter-bar .search-wrapper input::-webkit-input-placeholder {
  opacity: 0.7;
}
.blog-section .filter-bar .search-wrapper input::-moz-placeholder {
  opacity: 0.7;
}
.blog-section .filter-bar .search-wrapper input:-ms-input-placeholder {
  opacity: 0.7;
}
.blog-section .filter-bar .search-wrapper input::-ms-input-placeholder {
  opacity: 0.7;
}
.blog-section .filter-bar .search-wrapper input::placeholder {
  opacity: 0.7;
}
.blog-section .filter-bar .search-wrapper .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  cursor: pointer;
}
.blog-section .filter-bar .search-wrapper .search-icon path {
  stroke: #000;
}
.blog-section .filter-bar .search-wrapper .search-icon:hover path {
  stroke: #4C4C4C;
}
.blog-section .pagination {
  text-align: center;
  margin-top: 60px;
}
.blog-section .pagination .load-more {
  padding: 15px 40px;
  background: transparent;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #5565FC;
  color: #5565FC;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.blog-section .pagination .load-more:hover {
  background: #5565FC;
  color: white;
}

.three_cards-section {
  margin-top: 128px;
  margin-bottom: 128px;
}

.furious-card {
  position: relative;
  aspect-ratio: 420/304;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
.furious-card .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.furious-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.furious-card .card-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 15px;
  pointer-events: none;
}
.furious-card .card-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 7px;
}
@media (max-width: 440px) {
  .furious-card .card-content .top {
    padding-right: 0;
  }
}
.furious-card .card-content .top .logo {
  height: 18px;
}
@media (max-width: 440px) {
  .furious-card .card-content .top .logo {
    height: 14px;
    margin-top: -3px;
  }
}
.furious-card .card-content .bottom .title {
  color: #FFF;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 24.299px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.361px; /* 116.717% */
  max-width: 260.093px;
  max-height: 55px;
  overflow: hidden;
}
@media (max-width: 440px) {
  .furious-card .card-content .bottom .title {
    font-size: 18.299px;
    line-height: 20.361px;
    max-width: 210px;
    max-height: 44px;
  }
}
.furious-card .card-content .bottom .title span {
  color: #FFDF60;
}
.furious-card .card-content .bottom .author {
  position: absolute;
  bottom: 30px;
  width: 90px;
  text-align: center;
  right: 18px;
  overflow: hidden;
  color: #FFF;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 13.084px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.953px; /* 114.286% */
  letter-spacing: 0.262px;
}
@media (max-width: 440px) {
  .furious-card .card-content .bottom .author {
    display: none;
  }
}

.webinar-hero {
  background: #5565FC;
  padding-top: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.webinar-hero .wrp-webinar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .webinar-hero .wrp-webinar {
    display: block;
  }
}

.webinar-content {
  max-width: 650px;
  width: calc(100% - 600px);
  padding-bottom: 65px;
  min-height: 672px;
}
@media (max-width: 1024px) {
  .webinar-content {
    width: 100%;
    min-height: auto;
    margin: auto;
  }
}
.webinar-content .webinar-title {
  color: #FFF;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px; /* 100% */
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .webinar-content .webinar-title {
    font-size: 50px;
    line-height: 55px;
  }
}
.webinar-content .webinar-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.webinar-content .webinar-expert .expert-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.webinar-content .webinar-expert .expert-name {
  color: #FFF;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.webinar-content .webinar-expert .expert-role {
  color: #FFF;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.webinar-content .webinar-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  color: #FFF;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px; /* 206.667% */
  margin-bottom: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .webinar-content .webinar-details {
    font-size: 18px;
    line-height: 25px;
  }
}
.webinar-content .webinar-details .with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
@media (max-width: 767px) {
  .webinar-content .webinar-details .with-icon {
    gap: 7px;
  }
}
.webinar-content .webinar-description {
  color: #FFF;
  font-family: "Neue Montreal";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .webinar-content .webinar-description {
    font-size: 26px;
  }
}

.webinar-form-wrapper {
  position: relative;
}
.webinar-form-wrapper .submitted-message {
  border-radius: 28px;
  background: #FFF;
  padding: 42px 38px;
  max-width: 600px;
  width: 100%;
}
.single-ebook .webinar-form-wrapper .submitted-message table {
  border: none;
}
.single-ebook .webinar-form-wrapper .submitted-message table td {
  background-color: transparent !important;
}
.single-ebook .webinar-form-wrapper .submitted-message table img {
  margin-bottom: 35px;
}
.single-ebook .webinar-form-wrapper .submitted-message table p {
  color: #2D3134;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-ebook .webinar-form-wrapper .submitted-message table p span img {
  margin-bottom: 0;
}
.single-webinaire .webinar-form-wrapper .submitted-message {
  color: #2D3134;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.webinar-form-wrapper .webinar-form {
  border-radius: 28px 28px 0 0;
  background: #FFF;
  padding: 42px 38px;
  max-width: 600px;
  width: 100%;
  min-height: 672px;
}
.webinar-form-wrapper .webinar-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.webinar-form-wrapper .webinar-form .form-group {
  margin-bottom: 48px;
}
.webinar-form-wrapper .webinar-form .form-group input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 28px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  outline: none;
}
.webinar-form-wrapper .webinar-form .form-group input:focus {
  border-color: #5565FC;
}
.webinar-form-wrapper .webinar-form .form-checkbox {
  color: #4B4B4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 48px;
}
.webinar-form-wrapper .webinar-form .form-checkbox a {
  color: inherit;
  text-decoration: underline;
}
.webinar-form-wrapper .webinar-form .form-checkbox a:hover {
  color: #5565FC;
}
.webinar-form-wrapper .hs-form-private {
  border-radius: 28px;
  background: #FFF;
  padding: 42px 38px;
  max-width: 600px;
  width: 100%;
  min-height: 672px;
}
@media (max-width: 1024px) {
  .webinar-form-wrapper .hs-form-private {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .webinar-form-wrapper .hs-form-private {
    padding: 40px 20px;
  }
}
.webinar-form-wrapper .hs-form-private label:not(.hs-form-booleancheckbox-display) {
  display: none;
}
.webinar-form-wrapper .hs-form-private .hs_firstname, .webinar-form-wrapper .hs-form-private .hs_lastname {
  display: inline-block;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .webinar-form-wrapper .hs-form-private .hs_firstname, .webinar-form-wrapper .hs-form-private .hs_lastname {
    width: 100%;
  }
}
.webinar-form-wrapper .hs-form-private .hs_firstname {
  margin-right: 20px;
}
.webinar-form-wrapper .hs-form-private .hs-form-field {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .webinar-form-wrapper .hs-form-private .hs-form-field {
    margin-bottom: 20px;
  }
}
.webinar-form-wrapper .hs-form-private .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]):not(.hs-fieldtype-intl-phone) {
  width: 100%;
  padding: 12px 20px;
  border-radius: 28px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.webinar-form-wrapper .hs-form-private .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]):not(.hs-fieldtype-intl-phone):focus {
  border-color: #5565FC;
}
.webinar-form-wrapper .hs-form-private .hs-fieldtype-intl-phone .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container {
  margin-bottom: 48px;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4B4B4B;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #5565FC;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display span {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #D2D2D2;
  background: #FFF;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  top: 2px;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display a {
  color: inherit;
  text-decoration: underline;
}
.webinar-form-wrapper .hs-form-private .legal-consent-container .hs-form-booleancheckbox-display a:hover {
  color: #5565FC;
}
.webinar-form-wrapper .hs-form-private .hs-submit {
  text-align: center;
}
.webinar-form-wrapper .hs-form-private .hs-submit .hs-button {
  color: #262626;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  height: 50px;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
  background: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFDF60), to(#FFB257));
  background-image: linear-gradient(90deg, #FFDF60 0%, #FFB257 100%);
  inset: 0;
  background-image: linear-gradient(90deg, #FFDF60 0%, #FFB257 100%);
}
.webinar-form-wrapper .hs-form-private .hs-submit .hs-button:hover {
  opacity: 0.9;
}
.webinar-form-wrapper .hs-form-private .select2-selection--single {
  width: 100%;
  padding: 12px 20px;
  border-radius: 28px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 58px;
}
.webinar-form-wrapper .hs-form-private .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
  padding-left: 0;
}
.webinar-form-wrapper .hs-form-private .hs-input.hs-fieldtype-intl-phone .select2-container {
  height: 58px;
}
@media (max-width: 767px) {
  .webinar-form-wrapper .hs-form-private .hs-input.hs-fieldtype-intl-phone .select2-container {
    width: 100% !important;
  }
}
.webinar-form-wrapper .hs-form-private .hs-input.hs-fieldtype-intl-phone .select2-selection__arrow {
  top: 16px;
  right: 4px;
}

.single-ebook header, .single-webinaire header {
  background: white;
}
.single-ebook .blog-section.three_cards-section, .single-webinaire .blog-section.three_cards-section {
  background: #F7FAFF;
}
.single-ebook .three_cards-section, .single-webinaire .three_cards-section {
  margin: 0 !important;
  padding-top: 128px;
  padding-bottom: 128px;
}
.single-ebook .drp_d_appnt .select2-search__field, .single-webinaire .drp_d_appnt .select2-search__field {
  background: #FFF;
}
.single-ebook .drp_d_appnt, .single-webinaire .drp_d_appnt {
  background: #FFF;
}
.single-ebook .select2-container--open .select2-dropdown--below, .single-webinaire .select2-container--open .select2-dropdown--below {
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
}
@media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px) {
  .single-ebook .hs-form-private .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input, .single-webinaire .hs-form-private .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
    width: 100% !important;
  }
}

.breadcrumb-container {
  margin-top: 27px;
  margin-bottom: 47px;
  text-align: center;
}
.breadcrumb-container .breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.breadcrumb-container .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #494949;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}
.breadcrumb-container .breadcrumb-item.active {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-weight: 500;
}
.breadcrumb-container .breadcrumb-item a {
  text-decoration: none;
  color: #494949;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumb-container .breadcrumb-item a:hover {
  color: #5565FC;
}
.breadcrumb-container .breadcrumb-item:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #5565FC;
  font-weight: normal;
}
.innerpages {
  padding-top: 120px;
}
.page-template-template-simple-php .innerpages, .page-template-template-cgu-faq-php .innerpages {
  background-color: #F6FAFF;
}
.innerpages .container {
  max-width: 1000px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .innerpages .container {
    max-width: calc(100vw - 20%);
  }
}
.innerpages .content-area {
  width: 100%;
  max-width: none !important;
}
.innerpages .content-area .wysiwyg h2 {
  color: #000 !important;
}

.blog-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
  color: #111827;
  border: 1px solid #d1d5db;
  margin: 20px 0;
}
.blog-wrapper table > :first-child > tr:first-child {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
.blog-wrapper table > :first-child > tr:first-child td, .blog-wrapper table > :first-child > tr:first-child th {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  color: #111827;
  padding: 16px;
  border: 1px solid #d1d5db;
  vertical-align: top;
  text-align: left;
}
.blog-wrapper table td {
  padding: 16px;
  border: 1px solid #d1d5db;
  vertical-align: top;
  text-align: left;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
}
.blog-wrapper table td b, .blog-wrapper table td strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  color: #000;
}
.blog-wrapper table td p, .blog-wrapper table th p {
  margin: 0 !important;
}
.blog-wrapper table tbody tr:hover > td, .blog-wrapper table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
@media (max-width: 768px) {
  .blog-wrapper table {
    display: block;
    border: 0;
  }
  .blog-wrapper table tbody, .blog-wrapper table tr, .blog-wrapper table td {
    display: block;
    width: 100%;
  }
  .blog-wrapper table tr {
    border: 1px solid #d1d5db;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .blog-wrapper table tr:first-child {
    display: none;
  }
  .blog-wrapper table td {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    padding: 12px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-wrapper table td:last-child {
    border-bottom: 0;
  }
}

.blog-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .blog-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-wrapper .sidebar-nav {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .blog-wrapper .sidebar-nav {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .blog-wrapper .sidebar-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.blog-wrapper .sidebar-nav .sidebar-inner {
  position: sticky;
  top: 130px;
  margin-bottom: 40px;
}
.blog-wrapper .sidebar-nav .content {
  margin-bottom: 30px;
  contain: layout;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
@media (max-width: 768px) {
  .blog-wrapper .sidebar-nav .content {
    position: relative;
    top: 0px;
  }
}
.blog-wrapper .sidebar-nav .nav-container {
  padding-left: 47px;
  border-left: 3px solid #D9D9D9;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .single.single-post .blog-wrapper .sidebar-nav .nav-container {
    display: none;
  }
}
.blog-wrapper .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-wrapper .sidebar-nav ul li {
  padding: 8px 0;
  margin: 5px 0;
  position: relative;
}
.blog-wrapper .sidebar-nav ul li .list-link {
  text-decoration: none;
  color: #4C4C4C;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.blog-wrapper .sidebar-nav ul li .list-link::first-letter {
  text-transform: uppercase;
}
.blog-wrapper .sidebar-nav ul li .list-link:hover {
  color: #5565FC;
}
.blog-wrapper .sidebar-nav ul li .list-link::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 12px;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 3px;
  border: 1px solid rgba(76, 76, 76, 0.3);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.blog-wrapper .sidebar-nav ul li .list-link.active {
  color: #000001;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.blog-wrapper .sidebar-nav ul li .list-link.active::before {
  background: #5565FC;
}
.blog-wrapper .sidebar-nav ul li .list-link.active::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0px;
  width: 3px;
  height: 100%;
  background: #5565FC;
  border-radius: 4px;
}
.blog-wrapper .content-area {
  max-width: calc(100% - 440px);
  margin-bottom: 79px;
}
@media (max-width: 1024px) {
  .blog-wrapper .content-area {
    max-width: calc(100% - 340px);
  }
  .single.single-post .blog-wrapper .content-area {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .content-area {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.blog-wrapper .content-area .author-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 56px;
}
.blog-wrapper .content-area .author-bar .author-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.blog-wrapper .content-area .author-bar .author-profile .avatar-circle {
  width: 40px;
  height: 40px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.blog-wrapper .content-area .author-bar .author-profile .avatar-circle img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.blog-wrapper .content-area .author-bar .author-profile .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.blog-wrapper .content-area .author-bar .author-profile .author-details .author-name {
  color: #000;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-wrapper .content-area .author-bar .author-profile .author-details .status-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.blog-wrapper .content-area .author-bar .author-profile .author-details .status-badge .check-icon {
  width: 16px;
}
.blog-wrapper .content-area .author-bar .author-profile .author-details .status-badge .status-text {
  color: #000;
  font-family: "Neue-Montreal-Italic", arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.blog-wrapper .content-area .author-bar .publish-date {
  margin-left: auto;
  color: #000;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px; /* 344.444% */
}
.blog-wrapper .content-area .wysiwyg h1, .blog-wrapper .content-area .wysiwyg h2, .blog-wrapper .content-area .wysiwyg h3, .blog-wrapper .content-area .wysiwyg h4, .blog-wrapper .content-area .wysiwyg h5, .blog-wrapper .content-area .wysiwyg h6 {
  color: #000;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.2px;
  margin-top: 55px;
  margin-bottom: 32px;
}
.blog-wrapper .content-area .wysiwyg h2 {
  color: #5565FC;
  font-size: 36px;
  line-height: 41px;
}
.blog-wrapper .content-area .wysiwyg h3, .blog-wrapper .content-area .wysiwyg h4 {
  font-size: 24px;
}
.blog-wrapper .content-area .wysiwyg h5, .blog-wrapper .content-area .wysiwyg h6 {
  font-size: 19px;
}
.blog-wrapper .content-area .wysiwyg p {
  color: #000;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 32px 0;
  overflow-wrap: break-word;
}
.blog-wrapper .content-area .wysiwyg p strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.blog-wrapper .content-area .wysiwyg p a {
  color: #5565FC;
}
.blog-wrapper .content-area .wysiwyg p a:hover {
  text-decoration: underline;
}
.blog-wrapper .content-area .wysiwyg ul, .blog-wrapper .content-area .wysiwyg ol {
  margin: 32px 0;
  padding-left: 18px;
}
.blog-wrapper .content-area .wysiwyg ul li, .blog-wrapper .content-area .wysiwyg ol li {
  color: #000001;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  list-style: disc;
}
.blog-wrapper .content-area .wysiwyg ul li svg, .blog-wrapper .content-area .wysiwyg ol li svg {
  display: none;
}
.blog-wrapper .content-area .wysiwyg ul li br, .blog-wrapper .content-area .wysiwyg ol li br {
  display: none;
}
.blog-wrapper .content-area .wysiwyg ul li strong, .blog-wrapper .content-area .wysiwyg ol li strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
}
.blog-wrapper .content-area .wysiwyg ul li a, .blog-wrapper .content-area .wysiwyg ol li a {
  color: #5565FC;
}
.blog-wrapper .content-area .wysiwyg ul li a:hover, .blog-wrapper .content-area .wysiwyg ol li a:hover {
  text-decoration: underline;
}
.blog-wrapper .content-area .wysiwyg ol li {
  list-style: decimal;
}
.blog-wrapper .content-area .wysiwyg img {
  display: block;
  max-width: 100%;
  border-radius: 16px;
  height: auto;
}
@media (max-width: 1024px) {
  .blog-wrapper .content-area .wysiwyg img:not(.quote-icon) {
    margin: auto;
  }
}
.blog-wrapper .content-area .wysiwyg blockquote {
  border-radius: 16px;
  background: #F5F7FC;
  padding: 42px;
  margin: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .blog-wrapper .content-area .wysiwyg blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-wrapper .content-area .wysiwyg blockquote:after {
  content: url("../img/quotes.svg");
  width: 37.238px;
  height: 25.238px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40px;
}
.blog-wrapper .content-area .wysiwyg blockquote p:not(:last-of-type) {
  color: #101010;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  margin-top: 42px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .blog-wrapper .content-area .wysiwyg blockquote p:not(:last-of-type) {
    font-size: 22px;
  }
}
.blog-wrapper .content-area .wysiwyg blockquote p:last-of-type {
  margin-bottom: 0;
}
.blog-wrapper .content-area .wysiwyg blockquote p:last-of-type cite {
  color: #5565FC;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-wrapper .content-area .wysiwyg blockquote p:last-of-type cite {
    font-size: 17px;
  }
}
.blog-wrapper .content-area .btn.blueBtn {
  margin: 20px 0;
}
.blog-wrapper .content-area .home-faq {
  border-radius: 34px;
  background: #5565FC;
  padding: 80px 60px 124px 60px;
}
@media (max-width: 1024px) {
  .blog-wrapper .content-area .home-faq {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .content-area .home-faq {
    padding: 60px 25px;
    margin-bottom: 50px;
  }
}
.blog-wrapper .content-area .home-faq .faq-item:first-child .faq-header {
  padding-top: 0 !important;
}
.blog-wrapper .content-area .home-faq .faq-item .faq-header {
  padding: 21px 0;
}
.blog-wrapper .content-area .home-faq .faq-item svg path {
  stroke: white !important;
}
.blog-wrapper .content-area .carousel-article {
  border-radius: 16px;
  margin: 40px 0;
}
@media (max-width: 1130px) {
  .blog-wrapper .content-area .carousel-article {
    padding: 0 15px;
  }
}
.blog-wrapper .content-area .carousel-article .item img {
  height: 375.009px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.blog-wrapper .content-area .carousel-article .item p {
  color: #000;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 10px;
}
.blog-wrapper .content-area .carousel-article .owl-nav button {
  z-index: 1;
  position: absolute;
  border-radius: 40px;
  border: 1px solid #FFF;
  width: 58.317px;
  height: 58.317px;
  top: 160px;
  -webkit-box-shadow: 2px 1px 10px 0px rgba(144, 163, 191, 0.35);
  box-shadow: 2px 1px 10px 0px rgba(144, 163, 191, 0.35);
  -webkit-transform: all ease 0.3s;
  -ms-transform: all ease 0.3s;
  transform: all ease 0.3s;
}
.blog-wrapper .content-area .carousel-article .owl-nav button span {
  display: none;
}
.blog-wrapper .content-area .carousel-article .owl-nav button.owl-prev {
  background: url("../img/arrow-right-2.svg") #fff no-repeat center;
  left: -30px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 1130px) {
  .blog-wrapper .content-area .carousel-article .owl-nav button.owl-prev {
    left: -18px;
  }
}
.blog-wrapper .content-area .carousel-article .owl-nav button.owl-next {
  background: url("../img/arrow-right-2.svg") #fff no-repeat center;
  right: -30px;
}
@media (max-width: 1130px) {
  .blog-wrapper .content-area .carousel-article .owl-nav button.owl-next {
    right: -18px;
  }
}
.blog-wrapper .content-area .carousel-article .owl-nav button:hover {
  background-color: #F5F7FC;
}
.blog-wrapper .testimonial-card {
  border-radius: 16px;
  background: #F5F7FC;
  padding: 42px;
  margin: 80px 0;
}
@media (max-width: 1130px) {
  .blog-wrapper .testimonial-card {
    padding: 24px;
  }
}
.blog-wrapper .testimonial-card .testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.blog-wrapper .testimonial-card .testimonial-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog-wrapper .testimonial-card .testimonial-image img {
  width: 239px;
  height: 371px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.blog-wrapper .testimonial-card .testimonial-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-wrapper .testimonial-card .testimonial-content .quote-icon {
  width: 37.238px;
  height: 25.238px;
  display: block;
  border-radius: 0;
}
@media (max-width: 768px) {
  .blog-wrapper .testimonial-card .testimonial-content .quote-icon {
    margin: auto;
  }
}
.blog-wrapper .testimonial-card .testimonial-content .testimonial-text {
  color: #101010;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%; /* 41.28px */
  margin-top: 42px;
  margin-bottom: 44px;
}
@media (max-width: 1130px) {
  .blog-wrapper .testimonial-card .testimonial-content .testimonial-text {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .testimonial-card .testimonial-content .testimonial-text {
    text-align: center;
  }
}
.blog-wrapper .testimonial-card .testimonial-content .testimonial-author .author-name {
  color: #5565FC;
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-wrapper .testimonial-card .testimonial-content .testimonial-author .author-name {
    text-align: center;
  }
}
.blog-wrapper .testimonial-card .testimonial-content .testimonial-author .author-role {
  color: #5565FC;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
}
@media (max-width: 768px) {
  .blog-wrapper .testimonial-card .testimonial-content .testimonial-author .author-role {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .testimonial-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .blog-wrapper .testimonial-container .testimonial-image img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: auto;
  }
}
.blog-wrapper .custom-faq {
  border-radius: 34px;
  background: #5565FC;
  padding: 70px 40px 70px 40px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .blog-wrapper .custom-faq {
    padding: 20px 30px;
  }
}
.blog-wrapper .custom-faq details {
  border-bottom: 1px solid white;
  padding: 21px 0;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-wrapper .custom-faq details:last-child {
  border-bottom: none;
}
.blog-wrapper .custom-faq details:not(.is-open) summary:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.blog-wrapper .custom-faq details summary {
  padding-left: 16px;
  padding-right: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  outline: none;
  transition: transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95), -webkit-transform 0.4s cubic-bezier(0.6, 0.01, 0.05, 0.95);
  position: relative;
  color: white;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767px) {
  .blog-wrapper .custom-faq details summary {
    font-size: 20px;
  }
}
.blog-wrapper .custom-faq details summary::-webkit-details-marker {
  display: none;
}
.blog-wrapper .custom-faq details summary strong {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.blog-wrapper .custom-faq details summary svg {
  margin-top: 4px !important;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-wrapper .custom-faq details summary svg path {
  stroke: white;
}
.blog-wrapper .custom-faq details summary .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 50px);
}
.blog-wrapper .custom-faq details p {
  color: white !important;
  margin: 0 !important;
  padding: 21px 16px 0px 16px;
}
@media (max-width: 767px) {
  .blog-wrapper .custom-faq details p {
    font-size: 17px;
  }
}
.blog-wrapper .custom-faq details ul li, .blog-wrapper .custom-faq details ol li {
  color: white !important;
  margin: 0 !important;
  padding: 21px 16px 0px 16px;
}
@media (max-width: 767px) {
  .blog-wrapper .custom-faq details ul li, .blog-wrapper .custom-faq details ol li {
    font-size: 17px;
  }
}
.blog-wrapper .customTitleFaq {
  font-size: 40px !important;
  text-align: center;
  margin-bottom: 55px !important;
  margin-top: 55px !important;
  line-height: 45px !important;
}
.blog-wrapper .customTitleFaq strong {
  color: #5565FC;
}

.hs-input.hs-fieldtype-intl-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 500px) {
  .hs-input.hs-fieldtype-intl-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hs-input.hs-fieldtype-intl-phone .select2-container {
  width: 200px !important;
  height: 40px;
}
@media (max-width: 500px) {
  .hs-input.hs-fieldtype-intl-phone .select2-container {
    width: 68% !important;
  }
}
@media (max-width: 500px) {
  .hs-input.hs-fieldtype-intl-phone .select2-selection--single {
    width: 100%;
  }
}
.hs-input.hs-fieldtype-intl-phone .select2-selection__arrow {
  top: 8px;
}
.hs-input.hs-fieldtype-intl-phone .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .hs-input.hs-fieldtype-intl-phone .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contactHero {
  background: radial-gradient(189.4% 34.55% at 50% 37.53%, #F5F7FC 0%, #EBEEF6 100%);
  padding-top: 140px;
}
.contactHero:after {
  background: #ebeef6;
}
.contactHero .form-header h1, .contactHero .form-header h2, .contactHero .form-header h3, .contactHero .form-header h4, .contactHero .form-header h5, .contactHero .form-header h6 {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 70px;
  color: #4D4C4C;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contactHero .form-header h1, .contactHero .form-header h2, .contactHero .form-header h3, .contactHero .form-header h4, .contactHero .form-header h5, .contactHero .form-header h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.contactHero .form-header h1 strong, .contactHero .form-header h2 strong, .contactHero .form-header h3 strong, .contactHero .form-header h4 strong, .contactHero .form-header h5 strong, .contactHero .form-header h6 strong {
  font-weight: 500;
  color: #5565FC;
}
.contactHero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contactHero .container {
    display: block;
  }
}
.contactHero .container .img-right {
  width: 632px;
  padding-top: 62px;
}
@media (max-width: 1130px) {
  .contactHero .container .img-right {
    width: 532px;
  }
}
@media (max-width: 991px) {
  .contactHero .container .img-right {
    display: none;
  }
}
.contactHero .container .home-nl {
  width: calc(100% - 632px);
  background: transparent;
  padding-top: 0;
}
@media (max-width: 1130px) {
  .contactHero .container .home-nl {
    width: calc(100% - 532px);
  }
}
@media (max-width: 991px) {
  .contactHero .container .home-nl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactHero .container .home-nl .btn {
    display: block;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .contactHero .container .home-nl .btn {
    width: 100%;
  }
}
.contactHero .container .visual-hub {
  position: relative;
  width: 100%;
}
.contactHero .container .visual-hub lottie-player {
  position: absolute;
  width: 540px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1130px) {
  .contactHero .container .visual-hub lottie-player {
    width: 440px;
  }
}
.contactHero .container .visual-hub img {
  margin: auto;
  display: block;
  width: 100%;
}
.contactHero .container .optimized-form .radio-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contactHero .container label {
  color: #4C4C4C;
  padding-left: 14px;
  margin-top: -6px;
}
.contactHero .container label a {
  color: #4C4C4C;
  text-decoration: underline;
}
.contactHero .container label a:hover {
  color: #5565FC;
}
.contactHero .container .form-checkbox {
  margin-bottom: 35px;
}
.contactHero .form-checkbox label:before {
  display: none;
}

.cf7-check-wrapper span {
  display: inline !important;
  pointer-events: auto !important;
}

#real-check {
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
  cursor: pointer !important;
  width: 18px !important;
  height: 18px !important;
  position: relative !important;
  z-index: 999 !important;
}

.api-integrations-section {
  background-color: #F6FAFF;
  padding-top: 242px;
  padding-bottom: 120px;
}
.api-integrations-section .section-header {
  text-align: center;
}
.api-integrations-section .section-header .title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 500;
  color: #4D4C4C;
  margin-bottom: 30px;
}
.api-integrations-section .section-header .feature-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
  max-width: 1500px;
  margin: 0 auto;
}
.api-integrations-section .section-header .feature-highlight .text-content .subtitle {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #4D4C4C;
  margin-bottom: 14px;
}
.api-integrations-section .section-header .feature-highlight .text-content p {
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #5A5A5A;
}
.api-integrations-section .category {
  margin-top: 60px;
}
.api-integrations-section .category .category-title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 1.75rem;
  color: #4D4C4C;
  font-weight: 500;
  padding: 0px 0px 12px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #1E2238;
}
.api-integrations-section .category .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .api-integrations-section .category .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .api-integrations-section .category .grid {
    grid-template-columns: 1fr;
  }
}
.api-integrations-section .category .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.api-integrations-section .category .item img {
  width: 35px;
}
.api-integrations-section .category .item span {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.recruitment-section {
  padding-top: 253px;
  padding-bottom: 122px;
  background-color: #F6FAFF;
  position: relative;
}
@media (max-width: 991px) {
  .recruitment-section {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .recruitment-section {
    padding-top: 140px;
  }
}
.recruitment-section .picto {
  position: absolute;
  bottom: -80px;
  right: -74px;
  width: 250px;
}
@media (max-width: 1300px) {
  .recruitment-section .picto {
    width: 200px;
    right: -113px;
  }
}
@media (max-width: 1024px) {
  .recruitment-section .picto {
    display: none;
  }
}
.recruitment-section .container {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991px) {
  .recruitment-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruitment-section .title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 500;
  color: #4C4C4C;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .recruitment-section .title {
    font-size: 50px;
  }
}
.recruitment-section .job-list {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.recruitment-section .job-list .job-item .job-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  text-decoration: none;
  padding: 15px;
  -webkit-transition: color 0.45s ease-in;
  transition: color 0.45s ease-in;
}
.recruitment-section .job-list .job-item .job-link:hover {
  background: #fff;
}
.recruitment-section .job-list .job-item .job-link:hover .arrow-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.recruitment-section .job-list .job-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.recruitment-section .job-list .job-info .job-title {
  font-family: "Neue-Montreal-Bold", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4C4C4C;
}
.recruitment-section .job-list .job-info .job-title::first-letter {
  text-transform: uppercase;
}
.recruitment-section .job-list .job-info .job-location {
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-weight: 400;
}
.recruitment-section .job-list .job-info .job-location::first-letter {
  text-transform: uppercase;
}
.recruitment-section .job-list .arrow-icon {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.recruitment-section .job-list .arrow-icon::before {
  content: url("../img/arrow-right-2.svg");
}

.recruitmentForm-section {
  margin-top: 100px;
}
.recruitmentForm-section .header-form {
  max-width: 850px;
  margin: auto;
}
.recruitmentForm-section .header-form .section-wysiwyg {
  margin-bottom: 90px;
}
.recruitmentForm-section .header-form .sub-title {
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4.5rem;
  color: #4D4C4C;
  text-align: center;
}
@media (max-width: 767px) {
  .recruitmentForm-section .header-form .sub-title {
    font-size: 28px;
    line-height: 37px;
  }
}

.custom-recruitment-form {
  max-width: 850px;
  margin: auto;
  margin-bottom: 116px;
  margin-top: 78px;
}
.custom-recruitment-form .form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 50px;
}
.custom-recruitment-form .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-recruitment-form .field-group.col-50 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 25px);
  flex: 1 1 calc(50% - 25px);
  min-width: 250px;
}
.custom-recruitment-form .field-group.col-100 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.custom-recruitment-form .field-group input[type=text], .custom-recruitment-form .field-group input[type=email], .custom-recruitment-form .field-group input[type=tel], .custom-recruitment-form .field-group textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #4C4C4C;
  padding: 15px 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 15px;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  width: 100%;
}
.custom-recruitment-form .field-group input[type=text]::-webkit-input-placeholder, .custom-recruitment-form .field-group input[type=email]::-webkit-input-placeholder, .custom-recruitment-form .field-group input[type=tel]::-webkit-input-placeholder, .custom-recruitment-form .field-group textarea::-webkit-input-placeholder {
  color: #aaa;
}
.custom-recruitment-form .field-group input[type=text]::-moz-placeholder, .custom-recruitment-form .field-group input[type=email]::-moz-placeholder, .custom-recruitment-form .field-group input[type=tel]::-moz-placeholder, .custom-recruitment-form .field-group textarea::-moz-placeholder {
  color: #aaa;
}
.custom-recruitment-form .field-group input[type=text]:-ms-input-placeholder, .custom-recruitment-form .field-group input[type=email]:-ms-input-placeholder, .custom-recruitment-form .field-group input[type=tel]:-ms-input-placeholder, .custom-recruitment-form .field-group textarea:-ms-input-placeholder {
  color: #aaa;
}
.custom-recruitment-form .field-group input[type=text]::-ms-input-placeholder, .custom-recruitment-form .field-group input[type=email]::-ms-input-placeholder, .custom-recruitment-form .field-group input[type=tel]::-ms-input-placeholder, .custom-recruitment-form .field-group textarea::-ms-input-placeholder {
  color: #aaa;
}
.custom-recruitment-form .field-group input[type=text]::placeholder, .custom-recruitment-form .field-group input[type=email]::placeholder, .custom-recruitment-form .field-group input[type=tel]::placeholder, .custom-recruitment-form .field-group textarea::placeholder {
  color: #aaa;
}
.custom-recruitment-form .field-group input[type=text]:focus, .custom-recruitment-form .field-group input[type=email]:focus, .custom-recruitment-form .field-group input[type=tel]:focus, .custom-recruitment-form .field-group textarea:focus {
  border-color: #5565FC;
}
.custom-recruitment-form .field-group textarea {
  resize: none;
  overflow: hidden;
}
.custom-recruitment-form .upload-container .upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-recruitment-form .upload-container .btn-upload {
  display: inline-block;
  border-radius: 25px 25px 25px 25px;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  background: #000;
  color: #fff;
  height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.custom-recruitment-form .upload-container .btn-upload:hover {
  padding: 12px 30px;
}
.custom-recruitment-form .upload-container .file-badge {
  padding: 5px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#FFDF60), to(#FFB257));
  background: linear-gradient(90deg, #FFDF60 0%, #FFB257 100%);
  border-radius: 10px;
  margin-right: 15px !important;
  display: inline-block;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 1rem;
  position: relative;
  color: #000;
  text-transform: uppercase;
}
.custom-recruitment-form .upload-container .file-badge .close-icon {
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
  padding-right: 4px;
}
.custom-recruitment-form .align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.heroQuiz:after {
  display: none;
}
.heroQuiz .bgBottomQuiz {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.heroQuiz .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 95px;
}
.heroQuiz .hero-content {
  max-width: 721px;
  padding-bottom: 100px;
}
@media (max-width: 1260px) {
  .heroQuiz .hero-content {
    max-width: 621px;
  }
}
@media (max-width: 1130px) {
  .heroQuiz .hero-content {
    max-width: 521px;
  }
}
@media (max-width: 1023px) {
  .heroQuiz .hero-content {
    max-width: 100%;
  }
}
.heroQuiz .hero-content h1, .heroQuiz .hero-content h2, .heroQuiz .hero-content h3, .heroQuiz .hero-content h4, .heroQuiz .hero-content h5, .heroQuiz .hero-content h6 {
  color: #4C4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 100% */
}
@media (max-width: 1260px) {
  .heroQuiz .hero-content h1, .heroQuiz .hero-content h2, .heroQuiz .hero-content h3, .heroQuiz .hero-content h4, .heroQuiz .hero-content h5, .heroQuiz .hero-content h6 {
    font-size: 50px;
    line-height: 55px;
  }
}
.heroQuiz .hero-content h1 strong, .heroQuiz .hero-content h2 strong, .heroQuiz .hero-content h3 strong, .heroQuiz .hero-content h4 strong, .heroQuiz .hero-content h5 strong, .heroQuiz .hero-content h6 strong {
  color: #5565FC;
  font-weight: 500;
}
.heroQuiz .hero-content p {
  color: #4C4C4C;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 121.429% */
  margin-top: 35px;
}
.heroQuiz .hero-content .div-wysiwyg {
  margin-bottom: 58px;
}
.heroQuiz .hero-mockup {
  max-width: calc(100% - 816px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1260px) {
  .heroQuiz .hero-mockup {
    max-width: calc(100% - 716px);
  }
}
@media (max-width: 1130px) {
  .heroQuiz .hero-mockup {
    max-width: calc(100% - 616px);
  }
}
@media (max-width: 1023px) {
  .heroQuiz .hero-mockup {
    display: none;
  }
}
.heroQuiz .hero-mockup img {
  width: 100%;
  max-width: 468px;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .hero-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .hero-content .hero-title {
    font-size: 2.5rem;
  }
  .hero-mockup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
}
.reasons-section {
  padding-top: 54px;
  padding-bottom: 80px;
  background: #EDF0F7;
  position: relative;
}
.reasons-section .container {
  z-index: 1;
  position: relative;
}
.reasons-section .picto {
  position: absolute;
  left: 0;
  top: 80px;
}
@media (max-width: 1024px) {
  .reasons-section .picto {
    left: -90px;
  }
}
@media (max-width: 767px) {
  .reasons-section .picto {
    display: none;
  }
}
.reasons-section .section-wysiwyg {
  margin-bottom: 66px;
}
.reasons-section .section-wysiwyg p {
  color: #5E5C61;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.216px;
  margin-top: 24px;
}
.reasons-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .reasons-section .cards-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .reasons-section .reason-card {
    margin-bottom: 20px;
  }
}
.reasons-section .reason-card .card-image-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .reasons-section .reason-card .card-image-wrapper {
    margin-bottom: 20px;
  }
}
.reasons-section .reason-card .card-image-wrapper .card-img {
  max-width: 300px;
  width: 100%;
  height: 236px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: auto;
  border-radius: 20px;
}
.reasons-section .reason-card .card-title {
  color: #4C4C4C;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 97.222% */
}
@media (max-width: 768px) {
  .reasons-section .reason-card .card-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.reasons-section .reason-card .card-title span {
  color: #5565FC;
}
.reasons-section .reason-card .card-desc {
  margin-top: 23px;
  color: #4C4C4C;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 767px) {
  .reasons-section .reason-card .card-desc {
    margin-top: 10px;
  }
}

.maturity-banner {
  border-radius: 24px;
  background: #5565FC;
  padding: 64px;
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  margin: auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .maturity-banner {
    padding: 24px;
  }
  .maturity-banner .btn {
    font-size: 11px;
    padding: 18px 20px;
  }
}
.maturity-banner .title {
  max-width: 470px;
  margin: auto;
  margin-bottom: 24px;
  position: relative;
}
.maturity-banner .title h3 {
  color: #FFF;
  text-align: center;
  font-family: "Neue-Montreal-Medium", arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%; /* 62.72px */
  letter-spacing: -1.28px;
}
@media (max-width: 767px) {
  .maturity-banner .title h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.maturity-banner .title .d-left {
  position: absolute;
  top: 70px;
  right: calc(100% + 34px);
}
@media (max-width: 767px) {
  .maturity-banner .title .d-left {
    display: none;
  }
}
.maturity-banner .title .d-right {
  position: absolute;
  top: 70px;
  left: calc(100% + 34px);
}
@media (max-width: 767px) {
  .maturity-banner .title .d-right {
    display: none;
  }
}
.maturity-banner .subtitle {
  color: #F1EFFF;
  text-align: center;
  font-family: "Neue-Montreal-regular", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 24px;
}

.quiz-popup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(58, 53, 53, 0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.quiz-popup .logo {
  display: block;
  margin: auto;
  width: 135px;
}
.quiz-popup .quiz-content {
  width: 100%;
  max-width: 1120px;
  border-radius: 11px;
  background: rgb(85, 101, 252);
  -webkit-box-shadow: 0 44px 37px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 44px 37px 0 rgba(0, 0, 0, 0.25);
  padding-top: 87px;
  position: relative;
}
.quiz-popup .quiz-content .close {
  position: absolute;
  height: 16px;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.quiz-popup .quiz-content .close:hover svg rect {
  fill: white;
}
.quiz-popup .quiz-form-wrapper {
  width: 100%;
}
.quiz-popup .quiz-form-wrapper iframe {
  border: none;
  width: 100%;
}