@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Red+Hat+Display:wght@400;500;700;900&display=swap');
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  color: #656565;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container-fluid {
  padding: 0;
}
.container {
  max-width: 1720px;
}
.lazy-backgrounds {
  background-color: #EEEEEE;
  background-image: none !important;
}
select {
  background-color: transparent !important;
}
section.first-section {
  padding-top: 200px;
}
#top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
#top .menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-right: 40px;
}
#top .menu .item {
  margin-right: 40px;
}
#top .menu .item:last-child {
  margin-right: 0;
}
#top .user-logged-infos {
  align-items: center;
  display: flex;
}
#top .user-logged-infos .profile-pic {
  align-items: center;
  background-color: #EEEEEE;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 10px;
  width: 50px;
}
#top .user-logged-infos .profile-pic .initial {
  color: #6369D1;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#top .user-logged-infos .name {
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
#top .menu-desktop {
  background-color: #FFFFFF00;
  box-shadow: none;
  padding-bottom: 35px;
  padding-top: 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .menu-desktop.transparent {
  background-color: rgba(255,255,255,0);
  box-shadow: none;
}
#top .menu-desktop.transparent .menu .link {
  color: #FFFFFF;
  font-weight: 500;
  position: relative;
}
#top .menu-desktop.transparent .menu .link:not(.btn-light):after {
  background-color: #FFFFFF;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .menu-desktop.transparent .menu .link:hover:not(.btn-light):after {
  opacity: 1;
  width: 100%;
}
#top .menu-desktop.transparent .menu .link.active {
  font-weight: bold;
}
#top .menu-desktop.transparent .menu .btn-light {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: none;
  color: #593C8F;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .menu-desktop.transparent .menu .btn-light:hover,
#top .menu-desktop.transparent .menu .btn-light:active,
#top .menu-desktop.transparent .menu .btn-light:focus {
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
  color: #593C8F;
  text-decoration: none;
}
#top .menu-desktop.transparent .social-medias .link {
  color: #FFFFFF;
  font-size: 21px;
}
#top .menu-desktop.transparent .social-medias .link:hover {
  color: #8a8fdd;
}
#top .menu-desktop.filled {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0,0,0,0.1);
}
#top .menu-desktop.filled .menu .link {
  color: #3A3A3A;
  font-weight: 500;
  position: relative;
}
#top .menu-desktop.filled .menu .link:not(.btn-light):after {
  background-color: #3A3A3A;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .menu-desktop.filled .menu .link:hover:not(.btn-light):after {
  opacity: 1;
  width: 100%;
}
#top .menu-desktop.filled .menu .link.active {
  font-weight: bold;
}
#top .menu-desktop.filled .menu .btn-light {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .menu-desktop.filled .menu .btn-light:hover,
#top .menu-desktop.filled .menu .btn-light:active,
#top .menu-desktop.filled .menu .btn-light:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
#top .menu-desktop.filled .social-medias .link {
  color: #AFAFAF;
  font-size: 21px;
}
#top .menu-desktop.filled .social-medias .link:hover {
  color: #8a8fdd;
}
#top .menu-desktop .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#top .menu-desktop .links {
  display: flex;
  margin-left: auto;
}
#top .social-medias {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
#top .social-medias .item {
  margin-right: 20px;
}
#top .social-medias .item:last-child {
  margin-right: 0;
}
#top .user-menu {
  background-color: #FFFFFF;
  padding-bottom: 30px;
  padding-top: 40px;
}
#top .user-menu .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#top .user-menu .pages {
  align-items: center;
  display: flex;
}
#top .user-menu .pages .link {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
#top .user-menu .pages .link:not(:last-child) {
  border-right: 1px solid #E6E6E6;
  padding-right: 27px;
}
#top .user-menu .pages .link:not(:first-child) {
  padding-left: 27px;
}
#top .user-menu .pages .link:hover {
  color: #6369D1;
}
#top .user-menu .actions .options {
  margin-right: 25px;
}
#top .user-menu .actions .options:last-child {
  margin-right: 0;
}
#top .user-menu .actions .options.link {
  color: #6369CF;
  font-weight: 500;
  position: relative;
}
#top .user-menu .actions .options.link.active {
  font-weight: 600;
}
#top .user-menu .actions .options.link:not([href]):not([tabindex]) {
  color: #3A3A3A;
}
#top .user-menu .actions .options.link:after {
  background-color: #6369CF;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .user-menu .actions .options.link:hover:after {
  opacity: 1;
  width: 100%;
}
#top .user-menu .actions .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top .user-menu .actions .btn-primary:hover,
#top .user-menu .actions .btn-primary:active,
#top .user-menu .actions .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
#top .user-menu .actions .btn-light {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: none;
  color: #6369CF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 44px rgba(0,0,0,0.1);
}
#top .user-menu .actions .btn-light:hover,
#top .user-menu .actions .btn-light:active,
#top .user-menu .actions .btn-light:focus {
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
  color: #6369CF;
  text-decoration: none;
}
#top #menu-mobile {
  position: relative;
  z-index: 9999;
  display: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#presentation {
  background-color: #FFFFFF;
  background-image: linear-gradient(119.01deg,#593C8F 17.84%,#6369D1 82.16%);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
  height: 100vh;
}
#presentation .container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 80px;
}
#presentation .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 70%;
  width: 33%;
}
#presentation .content .title {
  color: #6369D1;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 30px;
}
#presentation .content .text {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}
#presentation .content .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #ff7041;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 23px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 1.5em 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: auto;
  position: relative;
}
#presentation .content .btn-primary:hover,
#presentation .content .btn-primary:active,
#presentation .content .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #ff5d28;
  color: #FFFFFF;
  text-decoration: none;
}
#presentation .content .btn-primary .iconify {
  font-size: 32px;
  margin-left: 40px;
  margin-bottom: -2px;
}
#presentation .image-area {
  align-items: center;
  border-radius: 100px 0px;
  display: flex;
  height: 70%;
  justify-content: center;
  overflow: hidden;
  width: 55%;
}
#presentation .image-area img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#how-it-works {
  padding-bottom: 100px;
  padding-top: 90px;
}
#how-it-works .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#how-it-works .image-area {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 55%;
}
#how-it-works .image-area img {
  position: relative;
  z-index: 2;
}
#how-it-works .image-area:before {
  background: #F4F4F4;
  border-radius: 50%;
  content: "";
  height: 445px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 446px;
  z-index: 1;
}
#how-it-works .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 55%;
}
#how-it-works .content .title-area {
  margin-bottom: 20px;
}
#how-it-works .content .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}
#how-it-works .content .icon {
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0,0,0,0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 90px;
  width: 90px;
  margin-right: 25px;
}
#how-it-works .content .icon .iconify {
  color: #6369D1;
  font-size: 38px;
}
#how-it-works .content .text {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 50px;
}
#how-it-works .content .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369D1;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 21px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#how-it-works .content .btn-primary:hover,
#how-it-works .content .btn-primary:active,
#how-it-works .content .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #4f56cb;
  color: #FFFFFF;
  text-decoration: none;
}
#how-it-works.gray-background {
  background-color: #F4F4F4;
}
#how-it-works.gray-background .image-area:before {
  background: #fff;
}
#tips {
  background-color: #F4F4F4;
  padding-bottom: 80px;
  padding-top: 50px;
}
#tips .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
#tips .section-title .iconify {
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 34px rgba(0,0,0,0.1);
  color: #6369D1;
  font-size: 38px;
  height: 90px;
  margin-right: 20px;
  margin-top: -5px;
  padding: 20px;
  width: 90px;
}
#tips .swiper-container {
  overflow: unset;
  padding-right: 400px;
}
#tips .swiper-navigation {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100px;
  top: -130px;
}
#tips .swiper-button-prev,
#tips .swiper-button-next {
  top: 15px;
  width: 40px;
  height: 50px;
  border: none;
  background: #FFFFFF00;
  position: relative;
}
#tips .swiper-button-prev .iconify,
#tips .swiper-button-next .iconify {
  color: #6369D1;
  font-size: 30px;
}
#tips .swiper-button-prev.swiper-button-disabled,
#tips .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#tips .swiper-button-prev.swiper-button-disabled .iconify,
#tips .swiper-button-next.swiper-button-disabled .iconify {
  color: #CCCCCC;
}
#tips .swiper-button-prev:after,
#tips .swiper-button-next:after {
  display: none;
}
#tips .swiper-button-prev,
#tips .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: unset;
}
#tips .swiper-button-next,
#tips .swiper-container-rtl .swiper-button-prev {
  right: unset;
  left: unset;
}
#tips .swiper-slide {
  background: #FFFFFF;
  border: 3px solid #6369D1;
  border-top: 19px solid #6369D1;
  border-radius: 20px;
  box-shadow: 0px 4px 34px rgba(0,0,0,0.1);
  height: auto !important;
  padding: 30px 35px 60px;
}
#tips .swiper-slide .text {
  font-size: 23px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0;
}
#bottom {
  background: #6369D1;
  padding-bottom: 25px;
  padding-top: 25px;
}
#bottom .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#bottom .copyright {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
#bottom .social-medias {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
#bottom .social-medias .item {
  margin-right: 20px;
}
#bottom .social-medias .item:last-child {
  margin-right: 0;
}
#bottom .social-medias .link {
  color: #FFFFFF;
  font-size: 21px;
}
#bottom .social-medias .link:hover {
  color: #8a8fdd;
}
.center-button {
  justify-content: center;
  margin-bottom: 50px;
}
.btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
.checkbox-group-default {
  position: relative;
  width: fit-content;
}
.checkbox-group-default input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.checkbox-group-default input[type="checkbox"]:checked+.checkbox-marker .checkbox-area {
  background: #5056C9;
  background-size: 300%;
  background-position: left;
  border: none;
}
.checkbox-group-default input[type="checkbox"]:checked+.checkbox-marker .checkbox-area:after {
  opacity: 1;
}
.checkbox-group-default .checkbox-marker {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-group-default .checkbox-marker label {
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 10px;
}
.checkbox-group-default .checkbox-marker .checkbox-area {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #E3E7EE;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 16px;
  width: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-group-default .checkbox-marker .checkbox-area:after {
  content: '';
  background: url('https://api.iconify.design/ci/check-bold.svg?color=white&height=13') no-repeat center center / contain;
  height: 13px;
  opacity: 0;
  width: 13px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-content {
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  text-align: center;
}
.modal-header {
  border: none;
  border-top: 11px solid #6369CF;
  padding: 60px 60px 10px;
}
.modal-title {
  color: #656565;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: -0.692308px;
  width: 100%;
}
.modal-body {
  color: #656565;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 60px 25px;
}
.modal-body input[type="email"],
.modal-body input[type="text"] {
  border: none;
  border-bottom: 1px solid #A09FA3;
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 28px;
  padding: 10px 5px;
  width: 100%;
}
.modal-body .btn-send-form {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 3em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body .btn-send-form:hover,
.modal-body .btn-send-form:active,
.modal-body .btn-send-form:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
.modal-footer {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 25px 60px 60px;
}
.modal-footer>:not(:last-child) {
  margin-right: 15px;
}
.modal-footer>:not(:first-child) {
  margin-left: 15px;
}
.modal-footer .btn {
  background: #FFFFFF;
  border: 3px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 4px 44px rgba(0,0,0,0.1);
  color: #B6B3BA;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  padding: 22px 28px;
}
.modal-footer .btn-light:hover {
  border-color: #6369CF;
  color: #3A3A3A;
  font-weight: bold;
}
.modal-footer .btn-light .btn-icon {
  margin-right: 30px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 630px;
  }
}
#cookies-warning {
  background: #fff;
  bottom: 0;
  box-shadow: 0px 0px 70px rgba(0,0,0,0.05);
  display: none;
  font-family: 'Arial', sans-serif;
  padding-bottom: 33px;
  padding-top: 27px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#cookies-warning .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#cookies-warning .content {
  align-items: center;
  display: flex;
}
#cookies-warning .actions .bt-ok-cookie {
  border: none;
  background-color: #03AE6E;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  text-align: center;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 46px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 30px;
  min-width: 190px;
}
#cookies-warning .actions .bt-ok-cookie:hover {
  background-color: #03955e;
  color: #fff;
}
#cookies-warning .actions .see-more-details {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #CCCCCC;
}
#cookies-warning .section-title {
  color: #03AE6E;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
#cookies-warning .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #cookies-warning {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #cookies-warning .container {
    flex-direction: column;
    align-items: flex-start;
  }
  #cookies-warning .content {
    width: 50%;
  }
  #cookies-warning .content .icon {
    margin-right: 20px;
  }
  #cookies-warning .container .actions {
    align-self: flex-end;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  #cookies-warning .actions .btn-accept-cookie {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 425px) {
  #cookies-warning .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
