@charset "UTF-8";
section {
  background-color: #000;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

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

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

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2299aa !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffa405 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa405 !important;
  border-color: #ffa405 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad6e00 !important;
  border-color: #ad6e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad6e00 !important;
  border-color: #ad6e00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa405;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad6e00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa405 !important;
  border-color: #ffa405 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2299aa !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffa405 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #114c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9e6400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2299aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffa405;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2299aa;
  border-color: #2299aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2299aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeed1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2299aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2299aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2299aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2299aa;
  border-bottom-color: #2299aa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2299aa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232299aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vaIId9ztep {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaIId9ztep nav.navbar {
  position: fixed;
}
.cid-vaIId9ztep .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaIId9ztep .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaIId9ztep #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaIId9ztep .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaIId9ztep .dropdown-item:hover,
.cid-vaIId9ztep .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaIId9ztep .dropdown-item:hover span {
  color: white;
}
.cid-vaIId9ztep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaIId9ztep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaIId9ztep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaIId9ztep .nav-link {
  position: relative;
}
.cid-vaIId9ztep .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaIId9ztep .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaIId9ztep .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaIId9ztep .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaIId9ztep .dropdown-menu,
.cid-vaIId9ztep .navbar.opened {
  background: #353535 !important;
}
.cid-vaIId9ztep .nav-item:focus,
.cid-vaIId9ztep .nav-link:focus {
  outline: none;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaIId9ztep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaIId9ztep .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaIId9ztep .navbar.opened {
  transition: all 0.3s;
}
.cid-vaIId9ztep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaIId9ztep .navbar .navbar-logo img {
  width: auto;
}
.cid-vaIId9ztep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaIId9ztep .navbar.collapsed {
  justify-content: center;
}
.cid-vaIId9ztep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaIId9ztep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaIId9ztep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaIId9ztep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaIId9ztep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaIId9ztep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaIId9ztep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaIId9ztep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaIId9ztep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaIId9ztep .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaIId9ztep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaIId9ztep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaIId9ztep .dropdown-item.active,
.cid-vaIId9ztep .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIId9ztep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaIId9ztep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaIId9ztep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaIId9ztep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIId9ztep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaIId9ztep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaIId9ztep button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIId9ztep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaIId9ztep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaIId9ztep .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaIId9ztep .navbar {
    height: 70px;
  }
  .cid-vaIId9ztep .navbar.opened {
    height: auto;
  }
  .cid-vaIId9ztep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaIId9ztep .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaIId9ztep .navbar-toggler {
  margin-left: 10px;
}
.cid-vaIId9ztep .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaIId9ztep .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaIId9ztep .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .mbr-text {
    display: none;
  }
}
.cid-vaIId9ztep .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaIId9ztep .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaIId9ztep #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaIId9ztep #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaIId9ztep #vol {
    display: none;
  }
}
.cid-vaIId9ztep .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaIId9ztep .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaIId9ztep .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaIId9ztep .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaIId9ztep .nav-support,
.cid-vaIId9ztep .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaIId9ztep .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaIId9ztep .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaIId9ztep .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaIId9ztep .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaIId9ztep .cta-support a {
  color: #ff9e00;
}
.cid-vaIId9ztep .cta-support a:hover {
  color: #ffb733;
}
.cid-vaIId9ztep .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaIId9ztep .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaIId9ztep .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaIId9ztep .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaIId9ztep .nav-support a {
  color: #2299aa;
}
.cid-vaIId9ztep .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaIId9ztep .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaIId9ztep .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaIId9ztep .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaIId9ztep .header-actions a:hover,
.cid-vaIId9ztep .header-actions a:focus,
.cid-vaIId9ztep .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaIId9ztep .navbar-nav > li,
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-tMYkHuGtJU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMYkHuGtJU .image-wrapper {
  position: relative;
}
.cid-tMYkHuGtJU .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tMYkHuGtJU .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tMYkHuGtJU img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tMYkHuGtJU .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tMYkHuGtJU .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tMYkHuGtJU .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tMYkHuGtJU a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tMYkHuGtJU rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tMYkHuGtJU .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tMYkHuGtJU svg {
  margin-left: 15px;
}
.cid-tMYkHuGtJU path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tMYkHuGtJU .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tMYkHuGtJU .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tMYkHuGtJU .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tMYkHuGtJU .wrapper {
  margin: auto;
}
.cid-vaIJeb3o53 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaIJeb3o53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIJeb3o53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIJeb3o53 .container,
.cid-vaIJeb3o53 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vaIJeb3o53 .container,
  .cid-vaIJeb3o53 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vaIJeb3o53 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vaIJeb3o53 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vaIJeb3o53 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIJeb3o53 .mbr-section-title {
  color: #22a5e5;
}
.cid-vaIJeb3o53 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaIJlD06dO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaIJlD06dO img,
.cid-vaIJlD06dO .item-img {
  width: 100%;
}
.cid-vaIJlD06dO .item:focus,
.cid-vaIJlD06dO span:focus {
  outline: none;
}
.cid-vaIJlD06dO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vaIJlD06dO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vaIJlD06dO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vaIJlD06dO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIJlD06dO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vaIJlD06dO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vaIJlD06dO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vaIJlD06dO .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-vaIJlD06dO .mbr-text,
.cid-vaIJlD06dO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vaIJlD06dO .item-title {
  text-align: left;
  color: #22a5e5;
}
.cid-vaIJlD06dO .item-subtitle {
  text-align: center;
}
.cid-vaIJlD06dO .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sXkwsy9mtJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXkwsy9mtJ .image-wrapper {
  position: relative;
}
.cid-sXkwsy9mtJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXkwsy9mtJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXkwsy9mtJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXkwsy9mtJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXkwsy9mtJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXkwsy9mtJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXkwsy9mtJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXkwsy9mtJ svg {
  margin-left: 15px;
}
.cid-sXkwsy9mtJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXkwsy9mtJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXkwsy9mtJ .wrapper {
  margin: auto;
}
.cid-vaJwOg8LQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJwOg8LQ6 .btn {
  border-radius: 1vh;
}
.cid-vaJnSEkJjc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJnSEkJjc .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-t2BvVy7hfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t2BvVy7hfY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2BvVy7hfY .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2BvVy7hfY .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2BvVy7hfY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t2BvVy7hfY [class^="socicon-"]:before,
.cid-t2BvVy7hfY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2BvVy7hfY .mbr-section-title,
.cid-t2BvVy7hfY .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-t2229d1loV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2229d1loV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2229d1loV .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2229d1loV .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-t2229d1loV .form-control:focus,
.cid-t2229d1loV .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2229d1loV .form-group {
  margin-bottom: 1rem;
}
.cid-t2229d1loV input::-webkit-input-placeholder,
.cid-t2229d1loV textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2229d1loV input:-moz-placeholder,
.cid-t2229d1loV textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2229d1loV .jq-selectbox li,
.cid-t2229d1loV .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2229d1loV .jq-selectbox li:hover,
.cid-t2229d1loV .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2229d1loV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2229d1loV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2229d1loV textarea.form-control {
  resize: none;
}
.cid-t2229d1loV .input-group-btn {
  display: inline-block;
}
.cid-t2229d1loV .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2229d1loV .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2229d1loV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2229d1loV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2229d1loV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2229d1loV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2229d1loV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2229d1loV .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2229d1loV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2229d1loV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2229d1loV .form-control,
.cid-t2229d1loV .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2229d1loV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2229d1loV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2229d1loV #creativecommons img,
.cid-t2229d1loV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2229d1loV .offset-md-1 {
  margin-left: 1vw;
}
.cid-t2229d1loV P {
  color: #ffffff;
}
.cid-vaIOV6GcUA.popup-builder {
  background-color: #ffffff;
}
.cid-vaIOV6GcUA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaIOV6GcUA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaIOV6GcUA .modal-content,
.cid-vaIOV6GcUA .modal-dialog {
  height: auto;
}
.cid-vaIOV6GcUA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaIOV6GcUA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaIOV6GcUA .form-wrapper .mbr-form .form-group,
  .cid-vaIOV6GcUA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaIOV6GcUA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaIOV6GcUA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIOV6GcUA .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaIOV6GcUA .pt-0 {
  padding-top: 0 !important;
}
.cid-vaIOV6GcUA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaIOV6GcUA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaIOV6GcUA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaIOV6GcUA .modal-open {
  overflow: hidden;
}
.cid-vaIOV6GcUA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaIOV6GcUA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaIOV6GcUA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaIOV6GcUA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaIOV6GcUA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaIOV6GcUA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaIOV6GcUA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaIOV6GcUA .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaIOV6GcUA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaIOV6GcUA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaIOV6GcUA .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaIOV6GcUA .modal-backdrop.show {
  opacity: .5;
}
.cid-vaIOV6GcUA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-header {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaIOV6GcUA .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaIOV6GcUA .modal-header .close:hover {
  opacity: 1;
}
.cid-vaIOV6GcUA .modal-header .close:focus {
  outline: none;
}
.cid-vaIOV6GcUA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaIOV6GcUA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-body {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-footer {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaIOV6GcUA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaIOV6GcUA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaIOV6GcUA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaIOV6GcUA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-lg,
  .cid-vaIOV6GcUA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaIOV6GcUA .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaIOV6GcUA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaIOV6GcUA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaIOV6GcUA .form-group {
  margin-bottom: 1rem;
}
.cid-vaIOV6GcUA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaIOV6GcUA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaIOV6GcUA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaIOV6GcUA .mbr-section-btn {
  margin: 0;
}
.cid-vaIOV6GcUA .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaL96OAI6p .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaL96OAI6p .my-float {
  margin-top: 16px;
}
.cid-vaL96OAI6p P {
  color: #232323;
}
.cid-vaL96OAI6p DIV {
  color: #ffffff;
}
.cid-vaL96OAI6p H10 {
  color: #767676;
}
.cid-vaL96OAI6p .hidden {
  display: none;
}
.cid-vaL9DLtC0g.popup-builder {
  background-color: #ffffff;
}
.cid-vaL9DLtC0g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaL9DLtC0g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaL9DLtC0g .modal-content,
.cid-vaL9DLtC0g .modal-dialog {
  height: auto;
}
.cid-vaL9DLtC0g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaL9DLtC0g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaL9DLtC0g .form-wrapper .mbr-form .form-group,
  .cid-vaL9DLtC0g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaL9DLtC0g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaL9DLtC0g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaL9DLtC0g .mbr-text {
  text-align: center;
}
.cid-vaL9DLtC0g .pt-0 {
  padding-top: 0 !important;
}
.cid-vaL9DLtC0g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaL9DLtC0g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaL9DLtC0g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaL9DLtC0g .modal-open {
  overflow: hidden;
}
.cid-vaL9DLtC0g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaL9DLtC0g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaL9DLtC0g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaL9DLtC0g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaL9DLtC0g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaL9DLtC0g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaL9DLtC0g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaL9DLtC0g .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaL9DLtC0g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaL9DLtC0g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaL9DLtC0g .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaL9DLtC0g .modal-backdrop.show {
  opacity: .5;
}
.cid-vaL9DLtC0g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaL9DLtC0g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaL9DLtC0g .modal-header {
    padding: 1rem;
  }
}
.cid-vaL9DLtC0g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaL9DLtC0g .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaL9DLtC0g .modal-header .close:hover {
  opacity: 1;
}
.cid-vaL9DLtC0g .modal-header .close:focus {
  outline: none;
}
.cid-vaL9DLtC0g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaL9DLtC0g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaL9DLtC0g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaL9DLtC0g .modal-body {
    padding: 1rem;
  }
}
.cid-vaL9DLtC0g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaL9DLtC0g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaL9DLtC0g .modal-footer {
    padding: 1rem;
  }
}
.cid-vaL9DLtC0g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaL9DLtC0g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaL9DLtC0g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaL9DLtC0g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaL9DLtC0g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaL9DLtC0g .modal-lg,
  .cid-vaL9DLtC0g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaL9DLtC0g .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaL9DLtC0g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaL9DLtC0g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaL9DLtC0g .form-group {
  margin-bottom: 1rem;
}
.cid-vaL9DLtC0g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaL9DLtC0g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaL9DLtC0g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaL9DLtC0g .mbr-section-btn {
  margin: 0;
}
.cid-vaL9DLtC0g .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaL9DLtC0g .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaL9DLtC0g .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaIId9ztep {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaIId9ztep nav.navbar {
  position: fixed;
}
.cid-vaIId9ztep .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaIId9ztep .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaIId9ztep #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaIId9ztep .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaIId9ztep .dropdown-item:hover,
.cid-vaIId9ztep .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaIId9ztep .dropdown-item:hover span {
  color: white;
}
.cid-vaIId9ztep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaIId9ztep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaIId9ztep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaIId9ztep .nav-link {
  position: relative;
}
.cid-vaIId9ztep .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaIId9ztep .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaIId9ztep .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaIId9ztep .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaIId9ztep .dropdown-menu,
.cid-vaIId9ztep .navbar.opened {
  background: #353535 !important;
}
.cid-vaIId9ztep .nav-item:focus,
.cid-vaIId9ztep .nav-link:focus {
  outline: none;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaIId9ztep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaIId9ztep .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaIId9ztep .navbar.opened {
  transition: all 0.3s;
}
.cid-vaIId9ztep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaIId9ztep .navbar .navbar-logo img {
  width: auto;
}
.cid-vaIId9ztep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaIId9ztep .navbar.collapsed {
  justify-content: center;
}
.cid-vaIId9ztep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaIId9ztep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaIId9ztep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaIId9ztep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaIId9ztep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaIId9ztep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaIId9ztep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaIId9ztep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaIId9ztep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaIId9ztep .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaIId9ztep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaIId9ztep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaIId9ztep .dropdown-item.active,
.cid-vaIId9ztep .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIId9ztep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaIId9ztep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaIId9ztep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaIId9ztep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIId9ztep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaIId9ztep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaIId9ztep button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIId9ztep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaIId9ztep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaIId9ztep .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaIId9ztep .navbar {
    height: 70px;
  }
  .cid-vaIId9ztep .navbar.opened {
    height: auto;
  }
  .cid-vaIId9ztep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaIId9ztep .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaIId9ztep .navbar-toggler {
  margin-left: 10px;
}
.cid-vaIId9ztep .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaIId9ztep .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaIId9ztep .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .mbr-text {
    display: none;
  }
}
.cid-vaIId9ztep .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaIId9ztep .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaIId9ztep #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaIId9ztep #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaIId9ztep #vol {
    display: none;
  }
}
.cid-vaIId9ztep .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaIId9ztep .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaIId9ztep .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaIId9ztep .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaIId9ztep .nav-support,
.cid-vaIId9ztep .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaIId9ztep .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaIId9ztep .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaIId9ztep .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaIId9ztep .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaIId9ztep .cta-support a {
  color: #ff9e00;
}
.cid-vaIId9ztep .cta-support a:hover {
  color: #ffb733;
}
.cid-vaIId9ztep .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaIId9ztep .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaIId9ztep .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaIId9ztep .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaIId9ztep .nav-support a {
  color: #2299aa;
}
.cid-vaIId9ztep .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaIId9ztep .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaIId9ztep .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaIId9ztep .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaIId9ztep .header-actions a:hover,
.cid-vaIId9ztep .header-actions a:focus,
.cid-vaIId9ztep .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaIId9ztep .navbar-nav > li,
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaIRwVj8yh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaIRwVj8yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIRwVj8yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIRwVj8yh .container,
.cid-vaIRwVj8yh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vaIRwVj8yh .container,
  .cid-vaIRwVj8yh .container-fluid {
    padding: 0 20px;
  }
}
.cid-vaIRwVj8yh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vaIRwVj8yh .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vaIRwVj8yh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIRwVj8yh .mbr-section-title {
  color: #22a5e5;
}
.cid-vaIRwVj8yh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaIReggPBn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaIReggPBn img,
.cid-vaIReggPBn .item-img {
  width: 100%;
}
.cid-vaIReggPBn .item:focus,
.cid-vaIReggPBn span:focus {
  outline: none;
}
.cid-vaIReggPBn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vaIReggPBn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vaIReggPBn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vaIReggPBn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIReggPBn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vaIReggPBn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vaIReggPBn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vaIReggPBn .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-vaIReggPBn .mbr-text,
.cid-vaIReggPBn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vaIReggPBn .item-title {
  text-align: left;
  color: #22a5e5;
}
.cid-vaIReggPBn .item-subtitle {
  text-align: center;
}
.cid-vaIReggPBn .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vaJwOg8LQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJwOg8LQ6 .btn {
  border-radius: 1vh;
}
.cid-vaJnSEkJjc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJnSEkJjc .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-t2BvVy7hfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t2BvVy7hfY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2BvVy7hfY .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2BvVy7hfY .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2BvVy7hfY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t2BvVy7hfY [class^="socicon-"]:before,
.cid-t2BvVy7hfY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2BvVy7hfY .mbr-section-title,
.cid-t2BvVy7hfY .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-t2229d1loV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2229d1loV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2229d1loV .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2229d1loV .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-t2229d1loV .form-control:focus,
.cid-t2229d1loV .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2229d1loV .form-group {
  margin-bottom: 1rem;
}
.cid-t2229d1loV input::-webkit-input-placeholder,
.cid-t2229d1loV textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2229d1loV input:-moz-placeholder,
.cid-t2229d1loV textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2229d1loV .jq-selectbox li,
.cid-t2229d1loV .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2229d1loV .jq-selectbox li:hover,
.cid-t2229d1loV .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2229d1loV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2229d1loV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2229d1loV textarea.form-control {
  resize: none;
}
.cid-t2229d1loV .input-group-btn {
  display: inline-block;
}
.cid-t2229d1loV .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2229d1loV .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2229d1loV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2229d1loV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2229d1loV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2229d1loV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2229d1loV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2229d1loV .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2229d1loV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2229d1loV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2229d1loV .form-control,
.cid-t2229d1loV .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2229d1loV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2229d1loV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2229d1loV #creativecommons img,
.cid-t2229d1loV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2229d1loV .offset-md-1 {
  margin-left: 1vw;
}
.cid-t2229d1loV P {
  color: #ffffff;
}
.cid-vaIOV6GcUA.popup-builder {
  background-color: #ffffff;
}
.cid-vaIOV6GcUA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaIOV6GcUA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaIOV6GcUA .modal-content,
.cid-vaIOV6GcUA .modal-dialog {
  height: auto;
}
.cid-vaIOV6GcUA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaIOV6GcUA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaIOV6GcUA .form-wrapper .mbr-form .form-group,
  .cid-vaIOV6GcUA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaIOV6GcUA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaIOV6GcUA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIOV6GcUA .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaIOV6GcUA .pt-0 {
  padding-top: 0 !important;
}
.cid-vaIOV6GcUA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaIOV6GcUA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaIOV6GcUA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaIOV6GcUA .modal-open {
  overflow: hidden;
}
.cid-vaIOV6GcUA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaIOV6GcUA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaIOV6GcUA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaIOV6GcUA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaIOV6GcUA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaIOV6GcUA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaIOV6GcUA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaIOV6GcUA .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaIOV6GcUA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaIOV6GcUA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaIOV6GcUA .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaIOV6GcUA .modal-backdrop.show {
  opacity: .5;
}
.cid-vaIOV6GcUA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-header {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaIOV6GcUA .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaIOV6GcUA .modal-header .close:hover {
  opacity: 1;
}
.cid-vaIOV6GcUA .modal-header .close:focus {
  outline: none;
}
.cid-vaIOV6GcUA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaIOV6GcUA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-body {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-footer {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaIOV6GcUA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaIOV6GcUA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaIOV6GcUA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaIOV6GcUA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-lg,
  .cid-vaIOV6GcUA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaIOV6GcUA .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaIOV6GcUA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaIOV6GcUA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaIOV6GcUA .form-group {
  margin-bottom: 1rem;
}
.cid-vaIOV6GcUA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaIOV6GcUA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaIOV6GcUA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaIOV6GcUA .mbr-section-btn {
  margin: 0;
}
.cid-vaIOV6GcUA .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLcFyAeDQ .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLcFyAeDQ .my-float {
  margin-top: 16px;
}
.cid-vaLcFyAeDQ P {
  color: #232323;
}
.cid-vaLcFyAeDQ DIV {
  color: #ffffff;
}
.cid-vaLcFyAeDQ H10 {
  color: #767676;
}
.cid-vaLcFyAeDQ .hidden {
  display: none;
}
.cid-vaLcG23eeW.popup-builder {
  background-color: #ffffff;
}
.cid-vaLcG23eeW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLcG23eeW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLcG23eeW .modal-content,
.cid-vaLcG23eeW .modal-dialog {
  height: auto;
}
.cid-vaLcG23eeW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLcG23eeW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLcG23eeW .form-wrapper .mbr-form .form-group,
  .cid-vaLcG23eeW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLcG23eeW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLcG23eeW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLcG23eeW .mbr-text {
  text-align: center;
}
.cid-vaLcG23eeW .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLcG23eeW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLcG23eeW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLcG23eeW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLcG23eeW .modal-open {
  overflow: hidden;
}
.cid-vaLcG23eeW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLcG23eeW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLcG23eeW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLcG23eeW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLcG23eeW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLcG23eeW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLcG23eeW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLcG23eeW .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLcG23eeW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLcG23eeW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLcG23eeW .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLcG23eeW .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLcG23eeW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLcG23eeW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLcG23eeW .modal-header {
    padding: 1rem;
  }
}
.cid-vaLcG23eeW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLcG23eeW .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLcG23eeW .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLcG23eeW .modal-header .close:focus {
  outline: none;
}
.cid-vaLcG23eeW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-vaLcG23eeW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLcG23eeW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLcG23eeW .modal-body {
    padding: 1rem;
  }
}
.cid-vaLcG23eeW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLcG23eeW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLcG23eeW .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLcG23eeW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLcG23eeW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLcG23eeW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLcG23eeW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLcG23eeW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLcG23eeW .modal-lg,
  .cid-vaLcG23eeW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLcG23eeW .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLcG23eeW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLcG23eeW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLcG23eeW .form-group {
  margin-bottom: 1rem;
}
.cid-vaLcG23eeW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLcG23eeW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLcG23eeW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLcG23eeW .mbr-section-btn {
  margin: 0;
}
.cid-vaLcG23eeW .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLcG23eeW .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLcG23eeW .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaIId9ztep {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaIId9ztep nav.navbar {
  position: fixed;
}
.cid-vaIId9ztep .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaIId9ztep .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaIId9ztep #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaIId9ztep .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaIId9ztep .dropdown-item:hover,
.cid-vaIId9ztep .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaIId9ztep .dropdown-item:hover span {
  color: white;
}
.cid-vaIId9ztep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaIId9ztep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaIId9ztep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaIId9ztep .nav-link {
  position: relative;
}
.cid-vaIId9ztep .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaIId9ztep .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaIId9ztep .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaIId9ztep .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaIId9ztep .dropdown-menu,
.cid-vaIId9ztep .navbar.opened {
  background: #353535 !important;
}
.cid-vaIId9ztep .nav-item:focus,
.cid-vaIId9ztep .nav-link:focus {
  outline: none;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaIId9ztep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaIId9ztep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaIId9ztep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaIId9ztep .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaIId9ztep .navbar.opened {
  transition: all 0.3s;
}
.cid-vaIId9ztep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaIId9ztep .navbar .navbar-logo img {
  width: auto;
}
.cid-vaIId9ztep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaIId9ztep .navbar.collapsed {
  justify-content: center;
}
.cid-vaIId9ztep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaIId9ztep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaIId9ztep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaIId9ztep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaIId9ztep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaIId9ztep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaIId9ztep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaIId9ztep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaIId9ztep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaIId9ztep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaIId9ztep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaIId9ztep .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaIId9ztep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaIId9ztep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaIId9ztep .dropdown-item.active,
.cid-vaIId9ztep .dropdown-item:active {
  background-color: transparent;
}
.cid-vaIId9ztep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaIId9ztep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaIId9ztep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaIId9ztep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaIId9ztep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaIId9ztep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaIId9ztep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaIId9ztep button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaIId9ztep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaIId9ztep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaIId9ztep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaIId9ztep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaIId9ztep .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaIId9ztep .navbar {
    height: 70px;
  }
  .cid-vaIId9ztep .navbar.opened {
    height: auto;
  }
  .cid-vaIId9ztep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaIId9ztep .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaIId9ztep .navbar-toggler {
  margin-left: 10px;
}
.cid-vaIId9ztep .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaIId9ztep .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaIId9ztep .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .mbr-text {
    display: none;
  }
}
.cid-vaIId9ztep .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaIId9ztep .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaIId9ztep #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaIId9ztep #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaIId9ztep #vol {
    display: none;
  }
}
.cid-vaIId9ztep .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaIId9ztep .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaIId9ztep .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaIId9ztep .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaIId9ztep .nav-support,
.cid-vaIId9ztep .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaIId9ztep .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaIId9ztep .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaIId9ztep .nav-support,
  .cid-vaIId9ztep .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaIId9ztep .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaIId9ztep .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaIId9ztep .cta-support a {
  color: #ff9e00;
}
.cid-vaIId9ztep .cta-support a:hover {
  color: #ffb733;
}
.cid-vaIId9ztep .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaIId9ztep .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaIId9ztep .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaIId9ztep .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaIId9ztep .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaIId9ztep .nav-support a {
  color: #2299aa;
}
.cid-vaIId9ztep .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaIId9ztep .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaIId9ztep .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaIId9ztep .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaIId9ztep .header-actions a:hover,
.cid-vaIId9ztep .header-actions a:focus,
.cid-vaIId9ztep .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaIId9ztep .navbar-nav > li,
.cid-vaIId9ztep .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaJ7Vlk0zu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaJ7Vlk0zu .row {
  align-items: center;
}
.cid-vaJ7Vlk0zu .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaJ7Vlk0zu .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaJ7Vlk0zu .image-wrapper,
.cid-vaJ7Vlk0zu img {
  width: 100%;
}
.cid-vaJ7Vlk0zu .image-wrapper {
  overflow: hidden;
}
.cid-vaJ7Vlk0zu .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaJ7Vlk0zu .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaJ7Vlk0zu .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJ7Vlk0zu .row {
    flex-direction: column-reverse;
  }
  .cid-vaJ7Vlk0zu .content_box,
  .cid-vaJ7Vlk0zu .mbr-text {
    padding: 0;
  }
  .cid-vaJ7Vlk0zu .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaJ7Vlk0zu .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaJ7Vlk0zu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaJ7Vlk0zu .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaJ7Vlk0zu .mbr-text,
.cid-vaJ7Vlk0zu .linkBtn {
  color: #f3f4f7;
}
#custom-html-2cf {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY FILTRES + GRILLE
===================================================== */
  /* supprime ancien système */
  /* =====================================================
   BOUTONS FILTRES & GRILLE
===================================================== */
  /* Filtres */
  /* Grille */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ
===================================================== */
  /* =====================================================
   BOUTON
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2cf *,
#custom-html-2cf *::before,
#custom-html-2cf *::after {
  box-sizing: border-box;
}
#custom-html-2cf html,
#custom-html-2cf body,
#custom-html-2cf section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2cf .wrapper-centre {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
}
#custom-html-2cf .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2cf .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2cf .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2cf .conteneurBTS {
  position: sticky;
  top: 107px;
  /* hauteur navbar mesurée */
  z-index: 998;
  background: #000;
}
#custom-html-2cf .intercalaire {
  display: none !important;
}
#custom-html-2cf .complet {
  background-color: #000;
  padding: 0.8rem 0;
}
#custom-html-2cf .filter-buttons,
#custom-html-2cf .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2cf .filter-btn {
  margin: 0.3em 0.4em 0;
  cursor: pointer;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
}
#custom-html-2cf .filter-btn:hover,
#custom-html-2cf .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2cf .grid-btn {
  margin: 0.3rem;
  font-size: 1em;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2cf .grid-btn:hover,
#custom-html-2cf .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2cf #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2cf .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2cf .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2cf .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2cf .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2cf .item-content,
#custom-html-2cf .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2cf .item-wrapper,
#custom-html-2cf .item-wrapper p,
#custom-html-2cf .item-wrapper em,
#custom-html-2cf .item-wrapper span,
#custom-html-2cf .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2cf .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2cf .item-wrapper em {
  font-style: normal;
}
#custom-html-2cf .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2cf .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2cf .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2cf .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2cf .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2cf .filter-btn,
  #custom-html-2cf .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2cf .item-content,
  #custom-html-2cf .item-footer {
    max-width: 100%;
  }
  #custom-html-2cf .item-content p {
    font-size: 0.85rem;
  }
}
.cid-vaJwOg8LQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJwOg8LQ6 .btn {
  border-radius: 1vh;
}
.cid-vaJnSEkJjc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJnSEkJjc .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-t2BvVy7hfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t2BvVy7hfY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2BvVy7hfY .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2BvVy7hfY .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2BvVy7hfY .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2BvVy7hfY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t2BvVy7hfY [class^="socicon-"]:before,
.cid-t2BvVy7hfY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2BvVy7hfY .mbr-section-title,
.cid-t2BvVy7hfY .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-t2229d1loV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2229d1loV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2229d1loV .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2229d1loV .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-t2229d1loV .form-control:focus,
.cid-t2229d1loV .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2229d1loV .form-group {
  margin-bottom: 1rem;
}
.cid-t2229d1loV input::-webkit-input-placeholder,
.cid-t2229d1loV textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2229d1loV input:-moz-placeholder,
.cid-t2229d1loV textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2229d1loV .jq-selectbox li,
.cid-t2229d1loV .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2229d1loV .jq-selectbox li:hover,
.cid-t2229d1loV .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2229d1loV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2229d1loV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2229d1loV textarea.form-control {
  resize: none;
}
.cid-t2229d1loV .input-group-btn {
  display: inline-block;
}
.cid-t2229d1loV .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2229d1loV .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2229d1loV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2229d1loV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2229d1loV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2229d1loV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2229d1loV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2229d1loV .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2229d1loV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2229d1loV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2229d1loV .form-control,
.cid-t2229d1loV .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2229d1loV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2229d1loV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2229d1loV #creativecommons img,
.cid-t2229d1loV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2229d1loV .offset-md-1 {
  margin-left: 1vw;
}
.cid-t2229d1loV P {
  color: #ffffff;
}
.cid-vaIOV6GcUA.popup-builder {
  background-color: #ffffff;
}
.cid-vaIOV6GcUA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaIOV6GcUA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaIOV6GcUA .modal-content,
.cid-vaIOV6GcUA .modal-dialog {
  height: auto;
}
.cid-vaIOV6GcUA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaIOV6GcUA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaIOV6GcUA .form-wrapper .mbr-form .form-group,
  .cid-vaIOV6GcUA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaIOV6GcUA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaIOV6GcUA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaIOV6GcUA .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaIOV6GcUA .pt-0 {
  padding-top: 0 !important;
}
.cid-vaIOV6GcUA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaIOV6GcUA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaIOV6GcUA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaIOV6GcUA .modal-open {
  overflow: hidden;
}
.cid-vaIOV6GcUA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaIOV6GcUA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaIOV6GcUA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaIOV6GcUA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaIOV6GcUA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaIOV6GcUA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaIOV6GcUA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaIOV6GcUA .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaIOV6GcUA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaIOV6GcUA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaIOV6GcUA .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaIOV6GcUA .modal-backdrop.show {
  opacity: .5;
}
.cid-vaIOV6GcUA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-header {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaIOV6GcUA .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaIOV6GcUA .modal-header .close:hover {
  opacity: 1;
}
.cid-vaIOV6GcUA .modal-header .close:focus {
  outline: none;
}
.cid-vaIOV6GcUA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaIOV6GcUA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-body {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaIOV6GcUA .modal-footer {
    padding: 1rem;
  }
}
.cid-vaIOV6GcUA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaIOV6GcUA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaIOV6GcUA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaIOV6GcUA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaIOV6GcUA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaIOV6GcUA .modal-lg,
  .cid-vaIOV6GcUA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaIOV6GcUA .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaIOV6GcUA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaIOV6GcUA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaIOV6GcUA .form-group {
  margin-bottom: 1rem;
}
.cid-vaIOV6GcUA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaIOV6GcUA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaIOV6GcUA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaIOV6GcUA .mbr-section-btn {
  margin: 0;
}
.cid-vaIOV6GcUA .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdl3ek7G.popup-builder {
  background-color: #ffffff;
}
.cid-vaLdl3ek7G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLdl3ek7G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLdl3ek7G .modal-content,
.cid-vaLdl3ek7G .modal-dialog {
  height: auto;
}
.cid-vaLdl3ek7G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLdl3ek7G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLdl3ek7G .form-wrapper .mbr-form .form-group,
  .cid-vaLdl3ek7G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLdl3ek7G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLdl3ek7G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLdl3ek7G .mbr-text {
  text-align: center;
}
.cid-vaLdl3ek7G .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLdl3ek7G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLdl3ek7G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLdl3ek7G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLdl3ek7G .modal-open {
  overflow: hidden;
}
.cid-vaLdl3ek7G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLdl3ek7G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLdl3ek7G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLdl3ek7G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLdl3ek7G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLdl3ek7G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLdl3ek7G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLdl3ek7G .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLdl3ek7G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLdl3ek7G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLdl3ek7G .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLdl3ek7G .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLdl3ek7G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLdl3ek7G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdl3ek7G .modal-header {
    padding: 1rem;
  }
}
.cid-vaLdl3ek7G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLdl3ek7G .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLdl3ek7G .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLdl3ek7G .modal-header .close:focus {
  outline: none;
}
.cid-vaLdl3ek7G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-vaLdl3ek7G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLdl3ek7G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdl3ek7G .modal-body {
    padding: 1rem;
  }
}
.cid-vaLdl3ek7G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLdl3ek7G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdl3ek7G .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLdl3ek7G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLdl3ek7G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLdl3ek7G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLdl3ek7G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLdl3ek7G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLdl3ek7G .modal-lg,
  .cid-vaLdl3ek7G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLdl3ek7G .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLdl3ek7G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLdl3ek7G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLdl3ek7G .form-group {
  margin-bottom: 1rem;
}
.cid-vaLdl3ek7G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLdl3ek7G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLdl3ek7G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLdl3ek7G .mbr-section-btn {
  margin: 0;
}
.cid-vaLdl3ek7G .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdl3ek7G .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLdl3ek7G .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaLdltMl8a .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLdltMl8a .my-float {
  margin-top: 16px;
}
.cid-vaLdltMl8a P {
  color: #232323;
}
.cid-vaLdltMl8a DIV {
  color: #ffffff;
}
.cid-vaLdltMl8a H10 {
  color: #767676;
}
.cid-vaLdltMl8a .hidden {
  display: none;
}
.cid-vaJvk9uwB5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaJvk9uwB5 nav.navbar {
  position: fixed;
}
.cid-vaJvk9uwB5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJvk9uwB5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaJvk9uwB5 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaJvk9uwB5 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaJvk9uwB5 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaJvk9uwB5 .dropdown-item:hover,
.cid-vaJvk9uwB5 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaJvk9uwB5 .dropdown-item:hover span {
  color: white;
}
.cid-vaJvk9uwB5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaJvk9uwB5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaJvk9uwB5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaJvk9uwB5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaJvk9uwB5 .nav-link {
  position: relative;
}
.cid-vaJvk9uwB5 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaJvk9uwB5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaJvk9uwB5 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaJvk9uwB5 .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaJvk9uwB5 .dropdown-menu,
.cid-vaJvk9uwB5 .navbar.opened {
  background: #353535 !important;
}
.cid-vaJvk9uwB5 .nav-item:focus,
.cid-vaJvk9uwB5 .nav-link:focus {
  outline: none;
}
.cid-vaJvk9uwB5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaJvk9uwB5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaJvk9uwB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaJvk9uwB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJvk9uwB5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaJvk9uwB5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaJvk9uwB5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaJvk9uwB5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaJvk9uwB5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaJvk9uwB5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaJvk9uwB5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaJvk9uwB5 .navbar.collapsed {
  justify-content: center;
}
.cid-vaJvk9uwB5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaJvk9uwB5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaJvk9uwB5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaJvk9uwB5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaJvk9uwB5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaJvk9uwB5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaJvk9uwB5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaJvk9uwB5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaJvk9uwB5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaJvk9uwB5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaJvk9uwB5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaJvk9uwB5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaJvk9uwB5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaJvk9uwB5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaJvk9uwB5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaJvk9uwB5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaJvk9uwB5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaJvk9uwB5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaJvk9uwB5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaJvk9uwB5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaJvk9uwB5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaJvk9uwB5 .dropdown-item.active,
.cid-vaJvk9uwB5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaJvk9uwB5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaJvk9uwB5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaJvk9uwB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaJvk9uwB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaJvk9uwB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaJvk9uwB5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaJvk9uwB5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaJvk9uwB5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaJvk9uwB5 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaJvk9uwB5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaJvk9uwB5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaJvk9uwB5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJvk9uwB5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJvk9uwB5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaJvk9uwB5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJvk9uwB5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaJvk9uwB5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaJvk9uwB5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJvk9uwB5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaJvk9uwB5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaJvk9uwB5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaJvk9uwB5 .navbar {
    height: 70px;
  }
  .cid-vaJvk9uwB5 .navbar.opened {
    height: auto;
  }
  .cid-vaJvk9uwB5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaJvk9uwB5 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaJvk9uwB5 .navbar-toggler {
  margin-left: 10px;
}
.cid-vaJvk9uwB5 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaJvk9uwB5 .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaJvk9uwB5 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaJvk9uwB5 .mbr-text {
    display: none;
  }
}
.cid-vaJvk9uwB5 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaJvk9uwB5 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaJvk9uwB5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaJvk9uwB5 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaJvk9uwB5 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaJvk9uwB5 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaJvk9uwB5 #vol {
    display: none;
  }
}
.cid-vaJvk9uwB5 .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaJvk9uwB5 .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaJvk9uwB5 .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaJvk9uwB5 .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaJvk9uwB5 .nav-support,
.cid-vaJvk9uwB5 .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaJvk9uwB5 .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaJvk9uwB5 .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaJvk9uwB5 .nav-support,
  .cid-vaJvk9uwB5 .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaJvk9uwB5 .nav-support,
  .cid-vaJvk9uwB5 .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaJvk9uwB5 .nav-support,
  .cid-vaJvk9uwB5 .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaJvk9uwB5 .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaJvk9uwB5 .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaJvk9uwB5 .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaJvk9uwB5 .cta-support a {
  color: #ff9e00;
}
.cid-vaJvk9uwB5 .cta-support a:hover {
  color: #ffb733;
}
.cid-vaJvk9uwB5 .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaJvk9uwB5 .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaJvk9uwB5 .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaJvk9uwB5 .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaJvk9uwB5 .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaJvk9uwB5 .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaJvk9uwB5 .nav-support a {
  color: #2299aa;
}
.cid-vaJvk9uwB5 .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaJvk9uwB5 .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaJvk9uwB5 .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaJvk9uwB5 .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaJvk9uwB5 .header-actions a:hover,
.cid-vaJvk9uwB5 .header-actions a:focus,
.cid-vaJvk9uwB5 .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaJvk9uwB5 .navbar-nav > li,
.cid-vaJvk9uwB5 .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaJvkanjYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaJvkanjYZ .row {
  align-items: center;
}
.cid-vaJvkanjYZ .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaJvkanjYZ .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaJvkanjYZ .image-wrapper,
.cid-vaJvkanjYZ img {
  width: 100%;
}
.cid-vaJvkanjYZ .image-wrapper {
  overflow: hidden;
}
.cid-vaJvkanjYZ .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaJvkanjYZ .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaJvkanjYZ .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJvkanjYZ .row {
    flex-direction: column-reverse;
  }
  .cid-vaJvkanjYZ .content_box,
  .cid-vaJvkanjYZ .mbr-text {
    padding: 0;
  }
  .cid-vaJvkanjYZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaJvkanjYZ .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaJvkanjYZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaJvkanjYZ .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaJvkanjYZ .mbr-text,
.cid-vaJvkanjYZ .linkBtn {
  color: #f3f4f7;
}
#custom-html-2ce {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY FILTRES + GRILLE
===================================================== */
  /* supprime ancien système */
  /* =====================================================
   BOUTONS FILTRES & GRILLE
===================================================== */
  /* Filtres */
  /* Grille */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ
===================================================== */
  /* =====================================================
   BOUTON
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2ce *,
#custom-html-2ce *::before,
#custom-html-2ce *::after {
  box-sizing: border-box;
}
#custom-html-2ce html,
#custom-html-2ce body,
#custom-html-2ce section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2ce .wrapper-centre {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
}
#custom-html-2ce .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2ce .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2ce .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2ce .conteneurBTS {
  position: sticky;
  top: 107px;
  /* hauteur navbar mesurée */
  z-index: 998;
  background: #000;
}
#custom-html-2ce .intercalaire {
  display: none !important;
}
#custom-html-2ce .complet {
  background-color: #000;
  padding: 0.8rem 0;
}
#custom-html-2ce .filter-buttons,
#custom-html-2ce .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2ce .filter-btn {
  margin: 0.3em 0.4em 0;
  cursor: pointer;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
}
#custom-html-2ce .filter-btn:hover,
#custom-html-2ce .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ce .grid-btn {
  margin: 0.3rem;
  font-size: 1em;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2ce .grid-btn:hover,
#custom-html-2ce .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ce #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2ce .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2ce .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2ce .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2ce .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2ce .item-content,
#custom-html-2ce .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2ce .item-wrapper,
#custom-html-2ce .item-wrapper p,
#custom-html-2ce .item-wrapper em,
#custom-html-2ce .item-wrapper span,
#custom-html-2ce .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2ce .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2ce .item-wrapper em {
  font-style: normal;
}
#custom-html-2ce .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2ce .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2ce .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2ce .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2ce .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2ce .filter-btn,
  #custom-html-2ce .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2ce .item-content,
  #custom-html-2ce .item-footer {
    max-width: 100%;
  }
  #custom-html-2ce .item-content p {
    font-size: 0.85rem;
  }
}
.cid-vaJwOg8LQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJwOg8LQ6 .btn {
  border-radius: 1vh;
}
.cid-vaJvkaJPTt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJvkaJPTt .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaJvkaWeRI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaJvkaWeRI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaJvkaWeRI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaJvkaWeRI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaJvkaWeRI .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaJvkaWeRI .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaJvkaWeRI .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaJvkaWeRI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaJvkaWeRI [class^="socicon-"]:before,
.cid-vaJvkaWeRI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaJvkaWeRI .mbr-section-title,
.cid-vaJvkaWeRI .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaJvkbhaKP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaJvkbhaKP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaJvkbhaKP .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaJvkbhaKP .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaJvkbhaKP .form-control:focus,
.cid-vaJvkbhaKP .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaJvkbhaKP .form-group {
  margin-bottom: 1rem;
}
.cid-vaJvkbhaKP input::-webkit-input-placeholder,
.cid-vaJvkbhaKP textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaJvkbhaKP input:-moz-placeholder,
.cid-vaJvkbhaKP textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaJvkbhaKP .jq-selectbox li,
.cid-vaJvkbhaKP .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJvkbhaKP .jq-selectbox li:hover,
.cid-vaJvkbhaKP .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJvkbhaKP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJvkbhaKP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJvkbhaKP textarea.form-control {
  resize: none;
}
.cid-vaJvkbhaKP .input-group-btn {
  display: inline-block;
}
.cid-vaJvkbhaKP .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaJvkbhaKP .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaJvkbhaKP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaJvkbhaKP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaJvkbhaKP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaJvkbhaKP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaJvkbhaKP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaJvkbhaKP .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaJvkbhaKP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaJvkbhaKP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaJvkbhaKP .form-control,
.cid-vaJvkbhaKP .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaJvkbhaKP #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaJvkbhaKP #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaJvkbhaKP #creativecommons img,
.cid-vaJvkbhaKP iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaJvkbhaKP .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaJvkbhaKP P {
  color: #ffffff;
}
.cid-vaJvkbBCGl.popup-builder {
  background-color: #ffffff;
}
.cid-vaJvkbBCGl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaJvkbBCGl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaJvkbBCGl .modal-content,
.cid-vaJvkbBCGl .modal-dialog {
  height: auto;
}
.cid-vaJvkbBCGl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaJvkbBCGl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaJvkbBCGl .form-wrapper .mbr-form .form-group,
  .cid-vaJvkbBCGl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaJvkbBCGl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaJvkbBCGl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaJvkbBCGl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaJvkbBCGl .pt-0 {
  padding-top: 0 !important;
}
.cid-vaJvkbBCGl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaJvkbBCGl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaJvkbBCGl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaJvkbBCGl .modal-open {
  overflow: hidden;
}
.cid-vaJvkbBCGl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaJvkbBCGl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaJvkbBCGl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaJvkbBCGl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaJvkbBCGl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaJvkbBCGl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaJvkbBCGl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaJvkbBCGl .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaJvkbBCGl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaJvkbBCGl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaJvkbBCGl .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaJvkbBCGl .modal-backdrop.show {
  opacity: .5;
}
.cid-vaJvkbBCGl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaJvkbBCGl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJvkbBCGl .modal-header {
    padding: 1rem;
  }
}
.cid-vaJvkbBCGl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaJvkbBCGl .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaJvkbBCGl .modal-header .close:hover {
  opacity: 1;
}
.cid-vaJvkbBCGl .modal-header .close:focus {
  outline: none;
}
.cid-vaJvkbBCGl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaJvkbBCGl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaJvkbBCGl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJvkbBCGl .modal-body {
    padding: 1rem;
  }
}
.cid-vaJvkbBCGl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaJvkbBCGl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJvkbBCGl .modal-footer {
    padding: 1rem;
  }
}
.cid-vaJvkbBCGl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaJvkbBCGl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaJvkbBCGl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaJvkbBCGl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaJvkbBCGl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaJvkbBCGl .modal-lg,
  .cid-vaJvkbBCGl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaJvkbBCGl .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaJvkbBCGl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaJvkbBCGl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaJvkbBCGl .form-group {
  margin-bottom: 1rem;
}
.cid-vaJvkbBCGl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaJvkbBCGl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaJvkbBCGl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaJvkbBCGl .mbr-section-btn {
  margin: 0;
}
.cid-vaJvkbBCGl .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdwdwYpE.popup-builder {
  background-color: #ffffff;
}
.cid-vaLdwdwYpE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLdwdwYpE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLdwdwYpE .modal-content,
.cid-vaLdwdwYpE .modal-dialog {
  height: auto;
}
.cid-vaLdwdwYpE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLdwdwYpE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLdwdwYpE .form-wrapper .mbr-form .form-group,
  .cid-vaLdwdwYpE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLdwdwYpE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLdwdwYpE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLdwdwYpE .mbr-text {
  text-align: center;
}
.cid-vaLdwdwYpE .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLdwdwYpE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLdwdwYpE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLdwdwYpE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLdwdwYpE .modal-open {
  overflow: hidden;
}
.cid-vaLdwdwYpE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLdwdwYpE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLdwdwYpE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLdwdwYpE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLdwdwYpE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLdwdwYpE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLdwdwYpE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLdwdwYpE .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLdwdwYpE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLdwdwYpE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLdwdwYpE .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLdwdwYpE .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLdwdwYpE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLdwdwYpE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdwdwYpE .modal-header {
    padding: 1rem;
  }
}
.cid-vaLdwdwYpE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLdwdwYpE .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLdwdwYpE .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLdwdwYpE .modal-header .close:focus {
  outline: none;
}
.cid-vaLdwdwYpE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLdwdwYpE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLdwdwYpE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdwdwYpE .modal-body {
    padding: 1rem;
  }
}
.cid-vaLdwdwYpE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLdwdwYpE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdwdwYpE .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLdwdwYpE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLdwdwYpE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLdwdwYpE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLdwdwYpE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLdwdwYpE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLdwdwYpE .modal-lg,
  .cid-vaLdwdwYpE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLdwdwYpE .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLdwdwYpE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLdwdwYpE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLdwdwYpE .form-group {
  margin-bottom: 1rem;
}
.cid-vaLdwdwYpE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLdwdwYpE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLdwdwYpE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLdwdwYpE .mbr-section-btn {
  margin: 0;
}
.cid-vaLdwdwYpE .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdwdwYpE .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLdwdwYpE .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaLdwRbLZx .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLdwRbLZx .my-float {
  margin-top: 16px;
}
.cid-vaLdwRbLZx P {
  color: #232323;
}
.cid-vaLdwRbLZx DIV {
  color: #ffffff;
}
.cid-vaLdwRbLZx H10 {
  color: #767676;
}
.cid-vaLdwRbLZx .hidden {
  display: none;
}
.cid-vaJwaSXS7b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaJwaSXS7b nav.navbar {
  position: fixed;
}
.cid-vaJwaSXS7b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJwaSXS7b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaJwaSXS7b .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaJwaSXS7b #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaJwaSXS7b .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaJwaSXS7b .dropdown-item:hover,
.cid-vaJwaSXS7b .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaJwaSXS7b .dropdown-item:hover span {
  color: white;
}
.cid-vaJwaSXS7b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaJwaSXS7b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaJwaSXS7b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaJwaSXS7b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaJwaSXS7b .nav-link {
  position: relative;
}
.cid-vaJwaSXS7b .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaJwaSXS7b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaJwaSXS7b .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaJwaSXS7b .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaJwaSXS7b .dropdown-menu,
.cid-vaJwaSXS7b .navbar.opened {
  background: #353535 !important;
}
.cid-vaJwaSXS7b .nav-item:focus,
.cid-vaJwaSXS7b .nav-link:focus {
  outline: none;
}
.cid-vaJwaSXS7b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaJwaSXS7b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaJwaSXS7b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaJwaSXS7b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJwaSXS7b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaJwaSXS7b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaJwaSXS7b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaJwaSXS7b .navbar.opened {
  transition: all 0.3s;
}
.cid-vaJwaSXS7b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaJwaSXS7b .navbar .navbar-logo img {
  width: auto;
}
.cid-vaJwaSXS7b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaJwaSXS7b .navbar.collapsed {
  justify-content: center;
}
.cid-vaJwaSXS7b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaJwaSXS7b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaJwaSXS7b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaJwaSXS7b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaJwaSXS7b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaJwaSXS7b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaJwaSXS7b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaJwaSXS7b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaJwaSXS7b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaJwaSXS7b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaJwaSXS7b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaJwaSXS7b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaJwaSXS7b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaJwaSXS7b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaJwaSXS7b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaJwaSXS7b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaJwaSXS7b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaJwaSXS7b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaJwaSXS7b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaJwaSXS7b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaJwaSXS7b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaJwaSXS7b .dropdown-item.active,
.cid-vaJwaSXS7b .dropdown-item:active {
  background-color: transparent;
}
.cid-vaJwaSXS7b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaJwaSXS7b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaJwaSXS7b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaJwaSXS7b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaJwaSXS7b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaJwaSXS7b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaJwaSXS7b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaJwaSXS7b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaJwaSXS7b button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaJwaSXS7b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaJwaSXS7b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaJwaSXS7b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJwaSXS7b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJwaSXS7b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaJwaSXS7b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJwaSXS7b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaJwaSXS7b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaJwaSXS7b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJwaSXS7b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaJwaSXS7b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaJwaSXS7b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaJwaSXS7b .navbar {
    height: 70px;
  }
  .cid-vaJwaSXS7b .navbar.opened {
    height: auto;
  }
  .cid-vaJwaSXS7b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaJwaSXS7b .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaJwaSXS7b .navbar-toggler {
  margin-left: 10px;
}
.cid-vaJwaSXS7b .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaJwaSXS7b .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaJwaSXS7b .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaJwaSXS7b .mbr-text {
    display: none;
  }
}
.cid-vaJwaSXS7b .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaJwaSXS7b .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaJwaSXS7b .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaJwaSXS7b .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaJwaSXS7b #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaJwaSXS7b #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaJwaSXS7b #vol {
    display: none;
  }
}
.cid-vaJwaSXS7b .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaJwaSXS7b .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaJwaSXS7b .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaJwaSXS7b .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaJwaSXS7b .nav-support,
.cid-vaJwaSXS7b .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaJwaSXS7b .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaJwaSXS7b .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaJwaSXS7b .nav-support,
  .cid-vaJwaSXS7b .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaJwaSXS7b .nav-support,
  .cid-vaJwaSXS7b .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaJwaSXS7b .nav-support,
  .cid-vaJwaSXS7b .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaJwaSXS7b .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaJwaSXS7b .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaJwaSXS7b .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaJwaSXS7b .cta-support a {
  color: #ff9e00;
}
.cid-vaJwaSXS7b .cta-support a:hover {
  color: #ffb733;
}
.cid-vaJwaSXS7b .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaJwaSXS7b .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaJwaSXS7b .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaJwaSXS7b .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaJwaSXS7b .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaJwaSXS7b .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaJwaSXS7b .nav-support a {
  color: #2299aa;
}
.cid-vaJwaSXS7b .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaJwaSXS7b .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaJwaSXS7b .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaJwaSXS7b .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaJwaSXS7b .header-actions a:hover,
.cid-vaJwaSXS7b .header-actions a:focus,
.cid-vaJwaSXS7b .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaJwaSXS7b .navbar-nav > li,
.cid-vaJwaSXS7b .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaJwaTOTjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaJwaTOTjt .row {
  align-items: center;
}
.cid-vaJwaTOTjt .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaJwaTOTjt .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaJwaTOTjt .image-wrapper,
.cid-vaJwaTOTjt img {
  width: 100%;
}
.cid-vaJwaTOTjt .image-wrapper {
  overflow: hidden;
}
.cid-vaJwaTOTjt .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaJwaTOTjt .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaJwaTOTjt .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJwaTOTjt .row {
    flex-direction: column-reverse;
  }
  .cid-vaJwaTOTjt .content_box,
  .cid-vaJwaTOTjt .mbr-text {
    padding: 0;
  }
  .cid-vaJwaTOTjt .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaJwaTOTjt .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaJwaTOTjt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaJwaTOTjt .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaJwaTOTjt .mbr-text,
.cid-vaJwaTOTjt .linkBtn {
  color: #f3f4f7;
}
#custom-html-2cd {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY FILTRES + GRILLE
===================================================== */
  /* supprime ancien système */
  /* =====================================================
   BOUTONS FILTRES & GRILLE
===================================================== */
  /* Filtres */
  /* Grille */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ
===================================================== */
  /* =====================================================
   BOUTON
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2cd *,
#custom-html-2cd *::before,
#custom-html-2cd *::after {
  box-sizing: border-box;
}
#custom-html-2cd html,
#custom-html-2cd body,
#custom-html-2cd section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2cd .wrapper-centre {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
}
#custom-html-2cd .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2cd .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2cd .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2cd .conteneurBTS {
  position: sticky;
  top: 107px;
  /* hauteur navbar mesurée */
  z-index: 998;
  background: #000;
}
#custom-html-2cd .intercalaire {
  display: none !important;
}
#custom-html-2cd .complet {
  background-color: #000;
  padding: 0.8rem 0;
}
#custom-html-2cd .filter-buttons,
#custom-html-2cd .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2cd .filter-btn {
  margin: 0.3em 0.4em 0;
  cursor: pointer;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
}
#custom-html-2cd .filter-btn:hover,
#custom-html-2cd .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2cd .grid-btn {
  margin: 0.3rem;
  font-size: 1em;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2cd .grid-btn:hover,
#custom-html-2cd .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2cd #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2cd .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2cd .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2cd .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2cd .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2cd .item-content,
#custom-html-2cd .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2cd .item-wrapper,
#custom-html-2cd .item-wrapper p,
#custom-html-2cd .item-wrapper em,
#custom-html-2cd .item-wrapper span,
#custom-html-2cd .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2cd .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2cd .item-wrapper em {
  font-style: normal;
}
#custom-html-2cd .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2cd .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2cd .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2cd .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2cd .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2cd .filter-btn,
  #custom-html-2cd .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2cd .item-content,
  #custom-html-2cd .item-footer {
    max-width: 100%;
  }
  #custom-html-2cd .item-content p {
    font-size: 0.85rem;
  }
}
.cid-vaJwOg8LQ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJwOg8LQ6 .btn {
  border-radius: 1vh;
}
.cid-vaJwaUai7x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJwaUai7x .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaJwaUnZ5r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaJwaUnZ5r .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaJwaUnZ5r .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaJwaUnZ5r .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaJwaUnZ5r .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaJwaUnZ5r .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaJwaUnZ5r .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaJwaUnZ5r .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaJwaUnZ5r [class^="socicon-"]:before,
.cid-vaJwaUnZ5r [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaJwaUnZ5r .mbr-section-title,
.cid-vaJwaUnZ5r .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaJwaUHhRu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaJwaUHhRu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaJwaUHhRu .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaJwaUHhRu .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaJwaUHhRu .form-control:focus,
.cid-vaJwaUHhRu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaJwaUHhRu .form-group {
  margin-bottom: 1rem;
}
.cid-vaJwaUHhRu input::-webkit-input-placeholder,
.cid-vaJwaUHhRu textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaJwaUHhRu input:-moz-placeholder,
.cid-vaJwaUHhRu textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaJwaUHhRu .jq-selectbox li,
.cid-vaJwaUHhRu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJwaUHhRu .jq-selectbox li:hover,
.cid-vaJwaUHhRu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJwaUHhRu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJwaUHhRu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJwaUHhRu textarea.form-control {
  resize: none;
}
.cid-vaJwaUHhRu .input-group-btn {
  display: inline-block;
}
.cid-vaJwaUHhRu .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaJwaUHhRu .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaJwaUHhRu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaJwaUHhRu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaJwaUHhRu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaJwaUHhRu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaJwaUHhRu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaJwaUHhRu .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaJwaUHhRu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaJwaUHhRu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaJwaUHhRu .form-control,
.cid-vaJwaUHhRu .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaJwaUHhRu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaJwaUHhRu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaJwaUHhRu #creativecommons img,
.cid-vaJwaUHhRu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaJwaUHhRu .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaJwaUHhRu P {
  color: #ffffff;
}
.cid-vaJwaV1hiK.popup-builder {
  background-color: #ffffff;
}
.cid-vaJwaV1hiK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaJwaV1hiK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaJwaV1hiK .modal-content,
.cid-vaJwaV1hiK .modal-dialog {
  height: auto;
}
.cid-vaJwaV1hiK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaJwaV1hiK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaJwaV1hiK .form-wrapper .mbr-form .form-group,
  .cid-vaJwaV1hiK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaJwaV1hiK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaJwaV1hiK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaJwaV1hiK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaJwaV1hiK .pt-0 {
  padding-top: 0 !important;
}
.cid-vaJwaV1hiK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaJwaV1hiK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaJwaV1hiK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaJwaV1hiK .modal-open {
  overflow: hidden;
}
.cid-vaJwaV1hiK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaJwaV1hiK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaJwaV1hiK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaJwaV1hiK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaJwaV1hiK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaJwaV1hiK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaJwaV1hiK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaJwaV1hiK .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaJwaV1hiK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaJwaV1hiK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaJwaV1hiK .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaJwaV1hiK .modal-backdrop.show {
  opacity: .5;
}
.cid-vaJwaV1hiK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaJwaV1hiK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJwaV1hiK .modal-header {
    padding: 1rem;
  }
}
.cid-vaJwaV1hiK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaJwaV1hiK .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaJwaV1hiK .modal-header .close:hover {
  opacity: 1;
}
.cid-vaJwaV1hiK .modal-header .close:focus {
  outline: none;
}
.cid-vaJwaV1hiK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaJwaV1hiK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaJwaV1hiK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJwaV1hiK .modal-body {
    padding: 1rem;
  }
}
.cid-vaJwaV1hiK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaJwaV1hiK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJwaV1hiK .modal-footer {
    padding: 1rem;
  }
}
.cid-vaJwaV1hiK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaJwaV1hiK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaJwaV1hiK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaJwaV1hiK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaJwaV1hiK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaJwaV1hiK .modal-lg,
  .cid-vaJwaV1hiK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaJwaV1hiK .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaJwaV1hiK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaJwaV1hiK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaJwaV1hiK .form-group {
  margin-bottom: 1rem;
}
.cid-vaJwaV1hiK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaJwaV1hiK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaJwaV1hiK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaJwaV1hiK .mbr-section-btn {
  margin: 0;
}
.cid-vaJwaV1hiK .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdLVng2x .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLdLVng2x .my-float {
  margin-top: 16px;
}
.cid-vaLdLVng2x P {
  color: #232323;
}
.cid-vaLdLVng2x DIV {
  color: #ffffff;
}
.cid-vaLdLVng2x H10 {
  color: #767676;
}
.cid-vaLdLVng2x .hidden {
  display: none;
}
.cid-vaLdMa6es4.popup-builder {
  background-color: #ffffff;
}
.cid-vaLdMa6es4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLdMa6es4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLdMa6es4 .modal-content,
.cid-vaLdMa6es4 .modal-dialog {
  height: auto;
}
.cid-vaLdMa6es4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLdMa6es4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLdMa6es4 .form-wrapper .mbr-form .form-group,
  .cid-vaLdMa6es4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLdMa6es4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLdMa6es4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLdMa6es4 .mbr-text {
  text-align: center;
}
.cid-vaLdMa6es4 .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLdMa6es4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLdMa6es4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLdMa6es4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLdMa6es4 .modal-open {
  overflow: hidden;
}
.cid-vaLdMa6es4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLdMa6es4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLdMa6es4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLdMa6es4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLdMa6es4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLdMa6es4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLdMa6es4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLdMa6es4 .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLdMa6es4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLdMa6es4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLdMa6es4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLdMa6es4 .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLdMa6es4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLdMa6es4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdMa6es4 .modal-header {
    padding: 1rem;
  }
}
.cid-vaLdMa6es4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLdMa6es4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLdMa6es4 .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLdMa6es4 .modal-header .close:focus {
  outline: none;
}
.cid-vaLdMa6es4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLdMa6es4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLdMa6es4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdMa6es4 .modal-body {
    padding: 1rem;
  }
}
.cid-vaLdMa6es4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLdMa6es4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdMa6es4 .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLdMa6es4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLdMa6es4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLdMa6es4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLdMa6es4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLdMa6es4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLdMa6es4 .modal-lg,
  .cid-vaLdMa6es4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLdMa6es4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLdMa6es4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLdMa6es4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLdMa6es4 .form-group {
  margin-bottom: 1rem;
}
.cid-vaLdMa6es4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLdMa6es4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLdMa6es4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLdMa6es4 .mbr-section-btn {
  margin: 0;
}
.cid-vaLdMa6es4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdMa6es4 .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLdMa6es4 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaJxOVjuPg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaJxOVjuPg nav.navbar {
  position: fixed;
}
.cid-vaJxOVjuPg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJxOVjuPg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaJxOVjuPg .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaJxOVjuPg #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaJxOVjuPg .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaJxOVjuPg .dropdown-item:hover,
.cid-vaJxOVjuPg .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaJxOVjuPg .dropdown-item:hover span {
  color: white;
}
.cid-vaJxOVjuPg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaJxOVjuPg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaJxOVjuPg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaJxOVjuPg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaJxOVjuPg .nav-link {
  position: relative;
}
.cid-vaJxOVjuPg .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaJxOVjuPg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaJxOVjuPg .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaJxOVjuPg .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaJxOVjuPg .dropdown-menu,
.cid-vaJxOVjuPg .navbar.opened {
  background: #353535 !important;
}
.cid-vaJxOVjuPg .nav-item:focus,
.cid-vaJxOVjuPg .nav-link:focus {
  outline: none;
}
.cid-vaJxOVjuPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaJxOVjuPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaJxOVjuPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaJxOVjuPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJxOVjuPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaJxOVjuPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaJxOVjuPg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaJxOVjuPg .navbar.opened {
  transition: all 0.3s;
}
.cid-vaJxOVjuPg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaJxOVjuPg .navbar .navbar-logo img {
  width: auto;
}
.cid-vaJxOVjuPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaJxOVjuPg .navbar.collapsed {
  justify-content: center;
}
.cid-vaJxOVjuPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaJxOVjuPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaJxOVjuPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaJxOVjuPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaJxOVjuPg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaJxOVjuPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaJxOVjuPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaJxOVjuPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaJxOVjuPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaJxOVjuPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaJxOVjuPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaJxOVjuPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaJxOVjuPg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaJxOVjuPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaJxOVjuPg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaJxOVjuPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaJxOVjuPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaJxOVjuPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaJxOVjuPg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaJxOVjuPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaJxOVjuPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaJxOVjuPg .dropdown-item.active,
.cid-vaJxOVjuPg .dropdown-item:active {
  background-color: transparent;
}
.cid-vaJxOVjuPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaJxOVjuPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaJxOVjuPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaJxOVjuPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaJxOVjuPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaJxOVjuPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaJxOVjuPg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaJxOVjuPg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaJxOVjuPg button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaJxOVjuPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaJxOVjuPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaJxOVjuPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJxOVjuPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJxOVjuPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaJxOVjuPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJxOVjuPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaJxOVjuPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaJxOVjuPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJxOVjuPg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaJxOVjuPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaJxOVjuPg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaJxOVjuPg .navbar {
    height: 70px;
  }
  .cid-vaJxOVjuPg .navbar.opened {
    height: auto;
  }
  .cid-vaJxOVjuPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaJxOVjuPg .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaJxOVjuPg .navbar-toggler {
  margin-left: 10px;
}
.cid-vaJxOVjuPg .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaJxOVjuPg .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaJxOVjuPg .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaJxOVjuPg .mbr-text {
    display: none;
  }
}
.cid-vaJxOVjuPg .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaJxOVjuPg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaJxOVjuPg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaJxOVjuPg .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaJxOVjuPg #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaJxOVjuPg #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaJxOVjuPg #vol {
    display: none;
  }
}
.cid-vaJxOVjuPg .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaJxOVjuPg .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaJxOVjuPg .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaJxOVjuPg .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaJxOVjuPg .nav-support,
.cid-vaJxOVjuPg .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaJxOVjuPg .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaJxOVjuPg .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaJxOVjuPg .nav-support,
  .cid-vaJxOVjuPg .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaJxOVjuPg .nav-support,
  .cid-vaJxOVjuPg .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaJxOVjuPg .nav-support,
  .cid-vaJxOVjuPg .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaJxOVjuPg .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaJxOVjuPg .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaJxOVjuPg .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaJxOVjuPg .cta-support a {
  color: #ff9e00;
}
.cid-vaJxOVjuPg .cta-support a:hover {
  color: #ffb733;
}
.cid-vaJxOVjuPg .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaJxOVjuPg .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaJxOVjuPg .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaJxOVjuPg .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaJxOVjuPg .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaJxOVjuPg .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaJxOVjuPg .nav-support a {
  color: #2299aa;
}
.cid-vaJxOVjuPg .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaJxOVjuPg .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaJxOVjuPg .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaJxOVjuPg .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaJxOVjuPg .header-actions a:hover,
.cid-vaJxOVjuPg .header-actions a:focus,
.cid-vaJxOVjuPg .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaJxOVjuPg .navbar-nav > li,
.cid-vaJxOVjuPg .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaJxOVVLMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaJxOVVLMS .row {
  align-items: center;
}
.cid-vaJxOVVLMS .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaJxOVVLMS .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaJxOVVLMS .image-wrapper,
.cid-vaJxOVVLMS img {
  width: 100%;
}
.cid-vaJxOVVLMS .image-wrapper {
  overflow: hidden;
}
.cid-vaJxOVVLMS .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaJxOVVLMS .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaJxOVVLMS .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJxOVVLMS .row {
    flex-direction: column-reverse;
  }
  .cid-vaJxOVVLMS .content_box,
  .cid-vaJxOVVLMS .mbr-text {
    padding: 0;
  }
  .cid-vaJxOVVLMS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaJxOVVLMS .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaJxOVVLMS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaJxOVVLMS .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaJxOVVLMS .mbr-text,
.cid-vaJxOVVLMS .linkBtn {
  color: #f3f4f7;
}
#custom-html-2c4 {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY FILTRES + GRILLE
===================================================== */
  /* supprime ancien système */
  /* =====================================================
   BOUTONS FILTRES & GRILLE
===================================================== */
  /* Filtres */
  /* Grille */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ
===================================================== */
  /* =====================================================
   BOUTON
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2c4 *,
#custom-html-2c4 *::before,
#custom-html-2c4 *::after {
  box-sizing: border-box;
}
#custom-html-2c4 html,
#custom-html-2c4 body,
#custom-html-2c4 section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2c4 .wrapper-centre {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
}
#custom-html-2c4 .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2c4 .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2c4 .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2c4 .conteneurBTS {
  position: sticky;
  top: 107px;
  /* hauteur navbar mesurée */
  z-index: 998;
  background: #000;
}
#custom-html-2c4 .intercalaire {
  display: none !important;
}
#custom-html-2c4 .complet {
  background-color: #000;
  padding: 0.8rem 0;
}
#custom-html-2c4 .filter-buttons,
#custom-html-2c4 .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2c4 .filter-btn {
  margin: 0.3em 0.4em 0;
  cursor: pointer;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
}
#custom-html-2c4 .filter-btn:hover,
#custom-html-2c4 .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2c4 .grid-btn {
  margin: 0.3rem;
  font-size: 1em;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2c4 .grid-btn:hover,
#custom-html-2c4 .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2c4 #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2c4 .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2c4 .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2c4 .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2c4 .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2c4 .item-content,
#custom-html-2c4 .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2c4 .item-wrapper,
#custom-html-2c4 .item-wrapper p,
#custom-html-2c4 .item-wrapper em,
#custom-html-2c4 .item-wrapper span,
#custom-html-2c4 .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2c4 .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2c4 .item-wrapper em {
  font-style: normal;
}
#custom-html-2c4 .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2c4 .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2c4 .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2c4 .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2c4 .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2c4 .filter-btn,
  #custom-html-2c4 .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2c4 .item-content,
  #custom-html-2c4 .item-footer {
    max-width: 100%;
  }
  #custom-html-2c4 .item-content p {
    font-size: 0.85rem;
  }
}
.cid-vaJxOWdRMl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJxOWdRMl .btn {
  border-radius: 1vh;
}
.cid-vaJxOWqTc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJxOWqTc7 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaJxOWBxBd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaJxOWBxBd .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaJxOWBxBd .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaJxOWBxBd .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaJxOWBxBd .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaJxOWBxBd .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaJxOWBxBd .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaJxOWBxBd .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaJxOWBxBd [class^="socicon-"]:before,
.cid-vaJxOWBxBd [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaJxOWBxBd .mbr-section-title,
.cid-vaJxOWBxBd .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaJxOWSBod {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaJxOWSBod .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaJxOWSBod .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaJxOWSBod .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaJxOWSBod .form-control:focus,
.cid-vaJxOWSBod .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaJxOWSBod .form-group {
  margin-bottom: 1rem;
}
.cid-vaJxOWSBod input::-webkit-input-placeholder,
.cid-vaJxOWSBod textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaJxOWSBod input:-moz-placeholder,
.cid-vaJxOWSBod textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaJxOWSBod .jq-selectbox li,
.cid-vaJxOWSBod .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJxOWSBod .jq-selectbox li:hover,
.cid-vaJxOWSBod .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJxOWSBod .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJxOWSBod .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJxOWSBod textarea.form-control {
  resize: none;
}
.cid-vaJxOWSBod .input-group-btn {
  display: inline-block;
}
.cid-vaJxOWSBod .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaJxOWSBod .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaJxOWSBod .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaJxOWSBod .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaJxOWSBod .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaJxOWSBod .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaJxOWSBod .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaJxOWSBod .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaJxOWSBod .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaJxOWSBod .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaJxOWSBod .form-control,
.cid-vaJxOWSBod .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaJxOWSBod #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaJxOWSBod #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaJxOWSBod #creativecommons img,
.cid-vaJxOWSBod iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaJxOWSBod .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaJxOWSBod P {
  color: #ffffff;
}
.cid-vaJxOXdd2Q.popup-builder {
  background-color: #ffffff;
}
.cid-vaJxOXdd2Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaJxOXdd2Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaJxOXdd2Q .modal-content,
.cid-vaJxOXdd2Q .modal-dialog {
  height: auto;
}
.cid-vaJxOXdd2Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaJxOXdd2Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaJxOXdd2Q .form-wrapper .mbr-form .form-group,
  .cid-vaJxOXdd2Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaJxOXdd2Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaJxOXdd2Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaJxOXdd2Q .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaJxOXdd2Q .pt-0 {
  padding-top: 0 !important;
}
.cid-vaJxOXdd2Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaJxOXdd2Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaJxOXdd2Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaJxOXdd2Q .modal-open {
  overflow: hidden;
}
.cid-vaJxOXdd2Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaJxOXdd2Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaJxOXdd2Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaJxOXdd2Q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaJxOXdd2Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaJxOXdd2Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaJxOXdd2Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaJxOXdd2Q .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaJxOXdd2Q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaJxOXdd2Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaJxOXdd2Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaJxOXdd2Q .modal-backdrop.show {
  opacity: .5;
}
.cid-vaJxOXdd2Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaJxOXdd2Q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJxOXdd2Q .modal-header {
    padding: 1rem;
  }
}
.cid-vaJxOXdd2Q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaJxOXdd2Q .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaJxOXdd2Q .modal-header .close:hover {
  opacity: 1;
}
.cid-vaJxOXdd2Q .modal-header .close:focus {
  outline: none;
}
.cid-vaJxOXdd2Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaJxOXdd2Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaJxOXdd2Q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJxOXdd2Q .modal-body {
    padding: 1rem;
  }
}
.cid-vaJxOXdd2Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaJxOXdd2Q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJxOXdd2Q .modal-footer {
    padding: 1rem;
  }
}
.cid-vaJxOXdd2Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaJxOXdd2Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaJxOXdd2Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaJxOXdd2Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaJxOXdd2Q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaJxOXdd2Q .modal-lg,
  .cid-vaJxOXdd2Q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaJxOXdd2Q .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaJxOXdd2Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaJxOXdd2Q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaJxOXdd2Q .form-group {
  margin-bottom: 1rem;
}
.cid-vaJxOXdd2Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaJxOXdd2Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaJxOXdd2Q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaJxOXdd2Q .mbr-section-btn {
  margin: 0;
}
.cid-vaJxOXdd2Q .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdXIAFeZ .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLdXIAFeZ .my-float {
  margin-top: 16px;
}
.cid-vaLdXIAFeZ P {
  color: #232323;
}
.cid-vaLdXIAFeZ DIV {
  color: #ffffff;
}
.cid-vaLdXIAFeZ H10 {
  color: #767676;
}
.cid-vaLdXIAFeZ .hidden {
  display: none;
}
.cid-vaLdZ4GxBI.popup-builder {
  background-color: #ffffff;
}
.cid-vaLdZ4GxBI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLdZ4GxBI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLdZ4GxBI .modal-content,
.cid-vaLdZ4GxBI .modal-dialog {
  height: auto;
}
.cid-vaLdZ4GxBI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLdZ4GxBI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLdZ4GxBI .form-wrapper .mbr-form .form-group,
  .cid-vaLdZ4GxBI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLdZ4GxBI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLdZ4GxBI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLdZ4GxBI .mbr-text {
  text-align: center;
}
.cid-vaLdZ4GxBI .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLdZ4GxBI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLdZ4GxBI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLdZ4GxBI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLdZ4GxBI .modal-open {
  overflow: hidden;
}
.cid-vaLdZ4GxBI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLdZ4GxBI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLdZ4GxBI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLdZ4GxBI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLdZ4GxBI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLdZ4GxBI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLdZ4GxBI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLdZ4GxBI .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLdZ4GxBI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLdZ4GxBI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLdZ4GxBI .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLdZ4GxBI .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLdZ4GxBI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLdZ4GxBI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdZ4GxBI .modal-header {
    padding: 1rem;
  }
}
.cid-vaLdZ4GxBI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLdZ4GxBI .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLdZ4GxBI .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLdZ4GxBI .modal-header .close:focus {
  outline: none;
}
.cid-vaLdZ4GxBI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLdZ4GxBI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLdZ4GxBI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdZ4GxBI .modal-body {
    padding: 1rem;
  }
}
.cid-vaLdZ4GxBI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLdZ4GxBI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLdZ4GxBI .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLdZ4GxBI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLdZ4GxBI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLdZ4GxBI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLdZ4GxBI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLdZ4GxBI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLdZ4GxBI .modal-lg,
  .cid-vaLdZ4GxBI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLdZ4GxBI .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLdZ4GxBI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLdZ4GxBI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLdZ4GxBI .form-group {
  margin-bottom: 1rem;
}
.cid-vaLdZ4GxBI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLdZ4GxBI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLdZ4GxBI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLdZ4GxBI .mbr-section-btn {
  margin: 0;
}
.cid-vaLdZ4GxBI .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLdZ4GxBI .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLdZ4GxBI .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaJXviSFry {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaJXviSFry nav.navbar {
  position: fixed;
}
.cid-vaJXviSFry .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJXviSFry .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaJXviSFry .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaJXviSFry #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaJXviSFry .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaJXviSFry .dropdown-item:hover,
.cid-vaJXviSFry .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaJXviSFry .dropdown-item:hover span {
  color: white;
}
.cid-vaJXviSFry .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaJXviSFry .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaJXviSFry .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaJXviSFry .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaJXviSFry .nav-link {
  position: relative;
}
.cid-vaJXviSFry .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaJXviSFry .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaJXviSFry .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaJXviSFry .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaJXviSFry .dropdown-menu,
.cid-vaJXviSFry .navbar.opened {
  background: #353535 !important;
}
.cid-vaJXviSFry .nav-item:focus,
.cid-vaJXviSFry .nav-link:focus {
  outline: none;
}
.cid-vaJXviSFry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaJXviSFry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaJXviSFry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaJXviSFry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJXviSFry .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaJXviSFry .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaJXviSFry .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaJXviSFry .navbar.opened {
  transition: all 0.3s;
}
.cid-vaJXviSFry .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaJXviSFry .navbar .navbar-logo img {
  width: auto;
}
.cid-vaJXviSFry .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaJXviSFry .navbar.collapsed {
  justify-content: center;
}
.cid-vaJXviSFry .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaJXviSFry .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaJXviSFry .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaJXviSFry .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaJXviSFry .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaJXviSFry .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaJXviSFry .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaJXviSFry .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaJXviSFry .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaJXviSFry .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaJXviSFry .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaJXviSFry .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaJXviSFry .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaJXviSFry .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaJXviSFry .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaJXviSFry .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaJXviSFry .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaJXviSFry .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaJXviSFry .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaJXviSFry .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaJXviSFry .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaJXviSFry .dropdown-item.active,
.cid-vaJXviSFry .dropdown-item:active {
  background-color: transparent;
}
.cid-vaJXviSFry .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaJXviSFry .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaJXviSFry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaJXviSFry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaJXviSFry .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaJXviSFry .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaJXviSFry ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaJXviSFry .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaJXviSFry button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaJXviSFry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaJXviSFry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaJXviSFry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJXviSFry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJXviSFry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaJXviSFry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJXviSFry nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaJXviSFry nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaJXviSFry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJXviSFry .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaJXviSFry a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaJXviSFry .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaJXviSFry .navbar {
    height: 70px;
  }
  .cid-vaJXviSFry .navbar.opened {
    height: auto;
  }
  .cid-vaJXviSFry .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaJXviSFry .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaJXviSFry .navbar-toggler {
  margin-left: 10px;
}
.cid-vaJXviSFry .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaJXviSFry .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaJXviSFry .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaJXviSFry .mbr-text {
    display: none;
  }
}
.cid-vaJXviSFry .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaJXviSFry .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaJXviSFry .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaJXviSFry .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaJXviSFry #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaJXviSFry #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaJXviSFry #vol {
    display: none;
  }
}
.cid-vaJXviSFry .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaJXviSFry .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaJXviSFry .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaJXviSFry .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaJXviSFry .nav-support,
.cid-vaJXviSFry .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaJXviSFry .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaJXviSFry .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaJXviSFry .nav-support,
  .cid-vaJXviSFry .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaJXviSFry .nav-support,
  .cid-vaJXviSFry .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaJXviSFry .nav-support,
  .cid-vaJXviSFry .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaJXviSFry .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaJXviSFry .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaJXviSFry .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaJXviSFry .cta-support a {
  color: #ff9e00;
}
.cid-vaJXviSFry .cta-support a:hover {
  color: #ffb733;
}
.cid-vaJXviSFry .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaJXviSFry .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaJXviSFry .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaJXviSFry .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaJXviSFry .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaJXviSFry .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaJXviSFry .nav-support a {
  color: #2299aa;
}
.cid-vaJXviSFry .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaJXviSFry .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaJXviSFry .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaJXviSFry .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaJXviSFry .header-actions a:hover,
.cid-vaJXviSFry .header-actions a:focus,
.cid-vaJXviSFry .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaJXviSFry .navbar-nav > li,
.cid-vaJXviSFry .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaJXvjG2PR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaJXvjG2PR .row {
  align-items: center;
}
.cid-vaJXvjG2PR .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaJXvjG2PR .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaJXvjG2PR .image-wrapper,
.cid-vaJXvjG2PR img {
  width: 100%;
}
.cid-vaJXvjG2PR .image-wrapper {
  overflow: hidden;
}
.cid-vaJXvjG2PR .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaJXvjG2PR .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaJXvjG2PR .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJXvjG2PR .row {
    flex-direction: column-reverse;
  }
  .cid-vaJXvjG2PR .content_box,
  .cid-vaJXvjG2PR .mbr-text {
    padding: 0;
  }
  .cid-vaJXvjG2PR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaJXvjG2PR .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaJXvjG2PR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaJXvjG2PR .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaJXvjG2PR .mbr-text,
.cid-vaJXvjG2PR .linkBtn {
  color: #f3f4f7;
}
#custom-html-2ci {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2ci *,
#custom-html-2ci *::before,
#custom-html-2ci *::after {
  box-sizing: border-box;
}
#custom-html-2ci html,
#custom-html-2ci body,
#custom-html-2ci section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2ci .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2ci .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2ci .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2ci .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2ci .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2ci .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2ci .filter-buttons,
#custom-html-2ci .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2ci .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2ci .filter-btn:hover,
#custom-html-2ci .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ci .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2ci .grid-btn:hover,
#custom-html-2ci .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ci #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2ci .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2ci .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2ci .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2ci .item-img {
  width: 100%;
}
#custom-html-2ci .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2ci .item-content,
#custom-html-2ci .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2ci .item-wrapper,
#custom-html-2ci .item-wrapper p,
#custom-html-2ci .item-wrapper em,
#custom-html-2ci .item-wrapper span,
#custom-html-2ci .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2ci .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2ci .item-wrapper em {
  font-style: normal;
}
#custom-html-2ci .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2ci .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2ci .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2ci .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2ci .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2ci .filter-btn,
  #custom-html-2ci .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2ci .item-content,
  #custom-html-2ci .item-footer {
    max-width: 100%;
  }
  #custom-html-2ci .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2ci .item-content,
  #custom-html-2ci .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2ci .item-content,
  #custom-html-2ci .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2ci .item-content,
  #custom-html-2ci .item-footer {
    max-width: 340px;
  }
  #custom-html-2ci .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaJXvjZEA4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJXvjZEA4 .btn {
  border-radius: 1vh;
}
.cid-vaJXvkbSuP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJXvkbSuP .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaJXvkovr5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaJXvkovr5 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaJXvkovr5 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaJXvkovr5 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaJXvkovr5 .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaJXvkovr5 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaJXvkovr5 .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaJXvkovr5 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaJXvkovr5 [class^="socicon-"]:before,
.cid-vaJXvkovr5 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaJXvkovr5 .mbr-section-title,
.cid-vaJXvkovr5 .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaJXvkG5Xa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaJXvkG5Xa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaJXvkG5Xa .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaJXvkG5Xa .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaJXvkG5Xa .form-control:focus,
.cid-vaJXvkG5Xa .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaJXvkG5Xa .form-group {
  margin-bottom: 1rem;
}
.cid-vaJXvkG5Xa input::-webkit-input-placeholder,
.cid-vaJXvkG5Xa textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaJXvkG5Xa input:-moz-placeholder,
.cid-vaJXvkG5Xa textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaJXvkG5Xa .jq-selectbox li,
.cid-vaJXvkG5Xa .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJXvkG5Xa .jq-selectbox li:hover,
.cid-vaJXvkG5Xa .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJXvkG5Xa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJXvkG5Xa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJXvkG5Xa textarea.form-control {
  resize: none;
}
.cid-vaJXvkG5Xa .input-group-btn {
  display: inline-block;
}
.cid-vaJXvkG5Xa .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaJXvkG5Xa .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaJXvkG5Xa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaJXvkG5Xa .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaJXvkG5Xa .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaJXvkG5Xa .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaJXvkG5Xa .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaJXvkG5Xa .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaJXvkG5Xa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaJXvkG5Xa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaJXvkG5Xa .form-control,
.cid-vaJXvkG5Xa .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaJXvkG5Xa #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaJXvkG5Xa #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaJXvkG5Xa #creativecommons img,
.cid-vaJXvkG5Xa iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaJXvkG5Xa .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaJXvkG5Xa P {
  color: #ffffff;
}
.cid-vaJXvl11XI.popup-builder {
  background-color: #ffffff;
}
.cid-vaJXvl11XI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaJXvl11XI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaJXvl11XI .modal-content,
.cid-vaJXvl11XI .modal-dialog {
  height: auto;
}
.cid-vaJXvl11XI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaJXvl11XI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaJXvl11XI .form-wrapper .mbr-form .form-group,
  .cid-vaJXvl11XI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaJXvl11XI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaJXvl11XI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaJXvl11XI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaJXvl11XI .pt-0 {
  padding-top: 0 !important;
}
.cid-vaJXvl11XI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaJXvl11XI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaJXvl11XI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaJXvl11XI .modal-open {
  overflow: hidden;
}
.cid-vaJXvl11XI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaJXvl11XI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaJXvl11XI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaJXvl11XI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaJXvl11XI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaJXvl11XI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaJXvl11XI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaJXvl11XI .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaJXvl11XI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaJXvl11XI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaJXvl11XI .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaJXvl11XI .modal-backdrop.show {
  opacity: .5;
}
.cid-vaJXvl11XI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaJXvl11XI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJXvl11XI .modal-header {
    padding: 1rem;
  }
}
.cid-vaJXvl11XI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaJXvl11XI .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaJXvl11XI .modal-header .close:hover {
  opacity: 1;
}
.cid-vaJXvl11XI .modal-header .close:focus {
  outline: none;
}
.cid-vaJXvl11XI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaJXvl11XI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaJXvl11XI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJXvl11XI .modal-body {
    padding: 1rem;
  }
}
.cid-vaJXvl11XI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaJXvl11XI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJXvl11XI .modal-footer {
    padding: 1rem;
  }
}
.cid-vaJXvl11XI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaJXvl11XI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaJXvl11XI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaJXvl11XI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaJXvl11XI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaJXvl11XI .modal-lg,
  .cid-vaJXvl11XI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaJXvl11XI .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaJXvl11XI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaJXvl11XI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaJXvl11XI .form-group {
  margin-bottom: 1rem;
}
.cid-vaJXvl11XI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaJXvl11XI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaJXvl11XI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaJXvl11XI .mbr-section-btn {
  margin: 0;
}
.cid-vaJXvl11XI .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgD7y4Ri.popup-builder {
  background-color: #ffffff;
}
.cid-vaLgD7y4Ri.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLgD7y4Ri.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLgD7y4Ri .modal-content,
.cid-vaLgD7y4Ri .modal-dialog {
  height: auto;
}
.cid-vaLgD7y4Ri .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLgD7y4Ri .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLgD7y4Ri .form-wrapper .mbr-form .form-group,
  .cid-vaLgD7y4Ri .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLgD7y4Ri .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLgD7y4Ri .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLgD7y4Ri .mbr-text {
  text-align: center;
}
.cid-vaLgD7y4Ri .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLgD7y4Ri .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLgD7y4Ri .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLgD7y4Ri .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLgD7y4Ri .modal-open {
  overflow: hidden;
}
.cid-vaLgD7y4Ri .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLgD7y4Ri .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLgD7y4Ri .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLgD7y4Ri .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLgD7y4Ri .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLgD7y4Ri .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLgD7y4Ri .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLgD7y4Ri .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLgD7y4Ri .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLgD7y4Ri .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLgD7y4Ri .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLgD7y4Ri .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLgD7y4Ri .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLgD7y4Ri .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgD7y4Ri .modal-header {
    padding: 1rem;
  }
}
.cid-vaLgD7y4Ri .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLgD7y4Ri .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLgD7y4Ri .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLgD7y4Ri .modal-header .close:focus {
  outline: none;
}
.cid-vaLgD7y4Ri .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLgD7y4Ri .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLgD7y4Ri .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgD7y4Ri .modal-body {
    padding: 1rem;
  }
}
.cid-vaLgD7y4Ri .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLgD7y4Ri .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgD7y4Ri .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLgD7y4Ri .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLgD7y4Ri .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLgD7y4Ri .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLgD7y4Ri .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLgD7y4Ri .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLgD7y4Ri .modal-lg,
  .cid-vaLgD7y4Ri .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLgD7y4Ri .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLgD7y4Ri .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLgD7y4Ri .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLgD7y4Ri .form-group {
  margin-bottom: 1rem;
}
.cid-vaLgD7y4Ri .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLgD7y4Ri .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLgD7y4Ri .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLgD7y4Ri .mbr-section-btn {
  margin: 0;
}
.cid-vaLgD7y4Ri .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgD7y4Ri .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLgD7y4Ri .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaLgDsZqbi .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLgDsZqbi .my-float {
  margin-top: 16px;
}
.cid-vaLgDsZqbi P {
  color: #232323;
}
.cid-vaLgDsZqbi DIV {
  color: #ffffff;
}
.cid-vaLgDsZqbi H10 {
  color: #767676;
}
.cid-vaLgDsZqbi .hidden {
  display: none;
}
.cid-vaJY2pIJjA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaJY2pIJjA nav.navbar {
  position: fixed;
}
.cid-vaJY2pIJjA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJY2pIJjA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaJY2pIJjA .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaJY2pIJjA #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaJY2pIJjA .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaJY2pIJjA .dropdown-item:hover,
.cid-vaJY2pIJjA .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaJY2pIJjA .dropdown-item:hover span {
  color: white;
}
.cid-vaJY2pIJjA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaJY2pIJjA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaJY2pIJjA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaJY2pIJjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaJY2pIJjA .nav-link {
  position: relative;
}
.cid-vaJY2pIJjA .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaJY2pIJjA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaJY2pIJjA .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaJY2pIJjA .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaJY2pIJjA .dropdown-menu,
.cid-vaJY2pIJjA .navbar.opened {
  background: #353535 !important;
}
.cid-vaJY2pIJjA .nav-item:focus,
.cid-vaJY2pIJjA .nav-link:focus {
  outline: none;
}
.cid-vaJY2pIJjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaJY2pIJjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaJY2pIJjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaJY2pIJjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaJY2pIJjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaJY2pIJjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaJY2pIJjA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaJY2pIJjA .navbar.opened {
  transition: all 0.3s;
}
.cid-vaJY2pIJjA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaJY2pIJjA .navbar .navbar-logo img {
  width: auto;
}
.cid-vaJY2pIJjA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaJY2pIJjA .navbar.collapsed {
  justify-content: center;
}
.cid-vaJY2pIJjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaJY2pIJjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaJY2pIJjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaJY2pIJjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaJY2pIJjA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaJY2pIJjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaJY2pIJjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaJY2pIJjA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaJY2pIJjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaJY2pIJjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaJY2pIJjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaJY2pIJjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaJY2pIJjA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaJY2pIJjA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaJY2pIJjA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaJY2pIJjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaJY2pIJjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaJY2pIJjA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaJY2pIJjA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaJY2pIJjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaJY2pIJjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaJY2pIJjA .dropdown-item.active,
.cid-vaJY2pIJjA .dropdown-item:active {
  background-color: transparent;
}
.cid-vaJY2pIJjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaJY2pIJjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaJY2pIJjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaJY2pIJjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaJY2pIJjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaJY2pIJjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaJY2pIJjA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaJY2pIJjA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaJY2pIJjA button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaJY2pIJjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaJY2pIJjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaJY2pIJjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJY2pIJjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaJY2pIJjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaJY2pIJjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJY2pIJjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaJY2pIJjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaJY2pIJjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaJY2pIJjA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaJY2pIJjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaJY2pIJjA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaJY2pIJjA .navbar {
    height: 70px;
  }
  .cid-vaJY2pIJjA .navbar.opened {
    height: auto;
  }
  .cid-vaJY2pIJjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaJY2pIJjA .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaJY2pIJjA .navbar-toggler {
  margin-left: 10px;
}
.cid-vaJY2pIJjA .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaJY2pIJjA .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaJY2pIJjA .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaJY2pIJjA .mbr-text {
    display: none;
  }
}
.cid-vaJY2pIJjA .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaJY2pIJjA .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaJY2pIJjA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaJY2pIJjA .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaJY2pIJjA #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaJY2pIJjA #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaJY2pIJjA #vol {
    display: none;
  }
}
.cid-vaJY2pIJjA .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaJY2pIJjA .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaJY2pIJjA .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaJY2pIJjA .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaJY2pIJjA .nav-support,
.cid-vaJY2pIJjA .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaJY2pIJjA .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaJY2pIJjA .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaJY2pIJjA .nav-support,
  .cid-vaJY2pIJjA .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaJY2pIJjA .nav-support,
  .cid-vaJY2pIJjA .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaJY2pIJjA .nav-support,
  .cid-vaJY2pIJjA .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaJY2pIJjA .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaJY2pIJjA .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaJY2pIJjA .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaJY2pIJjA .cta-support a {
  color: #ff9e00;
}
.cid-vaJY2pIJjA .cta-support a:hover {
  color: #ffb733;
}
.cid-vaJY2pIJjA .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaJY2pIJjA .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaJY2pIJjA .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaJY2pIJjA .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaJY2pIJjA .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaJY2pIJjA .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaJY2pIJjA .nav-support a {
  color: #2299aa;
}
.cid-vaJY2pIJjA .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaJY2pIJjA .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaJY2pIJjA .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaJY2pIJjA .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaJY2pIJjA .header-actions a:hover,
.cid-vaJY2pIJjA .header-actions a:focus,
.cid-vaJY2pIJjA .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaJY2pIJjA .navbar-nav > li,
.cid-vaJY2pIJjA .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaJY2q40eG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJY2q40eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJY2q40eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJY2q40eG .container,
.cid-vaJY2q40eG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vaJY2q40eG .container,
  .cid-vaJY2q40eG .container-fluid {
    padding: 0 20px;
  }
}
.cid-vaJY2q40eG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vaJY2q40eG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vaJY2q40eG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaJY2q40eG .mbr-section-title {
  color: #22a5e5;
}
.cid-vaJY2q40eG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaJY2qjNgj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaJY2qjNgj img,
.cid-vaJY2qjNgj .item-img {
  width: 100%;
}
.cid-vaJY2qjNgj .item:focus,
.cid-vaJY2qjNgj span:focus {
  outline: none;
}
.cid-vaJY2qjNgj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vaJY2qjNgj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vaJY2qjNgj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vaJY2qjNgj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJY2qjNgj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vaJY2qjNgj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vaJY2qjNgj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vaJY2qjNgj .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-vaJY2qjNgj .mbr-text,
.cid-vaJY2qjNgj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vaJY2qjNgj .item-title {
  text-align: left;
  color: #22a5e5;
}
.cid-vaJY2qjNgj .item-subtitle {
  text-align: center;
}
.cid-vaJY2qjNgj .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vaJY2rZMUV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJY2rZMUV .btn {
  border-radius: 1vh;
}
.cid-vaJY2qInUB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaJY2qInUB .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaJY2qWFDG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaJY2qWFDG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaJY2qWFDG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaJY2qWFDG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaJY2qWFDG .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaJY2qWFDG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaJY2qWFDG .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaJY2qWFDG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaJY2qWFDG [class^="socicon-"]:before,
.cid-vaJY2qWFDG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaJY2qWFDG .mbr-section-title,
.cid-vaJY2qWFDG .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaJY2rhaG4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaJY2rhaG4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaJY2rhaG4 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaJY2rhaG4 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaJY2rhaG4 .form-control:focus,
.cid-vaJY2rhaG4 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaJY2rhaG4 .form-group {
  margin-bottom: 1rem;
}
.cid-vaJY2rhaG4 input::-webkit-input-placeholder,
.cid-vaJY2rhaG4 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaJY2rhaG4 input:-moz-placeholder,
.cid-vaJY2rhaG4 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaJY2rhaG4 .jq-selectbox li,
.cid-vaJY2rhaG4 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJY2rhaG4 .jq-selectbox li:hover,
.cid-vaJY2rhaG4 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaJY2rhaG4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJY2rhaG4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaJY2rhaG4 textarea.form-control {
  resize: none;
}
.cid-vaJY2rhaG4 .input-group-btn {
  display: inline-block;
}
.cid-vaJY2rhaG4 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaJY2rhaG4 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaJY2rhaG4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaJY2rhaG4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaJY2rhaG4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaJY2rhaG4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaJY2rhaG4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaJY2rhaG4 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaJY2rhaG4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaJY2rhaG4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaJY2rhaG4 .form-control,
.cid-vaJY2rhaG4 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaJY2rhaG4 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaJY2rhaG4 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaJY2rhaG4 #creativecommons img,
.cid-vaJY2rhaG4 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaJY2rhaG4 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaJY2rhaG4 P {
  color: #ffffff;
}
.cid-vaJY2rBkFo.popup-builder {
  background-color: #ffffff;
}
.cid-vaJY2rBkFo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaJY2rBkFo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaJY2rBkFo .modal-content,
.cid-vaJY2rBkFo .modal-dialog {
  height: auto;
}
.cid-vaJY2rBkFo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaJY2rBkFo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaJY2rBkFo .form-wrapper .mbr-form .form-group,
  .cid-vaJY2rBkFo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaJY2rBkFo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaJY2rBkFo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaJY2rBkFo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaJY2rBkFo .pt-0 {
  padding-top: 0 !important;
}
.cid-vaJY2rBkFo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaJY2rBkFo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaJY2rBkFo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaJY2rBkFo .modal-open {
  overflow: hidden;
}
.cid-vaJY2rBkFo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaJY2rBkFo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaJY2rBkFo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaJY2rBkFo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaJY2rBkFo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaJY2rBkFo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaJY2rBkFo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaJY2rBkFo .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaJY2rBkFo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaJY2rBkFo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaJY2rBkFo .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaJY2rBkFo .modal-backdrop.show {
  opacity: .5;
}
.cid-vaJY2rBkFo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaJY2rBkFo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJY2rBkFo .modal-header {
    padding: 1rem;
  }
}
.cid-vaJY2rBkFo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaJY2rBkFo .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaJY2rBkFo .modal-header .close:hover {
  opacity: 1;
}
.cid-vaJY2rBkFo .modal-header .close:focus {
  outline: none;
}
.cid-vaJY2rBkFo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaJY2rBkFo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaJY2rBkFo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJY2rBkFo .modal-body {
    padding: 1rem;
  }
}
.cid-vaJY2rBkFo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaJY2rBkFo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaJY2rBkFo .modal-footer {
    padding: 1rem;
  }
}
.cid-vaJY2rBkFo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaJY2rBkFo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaJY2rBkFo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaJY2rBkFo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaJY2rBkFo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaJY2rBkFo .modal-lg,
  .cid-vaJY2rBkFo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaJY2rBkFo .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaJY2rBkFo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaJY2rBkFo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaJY2rBkFo .form-group {
  margin-bottom: 1rem;
}
.cid-vaJY2rBkFo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaJY2rBkFo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaJY2rBkFo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaJY2rBkFo .mbr-section-btn {
  margin: 0;
}
.cid-vaJY2rBkFo .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLd6pJ8z1 .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLd6pJ8z1 .my-float {
  margin-top: 16px;
}
.cid-vaLd6pJ8z1 P {
  color: #232323;
}
.cid-vaLd6pJ8z1 DIV {
  color: #ffffff;
}
.cid-vaLd6pJ8z1 H10 {
  color: #767676;
}
.cid-vaLd6pJ8z1 .hidden {
  display: none;
}
.cid-vaLd6YHwIL.popup-builder {
  background-color: #ffffff;
}
.cid-vaLd6YHwIL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLd6YHwIL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLd6YHwIL .modal-content,
.cid-vaLd6YHwIL .modal-dialog {
  height: auto;
}
.cid-vaLd6YHwIL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLd6YHwIL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLd6YHwIL .form-wrapper .mbr-form .form-group,
  .cid-vaLd6YHwIL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLd6YHwIL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLd6YHwIL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLd6YHwIL .mbr-text {
  text-align: center;
}
.cid-vaLd6YHwIL .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLd6YHwIL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLd6YHwIL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLd6YHwIL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLd6YHwIL .modal-open {
  overflow: hidden;
}
.cid-vaLd6YHwIL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLd6YHwIL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLd6YHwIL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLd6YHwIL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLd6YHwIL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLd6YHwIL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLd6YHwIL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLd6YHwIL .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLd6YHwIL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLd6YHwIL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLd6YHwIL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLd6YHwIL .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLd6YHwIL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLd6YHwIL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLd6YHwIL .modal-header {
    padding: 1rem;
  }
}
.cid-vaLd6YHwIL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLd6YHwIL .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLd6YHwIL .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLd6YHwIL .modal-header .close:focus {
  outline: none;
}
.cid-vaLd6YHwIL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLd6YHwIL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLd6YHwIL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLd6YHwIL .modal-body {
    padding: 1rem;
  }
}
.cid-vaLd6YHwIL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLd6YHwIL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLd6YHwIL .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLd6YHwIL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLd6YHwIL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLd6YHwIL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLd6YHwIL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLd6YHwIL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLd6YHwIL .modal-lg,
  .cid-vaLd6YHwIL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLd6YHwIL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLd6YHwIL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLd6YHwIL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLd6YHwIL .form-group {
  margin-bottom: 1rem;
}
.cid-vaLd6YHwIL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLd6YHwIL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLd6YHwIL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLd6YHwIL .mbr-section-btn {
  margin: 0;
}
.cid-vaLd6YHwIL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLd6YHwIL .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLd6YHwIL .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaK5wkwcHI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaK5wkwcHI nav.navbar {
  position: fixed;
}
.cid-vaK5wkwcHI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK5wkwcHI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaK5wkwcHI .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaK5wkwcHI #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaK5wkwcHI .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaK5wkwcHI .dropdown-item:hover,
.cid-vaK5wkwcHI .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaK5wkwcHI .dropdown-item:hover span {
  color: white;
}
.cid-vaK5wkwcHI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaK5wkwcHI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaK5wkwcHI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaK5wkwcHI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaK5wkwcHI .nav-link {
  position: relative;
}
.cid-vaK5wkwcHI .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaK5wkwcHI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaK5wkwcHI .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaK5wkwcHI .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaK5wkwcHI .dropdown-menu,
.cid-vaK5wkwcHI .navbar.opened {
  background: #353535 !important;
}
.cid-vaK5wkwcHI .nav-item:focus,
.cid-vaK5wkwcHI .nav-link:focus {
  outline: none;
}
.cid-vaK5wkwcHI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaK5wkwcHI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaK5wkwcHI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaK5wkwcHI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK5wkwcHI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaK5wkwcHI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaK5wkwcHI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaK5wkwcHI .navbar.opened {
  transition: all 0.3s;
}
.cid-vaK5wkwcHI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaK5wkwcHI .navbar .navbar-logo img {
  width: auto;
}
.cid-vaK5wkwcHI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaK5wkwcHI .navbar.collapsed {
  justify-content: center;
}
.cid-vaK5wkwcHI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaK5wkwcHI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaK5wkwcHI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaK5wkwcHI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaK5wkwcHI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaK5wkwcHI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaK5wkwcHI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaK5wkwcHI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaK5wkwcHI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaK5wkwcHI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaK5wkwcHI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaK5wkwcHI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaK5wkwcHI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaK5wkwcHI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaK5wkwcHI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaK5wkwcHI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaK5wkwcHI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaK5wkwcHI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaK5wkwcHI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaK5wkwcHI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaK5wkwcHI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaK5wkwcHI .dropdown-item.active,
.cid-vaK5wkwcHI .dropdown-item:active {
  background-color: transparent;
}
.cid-vaK5wkwcHI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaK5wkwcHI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaK5wkwcHI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaK5wkwcHI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaK5wkwcHI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaK5wkwcHI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaK5wkwcHI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaK5wkwcHI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaK5wkwcHI button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaK5wkwcHI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaK5wkwcHI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaK5wkwcHI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK5wkwcHI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK5wkwcHI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaK5wkwcHI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK5wkwcHI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaK5wkwcHI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaK5wkwcHI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK5wkwcHI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaK5wkwcHI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaK5wkwcHI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaK5wkwcHI .navbar {
    height: 70px;
  }
  .cid-vaK5wkwcHI .navbar.opened {
    height: auto;
  }
  .cid-vaK5wkwcHI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaK5wkwcHI .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaK5wkwcHI .navbar-toggler {
  margin-left: 10px;
}
.cid-vaK5wkwcHI .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaK5wkwcHI .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaK5wkwcHI .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaK5wkwcHI .mbr-text {
    display: none;
  }
}
.cid-vaK5wkwcHI .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaK5wkwcHI .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaK5wkwcHI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaK5wkwcHI .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaK5wkwcHI #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaK5wkwcHI #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaK5wkwcHI #vol {
    display: none;
  }
}
.cid-vaK5wkwcHI .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaK5wkwcHI .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaK5wkwcHI .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaK5wkwcHI .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaK5wkwcHI .nav-support,
.cid-vaK5wkwcHI .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaK5wkwcHI .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaK5wkwcHI .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaK5wkwcHI .nav-support,
  .cid-vaK5wkwcHI .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaK5wkwcHI .nav-support,
  .cid-vaK5wkwcHI .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaK5wkwcHI .nav-support,
  .cid-vaK5wkwcHI .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaK5wkwcHI .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaK5wkwcHI .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaK5wkwcHI .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaK5wkwcHI .cta-support a {
  color: #ff9e00;
}
.cid-vaK5wkwcHI .cta-support a:hover {
  color: #ffb733;
}
.cid-vaK5wkwcHI .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaK5wkwcHI .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaK5wkwcHI .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaK5wkwcHI .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaK5wkwcHI .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaK5wkwcHI .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaK5wkwcHI .nav-support a {
  color: #2299aa;
}
.cid-vaK5wkwcHI .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaK5wkwcHI .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaK5wkwcHI .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaK5wkwcHI .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaK5wkwcHI .header-actions a:hover,
.cid-vaK5wkwcHI .header-actions a:focus,
.cid-vaK5wkwcHI .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaK5wkwcHI .navbar-nav > li,
.cid-vaK5wkwcHI .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaK5wlBhjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaK5wlBhjG .row {
  align-items: center;
}
.cid-vaK5wlBhjG .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaK5wlBhjG .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaK5wlBhjG .image-wrapper,
.cid-vaK5wlBhjG img {
  width: 100%;
}
.cid-vaK5wlBhjG .image-wrapper {
  overflow: hidden;
}
.cid-vaK5wlBhjG .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaK5wlBhjG .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaK5wlBhjG .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5wlBhjG .row {
    flex-direction: column-reverse;
  }
  .cid-vaK5wlBhjG .content_box,
  .cid-vaK5wlBhjG .mbr-text {
    padding: 0;
  }
  .cid-vaK5wlBhjG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaK5wlBhjG .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaK5wlBhjG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaK5wlBhjG .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaK5wlBhjG .mbr-text,
.cid-vaK5wlBhjG .linkBtn {
  color: #f3f4f7;
}
#custom-html-2cy {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2cy *,
#custom-html-2cy *::before,
#custom-html-2cy *::after {
  box-sizing: border-box;
}
#custom-html-2cy html,
#custom-html-2cy body,
#custom-html-2cy section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2cy .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2cy .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2cy .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2cy .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2cy .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2cy .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2cy .filter-buttons,
#custom-html-2cy .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2cy .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2cy .filter-btn:hover,
#custom-html-2cy .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2cy .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2cy .grid-btn:hover,
#custom-html-2cy .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2cy #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2cy .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2cy .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2cy .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2cy .item-img {
  width: 100%;
}
#custom-html-2cy .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2cy .item-content,
#custom-html-2cy .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2cy .item-wrapper,
#custom-html-2cy .item-wrapper p,
#custom-html-2cy .item-wrapper em,
#custom-html-2cy .item-wrapper span,
#custom-html-2cy .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2cy .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2cy .item-wrapper em {
  font-style: normal;
}
#custom-html-2cy .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2cy .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2cy .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2cy .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2cy .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2cy .filter-btn,
  #custom-html-2cy .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2cy .item-content,
  #custom-html-2cy .item-footer {
    max-width: 100%;
  }
  #custom-html-2cy .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2cy .item-content,
  #custom-html-2cy .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2cy .item-content,
  #custom-html-2cy .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2cy .item-content,
  #custom-html-2cy .item-footer {
    max-width: 340px;
  }
  #custom-html-2cy .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaK5wm0Y2W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK5wm0Y2W .btn {
  border-radius: 1vh;
}
.cid-vaK5wmiL2U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK5wmiL2U .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaK5wmxbf0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaK5wmxbf0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaK5wmxbf0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaK5wmxbf0 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaK5wmxbf0 .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaK5wmxbf0 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaK5wmxbf0 .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaK5wmxbf0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaK5wmxbf0 [class^="socicon-"]:before,
.cid-vaK5wmxbf0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaK5wmxbf0 .mbr-section-title,
.cid-vaK5wmxbf0 .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaK5wmT4Bp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaK5wmT4Bp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaK5wmT4Bp .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaK5wmT4Bp .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaK5wmT4Bp .form-control:focus,
.cid-vaK5wmT4Bp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaK5wmT4Bp .form-group {
  margin-bottom: 1rem;
}
.cid-vaK5wmT4Bp input::-webkit-input-placeholder,
.cid-vaK5wmT4Bp textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaK5wmT4Bp input:-moz-placeholder,
.cid-vaK5wmT4Bp textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaK5wmT4Bp .jq-selectbox li,
.cid-vaK5wmT4Bp .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK5wmT4Bp .jq-selectbox li:hover,
.cid-vaK5wmT4Bp .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK5wmT4Bp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK5wmT4Bp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK5wmT4Bp textarea.form-control {
  resize: none;
}
.cid-vaK5wmT4Bp .input-group-btn {
  display: inline-block;
}
.cid-vaK5wmT4Bp .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaK5wmT4Bp .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaK5wmT4Bp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaK5wmT4Bp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaK5wmT4Bp .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaK5wmT4Bp .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaK5wmT4Bp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaK5wmT4Bp .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaK5wmT4Bp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaK5wmT4Bp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaK5wmT4Bp .form-control,
.cid-vaK5wmT4Bp .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaK5wmT4Bp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaK5wmT4Bp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaK5wmT4Bp #creativecommons img,
.cid-vaK5wmT4Bp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaK5wmT4Bp .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaK5wmT4Bp P {
  color: #ffffff;
}
.cid-vaK5wngKk0.popup-builder {
  background-color: #ffffff;
}
.cid-vaK5wngKk0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaK5wngKk0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaK5wngKk0 .modal-content,
.cid-vaK5wngKk0 .modal-dialog {
  height: auto;
}
.cid-vaK5wngKk0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaK5wngKk0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaK5wngKk0 .form-wrapper .mbr-form .form-group,
  .cid-vaK5wngKk0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaK5wngKk0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaK5wngKk0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaK5wngKk0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaK5wngKk0 .pt-0 {
  padding-top: 0 !important;
}
.cid-vaK5wngKk0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaK5wngKk0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaK5wngKk0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaK5wngKk0 .modal-open {
  overflow: hidden;
}
.cid-vaK5wngKk0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaK5wngKk0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaK5wngKk0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaK5wngKk0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaK5wngKk0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaK5wngKk0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaK5wngKk0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaK5wngKk0 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaK5wngKk0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaK5wngKk0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaK5wngKk0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaK5wngKk0 .modal-backdrop.show {
  opacity: .5;
}
.cid-vaK5wngKk0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaK5wngKk0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5wngKk0 .modal-header {
    padding: 1rem;
  }
}
.cid-vaK5wngKk0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaK5wngKk0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaK5wngKk0 .modal-header .close:hover {
  opacity: 1;
}
.cid-vaK5wngKk0 .modal-header .close:focus {
  outline: none;
}
.cid-vaK5wngKk0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaK5wngKk0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaK5wngKk0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5wngKk0 .modal-body {
    padding: 1rem;
  }
}
.cid-vaK5wngKk0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaK5wngKk0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5wngKk0 .modal-footer {
    padding: 1rem;
  }
}
.cid-vaK5wngKk0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaK5wngKk0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaK5wngKk0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaK5wngKk0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaK5wngKk0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaK5wngKk0 .modal-lg,
  .cid-vaK5wngKk0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaK5wngKk0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaK5wngKk0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaK5wngKk0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaK5wngKk0 .form-group {
  margin-bottom: 1rem;
}
.cid-vaK5wngKk0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaK5wngKk0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaK5wngKk0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaK5wngKk0 .mbr-section-btn {
  margin: 0;
}
.cid-vaK5wngKk0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgO7IOGy .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLgO7IOGy .my-float {
  margin-top: 16px;
}
.cid-vaLgO7IOGy P {
  color: #232323;
}
.cid-vaLgO7IOGy DIV {
  color: #ffffff;
}
.cid-vaLgO7IOGy H10 {
  color: #767676;
}
.cid-vaLgO7IOGy .hidden {
  display: none;
}
.cid-vaLgOrIEpW.popup-builder {
  background-color: #ffffff;
}
.cid-vaLgOrIEpW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLgOrIEpW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLgOrIEpW .modal-content,
.cid-vaLgOrIEpW .modal-dialog {
  height: auto;
}
.cid-vaLgOrIEpW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLgOrIEpW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLgOrIEpW .form-wrapper .mbr-form .form-group,
  .cid-vaLgOrIEpW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLgOrIEpW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLgOrIEpW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLgOrIEpW .mbr-text {
  text-align: center;
}
.cid-vaLgOrIEpW .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLgOrIEpW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLgOrIEpW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLgOrIEpW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLgOrIEpW .modal-open {
  overflow: hidden;
}
.cid-vaLgOrIEpW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLgOrIEpW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLgOrIEpW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLgOrIEpW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLgOrIEpW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLgOrIEpW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLgOrIEpW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLgOrIEpW .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLgOrIEpW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLgOrIEpW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLgOrIEpW .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLgOrIEpW .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLgOrIEpW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLgOrIEpW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgOrIEpW .modal-header {
    padding: 1rem;
  }
}
.cid-vaLgOrIEpW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLgOrIEpW .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLgOrIEpW .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLgOrIEpW .modal-header .close:focus {
  outline: none;
}
.cid-vaLgOrIEpW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLgOrIEpW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLgOrIEpW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgOrIEpW .modal-body {
    padding: 1rem;
  }
}
.cid-vaLgOrIEpW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLgOrIEpW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgOrIEpW .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLgOrIEpW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLgOrIEpW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLgOrIEpW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLgOrIEpW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLgOrIEpW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLgOrIEpW .modal-lg,
  .cid-vaLgOrIEpW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLgOrIEpW .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLgOrIEpW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLgOrIEpW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLgOrIEpW .form-group {
  margin-bottom: 1rem;
}
.cid-vaLgOrIEpW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLgOrIEpW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLgOrIEpW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLgOrIEpW .mbr-section-btn {
  margin: 0;
}
.cid-vaLgOrIEpW .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgOrIEpW .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLgOrIEpW .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaK5UpE9Li {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaK5UpE9Li nav.navbar {
  position: fixed;
}
.cid-vaK5UpE9Li .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK5UpE9Li .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaK5UpE9Li .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaK5UpE9Li #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaK5UpE9Li .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaK5UpE9Li .dropdown-item:hover,
.cid-vaK5UpE9Li .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaK5UpE9Li .dropdown-item:hover span {
  color: white;
}
.cid-vaK5UpE9Li .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaK5UpE9Li .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaK5UpE9Li .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaK5UpE9Li .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaK5UpE9Li .nav-link {
  position: relative;
}
.cid-vaK5UpE9Li .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaK5UpE9Li .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaK5UpE9Li .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaK5UpE9Li .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaK5UpE9Li .dropdown-menu,
.cid-vaK5UpE9Li .navbar.opened {
  background: #353535 !important;
}
.cid-vaK5UpE9Li .nav-item:focus,
.cid-vaK5UpE9Li .nav-link:focus {
  outline: none;
}
.cid-vaK5UpE9Li .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaK5UpE9Li .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaK5UpE9Li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaK5UpE9Li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK5UpE9Li .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaK5UpE9Li .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaK5UpE9Li .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaK5UpE9Li .navbar.opened {
  transition: all 0.3s;
}
.cid-vaK5UpE9Li .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaK5UpE9Li .navbar .navbar-logo img {
  width: auto;
}
.cid-vaK5UpE9Li .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaK5UpE9Li .navbar.collapsed {
  justify-content: center;
}
.cid-vaK5UpE9Li .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaK5UpE9Li .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaK5UpE9Li .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaK5UpE9Li .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaK5UpE9Li .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaK5UpE9Li .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaK5UpE9Li .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaK5UpE9Li .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaK5UpE9Li .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaK5UpE9Li .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaK5UpE9Li .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaK5UpE9Li .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaK5UpE9Li .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaK5UpE9Li .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaK5UpE9Li .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaK5UpE9Li .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaK5UpE9Li .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaK5UpE9Li .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaK5UpE9Li .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaK5UpE9Li .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaK5UpE9Li .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaK5UpE9Li .dropdown-item.active,
.cid-vaK5UpE9Li .dropdown-item:active {
  background-color: transparent;
}
.cid-vaK5UpE9Li .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaK5UpE9Li .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaK5UpE9Li .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaK5UpE9Li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaK5UpE9Li .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaK5UpE9Li .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaK5UpE9Li ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaK5UpE9Li .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaK5UpE9Li button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaK5UpE9Li button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaK5UpE9Li button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaK5UpE9Li button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK5UpE9Li button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK5UpE9Li button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaK5UpE9Li nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK5UpE9Li nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaK5UpE9Li nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaK5UpE9Li nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK5UpE9Li .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaK5UpE9Li a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaK5UpE9Li .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaK5UpE9Li .navbar {
    height: 70px;
  }
  .cid-vaK5UpE9Li .navbar.opened {
    height: auto;
  }
  .cid-vaK5UpE9Li .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaK5UpE9Li .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaK5UpE9Li .navbar-toggler {
  margin-left: 10px;
}
.cid-vaK5UpE9Li .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaK5UpE9Li .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaK5UpE9Li .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaK5UpE9Li .mbr-text {
    display: none;
  }
}
.cid-vaK5UpE9Li .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaK5UpE9Li .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaK5UpE9Li .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaK5UpE9Li .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaK5UpE9Li #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaK5UpE9Li #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaK5UpE9Li #vol {
    display: none;
  }
}
.cid-vaK5UpE9Li .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaK5UpE9Li .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaK5UpE9Li .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaK5UpE9Li .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaK5UpE9Li .nav-support,
.cid-vaK5UpE9Li .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaK5UpE9Li .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaK5UpE9Li .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaK5UpE9Li .nav-support,
  .cid-vaK5UpE9Li .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaK5UpE9Li .nav-support,
  .cid-vaK5UpE9Li .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaK5UpE9Li .nav-support,
  .cid-vaK5UpE9Li .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaK5UpE9Li .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaK5UpE9Li .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaK5UpE9Li .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaK5UpE9Li .cta-support a {
  color: #ff9e00;
}
.cid-vaK5UpE9Li .cta-support a:hover {
  color: #ffb733;
}
.cid-vaK5UpE9Li .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaK5UpE9Li .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaK5UpE9Li .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaK5UpE9Li .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaK5UpE9Li .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaK5UpE9Li .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaK5UpE9Li .nav-support a {
  color: #2299aa;
}
.cid-vaK5UpE9Li .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaK5UpE9Li .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaK5UpE9Li .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaK5UpE9Li .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaK5UpE9Li .header-actions a:hover,
.cid-vaK5UpE9Li .header-actions a:focus,
.cid-vaK5UpE9Li .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaK5UpE9Li .navbar-nav > li,
.cid-vaK5UpE9Li .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaK5UqRACE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaK5UqRACE .row {
  align-items: center;
}
.cid-vaK5UqRACE .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaK5UqRACE .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaK5UqRACE .image-wrapper,
.cid-vaK5UqRACE img {
  width: 100%;
}
.cid-vaK5UqRACE .image-wrapper {
  overflow: hidden;
}
.cid-vaK5UqRACE .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaK5UqRACE .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaK5UqRACE .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5UqRACE .row {
    flex-direction: column-reverse;
  }
  .cid-vaK5UqRACE .content_box,
  .cid-vaK5UqRACE .mbr-text {
    padding: 0;
  }
  .cid-vaK5UqRACE .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaK5UqRACE .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaK5UqRACE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaK5UqRACE .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaK5UqRACE .mbr-text,
.cid-vaK5UqRACE .linkBtn {
  color: #f3f4f7;
}
#custom-html-2d6 {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2d6 *,
#custom-html-2d6 *::before,
#custom-html-2d6 *::after {
  box-sizing: border-box;
}
#custom-html-2d6 html,
#custom-html-2d6 body,
#custom-html-2d6 section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2d6 .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2d6 .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2d6 .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2d6 .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2d6 .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2d6 .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2d6 .filter-buttons,
#custom-html-2d6 .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2d6 .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2d6 .filter-btn:hover,
#custom-html-2d6 .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2d6 .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2d6 .grid-btn:hover,
#custom-html-2d6 .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2d6 #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2d6 .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2d6 .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2d6 .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2d6 .item-img {
  width: 100%;
}
#custom-html-2d6 .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2d6 .item-content,
#custom-html-2d6 .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2d6 .item-wrapper,
#custom-html-2d6 .item-wrapper p,
#custom-html-2d6 .item-wrapper em,
#custom-html-2d6 .item-wrapper span,
#custom-html-2d6 .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2d6 .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2d6 .item-wrapper em {
  font-style: normal;
}
#custom-html-2d6 .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2d6 .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2d6 .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2d6 .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2d6 .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2d6 .filter-btn,
  #custom-html-2d6 .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2d6 .item-content,
  #custom-html-2d6 .item-footer {
    max-width: 100%;
  }
  #custom-html-2d6 .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2d6 .item-content,
  #custom-html-2d6 .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2d6 .item-content,
  #custom-html-2d6 .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2d6 .item-content,
  #custom-html-2d6 .item-footer {
    max-width: 340px;
  }
  #custom-html-2d6 .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaK5Urma0g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK5Urma0g .btn {
  border-radius: 1vh;
}
.cid-vaK5UrEepd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK5UrEepd .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaK5UrYpih {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaK5UrYpih .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaK5UrYpih .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaK5UrYpih .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaK5UrYpih .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaK5UrYpih .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaK5UrYpih .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaK5UrYpih .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaK5UrYpih [class^="socicon-"]:before,
.cid-vaK5UrYpih [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaK5UrYpih .mbr-section-title,
.cid-vaK5UrYpih .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaK5UswUFt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaK5UswUFt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaK5UswUFt .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaK5UswUFt .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaK5UswUFt .form-control:focus,
.cid-vaK5UswUFt .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaK5UswUFt .form-group {
  margin-bottom: 1rem;
}
.cid-vaK5UswUFt input::-webkit-input-placeholder,
.cid-vaK5UswUFt textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaK5UswUFt input:-moz-placeholder,
.cid-vaK5UswUFt textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaK5UswUFt .jq-selectbox li,
.cid-vaK5UswUFt .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK5UswUFt .jq-selectbox li:hover,
.cid-vaK5UswUFt .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK5UswUFt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK5UswUFt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK5UswUFt textarea.form-control {
  resize: none;
}
.cid-vaK5UswUFt .input-group-btn {
  display: inline-block;
}
.cid-vaK5UswUFt .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaK5UswUFt .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaK5UswUFt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaK5UswUFt .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaK5UswUFt .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaK5UswUFt .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaK5UswUFt .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaK5UswUFt .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaK5UswUFt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaK5UswUFt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaK5UswUFt .form-control,
.cid-vaK5UswUFt .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaK5UswUFt #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaK5UswUFt #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaK5UswUFt #creativecommons img,
.cid-vaK5UswUFt iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaK5UswUFt .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaK5UswUFt P {
  color: #ffffff;
}
.cid-vaK5Ut6dQE.popup-builder {
  background-color: #ffffff;
}
.cid-vaK5Ut6dQE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaK5Ut6dQE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaK5Ut6dQE .modal-content,
.cid-vaK5Ut6dQE .modal-dialog {
  height: auto;
}
.cid-vaK5Ut6dQE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaK5Ut6dQE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaK5Ut6dQE .form-wrapper .mbr-form .form-group,
  .cid-vaK5Ut6dQE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaK5Ut6dQE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaK5Ut6dQE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaK5Ut6dQE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaK5Ut6dQE .pt-0 {
  padding-top: 0 !important;
}
.cid-vaK5Ut6dQE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaK5Ut6dQE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaK5Ut6dQE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaK5Ut6dQE .modal-open {
  overflow: hidden;
}
.cid-vaK5Ut6dQE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaK5Ut6dQE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaK5Ut6dQE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaK5Ut6dQE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaK5Ut6dQE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaK5Ut6dQE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaK5Ut6dQE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaK5Ut6dQE .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaK5Ut6dQE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaK5Ut6dQE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaK5Ut6dQE .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaK5Ut6dQE .modal-backdrop.show {
  opacity: .5;
}
.cid-vaK5Ut6dQE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaK5Ut6dQE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5Ut6dQE .modal-header {
    padding: 1rem;
  }
}
.cid-vaK5Ut6dQE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaK5Ut6dQE .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaK5Ut6dQE .modal-header .close:hover {
  opacity: 1;
}
.cid-vaK5Ut6dQE .modal-header .close:focus {
  outline: none;
}
.cid-vaK5Ut6dQE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaK5Ut6dQE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaK5Ut6dQE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5Ut6dQE .modal-body {
    padding: 1rem;
  }
}
.cid-vaK5Ut6dQE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaK5Ut6dQE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK5Ut6dQE .modal-footer {
    padding: 1rem;
  }
}
.cid-vaK5Ut6dQE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaK5Ut6dQE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaK5Ut6dQE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaK5Ut6dQE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaK5Ut6dQE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaK5Ut6dQE .modal-lg,
  .cid-vaK5Ut6dQE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaK5Ut6dQE .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaK5Ut6dQE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaK5Ut6dQE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaK5Ut6dQE .form-group {
  margin-bottom: 1rem;
}
.cid-vaK5Ut6dQE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaK5Ut6dQE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaK5Ut6dQE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaK5Ut6dQE .mbr-section-btn {
  margin: 0;
}
.cid-vaK5Ut6dQE .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgsXX6KJ .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLgsXX6KJ .my-float {
  margin-top: 16px;
}
.cid-vaLgsXX6KJ P {
  color: #232323;
}
.cid-vaLgsXX6KJ DIV {
  color: #ffffff;
}
.cid-vaLgsXX6KJ H10 {
  color: #767676;
}
.cid-vaLgsXX6KJ .hidden {
  display: none;
}
.cid-vaLgtbwCxx.popup-builder {
  background-color: #ffffff;
}
.cid-vaLgtbwCxx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLgtbwCxx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLgtbwCxx .modal-content,
.cid-vaLgtbwCxx .modal-dialog {
  height: auto;
}
.cid-vaLgtbwCxx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLgtbwCxx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLgtbwCxx .form-wrapper .mbr-form .form-group,
  .cid-vaLgtbwCxx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLgtbwCxx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLgtbwCxx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLgtbwCxx .mbr-text {
  text-align: center;
}
.cid-vaLgtbwCxx .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLgtbwCxx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLgtbwCxx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLgtbwCxx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLgtbwCxx .modal-open {
  overflow: hidden;
}
.cid-vaLgtbwCxx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLgtbwCxx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLgtbwCxx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLgtbwCxx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLgtbwCxx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLgtbwCxx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLgtbwCxx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLgtbwCxx .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLgtbwCxx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLgtbwCxx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLgtbwCxx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLgtbwCxx .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLgtbwCxx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLgtbwCxx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgtbwCxx .modal-header {
    padding: 1rem;
  }
}
.cid-vaLgtbwCxx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLgtbwCxx .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLgtbwCxx .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLgtbwCxx .modal-header .close:focus {
  outline: none;
}
.cid-vaLgtbwCxx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLgtbwCxx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLgtbwCxx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgtbwCxx .modal-body {
    padding: 1rem;
  }
}
.cid-vaLgtbwCxx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLgtbwCxx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgtbwCxx .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLgtbwCxx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLgtbwCxx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLgtbwCxx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLgtbwCxx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLgtbwCxx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLgtbwCxx .modal-lg,
  .cid-vaLgtbwCxx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLgtbwCxx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLgtbwCxx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLgtbwCxx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLgtbwCxx .form-group {
  margin-bottom: 1rem;
}
.cid-vaLgtbwCxx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLgtbwCxx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLgtbwCxx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLgtbwCxx .mbr-section-btn {
  margin: 0;
}
.cid-vaLgtbwCxx .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgtbwCxx .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLgtbwCxx .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaK6w2FP46 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaK6w2FP46 nav.navbar {
  position: fixed;
}
.cid-vaK6w2FP46 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK6w2FP46 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaK6w2FP46 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaK6w2FP46 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaK6w2FP46 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaK6w2FP46 .dropdown-item:hover,
.cid-vaK6w2FP46 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaK6w2FP46 .dropdown-item:hover span {
  color: white;
}
.cid-vaK6w2FP46 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaK6w2FP46 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaK6w2FP46 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaK6w2FP46 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaK6w2FP46 .nav-link {
  position: relative;
}
.cid-vaK6w2FP46 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaK6w2FP46 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaK6w2FP46 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaK6w2FP46 .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaK6w2FP46 .dropdown-menu,
.cid-vaK6w2FP46 .navbar.opened {
  background: #353535 !important;
}
.cid-vaK6w2FP46 .nav-item:focus,
.cid-vaK6w2FP46 .nav-link:focus {
  outline: none;
}
.cid-vaK6w2FP46 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaK6w2FP46 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaK6w2FP46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaK6w2FP46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK6w2FP46 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaK6w2FP46 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaK6w2FP46 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaK6w2FP46 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaK6w2FP46 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaK6w2FP46 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaK6w2FP46 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaK6w2FP46 .navbar.collapsed {
  justify-content: center;
}
.cid-vaK6w2FP46 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaK6w2FP46 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaK6w2FP46 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaK6w2FP46 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaK6w2FP46 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaK6w2FP46 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaK6w2FP46 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaK6w2FP46 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaK6w2FP46 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaK6w2FP46 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaK6w2FP46 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaK6w2FP46 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaK6w2FP46 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaK6w2FP46 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaK6w2FP46 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaK6w2FP46 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaK6w2FP46 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaK6w2FP46 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaK6w2FP46 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaK6w2FP46 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaK6w2FP46 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaK6w2FP46 .dropdown-item.active,
.cid-vaK6w2FP46 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaK6w2FP46 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaK6w2FP46 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaK6w2FP46 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaK6w2FP46 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaK6w2FP46 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaK6w2FP46 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaK6w2FP46 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaK6w2FP46 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaK6w2FP46 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaK6w2FP46 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaK6w2FP46 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaK6w2FP46 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK6w2FP46 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK6w2FP46 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaK6w2FP46 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK6w2FP46 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaK6w2FP46 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaK6w2FP46 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK6w2FP46 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaK6w2FP46 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaK6w2FP46 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaK6w2FP46 .navbar {
    height: 70px;
  }
  .cid-vaK6w2FP46 .navbar.opened {
    height: auto;
  }
  .cid-vaK6w2FP46 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaK6w2FP46 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaK6w2FP46 .navbar-toggler {
  margin-left: 10px;
}
.cid-vaK6w2FP46 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaK6w2FP46 .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaK6w2FP46 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaK6w2FP46 .mbr-text {
    display: none;
  }
}
.cid-vaK6w2FP46 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaK6w2FP46 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaK6w2FP46 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaK6w2FP46 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaK6w2FP46 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaK6w2FP46 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaK6w2FP46 #vol {
    display: none;
  }
}
.cid-vaK6w2FP46 .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaK6w2FP46 .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaK6w2FP46 .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaK6w2FP46 .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaK6w2FP46 .nav-support,
.cid-vaK6w2FP46 .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaK6w2FP46 .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaK6w2FP46 .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaK6w2FP46 .nav-support,
  .cid-vaK6w2FP46 .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaK6w2FP46 .nav-support,
  .cid-vaK6w2FP46 .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaK6w2FP46 .nav-support,
  .cid-vaK6w2FP46 .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaK6w2FP46 .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaK6w2FP46 .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaK6w2FP46 .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaK6w2FP46 .cta-support a {
  color: #ff9e00;
}
.cid-vaK6w2FP46 .cta-support a:hover {
  color: #ffb733;
}
.cid-vaK6w2FP46 .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaK6w2FP46 .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaK6w2FP46 .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaK6w2FP46 .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaK6w2FP46 .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaK6w2FP46 .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaK6w2FP46 .nav-support a {
  color: #2299aa;
}
.cid-vaK6w2FP46 .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaK6w2FP46 .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaK6w2FP46 .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaK6w2FP46 .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaK6w2FP46 .header-actions a:hover,
.cid-vaK6w2FP46 .header-actions a:focus,
.cid-vaK6w2FP46 .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaK6w2FP46 .navbar-nav > li,
.cid-vaK6w2FP46 .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaK6w3lhFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaK6w3lhFo .row {
  align-items: center;
}
.cid-vaK6w3lhFo .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaK6w3lhFo .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaK6w3lhFo .image-wrapper,
.cid-vaK6w3lhFo img {
  width: 100%;
}
.cid-vaK6w3lhFo .image-wrapper {
  overflow: hidden;
}
.cid-vaK6w3lhFo .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaK6w3lhFo .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaK6w3lhFo .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK6w3lhFo .row {
    flex-direction: column-reverse;
  }
  .cid-vaK6w3lhFo .content_box,
  .cid-vaK6w3lhFo .mbr-text {
    padding: 0;
  }
  .cid-vaK6w3lhFo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaK6w3lhFo .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaK6w3lhFo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaK6w3lhFo .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaK6w3lhFo .mbr-text,
.cid-vaK6w3lhFo .linkBtn {
  color: #f3f4f7;
}
#custom-html-2de {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2de *,
#custom-html-2de *::before,
#custom-html-2de *::after {
  box-sizing: border-box;
}
#custom-html-2de html,
#custom-html-2de body,
#custom-html-2de section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2de .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2de .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2de .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2de .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2de .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2de .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2de .filter-buttons,
#custom-html-2de .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2de .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2de .filter-btn:hover,
#custom-html-2de .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2de .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2de .grid-btn:hover,
#custom-html-2de .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2de #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2de .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2de .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2de .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2de .item-img {
  width: 100%;
}
#custom-html-2de .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2de .item-content,
#custom-html-2de .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2de .item-wrapper,
#custom-html-2de .item-wrapper p,
#custom-html-2de .item-wrapper em,
#custom-html-2de .item-wrapper span,
#custom-html-2de .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2de .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2de .item-wrapper em {
  font-style: normal;
}
#custom-html-2de .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2de .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2de .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2de .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2de .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2de .filter-btn,
  #custom-html-2de .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2de .item-content,
  #custom-html-2de .item-footer {
    max-width: 100%;
  }
  #custom-html-2de .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2de .item-content,
  #custom-html-2de .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2de .item-content,
  #custom-html-2de .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2de .item-content,
  #custom-html-2de .item-footer {
    max-width: 340px;
  }
  #custom-html-2de .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaK6w3FtRG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK6w3FtRG .btn {
  border-radius: 1vh;
}
.cid-vaK6w3TW7I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK6w3TW7I .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaK6w46Gnq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaK6w46Gnq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaK6w46Gnq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaK6w46Gnq .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaK6w46Gnq .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaK6w46Gnq .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaK6w46Gnq .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaK6w46Gnq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaK6w46Gnq [class^="socicon-"]:before,
.cid-vaK6w46Gnq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaK6w46Gnq .mbr-section-title,
.cid-vaK6w46Gnq .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaK6w4pYa3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaK6w4pYa3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaK6w4pYa3 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaK6w4pYa3 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaK6w4pYa3 .form-control:focus,
.cid-vaK6w4pYa3 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaK6w4pYa3 .form-group {
  margin-bottom: 1rem;
}
.cid-vaK6w4pYa3 input::-webkit-input-placeholder,
.cid-vaK6w4pYa3 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaK6w4pYa3 input:-moz-placeholder,
.cid-vaK6w4pYa3 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaK6w4pYa3 .jq-selectbox li,
.cid-vaK6w4pYa3 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK6w4pYa3 .jq-selectbox li:hover,
.cid-vaK6w4pYa3 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK6w4pYa3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK6w4pYa3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK6w4pYa3 textarea.form-control {
  resize: none;
}
.cid-vaK6w4pYa3 .input-group-btn {
  display: inline-block;
}
.cid-vaK6w4pYa3 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaK6w4pYa3 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaK6w4pYa3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaK6w4pYa3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaK6w4pYa3 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaK6w4pYa3 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaK6w4pYa3 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaK6w4pYa3 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaK6w4pYa3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaK6w4pYa3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaK6w4pYa3 .form-control,
.cid-vaK6w4pYa3 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaK6w4pYa3 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaK6w4pYa3 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaK6w4pYa3 #creativecommons img,
.cid-vaK6w4pYa3 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaK6w4pYa3 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaK6w4pYa3 P {
  color: #ffffff;
}
.cid-vaK6w4MhHn.popup-builder {
  background-color: #ffffff;
}
.cid-vaK6w4MhHn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaK6w4MhHn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaK6w4MhHn .modal-content,
.cid-vaK6w4MhHn .modal-dialog {
  height: auto;
}
.cid-vaK6w4MhHn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaK6w4MhHn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaK6w4MhHn .form-wrapper .mbr-form .form-group,
  .cid-vaK6w4MhHn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaK6w4MhHn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaK6w4MhHn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaK6w4MhHn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaK6w4MhHn .pt-0 {
  padding-top: 0 !important;
}
.cid-vaK6w4MhHn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaK6w4MhHn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaK6w4MhHn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaK6w4MhHn .modal-open {
  overflow: hidden;
}
.cid-vaK6w4MhHn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaK6w4MhHn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaK6w4MhHn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaK6w4MhHn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaK6w4MhHn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaK6w4MhHn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaK6w4MhHn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaK6w4MhHn .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaK6w4MhHn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaK6w4MhHn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaK6w4MhHn .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaK6w4MhHn .modal-backdrop.show {
  opacity: .5;
}
.cid-vaK6w4MhHn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaK6w4MhHn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK6w4MhHn .modal-header {
    padding: 1rem;
  }
}
.cid-vaK6w4MhHn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaK6w4MhHn .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaK6w4MhHn .modal-header .close:hover {
  opacity: 1;
}
.cid-vaK6w4MhHn .modal-header .close:focus {
  outline: none;
}
.cid-vaK6w4MhHn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaK6w4MhHn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaK6w4MhHn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK6w4MhHn .modal-body {
    padding: 1rem;
  }
}
.cid-vaK6w4MhHn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaK6w4MhHn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK6w4MhHn .modal-footer {
    padding: 1rem;
  }
}
.cid-vaK6w4MhHn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaK6w4MhHn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaK6w4MhHn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaK6w4MhHn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaK6w4MhHn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaK6w4MhHn .modal-lg,
  .cid-vaK6w4MhHn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaK6w4MhHn .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaK6w4MhHn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaK6w4MhHn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaK6w4MhHn .form-group {
  margin-bottom: 1rem;
}
.cid-vaK6w4MhHn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaK6w4MhHn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaK6w4MhHn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaK6w4MhHn .mbr-section-btn {
  margin: 0;
}
.cid-vaK6w4MhHn .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgiWXfuq .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLgiWXfuq .my-float {
  margin-top: 16px;
}
.cid-vaLgiWXfuq P {
  color: #232323;
}
.cid-vaLgiWXfuq DIV {
  color: #ffffff;
}
.cid-vaLgiWXfuq H10 {
  color: #767676;
}
.cid-vaLgiWXfuq .hidden {
  display: none;
}
.cid-vaLgjh8Gxa.popup-builder {
  background-color: #ffffff;
}
.cid-vaLgjh8Gxa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLgjh8Gxa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLgjh8Gxa .modal-content,
.cid-vaLgjh8Gxa .modal-dialog {
  height: auto;
}
.cid-vaLgjh8Gxa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLgjh8Gxa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLgjh8Gxa .form-wrapper .mbr-form .form-group,
  .cid-vaLgjh8Gxa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLgjh8Gxa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLgjh8Gxa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLgjh8Gxa .mbr-text {
  text-align: center;
}
.cid-vaLgjh8Gxa .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLgjh8Gxa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLgjh8Gxa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLgjh8Gxa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLgjh8Gxa .modal-open {
  overflow: hidden;
}
.cid-vaLgjh8Gxa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLgjh8Gxa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLgjh8Gxa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLgjh8Gxa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLgjh8Gxa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLgjh8Gxa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLgjh8Gxa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLgjh8Gxa .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLgjh8Gxa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLgjh8Gxa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLgjh8Gxa .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLgjh8Gxa .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLgjh8Gxa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLgjh8Gxa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgjh8Gxa .modal-header {
    padding: 1rem;
  }
}
.cid-vaLgjh8Gxa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLgjh8Gxa .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLgjh8Gxa .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLgjh8Gxa .modal-header .close:focus {
  outline: none;
}
.cid-vaLgjh8Gxa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLgjh8Gxa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLgjh8Gxa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgjh8Gxa .modal-body {
    padding: 1rem;
  }
}
.cid-vaLgjh8Gxa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLgjh8Gxa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLgjh8Gxa .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLgjh8Gxa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLgjh8Gxa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLgjh8Gxa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLgjh8Gxa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLgjh8Gxa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLgjh8Gxa .modal-lg,
  .cid-vaLgjh8Gxa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLgjh8Gxa .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLgjh8Gxa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLgjh8Gxa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLgjh8Gxa .form-group {
  margin-bottom: 1rem;
}
.cid-vaLgjh8Gxa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLgjh8Gxa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLgjh8Gxa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLgjh8Gxa .mbr-section-btn {
  margin: 0;
}
.cid-vaLgjh8Gxa .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLgjh8Gxa .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLgjh8Gxa .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaK7uRg3E1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaK7uRg3E1 nav.navbar {
  position: fixed;
}
.cid-vaK7uRg3E1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK7uRg3E1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaK7uRg3E1 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaK7uRg3E1 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaK7uRg3E1 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaK7uRg3E1 .dropdown-item:hover,
.cid-vaK7uRg3E1 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaK7uRg3E1 .dropdown-item:hover span {
  color: white;
}
.cid-vaK7uRg3E1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaK7uRg3E1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaK7uRg3E1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaK7uRg3E1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaK7uRg3E1 .nav-link {
  position: relative;
}
.cid-vaK7uRg3E1 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaK7uRg3E1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaK7uRg3E1 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaK7uRg3E1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaK7uRg3E1 .dropdown-menu,
.cid-vaK7uRg3E1 .navbar.opened {
  background: #353535 !important;
}
.cid-vaK7uRg3E1 .nav-item:focus,
.cid-vaK7uRg3E1 .nav-link:focus {
  outline: none;
}
.cid-vaK7uRg3E1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaK7uRg3E1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaK7uRg3E1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaK7uRg3E1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK7uRg3E1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaK7uRg3E1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaK7uRg3E1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaK7uRg3E1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaK7uRg3E1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaK7uRg3E1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaK7uRg3E1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaK7uRg3E1 .navbar.collapsed {
  justify-content: center;
}
.cid-vaK7uRg3E1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaK7uRg3E1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaK7uRg3E1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaK7uRg3E1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaK7uRg3E1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaK7uRg3E1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaK7uRg3E1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaK7uRg3E1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaK7uRg3E1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaK7uRg3E1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaK7uRg3E1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaK7uRg3E1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaK7uRg3E1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaK7uRg3E1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaK7uRg3E1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaK7uRg3E1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaK7uRg3E1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaK7uRg3E1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaK7uRg3E1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaK7uRg3E1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaK7uRg3E1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaK7uRg3E1 .dropdown-item.active,
.cid-vaK7uRg3E1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaK7uRg3E1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaK7uRg3E1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaK7uRg3E1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaK7uRg3E1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaK7uRg3E1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaK7uRg3E1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaK7uRg3E1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaK7uRg3E1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaK7uRg3E1 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaK7uRg3E1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaK7uRg3E1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaK7uRg3E1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK7uRg3E1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK7uRg3E1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaK7uRg3E1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK7uRg3E1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaK7uRg3E1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaK7uRg3E1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK7uRg3E1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaK7uRg3E1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaK7uRg3E1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaK7uRg3E1 .navbar {
    height: 70px;
  }
  .cid-vaK7uRg3E1 .navbar.opened {
    height: auto;
  }
  .cid-vaK7uRg3E1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaK7uRg3E1 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaK7uRg3E1 .navbar-toggler {
  margin-left: 10px;
}
.cid-vaK7uRg3E1 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaK7uRg3E1 .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaK7uRg3E1 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaK7uRg3E1 .mbr-text {
    display: none;
  }
}
.cid-vaK7uRg3E1 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaK7uRg3E1 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaK7uRg3E1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaK7uRg3E1 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaK7uRg3E1 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaK7uRg3E1 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaK7uRg3E1 #vol {
    display: none;
  }
}
.cid-vaK7uRg3E1 .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaK7uRg3E1 .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaK7uRg3E1 .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaK7uRg3E1 .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaK7uRg3E1 .nav-support,
.cid-vaK7uRg3E1 .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaK7uRg3E1 .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaK7uRg3E1 .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaK7uRg3E1 .nav-support,
  .cid-vaK7uRg3E1 .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaK7uRg3E1 .nav-support,
  .cid-vaK7uRg3E1 .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaK7uRg3E1 .nav-support,
  .cid-vaK7uRg3E1 .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaK7uRg3E1 .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaK7uRg3E1 .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaK7uRg3E1 .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaK7uRg3E1 .cta-support a {
  color: #ff9e00;
}
.cid-vaK7uRg3E1 .cta-support a:hover {
  color: #ffb733;
}
.cid-vaK7uRg3E1 .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaK7uRg3E1 .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaK7uRg3E1 .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaK7uRg3E1 .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaK7uRg3E1 .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaK7uRg3E1 .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaK7uRg3E1 .nav-support a {
  color: #2299aa;
}
.cid-vaK7uRg3E1 .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaK7uRg3E1 .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaK7uRg3E1 .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaK7uRg3E1 .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaK7uRg3E1 .header-actions a:hover,
.cid-vaK7uRg3E1 .header-actions a:focus,
.cid-vaK7uRg3E1 .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaK7uRg3E1 .navbar-nav > li,
.cid-vaK7uRg3E1 .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaK7uRX5Yc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaK7uRX5Yc .row {
  align-items: center;
}
.cid-vaK7uRX5Yc .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaK7uRX5Yc .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaK7uRX5Yc .image-wrapper,
.cid-vaK7uRX5Yc img {
  width: 100%;
}
.cid-vaK7uRX5Yc .image-wrapper {
  overflow: hidden;
}
.cid-vaK7uRX5Yc .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaK7uRX5Yc .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaK7uRX5Yc .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK7uRX5Yc .row {
    flex-direction: column-reverse;
  }
  .cid-vaK7uRX5Yc .content_box,
  .cid-vaK7uRX5Yc .mbr-text {
    padding: 0;
  }
  .cid-vaK7uRX5Yc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaK7uRX5Yc .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaK7uRX5Yc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaK7uRX5Yc .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaK7uRX5Yc .mbr-text,
.cid-vaK7uRX5Yc .linkBtn {
  color: #f3f4f7;
}
#custom-html-2dm {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2dm *,
#custom-html-2dm *::before,
#custom-html-2dm *::after {
  box-sizing: border-box;
}
#custom-html-2dm html,
#custom-html-2dm body,
#custom-html-2dm section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2dm .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2dm .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2dm .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2dm .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2dm .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2dm .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2dm .filter-buttons,
#custom-html-2dm .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2dm .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2dm .filter-btn:hover,
#custom-html-2dm .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2dm .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2dm .grid-btn:hover,
#custom-html-2dm .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2dm #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2dm .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2dm .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2dm .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2dm .item-img {
  width: 100%;
}
#custom-html-2dm .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2dm .item-content,
#custom-html-2dm .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2dm .item-wrapper,
#custom-html-2dm .item-wrapper p,
#custom-html-2dm .item-wrapper em,
#custom-html-2dm .item-wrapper span,
#custom-html-2dm .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2dm .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2dm .item-wrapper em {
  font-style: normal;
}
#custom-html-2dm .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2dm .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2dm .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2dm .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2dm .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2dm .filter-btn,
  #custom-html-2dm .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2dm .item-content,
  #custom-html-2dm .item-footer {
    max-width: 100%;
  }
  #custom-html-2dm .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2dm .item-content,
  #custom-html-2dm .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2dm .item-content,
  #custom-html-2dm .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2dm .item-content,
  #custom-html-2dm .item-footer {
    max-width: 340px;
  }
  #custom-html-2dm .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaK7uSjBEJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK7uSjBEJ .btn {
  border-radius: 1vh;
}
.cid-vaK7uSxFiv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK7uSxFiv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaK7uSKWBG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaK7uSKWBG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaK7uSKWBG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaK7uSKWBG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaK7uSKWBG .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaK7uSKWBG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaK7uSKWBG .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaK7uSKWBG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaK7uSKWBG [class^="socicon-"]:before,
.cid-vaK7uSKWBG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaK7uSKWBG .mbr-section-title,
.cid-vaK7uSKWBG .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaK7uT3BzQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaK7uT3BzQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaK7uT3BzQ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaK7uT3BzQ .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaK7uT3BzQ .form-control:focus,
.cid-vaK7uT3BzQ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaK7uT3BzQ .form-group {
  margin-bottom: 1rem;
}
.cid-vaK7uT3BzQ input::-webkit-input-placeholder,
.cid-vaK7uT3BzQ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaK7uT3BzQ input:-moz-placeholder,
.cid-vaK7uT3BzQ textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaK7uT3BzQ .jq-selectbox li,
.cid-vaK7uT3BzQ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK7uT3BzQ .jq-selectbox li:hover,
.cid-vaK7uT3BzQ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK7uT3BzQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK7uT3BzQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK7uT3BzQ textarea.form-control {
  resize: none;
}
.cid-vaK7uT3BzQ .input-group-btn {
  display: inline-block;
}
.cid-vaK7uT3BzQ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaK7uT3BzQ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaK7uT3BzQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaK7uT3BzQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaK7uT3BzQ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaK7uT3BzQ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaK7uT3BzQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaK7uT3BzQ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaK7uT3BzQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaK7uT3BzQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaK7uT3BzQ .form-control,
.cid-vaK7uT3BzQ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaK7uT3BzQ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaK7uT3BzQ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaK7uT3BzQ #creativecommons img,
.cid-vaK7uT3BzQ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaK7uT3BzQ .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaK7uT3BzQ P {
  color: #ffffff;
}
.cid-vaK7uToH1k.popup-builder {
  background-color: #ffffff;
}
.cid-vaK7uToH1k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaK7uToH1k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaK7uToH1k .modal-content,
.cid-vaK7uToH1k .modal-dialog {
  height: auto;
}
.cid-vaK7uToH1k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaK7uToH1k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaK7uToH1k .form-wrapper .mbr-form .form-group,
  .cid-vaK7uToH1k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaK7uToH1k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaK7uToH1k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaK7uToH1k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaK7uToH1k .pt-0 {
  padding-top: 0 !important;
}
.cid-vaK7uToH1k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaK7uToH1k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaK7uToH1k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaK7uToH1k .modal-open {
  overflow: hidden;
}
.cid-vaK7uToH1k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaK7uToH1k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaK7uToH1k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaK7uToH1k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaK7uToH1k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaK7uToH1k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaK7uToH1k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaK7uToH1k .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaK7uToH1k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaK7uToH1k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaK7uToH1k .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaK7uToH1k .modal-backdrop.show {
  opacity: .5;
}
.cid-vaK7uToH1k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaK7uToH1k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK7uToH1k .modal-header {
    padding: 1rem;
  }
}
.cid-vaK7uToH1k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaK7uToH1k .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaK7uToH1k .modal-header .close:hover {
  opacity: 1;
}
.cid-vaK7uToH1k .modal-header .close:focus {
  outline: none;
}
.cid-vaK7uToH1k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaK7uToH1k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaK7uToH1k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK7uToH1k .modal-body {
    padding: 1rem;
  }
}
.cid-vaK7uToH1k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaK7uToH1k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK7uToH1k .modal-footer {
    padding: 1rem;
  }
}
.cid-vaK7uToH1k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaK7uToH1k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaK7uToH1k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaK7uToH1k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaK7uToH1k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaK7uToH1k .modal-lg,
  .cid-vaK7uToH1k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaK7uToH1k .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaK7uToH1k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaK7uToH1k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaK7uToH1k .form-group {
  margin-bottom: 1rem;
}
.cid-vaK7uToH1k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaK7uToH1k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaK7uToH1k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaK7uToH1k .mbr-section-btn {
  margin: 0;
}
.cid-vaK7uToH1k .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLh9KO8Ng .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLh9KO8Ng .my-float {
  margin-top: 16px;
}
.cid-vaLh9KO8Ng P {
  color: #232323;
}
.cid-vaLh9KO8Ng DIV {
  color: #ffffff;
}
.cid-vaLh9KO8Ng H10 {
  color: #767676;
}
.cid-vaLh9KO8Ng .hidden {
  display: none;
}
.cid-vaLha0m2Uy.popup-builder {
  background-color: #ffffff;
}
.cid-vaLha0m2Uy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLha0m2Uy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLha0m2Uy .modal-content,
.cid-vaLha0m2Uy .modal-dialog {
  height: auto;
}
.cid-vaLha0m2Uy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLha0m2Uy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLha0m2Uy .form-wrapper .mbr-form .form-group,
  .cid-vaLha0m2Uy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLha0m2Uy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLha0m2Uy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLha0m2Uy .mbr-text {
  text-align: center;
}
.cid-vaLha0m2Uy .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLha0m2Uy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLha0m2Uy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLha0m2Uy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLha0m2Uy .modal-open {
  overflow: hidden;
}
.cid-vaLha0m2Uy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLha0m2Uy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLha0m2Uy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLha0m2Uy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLha0m2Uy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLha0m2Uy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLha0m2Uy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLha0m2Uy .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLha0m2Uy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLha0m2Uy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLha0m2Uy .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLha0m2Uy .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLha0m2Uy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLha0m2Uy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLha0m2Uy .modal-header {
    padding: 1rem;
  }
}
.cid-vaLha0m2Uy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLha0m2Uy .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLha0m2Uy .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLha0m2Uy .modal-header .close:focus {
  outline: none;
}
.cid-vaLha0m2Uy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLha0m2Uy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLha0m2Uy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLha0m2Uy .modal-body {
    padding: 1rem;
  }
}
.cid-vaLha0m2Uy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLha0m2Uy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLha0m2Uy .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLha0m2Uy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLha0m2Uy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLha0m2Uy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLha0m2Uy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLha0m2Uy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLha0m2Uy .modal-lg,
  .cid-vaLha0m2Uy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLha0m2Uy .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLha0m2Uy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLha0m2Uy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLha0m2Uy .form-group {
  margin-bottom: 1rem;
}
.cid-vaLha0m2Uy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLha0m2Uy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLha0m2Uy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLha0m2Uy .mbr-section-btn {
  margin: 0;
}
.cid-vaLha0m2Uy .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLha0m2Uy .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLha0m2Uy .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaK8BEljhB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaK8BEljhB nav.navbar {
  position: fixed;
}
.cid-vaK8BEljhB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK8BEljhB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaK8BEljhB .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaK8BEljhB #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaK8BEljhB .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaK8BEljhB .dropdown-item:hover,
.cid-vaK8BEljhB .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaK8BEljhB .dropdown-item:hover span {
  color: white;
}
.cid-vaK8BEljhB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaK8BEljhB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaK8BEljhB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaK8BEljhB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaK8BEljhB .nav-link {
  position: relative;
}
.cid-vaK8BEljhB .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaK8BEljhB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaK8BEljhB .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaK8BEljhB .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaK8BEljhB .dropdown-menu,
.cid-vaK8BEljhB .navbar.opened {
  background: #353535 !important;
}
.cid-vaK8BEljhB .nav-item:focus,
.cid-vaK8BEljhB .nav-link:focus {
  outline: none;
}
.cid-vaK8BEljhB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaK8BEljhB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaK8BEljhB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaK8BEljhB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK8BEljhB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaK8BEljhB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaK8BEljhB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaK8BEljhB .navbar.opened {
  transition: all 0.3s;
}
.cid-vaK8BEljhB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaK8BEljhB .navbar .navbar-logo img {
  width: auto;
}
.cid-vaK8BEljhB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaK8BEljhB .navbar.collapsed {
  justify-content: center;
}
.cid-vaK8BEljhB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaK8BEljhB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaK8BEljhB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaK8BEljhB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaK8BEljhB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaK8BEljhB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaK8BEljhB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaK8BEljhB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaK8BEljhB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaK8BEljhB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaK8BEljhB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaK8BEljhB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaK8BEljhB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaK8BEljhB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaK8BEljhB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaK8BEljhB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaK8BEljhB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaK8BEljhB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaK8BEljhB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaK8BEljhB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaK8BEljhB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaK8BEljhB .dropdown-item.active,
.cid-vaK8BEljhB .dropdown-item:active {
  background-color: transparent;
}
.cid-vaK8BEljhB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaK8BEljhB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaK8BEljhB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaK8BEljhB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaK8BEljhB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaK8BEljhB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaK8BEljhB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaK8BEljhB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaK8BEljhB button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaK8BEljhB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaK8BEljhB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaK8BEljhB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK8BEljhB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK8BEljhB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaK8BEljhB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK8BEljhB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaK8BEljhB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaK8BEljhB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK8BEljhB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaK8BEljhB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaK8BEljhB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaK8BEljhB .navbar {
    height: 70px;
  }
  .cid-vaK8BEljhB .navbar.opened {
    height: auto;
  }
  .cid-vaK8BEljhB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaK8BEljhB .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaK8BEljhB .navbar-toggler {
  margin-left: 10px;
}
.cid-vaK8BEljhB .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaK8BEljhB .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaK8BEljhB .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaK8BEljhB .mbr-text {
    display: none;
  }
}
.cid-vaK8BEljhB .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaK8BEljhB .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaK8BEljhB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaK8BEljhB .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaK8BEljhB #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaK8BEljhB #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaK8BEljhB #vol {
    display: none;
  }
}
.cid-vaK8BEljhB .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaK8BEljhB .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaK8BEljhB .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaK8BEljhB .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaK8BEljhB .nav-support,
.cid-vaK8BEljhB .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaK8BEljhB .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaK8BEljhB .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaK8BEljhB .nav-support,
  .cid-vaK8BEljhB .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaK8BEljhB .nav-support,
  .cid-vaK8BEljhB .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaK8BEljhB .nav-support,
  .cid-vaK8BEljhB .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaK8BEljhB .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaK8BEljhB .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaK8BEljhB .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaK8BEljhB .cta-support a {
  color: #ff9e00;
}
.cid-vaK8BEljhB .cta-support a:hover {
  color: #ffb733;
}
.cid-vaK8BEljhB .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaK8BEljhB .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaK8BEljhB .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaK8BEljhB .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaK8BEljhB .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaK8BEljhB .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaK8BEljhB .nav-support a {
  color: #2299aa;
}
.cid-vaK8BEljhB .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaK8BEljhB .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaK8BEljhB .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaK8BEljhB .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaK8BEljhB .header-actions a:hover,
.cid-vaK8BEljhB .header-actions a:focus,
.cid-vaK8BEljhB .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaK8BEljhB .navbar-nav > li,
.cid-vaK8BEljhB .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaK8BF3Wdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaK8BF3Wdb .row {
  align-items: center;
}
.cid-vaK8BF3Wdb .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaK8BF3Wdb .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaK8BF3Wdb .image-wrapper,
.cid-vaK8BF3Wdb img {
  width: 100%;
}
.cid-vaK8BF3Wdb .image-wrapper {
  overflow: hidden;
}
.cid-vaK8BF3Wdb .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaK8BF3Wdb .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaK8BF3Wdb .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK8BF3Wdb .row {
    flex-direction: column-reverse;
  }
  .cid-vaK8BF3Wdb .content_box,
  .cid-vaK8BF3Wdb .mbr-text {
    padding: 0;
  }
  .cid-vaK8BF3Wdb .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaK8BF3Wdb .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaK8BF3Wdb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaK8BF3Wdb .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaK8BF3Wdb .mbr-text,
.cid-vaK8BF3Wdb .linkBtn {
  color: #f3f4f7;
}
#custom-html-2du {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2du *,
#custom-html-2du *::before,
#custom-html-2du *::after {
  box-sizing: border-box;
}
#custom-html-2du html,
#custom-html-2du body,
#custom-html-2du section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2du .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2du .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2du .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2du .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2du .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2du .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2du .filter-buttons,
#custom-html-2du .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2du .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2du .filter-btn:hover,
#custom-html-2du .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2du .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2du .grid-btn:hover,
#custom-html-2du .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2du #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2du .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2du .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2du .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2du .item-img {
  width: 100%;
}
#custom-html-2du .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2du .item-content,
#custom-html-2du .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2du .item-wrapper,
#custom-html-2du .item-wrapper p,
#custom-html-2du .item-wrapper em,
#custom-html-2du .item-wrapper span,
#custom-html-2du .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2du .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2du .item-wrapper em {
  font-style: normal;
}
#custom-html-2du .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2du .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2du .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2du .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2du .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2du .filter-btn,
  #custom-html-2du .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2du .item-content,
  #custom-html-2du .item-footer {
    max-width: 100%;
  }
  #custom-html-2du .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2du .item-content,
  #custom-html-2du .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2du .item-content,
  #custom-html-2du .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2du .item-content,
  #custom-html-2du .item-footer {
    max-width: 340px;
  }
  #custom-html-2du .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaK8BFpfwC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK8BFpfwC .btn {
  border-radius: 1vh;
}
.cid-vaK8BFEUKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK8BFEUKn .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaK8BFSLiy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaK8BFSLiy .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaK8BFSLiy .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaK8BFSLiy .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaK8BFSLiy .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaK8BFSLiy .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaK8BFSLiy .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaK8BFSLiy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaK8BFSLiy [class^="socicon-"]:before,
.cid-vaK8BFSLiy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaK8BFSLiy .mbr-section-title,
.cid-vaK8BFSLiy .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaK8BGcpTT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaK8BGcpTT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaK8BGcpTT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaK8BGcpTT .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaK8BGcpTT .form-control:focus,
.cid-vaK8BGcpTT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaK8BGcpTT .form-group {
  margin-bottom: 1rem;
}
.cid-vaK8BGcpTT input::-webkit-input-placeholder,
.cid-vaK8BGcpTT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaK8BGcpTT input:-moz-placeholder,
.cid-vaK8BGcpTT textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaK8BGcpTT .jq-selectbox li,
.cid-vaK8BGcpTT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK8BGcpTT .jq-selectbox li:hover,
.cid-vaK8BGcpTT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK8BGcpTT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK8BGcpTT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK8BGcpTT textarea.form-control {
  resize: none;
}
.cid-vaK8BGcpTT .input-group-btn {
  display: inline-block;
}
.cid-vaK8BGcpTT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaK8BGcpTT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaK8BGcpTT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaK8BGcpTT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaK8BGcpTT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaK8BGcpTT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaK8BGcpTT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaK8BGcpTT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaK8BGcpTT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaK8BGcpTT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaK8BGcpTT .form-control,
.cid-vaK8BGcpTT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaK8BGcpTT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaK8BGcpTT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaK8BGcpTT #creativecommons img,
.cid-vaK8BGcpTT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaK8BGcpTT .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaK8BGcpTT P {
  color: #ffffff;
}
.cid-vaK8BGz3Tw.popup-builder {
  background-color: #ffffff;
}
.cid-vaK8BGz3Tw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaK8BGz3Tw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaK8BGz3Tw .modal-content,
.cid-vaK8BGz3Tw .modal-dialog {
  height: auto;
}
.cid-vaK8BGz3Tw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaK8BGz3Tw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaK8BGz3Tw .form-wrapper .mbr-form .form-group,
  .cid-vaK8BGz3Tw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaK8BGz3Tw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaK8BGz3Tw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaK8BGz3Tw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaK8BGz3Tw .pt-0 {
  padding-top: 0 !important;
}
.cid-vaK8BGz3Tw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaK8BGz3Tw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaK8BGz3Tw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaK8BGz3Tw .modal-open {
  overflow: hidden;
}
.cid-vaK8BGz3Tw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaK8BGz3Tw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaK8BGz3Tw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaK8BGz3Tw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaK8BGz3Tw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaK8BGz3Tw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaK8BGz3Tw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaK8BGz3Tw .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaK8BGz3Tw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaK8BGz3Tw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaK8BGz3Tw .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaK8BGz3Tw .modal-backdrop.show {
  opacity: .5;
}
.cid-vaK8BGz3Tw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaK8BGz3Tw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK8BGz3Tw .modal-header {
    padding: 1rem;
  }
}
.cid-vaK8BGz3Tw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaK8BGz3Tw .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaK8BGz3Tw .modal-header .close:hover {
  opacity: 1;
}
.cid-vaK8BGz3Tw .modal-header .close:focus {
  outline: none;
}
.cid-vaK8BGz3Tw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaK8BGz3Tw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaK8BGz3Tw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK8BGz3Tw .modal-body {
    padding: 1rem;
  }
}
.cid-vaK8BGz3Tw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaK8BGz3Tw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK8BGz3Tw .modal-footer {
    padding: 1rem;
  }
}
.cid-vaK8BGz3Tw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaK8BGz3Tw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaK8BGz3Tw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaK8BGz3Tw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaK8BGz3Tw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaK8BGz3Tw .modal-lg,
  .cid-vaK8BGz3Tw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaK8BGz3Tw .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaK8BGz3Tw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaK8BGz3Tw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaK8BGz3Tw .form-group {
  margin-bottom: 1rem;
}
.cid-vaK8BGz3Tw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaK8BGz3Tw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaK8BGz3Tw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaK8BGz3Tw .mbr-section-btn {
  margin: 0;
}
.cid-vaK8BGz3Tw .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLhku0y1M .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLhku0y1M .my-float {
  margin-top: 16px;
}
.cid-vaLhku0y1M P {
  color: #232323;
}
.cid-vaLhku0y1M DIV {
  color: #ffffff;
}
.cid-vaLhku0y1M H10 {
  color: #767676;
}
.cid-vaLhku0y1M .hidden {
  display: none;
}
.cid-vaLhkP1VZf.popup-builder {
  background-color: #ffffff;
}
.cid-vaLhkP1VZf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLhkP1VZf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLhkP1VZf .modal-content,
.cid-vaLhkP1VZf .modal-dialog {
  height: auto;
}
.cid-vaLhkP1VZf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLhkP1VZf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLhkP1VZf .form-wrapper .mbr-form .form-group,
  .cid-vaLhkP1VZf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLhkP1VZf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLhkP1VZf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLhkP1VZf .mbr-text {
  text-align: center;
}
.cid-vaLhkP1VZf .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLhkP1VZf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLhkP1VZf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLhkP1VZf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLhkP1VZf .modal-open {
  overflow: hidden;
}
.cid-vaLhkP1VZf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLhkP1VZf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLhkP1VZf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLhkP1VZf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLhkP1VZf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLhkP1VZf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLhkP1VZf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLhkP1VZf .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLhkP1VZf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLhkP1VZf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLhkP1VZf .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLhkP1VZf .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLhkP1VZf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLhkP1VZf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhkP1VZf .modal-header {
    padding: 1rem;
  }
}
.cid-vaLhkP1VZf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLhkP1VZf .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLhkP1VZf .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLhkP1VZf .modal-header .close:focus {
  outline: none;
}
.cid-vaLhkP1VZf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLhkP1VZf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLhkP1VZf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhkP1VZf .modal-body {
    padding: 1rem;
  }
}
.cid-vaLhkP1VZf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLhkP1VZf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhkP1VZf .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLhkP1VZf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLhkP1VZf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLhkP1VZf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLhkP1VZf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLhkP1VZf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLhkP1VZf .modal-lg,
  .cid-vaLhkP1VZf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLhkP1VZf .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLhkP1VZf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLhkP1VZf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLhkP1VZf .form-group {
  margin-bottom: 1rem;
}
.cid-vaLhkP1VZf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLhkP1VZf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLhkP1VZf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLhkP1VZf .mbr-section-btn {
  margin: 0;
}
.cid-vaLhkP1VZf .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLhkP1VZf .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLhkP1VZf .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaK9f7gj4g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaK9f7gj4g nav.navbar {
  position: fixed;
}
.cid-vaK9f7gj4g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK9f7gj4g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaK9f7gj4g .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaK9f7gj4g #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaK9f7gj4g .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaK9f7gj4g .dropdown-item:hover,
.cid-vaK9f7gj4g .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaK9f7gj4g .dropdown-item:hover span {
  color: white;
}
.cid-vaK9f7gj4g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaK9f7gj4g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaK9f7gj4g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaK9f7gj4g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaK9f7gj4g .nav-link {
  position: relative;
}
.cid-vaK9f7gj4g .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaK9f7gj4g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaK9f7gj4g .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaK9f7gj4g .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaK9f7gj4g .dropdown-menu,
.cid-vaK9f7gj4g .navbar.opened {
  background: #353535 !important;
}
.cid-vaK9f7gj4g .nav-item:focus,
.cid-vaK9f7gj4g .nav-link:focus {
  outline: none;
}
.cid-vaK9f7gj4g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaK9f7gj4g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaK9f7gj4g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaK9f7gj4g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaK9f7gj4g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaK9f7gj4g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaK9f7gj4g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaK9f7gj4g .navbar.opened {
  transition: all 0.3s;
}
.cid-vaK9f7gj4g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaK9f7gj4g .navbar .navbar-logo img {
  width: auto;
}
.cid-vaK9f7gj4g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaK9f7gj4g .navbar.collapsed {
  justify-content: center;
}
.cid-vaK9f7gj4g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaK9f7gj4g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaK9f7gj4g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaK9f7gj4g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaK9f7gj4g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaK9f7gj4g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaK9f7gj4g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaK9f7gj4g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaK9f7gj4g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaK9f7gj4g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaK9f7gj4g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaK9f7gj4g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaK9f7gj4g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaK9f7gj4g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaK9f7gj4g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaK9f7gj4g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaK9f7gj4g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaK9f7gj4g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaK9f7gj4g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaK9f7gj4g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaK9f7gj4g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaK9f7gj4g .dropdown-item.active,
.cid-vaK9f7gj4g .dropdown-item:active {
  background-color: transparent;
}
.cid-vaK9f7gj4g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaK9f7gj4g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaK9f7gj4g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaK9f7gj4g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaK9f7gj4g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaK9f7gj4g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaK9f7gj4g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaK9f7gj4g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaK9f7gj4g button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaK9f7gj4g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaK9f7gj4g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaK9f7gj4g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK9f7gj4g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaK9f7gj4g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaK9f7gj4g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK9f7gj4g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaK9f7gj4g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaK9f7gj4g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaK9f7gj4g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaK9f7gj4g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaK9f7gj4g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaK9f7gj4g .navbar {
    height: 70px;
  }
  .cid-vaK9f7gj4g .navbar.opened {
    height: auto;
  }
  .cid-vaK9f7gj4g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaK9f7gj4g .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaK9f7gj4g .navbar-toggler {
  margin-left: 10px;
}
.cid-vaK9f7gj4g .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaK9f7gj4g .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaK9f7gj4g .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaK9f7gj4g .mbr-text {
    display: none;
  }
}
.cid-vaK9f7gj4g .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaK9f7gj4g .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaK9f7gj4g .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaK9f7gj4g .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaK9f7gj4g #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaK9f7gj4g #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaK9f7gj4g #vol {
    display: none;
  }
}
.cid-vaK9f7gj4g .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaK9f7gj4g .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaK9f7gj4g .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaK9f7gj4g .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaK9f7gj4g .nav-support,
.cid-vaK9f7gj4g .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaK9f7gj4g .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaK9f7gj4g .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaK9f7gj4g .nav-support,
  .cid-vaK9f7gj4g .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaK9f7gj4g .nav-support,
  .cid-vaK9f7gj4g .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaK9f7gj4g .nav-support,
  .cid-vaK9f7gj4g .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaK9f7gj4g .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaK9f7gj4g .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaK9f7gj4g .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaK9f7gj4g .cta-support a {
  color: #ff9e00;
}
.cid-vaK9f7gj4g .cta-support a:hover {
  color: #ffb733;
}
.cid-vaK9f7gj4g .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaK9f7gj4g .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaK9f7gj4g .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaK9f7gj4g .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaK9f7gj4g .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaK9f7gj4g .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaK9f7gj4g .nav-support a {
  color: #2299aa;
}
.cid-vaK9f7gj4g .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaK9f7gj4g .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaK9f7gj4g .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaK9f7gj4g .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaK9f7gj4g .header-actions a:hover,
.cid-vaK9f7gj4g .header-actions a:focus,
.cid-vaK9f7gj4g .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaK9f7gj4g .navbar-nav > li,
.cid-vaK9f7gj4g .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaK9f7VsMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaK9f7VsMD .row {
  align-items: center;
}
.cid-vaK9f7VsMD .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaK9f7VsMD .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaK9f7VsMD .image-wrapper,
.cid-vaK9f7VsMD img {
  width: 100%;
}
.cid-vaK9f7VsMD .image-wrapper {
  overflow: hidden;
}
.cid-vaK9f7VsMD .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaK9f7VsMD .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaK9f7VsMD .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK9f7VsMD .row {
    flex-direction: column-reverse;
  }
  .cid-vaK9f7VsMD .content_box,
  .cid-vaK9f7VsMD .mbr-text {
    padding: 0;
  }
  .cid-vaK9f7VsMD .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaK9f7VsMD .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaK9f7VsMD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaK9f7VsMD .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaK9f7VsMD .mbr-text,
.cid-vaK9f7VsMD .linkBtn {
  color: #f3f4f7;
}
#custom-html-2e2 {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2e2 *,
#custom-html-2e2 *::before,
#custom-html-2e2 *::after {
  box-sizing: border-box;
}
#custom-html-2e2 html,
#custom-html-2e2 body,
#custom-html-2e2 section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2e2 .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2e2 .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2e2 .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2e2 .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2e2 .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2e2 .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2e2 .filter-buttons,
#custom-html-2e2 .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2e2 .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2e2 .filter-btn:hover,
#custom-html-2e2 .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2e2 .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2e2 .grid-btn:hover,
#custom-html-2e2 .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2e2 #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2e2 .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2e2 .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2e2 .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2e2 .item-img {
  width: 100%;
}
#custom-html-2e2 .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2e2 .item-content,
#custom-html-2e2 .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2e2 .item-wrapper,
#custom-html-2e2 .item-wrapper p,
#custom-html-2e2 .item-wrapper em,
#custom-html-2e2 .item-wrapper span,
#custom-html-2e2 .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2e2 .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2e2 .item-wrapper em {
  font-style: normal;
}
#custom-html-2e2 .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2e2 .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2e2 .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2e2 .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2e2 .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2e2 .filter-btn,
  #custom-html-2e2 .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2e2 .item-content,
  #custom-html-2e2 .item-footer {
    max-width: 100%;
  }
  #custom-html-2e2 .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2e2 .item-content,
  #custom-html-2e2 .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2e2 .item-content,
  #custom-html-2e2 .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2e2 .item-content,
  #custom-html-2e2 .item-footer {
    max-width: 340px;
  }
  #custom-html-2e2 .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaK9f8iMMU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK9f8iMMU .btn {
  border-radius: 1vh;
}
.cid-vaK9f8wAJ9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaK9f8wAJ9 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaK9f8J1oq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaK9f8J1oq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaK9f8J1oq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaK9f8J1oq .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaK9f8J1oq .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaK9f8J1oq .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaK9f8J1oq .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaK9f8J1oq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaK9f8J1oq [class^="socicon-"]:before,
.cid-vaK9f8J1oq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaK9f8J1oq .mbr-section-title,
.cid-vaK9f8J1oq .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaK9f93tCs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaK9f93tCs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaK9f93tCs .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaK9f93tCs .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaK9f93tCs .form-control:focus,
.cid-vaK9f93tCs .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaK9f93tCs .form-group {
  margin-bottom: 1rem;
}
.cid-vaK9f93tCs input::-webkit-input-placeholder,
.cid-vaK9f93tCs textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaK9f93tCs input:-moz-placeholder,
.cid-vaK9f93tCs textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaK9f93tCs .jq-selectbox li,
.cid-vaK9f93tCs .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK9f93tCs .jq-selectbox li:hover,
.cid-vaK9f93tCs .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaK9f93tCs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK9f93tCs .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaK9f93tCs textarea.form-control {
  resize: none;
}
.cid-vaK9f93tCs .input-group-btn {
  display: inline-block;
}
.cid-vaK9f93tCs .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaK9f93tCs .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaK9f93tCs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaK9f93tCs .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaK9f93tCs .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaK9f93tCs .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaK9f93tCs .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaK9f93tCs .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaK9f93tCs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaK9f93tCs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaK9f93tCs .form-control,
.cid-vaK9f93tCs .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaK9f93tCs #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaK9f93tCs #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaK9f93tCs #creativecommons img,
.cid-vaK9f93tCs iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaK9f93tCs .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaK9f93tCs P {
  color: #ffffff;
}
.cid-vaK9f9oCVo.popup-builder {
  background-color: #ffffff;
}
.cid-vaK9f9oCVo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaK9f9oCVo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaK9f9oCVo .modal-content,
.cid-vaK9f9oCVo .modal-dialog {
  height: auto;
}
.cid-vaK9f9oCVo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaK9f9oCVo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaK9f9oCVo .form-wrapper .mbr-form .form-group,
  .cid-vaK9f9oCVo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaK9f9oCVo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaK9f9oCVo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaK9f9oCVo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaK9f9oCVo .pt-0 {
  padding-top: 0 !important;
}
.cid-vaK9f9oCVo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaK9f9oCVo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaK9f9oCVo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaK9f9oCVo .modal-open {
  overflow: hidden;
}
.cid-vaK9f9oCVo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaK9f9oCVo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaK9f9oCVo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaK9f9oCVo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaK9f9oCVo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaK9f9oCVo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaK9f9oCVo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaK9f9oCVo .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaK9f9oCVo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaK9f9oCVo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaK9f9oCVo .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaK9f9oCVo .modal-backdrop.show {
  opacity: .5;
}
.cid-vaK9f9oCVo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaK9f9oCVo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK9f9oCVo .modal-header {
    padding: 1rem;
  }
}
.cid-vaK9f9oCVo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaK9f9oCVo .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaK9f9oCVo .modal-header .close:hover {
  opacity: 1;
}
.cid-vaK9f9oCVo .modal-header .close:focus {
  outline: none;
}
.cid-vaK9f9oCVo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaK9f9oCVo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaK9f9oCVo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK9f9oCVo .modal-body {
    padding: 1rem;
  }
}
.cid-vaK9f9oCVo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaK9f9oCVo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaK9f9oCVo .modal-footer {
    padding: 1rem;
  }
}
.cid-vaK9f9oCVo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaK9f9oCVo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaK9f9oCVo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaK9f9oCVo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaK9f9oCVo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaK9f9oCVo .modal-lg,
  .cid-vaK9f9oCVo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaK9f9oCVo .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaK9f9oCVo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaK9f9oCVo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaK9f9oCVo .form-group {
  margin-bottom: 1rem;
}
.cid-vaK9f9oCVo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaK9f9oCVo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaK9f9oCVo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaK9f9oCVo .mbr-section-btn {
  margin: 0;
}
.cid-vaK9f9oCVo .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLhI4vp10 .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLhI4vp10 .my-float {
  margin-top: 16px;
}
.cid-vaLhI4vp10 P {
  color: #232323;
}
.cid-vaLhI4vp10 DIV {
  color: #ffffff;
}
.cid-vaLhI4vp10 H10 {
  color: #767676;
}
.cid-vaLhI4vp10 .hidden {
  display: none;
}
.cid-vaLhIjP33E.popup-builder {
  background-color: #ffffff;
}
.cid-vaLhIjP33E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLhIjP33E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLhIjP33E .modal-content,
.cid-vaLhIjP33E .modal-dialog {
  height: auto;
}
.cid-vaLhIjP33E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLhIjP33E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLhIjP33E .form-wrapper .mbr-form .form-group,
  .cid-vaLhIjP33E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLhIjP33E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLhIjP33E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLhIjP33E .mbr-text {
  text-align: center;
}
.cid-vaLhIjP33E .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLhIjP33E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLhIjP33E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLhIjP33E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLhIjP33E .modal-open {
  overflow: hidden;
}
.cid-vaLhIjP33E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLhIjP33E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLhIjP33E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLhIjP33E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLhIjP33E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLhIjP33E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLhIjP33E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLhIjP33E .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLhIjP33E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLhIjP33E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLhIjP33E .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLhIjP33E .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLhIjP33E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLhIjP33E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhIjP33E .modal-header {
    padding: 1rem;
  }
}
.cid-vaLhIjP33E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLhIjP33E .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLhIjP33E .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLhIjP33E .modal-header .close:focus {
  outline: none;
}
.cid-vaLhIjP33E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLhIjP33E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLhIjP33E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhIjP33E .modal-body {
    padding: 1rem;
  }
}
.cid-vaLhIjP33E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLhIjP33E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhIjP33E .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLhIjP33E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLhIjP33E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLhIjP33E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLhIjP33E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLhIjP33E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLhIjP33E .modal-lg,
  .cid-vaLhIjP33E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLhIjP33E .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLhIjP33E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLhIjP33E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLhIjP33E .form-group {
  margin-bottom: 1rem;
}
.cid-vaLhIjP33E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLhIjP33E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLhIjP33E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLhIjP33E .mbr-section-btn {
  margin: 0;
}
.cid-vaLhIjP33E .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLhIjP33E .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLhIjP33E .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKa72iLKw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKa72iLKw nav.navbar {
  position: fixed;
}
.cid-vaKa72iLKw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKa72iLKw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKa72iLKw .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKa72iLKw #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKa72iLKw .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKa72iLKw .dropdown-item:hover,
.cid-vaKa72iLKw .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKa72iLKw .dropdown-item:hover span {
  color: white;
}
.cid-vaKa72iLKw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKa72iLKw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKa72iLKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKa72iLKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKa72iLKw .nav-link {
  position: relative;
}
.cid-vaKa72iLKw .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKa72iLKw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKa72iLKw .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKa72iLKw .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKa72iLKw .dropdown-menu,
.cid-vaKa72iLKw .navbar.opened {
  background: #353535 !important;
}
.cid-vaKa72iLKw .nav-item:focus,
.cid-vaKa72iLKw .nav-link:focus {
  outline: none;
}
.cid-vaKa72iLKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKa72iLKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKa72iLKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKa72iLKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKa72iLKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKa72iLKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKa72iLKw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKa72iLKw .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKa72iLKw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKa72iLKw .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKa72iLKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKa72iLKw .navbar.collapsed {
  justify-content: center;
}
.cid-vaKa72iLKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKa72iLKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKa72iLKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKa72iLKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKa72iLKw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKa72iLKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKa72iLKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKa72iLKw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKa72iLKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKa72iLKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKa72iLKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKa72iLKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKa72iLKw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKa72iLKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKa72iLKw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKa72iLKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKa72iLKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKa72iLKw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKa72iLKw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKa72iLKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKa72iLKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKa72iLKw .dropdown-item.active,
.cid-vaKa72iLKw .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKa72iLKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKa72iLKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKa72iLKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKa72iLKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKa72iLKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKa72iLKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKa72iLKw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKa72iLKw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKa72iLKw button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKa72iLKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKa72iLKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKa72iLKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKa72iLKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKa72iLKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKa72iLKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKa72iLKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKa72iLKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKa72iLKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKa72iLKw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKa72iLKw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKa72iLKw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKa72iLKw .navbar {
    height: 70px;
  }
  .cid-vaKa72iLKw .navbar.opened {
    height: auto;
  }
  .cid-vaKa72iLKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKa72iLKw .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKa72iLKw .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKa72iLKw .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKa72iLKw .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKa72iLKw .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKa72iLKw .mbr-text {
    display: none;
  }
}
.cid-vaKa72iLKw .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKa72iLKw .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKa72iLKw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKa72iLKw .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKa72iLKw #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKa72iLKw #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKa72iLKw #vol {
    display: none;
  }
}
.cid-vaKa72iLKw .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKa72iLKw .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKa72iLKw .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKa72iLKw .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKa72iLKw .nav-support,
.cid-vaKa72iLKw .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKa72iLKw .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKa72iLKw .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKa72iLKw .nav-support,
  .cid-vaKa72iLKw .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKa72iLKw .nav-support,
  .cid-vaKa72iLKw .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKa72iLKw .nav-support,
  .cid-vaKa72iLKw .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKa72iLKw .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKa72iLKw .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKa72iLKw .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKa72iLKw .cta-support a {
  color: #ff9e00;
}
.cid-vaKa72iLKw .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKa72iLKw .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKa72iLKw .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKa72iLKw .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKa72iLKw .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKa72iLKw .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKa72iLKw .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKa72iLKw .nav-support a {
  color: #2299aa;
}
.cid-vaKa72iLKw .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKa72iLKw .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKa72iLKw .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKa72iLKw .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKa72iLKw .header-actions a:hover,
.cid-vaKa72iLKw .header-actions a:focus,
.cid-vaKa72iLKw .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKa72iLKw .navbar-nav > li,
.cid-vaKa72iLKw .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKa72WRmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKa72WRmz .row {
  align-items: center;
}
.cid-vaKa72WRmz .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKa72WRmz .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKa72WRmz .image-wrapper,
.cid-vaKa72WRmz img {
  width: 100%;
}
.cid-vaKa72WRmz .image-wrapper {
  overflow: hidden;
}
.cid-vaKa72WRmz .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKa72WRmz .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKa72WRmz .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKa72WRmz .row {
    flex-direction: column-reverse;
  }
  .cid-vaKa72WRmz .content_box,
  .cid-vaKa72WRmz .mbr-text {
    padding: 0;
  }
  .cid-vaKa72WRmz .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKa72WRmz .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKa72WRmz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKa72WRmz .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKa72WRmz .mbr-text,
.cid-vaKa72WRmz .linkBtn {
  color: #f3f4f7;
}
#custom-html-2ea {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2ea *,
#custom-html-2ea *::before,
#custom-html-2ea *::after {
  box-sizing: border-box;
}
#custom-html-2ea html,
#custom-html-2ea body,
#custom-html-2ea section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2ea .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2ea .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2ea .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2ea .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2ea .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2ea .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2ea .filter-buttons,
#custom-html-2ea .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2ea .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2ea .filter-btn:hover,
#custom-html-2ea .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ea .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2ea .grid-btn:hover,
#custom-html-2ea .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ea #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2ea .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2ea .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2ea .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2ea .item-img {
  width: 100%;
}
#custom-html-2ea .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2ea .item-content,
#custom-html-2ea .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2ea .item-wrapper,
#custom-html-2ea .item-wrapper p,
#custom-html-2ea .item-wrapper em,
#custom-html-2ea .item-wrapper span,
#custom-html-2ea .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2ea .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2ea .item-wrapper em {
  font-style: normal;
}
#custom-html-2ea .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2ea .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2ea .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2ea .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2ea .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2ea .filter-btn,
  #custom-html-2ea .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2ea .item-content,
  #custom-html-2ea .item-footer {
    max-width: 100%;
  }
  #custom-html-2ea .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2ea .item-content,
  #custom-html-2ea .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2ea .item-content,
  #custom-html-2ea .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2ea .item-content,
  #custom-html-2ea .item-footer {
    max-width: 340px;
  }
  #custom-html-2ea .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKa73foJa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKa73foJa .btn {
  border-radius: 1vh;
}
.cid-vaKa73u4uM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKa73u4uM .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKa73GgSl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKa73GgSl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKa73GgSl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKa73GgSl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKa73GgSl .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKa73GgSl .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKa73GgSl .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKa73GgSl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKa73GgSl [class^="socicon-"]:before,
.cid-vaKa73GgSl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKa73GgSl .mbr-section-title,
.cid-vaKa73GgSl .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKa73ZKHY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKa73ZKHY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKa73ZKHY .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKa73ZKHY .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKa73ZKHY .form-control:focus,
.cid-vaKa73ZKHY .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKa73ZKHY .form-group {
  margin-bottom: 1rem;
}
.cid-vaKa73ZKHY input::-webkit-input-placeholder,
.cid-vaKa73ZKHY textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKa73ZKHY input:-moz-placeholder,
.cid-vaKa73ZKHY textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKa73ZKHY .jq-selectbox li,
.cid-vaKa73ZKHY .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKa73ZKHY .jq-selectbox li:hover,
.cid-vaKa73ZKHY .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKa73ZKHY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKa73ZKHY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKa73ZKHY textarea.form-control {
  resize: none;
}
.cid-vaKa73ZKHY .input-group-btn {
  display: inline-block;
}
.cid-vaKa73ZKHY .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKa73ZKHY .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKa73ZKHY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKa73ZKHY .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKa73ZKHY .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKa73ZKHY .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKa73ZKHY .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKa73ZKHY .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKa73ZKHY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKa73ZKHY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKa73ZKHY .form-control,
.cid-vaKa73ZKHY .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKa73ZKHY #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKa73ZKHY #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKa73ZKHY #creativecommons img,
.cid-vaKa73ZKHY iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKa73ZKHY .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKa73ZKHY P {
  color: #ffffff;
}
.cid-vaKa74lZG2.popup-builder {
  background-color: #ffffff;
}
.cid-vaKa74lZG2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKa74lZG2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKa74lZG2 .modal-content,
.cid-vaKa74lZG2 .modal-dialog {
  height: auto;
}
.cid-vaKa74lZG2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKa74lZG2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKa74lZG2 .form-wrapper .mbr-form .form-group,
  .cid-vaKa74lZG2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKa74lZG2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKa74lZG2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKa74lZG2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKa74lZG2 .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKa74lZG2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKa74lZG2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKa74lZG2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKa74lZG2 .modal-open {
  overflow: hidden;
}
.cid-vaKa74lZG2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKa74lZG2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKa74lZG2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKa74lZG2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKa74lZG2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKa74lZG2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKa74lZG2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKa74lZG2 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKa74lZG2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKa74lZG2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKa74lZG2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKa74lZG2 .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKa74lZG2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKa74lZG2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKa74lZG2 .modal-header {
    padding: 1rem;
  }
}
.cid-vaKa74lZG2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKa74lZG2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKa74lZG2 .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKa74lZG2 .modal-header .close:focus {
  outline: none;
}
.cid-vaKa74lZG2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKa74lZG2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKa74lZG2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKa74lZG2 .modal-body {
    padding: 1rem;
  }
}
.cid-vaKa74lZG2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKa74lZG2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKa74lZG2 .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKa74lZG2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKa74lZG2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKa74lZG2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKa74lZG2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKa74lZG2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKa74lZG2 .modal-lg,
  .cid-vaKa74lZG2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKa74lZG2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKa74lZG2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKa74lZG2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKa74lZG2 .form-group {
  margin-bottom: 1rem;
}
.cid-vaKa74lZG2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKa74lZG2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKa74lZG2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKa74lZG2 .mbr-section-btn {
  margin: 0;
}
.cid-vaKa74lZG2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLhSObCSC .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLhSObCSC .my-float {
  margin-top: 16px;
}
.cid-vaLhSObCSC P {
  color: #232323;
}
.cid-vaLhSObCSC DIV {
  color: #ffffff;
}
.cid-vaLhSObCSC H10 {
  color: #767676;
}
.cid-vaLhSObCSC .hidden {
  display: none;
}
.cid-vaLhT1aZcB.popup-builder {
  background-color: #ffffff;
}
.cid-vaLhT1aZcB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLhT1aZcB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLhT1aZcB .modal-content,
.cid-vaLhT1aZcB .modal-dialog {
  height: auto;
}
.cid-vaLhT1aZcB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLhT1aZcB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLhT1aZcB .form-wrapper .mbr-form .form-group,
  .cid-vaLhT1aZcB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLhT1aZcB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLhT1aZcB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLhT1aZcB .mbr-text {
  text-align: center;
}
.cid-vaLhT1aZcB .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLhT1aZcB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLhT1aZcB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLhT1aZcB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLhT1aZcB .modal-open {
  overflow: hidden;
}
.cid-vaLhT1aZcB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLhT1aZcB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLhT1aZcB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLhT1aZcB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLhT1aZcB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLhT1aZcB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLhT1aZcB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLhT1aZcB .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLhT1aZcB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLhT1aZcB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLhT1aZcB .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLhT1aZcB .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLhT1aZcB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLhT1aZcB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhT1aZcB .modal-header {
    padding: 1rem;
  }
}
.cid-vaLhT1aZcB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLhT1aZcB .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLhT1aZcB .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLhT1aZcB .modal-header .close:focus {
  outline: none;
}
.cid-vaLhT1aZcB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLhT1aZcB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLhT1aZcB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhT1aZcB .modal-body {
    padding: 1rem;
  }
}
.cid-vaLhT1aZcB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLhT1aZcB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLhT1aZcB .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLhT1aZcB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLhT1aZcB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLhT1aZcB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLhT1aZcB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLhT1aZcB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLhT1aZcB .modal-lg,
  .cid-vaLhT1aZcB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLhT1aZcB .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLhT1aZcB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLhT1aZcB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLhT1aZcB .form-group {
  margin-bottom: 1rem;
}
.cid-vaLhT1aZcB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLhT1aZcB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLhT1aZcB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLhT1aZcB .mbr-section-btn {
  margin: 0;
}
.cid-vaLhT1aZcB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLhT1aZcB .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLhT1aZcB .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKb0CSUEl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKb0CSUEl nav.navbar {
  position: fixed;
}
.cid-vaKb0CSUEl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKb0CSUEl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKb0CSUEl .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKb0CSUEl #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKb0CSUEl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKb0CSUEl .dropdown-item:hover,
.cid-vaKb0CSUEl .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKb0CSUEl .dropdown-item:hover span {
  color: white;
}
.cid-vaKb0CSUEl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKb0CSUEl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKb0CSUEl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKb0CSUEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKb0CSUEl .nav-link {
  position: relative;
}
.cid-vaKb0CSUEl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKb0CSUEl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKb0CSUEl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKb0CSUEl .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKb0CSUEl .dropdown-menu,
.cid-vaKb0CSUEl .navbar.opened {
  background: #353535 !important;
}
.cid-vaKb0CSUEl .nav-item:focus,
.cid-vaKb0CSUEl .nav-link:focus {
  outline: none;
}
.cid-vaKb0CSUEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKb0CSUEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKb0CSUEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKb0CSUEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKb0CSUEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKb0CSUEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKb0CSUEl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKb0CSUEl .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKb0CSUEl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKb0CSUEl .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKb0CSUEl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKb0CSUEl .navbar.collapsed {
  justify-content: center;
}
.cid-vaKb0CSUEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKb0CSUEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKb0CSUEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKb0CSUEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKb0CSUEl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKb0CSUEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKb0CSUEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKb0CSUEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKb0CSUEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKb0CSUEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKb0CSUEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKb0CSUEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKb0CSUEl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKb0CSUEl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKb0CSUEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKb0CSUEl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKb0CSUEl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKb0CSUEl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKb0CSUEl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKb0CSUEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKb0CSUEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKb0CSUEl .dropdown-item.active,
.cid-vaKb0CSUEl .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKb0CSUEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKb0CSUEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKb0CSUEl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKb0CSUEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKb0CSUEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKb0CSUEl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKb0CSUEl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKb0CSUEl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKb0CSUEl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKb0CSUEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKb0CSUEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKb0CSUEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKb0CSUEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKb0CSUEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKb0CSUEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKb0CSUEl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKb0CSUEl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKb0CSUEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKb0CSUEl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKb0CSUEl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKb0CSUEl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKb0CSUEl .navbar {
    height: 70px;
  }
  .cid-vaKb0CSUEl .navbar.opened {
    height: auto;
  }
  .cid-vaKb0CSUEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKb0CSUEl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKb0CSUEl .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKb0CSUEl .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKb0CSUEl .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKb0CSUEl .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKb0CSUEl .mbr-text {
    display: none;
  }
}
.cid-vaKb0CSUEl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKb0CSUEl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKb0CSUEl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKb0CSUEl .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKb0CSUEl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKb0CSUEl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKb0CSUEl #vol {
    display: none;
  }
}
.cid-vaKb0CSUEl .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKb0CSUEl .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKb0CSUEl .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKb0CSUEl .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKb0CSUEl .nav-support,
.cid-vaKb0CSUEl .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKb0CSUEl .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKb0CSUEl .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKb0CSUEl .nav-support,
  .cid-vaKb0CSUEl .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKb0CSUEl .nav-support,
  .cid-vaKb0CSUEl .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKb0CSUEl .nav-support,
  .cid-vaKb0CSUEl .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKb0CSUEl .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKb0CSUEl .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKb0CSUEl .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKb0CSUEl .cta-support a {
  color: #ff9e00;
}
.cid-vaKb0CSUEl .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKb0CSUEl .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKb0CSUEl .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKb0CSUEl .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKb0CSUEl .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKb0CSUEl .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKb0CSUEl .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKb0CSUEl .nav-support a {
  color: #2299aa;
}
.cid-vaKb0CSUEl .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKb0CSUEl .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKb0CSUEl .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKb0CSUEl .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKb0CSUEl .header-actions a:hover,
.cid-vaKb0CSUEl .header-actions a:focus,
.cid-vaKb0CSUEl .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKb0CSUEl .navbar-nav > li,
.cid-vaKb0CSUEl .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKb0Dvtmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKb0Dvtmp .row {
  align-items: center;
}
.cid-vaKb0Dvtmp .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKb0Dvtmp .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKb0Dvtmp .image-wrapper,
.cid-vaKb0Dvtmp img {
  width: 100%;
}
.cid-vaKb0Dvtmp .image-wrapper {
  overflow: hidden;
}
.cid-vaKb0Dvtmp .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKb0Dvtmp .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKb0Dvtmp .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKb0Dvtmp .row {
    flex-direction: column-reverse;
  }
  .cid-vaKb0Dvtmp .content_box,
  .cid-vaKb0Dvtmp .mbr-text {
    padding: 0;
  }
  .cid-vaKb0Dvtmp .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKb0Dvtmp .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKb0Dvtmp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKb0Dvtmp .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKb0Dvtmp .mbr-text,
.cid-vaKb0Dvtmp .linkBtn {
  color: #f3f4f7;
}
#custom-html-2ei {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2ei *,
#custom-html-2ei *::before,
#custom-html-2ei *::after {
  box-sizing: border-box;
}
#custom-html-2ei html,
#custom-html-2ei body,
#custom-html-2ei section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2ei .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2ei .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2ei .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2ei .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2ei .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2ei .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2ei .filter-buttons,
#custom-html-2ei .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2ei .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2ei .filter-btn:hover,
#custom-html-2ei .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ei .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2ei .grid-btn:hover,
#custom-html-2ei .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ei #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2ei .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2ei .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2ei .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2ei .item-img {
  width: 100%;
}
#custom-html-2ei .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2ei .item-content,
#custom-html-2ei .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2ei .item-wrapper,
#custom-html-2ei .item-wrapper p,
#custom-html-2ei .item-wrapper em,
#custom-html-2ei .item-wrapper span,
#custom-html-2ei .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2ei .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2ei .item-wrapper em {
  font-style: normal;
}
#custom-html-2ei .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2ei .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2ei .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2ei .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2ei .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2ei .filter-btn,
  #custom-html-2ei .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2ei .item-content,
  #custom-html-2ei .item-footer {
    max-width: 100%;
  }
  #custom-html-2ei .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2ei .item-content,
  #custom-html-2ei .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2ei .item-content,
  #custom-html-2ei .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2ei .item-content,
  #custom-html-2ei .item-footer {
    max-width: 340px;
  }
  #custom-html-2ei .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKb0DQJ92 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKb0DQJ92 .btn {
  border-radius: 1vh;
}
.cid-vaKb0E5ig1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKb0E5ig1 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKb0EkNnU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKb0EkNnU .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKb0EkNnU .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKb0EkNnU .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKb0EkNnU .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKb0EkNnU .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKb0EkNnU .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKb0EkNnU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKb0EkNnU [class^="socicon-"]:before,
.cid-vaKb0EkNnU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKb0EkNnU .mbr-section-title,
.cid-vaKb0EkNnU .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKb0EGFps {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKb0EGFps .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKb0EGFps .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKb0EGFps .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKb0EGFps .form-control:focus,
.cid-vaKb0EGFps .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKb0EGFps .form-group {
  margin-bottom: 1rem;
}
.cid-vaKb0EGFps input::-webkit-input-placeholder,
.cid-vaKb0EGFps textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKb0EGFps input:-moz-placeholder,
.cid-vaKb0EGFps textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKb0EGFps .jq-selectbox li,
.cid-vaKb0EGFps .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKb0EGFps .jq-selectbox li:hover,
.cid-vaKb0EGFps .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKb0EGFps .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKb0EGFps .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKb0EGFps textarea.form-control {
  resize: none;
}
.cid-vaKb0EGFps .input-group-btn {
  display: inline-block;
}
.cid-vaKb0EGFps .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKb0EGFps .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKb0EGFps .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKb0EGFps .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKb0EGFps .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKb0EGFps .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKb0EGFps .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKb0EGFps .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKb0EGFps .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKb0EGFps .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKb0EGFps .form-control,
.cid-vaKb0EGFps .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKb0EGFps #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKb0EGFps #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKb0EGFps #creativecommons img,
.cid-vaKb0EGFps iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKb0EGFps .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKb0EGFps P {
  color: #ffffff;
}
.cid-vaKb0F2CMu.popup-builder {
  background-color: #ffffff;
}
.cid-vaKb0F2CMu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKb0F2CMu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKb0F2CMu .modal-content,
.cid-vaKb0F2CMu .modal-dialog {
  height: auto;
}
.cid-vaKb0F2CMu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKb0F2CMu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKb0F2CMu .form-wrapper .mbr-form .form-group,
  .cid-vaKb0F2CMu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKb0F2CMu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKb0F2CMu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKb0F2CMu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKb0F2CMu .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKb0F2CMu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKb0F2CMu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKb0F2CMu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKb0F2CMu .modal-open {
  overflow: hidden;
}
.cid-vaKb0F2CMu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKb0F2CMu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKb0F2CMu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKb0F2CMu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKb0F2CMu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKb0F2CMu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKb0F2CMu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKb0F2CMu .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKb0F2CMu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKb0F2CMu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKb0F2CMu .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKb0F2CMu .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKb0F2CMu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKb0F2CMu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKb0F2CMu .modal-header {
    padding: 1rem;
  }
}
.cid-vaKb0F2CMu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKb0F2CMu .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKb0F2CMu .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKb0F2CMu .modal-header .close:focus {
  outline: none;
}
.cid-vaKb0F2CMu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKb0F2CMu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKb0F2CMu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKb0F2CMu .modal-body {
    padding: 1rem;
  }
}
.cid-vaKb0F2CMu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKb0F2CMu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKb0F2CMu .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKb0F2CMu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKb0F2CMu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKb0F2CMu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKb0F2CMu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKb0F2CMu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKb0F2CMu .modal-lg,
  .cid-vaKb0F2CMu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKb0F2CMu .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKb0F2CMu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKb0F2CMu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKb0F2CMu .form-group {
  margin-bottom: 1rem;
}
.cid-vaKb0F2CMu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKb0F2CMu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKb0F2CMu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKb0F2CMu .mbr-section-btn {
  margin: 0;
}
.cid-vaKb0F2CMu .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiivCyay .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLiivCyay .my-float {
  margin-top: 16px;
}
.cid-vaLiivCyay P {
  color: #232323;
}
.cid-vaLiivCyay DIV {
  color: #ffffff;
}
.cid-vaLiivCyay H10 {
  color: #767676;
}
.cid-vaLiivCyay .hidden {
  display: none;
}
.cid-vaLiiMstPv.popup-builder {
  background-color: #ffffff;
}
.cid-vaLiiMstPv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLiiMstPv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLiiMstPv .modal-content,
.cid-vaLiiMstPv .modal-dialog {
  height: auto;
}
.cid-vaLiiMstPv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLiiMstPv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLiiMstPv .form-wrapper .mbr-form .form-group,
  .cid-vaLiiMstPv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLiiMstPv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLiiMstPv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLiiMstPv .mbr-text {
  text-align: center;
}
.cid-vaLiiMstPv .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLiiMstPv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLiiMstPv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLiiMstPv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLiiMstPv .modal-open {
  overflow: hidden;
}
.cid-vaLiiMstPv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLiiMstPv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLiiMstPv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLiiMstPv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLiiMstPv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLiiMstPv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLiiMstPv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLiiMstPv .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLiiMstPv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLiiMstPv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLiiMstPv .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLiiMstPv .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLiiMstPv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLiiMstPv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiiMstPv .modal-header {
    padding: 1rem;
  }
}
.cid-vaLiiMstPv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLiiMstPv .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLiiMstPv .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLiiMstPv .modal-header .close:focus {
  outline: none;
}
.cid-vaLiiMstPv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLiiMstPv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLiiMstPv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiiMstPv .modal-body {
    padding: 1rem;
  }
}
.cid-vaLiiMstPv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLiiMstPv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiiMstPv .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLiiMstPv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLiiMstPv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLiiMstPv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLiiMstPv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLiiMstPv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLiiMstPv .modal-lg,
  .cid-vaLiiMstPv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLiiMstPv .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLiiMstPv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLiiMstPv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLiiMstPv .form-group {
  margin-bottom: 1rem;
}
.cid-vaLiiMstPv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLiiMstPv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLiiMstPv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLiiMstPv .mbr-section-btn {
  margin: 0;
}
.cid-vaLiiMstPv .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiiMstPv .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLiiMstPv .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKbyG5J3C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKbyG5J3C nav.navbar {
  position: fixed;
}
.cid-vaKbyG5J3C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKbyG5J3C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKbyG5J3C .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKbyG5J3C #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKbyG5J3C .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKbyG5J3C .dropdown-item:hover,
.cid-vaKbyG5J3C .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKbyG5J3C .dropdown-item:hover span {
  color: white;
}
.cid-vaKbyG5J3C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKbyG5J3C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKbyG5J3C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKbyG5J3C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKbyG5J3C .nav-link {
  position: relative;
}
.cid-vaKbyG5J3C .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKbyG5J3C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKbyG5J3C .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKbyG5J3C .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKbyG5J3C .dropdown-menu,
.cid-vaKbyG5J3C .navbar.opened {
  background: #353535 !important;
}
.cid-vaKbyG5J3C .nav-item:focus,
.cid-vaKbyG5J3C .nav-link:focus {
  outline: none;
}
.cid-vaKbyG5J3C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKbyG5J3C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKbyG5J3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKbyG5J3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKbyG5J3C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKbyG5J3C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKbyG5J3C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKbyG5J3C .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKbyG5J3C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKbyG5J3C .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKbyG5J3C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKbyG5J3C .navbar.collapsed {
  justify-content: center;
}
.cid-vaKbyG5J3C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKbyG5J3C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKbyG5J3C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKbyG5J3C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKbyG5J3C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKbyG5J3C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKbyG5J3C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKbyG5J3C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKbyG5J3C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKbyG5J3C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKbyG5J3C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKbyG5J3C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKbyG5J3C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKbyG5J3C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKbyG5J3C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKbyG5J3C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKbyG5J3C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKbyG5J3C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKbyG5J3C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKbyG5J3C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKbyG5J3C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKbyG5J3C .dropdown-item.active,
.cid-vaKbyG5J3C .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKbyG5J3C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKbyG5J3C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKbyG5J3C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKbyG5J3C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKbyG5J3C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKbyG5J3C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKbyG5J3C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKbyG5J3C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKbyG5J3C button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKbyG5J3C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKbyG5J3C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKbyG5J3C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKbyG5J3C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKbyG5J3C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKbyG5J3C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKbyG5J3C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKbyG5J3C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKbyG5J3C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKbyG5J3C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKbyG5J3C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKbyG5J3C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKbyG5J3C .navbar {
    height: 70px;
  }
  .cid-vaKbyG5J3C .navbar.opened {
    height: auto;
  }
  .cid-vaKbyG5J3C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKbyG5J3C .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKbyG5J3C .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKbyG5J3C .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKbyG5J3C .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKbyG5J3C .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKbyG5J3C .mbr-text {
    display: none;
  }
}
.cid-vaKbyG5J3C .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKbyG5J3C .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKbyG5J3C .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKbyG5J3C .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKbyG5J3C #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKbyG5J3C #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKbyG5J3C #vol {
    display: none;
  }
}
.cid-vaKbyG5J3C .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKbyG5J3C .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKbyG5J3C .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKbyG5J3C .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKbyG5J3C .nav-support,
.cid-vaKbyG5J3C .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKbyG5J3C .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKbyG5J3C .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKbyG5J3C .nav-support,
  .cid-vaKbyG5J3C .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKbyG5J3C .nav-support,
  .cid-vaKbyG5J3C .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKbyG5J3C .nav-support,
  .cid-vaKbyG5J3C .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKbyG5J3C .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKbyG5J3C .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKbyG5J3C .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKbyG5J3C .cta-support a {
  color: #ff9e00;
}
.cid-vaKbyG5J3C .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKbyG5J3C .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKbyG5J3C .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKbyG5J3C .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKbyG5J3C .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKbyG5J3C .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKbyG5J3C .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKbyG5J3C .nav-support a {
  color: #2299aa;
}
.cid-vaKbyG5J3C .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKbyG5J3C .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKbyG5J3C .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKbyG5J3C .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKbyG5J3C .header-actions a:hover,
.cid-vaKbyG5J3C .header-actions a:focus,
.cid-vaKbyG5J3C .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKbyG5J3C .navbar-nav > li,
.cid-vaKbyG5J3C .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKbyGQne8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKbyGQne8 .row {
  align-items: center;
}
.cid-vaKbyGQne8 .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKbyGQne8 .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKbyGQne8 .image-wrapper,
.cid-vaKbyGQne8 img {
  width: 100%;
}
.cid-vaKbyGQne8 .image-wrapper {
  overflow: hidden;
}
.cid-vaKbyGQne8 .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKbyGQne8 .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKbyGQne8 .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKbyGQne8 .row {
    flex-direction: column-reverse;
  }
  .cid-vaKbyGQne8 .content_box,
  .cid-vaKbyGQne8 .mbr-text {
    padding: 0;
  }
  .cid-vaKbyGQne8 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKbyGQne8 .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKbyGQne8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKbyGQne8 .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKbyGQne8 .mbr-text,
.cid-vaKbyGQne8 .linkBtn {
  color: #f3f4f7;
}
#custom-html-2eq {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2eq *,
#custom-html-2eq *::before,
#custom-html-2eq *::after {
  box-sizing: border-box;
}
#custom-html-2eq html,
#custom-html-2eq body,
#custom-html-2eq section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2eq .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2eq .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2eq .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2eq .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2eq .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2eq .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2eq .filter-buttons,
#custom-html-2eq .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2eq .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2eq .filter-btn:hover,
#custom-html-2eq .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2eq .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2eq .grid-btn:hover,
#custom-html-2eq .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2eq #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2eq .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2eq .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2eq .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2eq .item-img {
  width: 100%;
}
#custom-html-2eq .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2eq .item-content,
#custom-html-2eq .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2eq .item-wrapper,
#custom-html-2eq .item-wrapper p,
#custom-html-2eq .item-wrapper em,
#custom-html-2eq .item-wrapper span,
#custom-html-2eq .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2eq .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2eq .item-wrapper em {
  font-style: normal;
}
#custom-html-2eq .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2eq .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2eq .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2eq .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2eq .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2eq .filter-btn,
  #custom-html-2eq .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2eq .item-content,
  #custom-html-2eq .item-footer {
    max-width: 100%;
  }
  #custom-html-2eq .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2eq .item-content,
  #custom-html-2eq .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2eq .item-content,
  #custom-html-2eq .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2eq .item-content,
  #custom-html-2eq .item-footer {
    max-width: 340px;
  }
  #custom-html-2eq .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKbyHdbo9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKbyHdbo9 .btn {
  border-radius: 1vh;
}
.cid-vaKbyHqyPY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKbyHqyPY .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKbyHFhJF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKbyHFhJF .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKbyHFhJF .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKbyHFhJF .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKbyHFhJF .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKbyHFhJF .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKbyHFhJF .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKbyHFhJF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKbyHFhJF [class^="socicon-"]:before,
.cid-vaKbyHFhJF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKbyHFhJF .mbr-section-title,
.cid-vaKbyHFhJF .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKbyHZTFX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKbyHZTFX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKbyHZTFX .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKbyHZTFX .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKbyHZTFX .form-control:focus,
.cid-vaKbyHZTFX .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKbyHZTFX .form-group {
  margin-bottom: 1rem;
}
.cid-vaKbyHZTFX input::-webkit-input-placeholder,
.cid-vaKbyHZTFX textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKbyHZTFX input:-moz-placeholder,
.cid-vaKbyHZTFX textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKbyHZTFX .jq-selectbox li,
.cid-vaKbyHZTFX .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKbyHZTFX .jq-selectbox li:hover,
.cid-vaKbyHZTFX .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKbyHZTFX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKbyHZTFX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKbyHZTFX textarea.form-control {
  resize: none;
}
.cid-vaKbyHZTFX .input-group-btn {
  display: inline-block;
}
.cid-vaKbyHZTFX .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKbyHZTFX .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKbyHZTFX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKbyHZTFX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKbyHZTFX .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKbyHZTFX .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKbyHZTFX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKbyHZTFX .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKbyHZTFX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKbyHZTFX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKbyHZTFX .form-control,
.cid-vaKbyHZTFX .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKbyHZTFX #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKbyHZTFX #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKbyHZTFX #creativecommons img,
.cid-vaKbyHZTFX iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKbyHZTFX .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKbyHZTFX P {
  color: #ffffff;
}
.cid-vaKbyInh1i.popup-builder {
  background-color: #ffffff;
}
.cid-vaKbyInh1i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKbyInh1i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKbyInh1i .modal-content,
.cid-vaKbyInh1i .modal-dialog {
  height: auto;
}
.cid-vaKbyInh1i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKbyInh1i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKbyInh1i .form-wrapper .mbr-form .form-group,
  .cid-vaKbyInh1i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKbyInh1i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKbyInh1i .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKbyInh1i .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKbyInh1i .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKbyInh1i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKbyInh1i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKbyInh1i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKbyInh1i .modal-open {
  overflow: hidden;
}
.cid-vaKbyInh1i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKbyInh1i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKbyInh1i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKbyInh1i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKbyInh1i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKbyInh1i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKbyInh1i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKbyInh1i .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKbyInh1i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKbyInh1i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKbyInh1i .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKbyInh1i .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKbyInh1i .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKbyInh1i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKbyInh1i .modal-header {
    padding: 1rem;
  }
}
.cid-vaKbyInh1i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKbyInh1i .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKbyInh1i .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKbyInh1i .modal-header .close:focus {
  outline: none;
}
.cid-vaKbyInh1i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKbyInh1i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKbyInh1i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKbyInh1i .modal-body {
    padding: 1rem;
  }
}
.cid-vaKbyInh1i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKbyInh1i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKbyInh1i .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKbyInh1i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKbyInh1i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKbyInh1i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKbyInh1i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKbyInh1i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKbyInh1i .modal-lg,
  .cid-vaKbyInh1i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKbyInh1i .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKbyInh1i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKbyInh1i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKbyInh1i .form-group {
  margin-bottom: 1rem;
}
.cid-vaKbyInh1i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKbyInh1i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKbyInh1i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKbyInh1i .mbr-section-btn {
  margin: 0;
}
.cid-vaKbyInh1i .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLirVGHS5 .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLirVGHS5 .my-float {
  margin-top: 16px;
}
.cid-vaLirVGHS5 P {
  color: #232323;
}
.cid-vaLirVGHS5 DIV {
  color: #ffffff;
}
.cid-vaLirVGHS5 H10 {
  color: #767676;
}
.cid-vaLirVGHS5 .hidden {
  display: none;
}
.cid-vaLisFivwU.popup-builder {
  background-color: #ffffff;
}
.cid-vaLisFivwU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLisFivwU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLisFivwU .modal-content,
.cid-vaLisFivwU .modal-dialog {
  height: auto;
}
.cid-vaLisFivwU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLisFivwU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLisFivwU .form-wrapper .mbr-form .form-group,
  .cid-vaLisFivwU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLisFivwU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLisFivwU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLisFivwU .mbr-text {
  text-align: center;
}
.cid-vaLisFivwU .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLisFivwU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLisFivwU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLisFivwU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLisFivwU .modal-open {
  overflow: hidden;
}
.cid-vaLisFivwU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLisFivwU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLisFivwU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLisFivwU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLisFivwU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLisFivwU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLisFivwU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLisFivwU .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLisFivwU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLisFivwU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLisFivwU .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLisFivwU .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLisFivwU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLisFivwU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLisFivwU .modal-header {
    padding: 1rem;
  }
}
.cid-vaLisFivwU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLisFivwU .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLisFivwU .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLisFivwU .modal-header .close:focus {
  outline: none;
}
.cid-vaLisFivwU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLisFivwU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLisFivwU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLisFivwU .modal-body {
    padding: 1rem;
  }
}
.cid-vaLisFivwU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLisFivwU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLisFivwU .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLisFivwU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLisFivwU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLisFivwU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLisFivwU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLisFivwU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLisFivwU .modal-lg,
  .cid-vaLisFivwU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLisFivwU .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLisFivwU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLisFivwU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLisFivwU .form-group {
  margin-bottom: 1rem;
}
.cid-vaLisFivwU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLisFivwU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLisFivwU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLisFivwU .mbr-section-btn {
  margin: 0;
}
.cid-vaLisFivwU .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLisFivwU .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLisFivwU .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKc2Rann8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKc2Rann8 nav.navbar {
  position: fixed;
}
.cid-vaKc2Rann8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKc2Rann8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKc2Rann8 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKc2Rann8 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKc2Rann8 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKc2Rann8 .dropdown-item:hover,
.cid-vaKc2Rann8 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKc2Rann8 .dropdown-item:hover span {
  color: white;
}
.cid-vaKc2Rann8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKc2Rann8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKc2Rann8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKc2Rann8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKc2Rann8 .nav-link {
  position: relative;
}
.cid-vaKc2Rann8 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKc2Rann8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKc2Rann8 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKc2Rann8 .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKc2Rann8 .dropdown-menu,
.cid-vaKc2Rann8 .navbar.opened {
  background: #353535 !important;
}
.cid-vaKc2Rann8 .nav-item:focus,
.cid-vaKc2Rann8 .nav-link:focus {
  outline: none;
}
.cid-vaKc2Rann8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKc2Rann8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKc2Rann8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKc2Rann8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKc2Rann8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKc2Rann8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKc2Rann8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKc2Rann8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKc2Rann8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKc2Rann8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKc2Rann8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKc2Rann8 .navbar.collapsed {
  justify-content: center;
}
.cid-vaKc2Rann8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKc2Rann8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKc2Rann8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKc2Rann8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKc2Rann8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKc2Rann8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKc2Rann8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKc2Rann8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKc2Rann8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKc2Rann8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKc2Rann8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKc2Rann8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKc2Rann8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKc2Rann8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKc2Rann8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKc2Rann8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKc2Rann8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKc2Rann8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKc2Rann8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKc2Rann8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKc2Rann8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKc2Rann8 .dropdown-item.active,
.cid-vaKc2Rann8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKc2Rann8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKc2Rann8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKc2Rann8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKc2Rann8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKc2Rann8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKc2Rann8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKc2Rann8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKc2Rann8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKc2Rann8 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKc2Rann8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKc2Rann8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKc2Rann8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKc2Rann8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKc2Rann8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKc2Rann8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKc2Rann8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKc2Rann8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKc2Rann8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKc2Rann8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKc2Rann8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKc2Rann8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKc2Rann8 .navbar {
    height: 70px;
  }
  .cid-vaKc2Rann8 .navbar.opened {
    height: auto;
  }
  .cid-vaKc2Rann8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKc2Rann8 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKc2Rann8 .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKc2Rann8 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKc2Rann8 .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKc2Rann8 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKc2Rann8 .mbr-text {
    display: none;
  }
}
.cid-vaKc2Rann8 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKc2Rann8 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKc2Rann8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKc2Rann8 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKc2Rann8 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKc2Rann8 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKc2Rann8 #vol {
    display: none;
  }
}
.cid-vaKc2Rann8 .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKc2Rann8 .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKc2Rann8 .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKc2Rann8 .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKc2Rann8 .nav-support,
.cid-vaKc2Rann8 .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKc2Rann8 .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKc2Rann8 .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKc2Rann8 .nav-support,
  .cid-vaKc2Rann8 .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKc2Rann8 .nav-support,
  .cid-vaKc2Rann8 .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKc2Rann8 .nav-support,
  .cid-vaKc2Rann8 .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKc2Rann8 .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKc2Rann8 .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKc2Rann8 .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKc2Rann8 .cta-support a {
  color: #ff9e00;
}
.cid-vaKc2Rann8 .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKc2Rann8 .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKc2Rann8 .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKc2Rann8 .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKc2Rann8 .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKc2Rann8 .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKc2Rann8 .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKc2Rann8 .nav-support a {
  color: #2299aa;
}
.cid-vaKc2Rann8 .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKc2Rann8 .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKc2Rann8 .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKc2Rann8 .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKc2Rann8 .header-actions a:hover,
.cid-vaKc2Rann8 .header-actions a:focus,
.cid-vaKc2Rann8 .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKc2Rann8 .navbar-nav > li,
.cid-vaKc2Rann8 .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKc2RQMe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKc2RQMe6 .row {
  align-items: center;
}
.cid-vaKc2RQMe6 .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKc2RQMe6 .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKc2RQMe6 .image-wrapper,
.cid-vaKc2RQMe6 img {
  width: 100%;
}
.cid-vaKc2RQMe6 .image-wrapper {
  overflow: hidden;
}
.cid-vaKc2RQMe6 .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKc2RQMe6 .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKc2RQMe6 .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKc2RQMe6 .row {
    flex-direction: column-reverse;
  }
  .cid-vaKc2RQMe6 .content_box,
  .cid-vaKc2RQMe6 .mbr-text {
    padding: 0;
  }
  .cid-vaKc2RQMe6 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKc2RQMe6 .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKc2RQMe6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKc2RQMe6 .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKc2RQMe6 .mbr-text,
.cid-vaKc2RQMe6 .linkBtn {
  color: #f3f4f7;
}
#custom-html-2ey {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2ey *,
#custom-html-2ey *::before,
#custom-html-2ey *::after {
  box-sizing: border-box;
}
#custom-html-2ey html,
#custom-html-2ey body,
#custom-html-2ey section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2ey .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2ey .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2ey .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2ey .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2ey .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2ey .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2ey .filter-buttons,
#custom-html-2ey .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2ey .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2ey .filter-btn:hover,
#custom-html-2ey .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ey .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2ey .grid-btn:hover,
#custom-html-2ey .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2ey #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2ey .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2ey .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2ey .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2ey .item-img {
  width: 100%;
}
#custom-html-2ey .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2ey .item-content,
#custom-html-2ey .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2ey .item-wrapper,
#custom-html-2ey .item-wrapper p,
#custom-html-2ey .item-wrapper em,
#custom-html-2ey .item-wrapper span,
#custom-html-2ey .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2ey .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2ey .item-wrapper em {
  font-style: normal;
}
#custom-html-2ey .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2ey .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2ey .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2ey .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2ey .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2ey .filter-btn,
  #custom-html-2ey .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2ey .item-content,
  #custom-html-2ey .item-footer {
    max-width: 100%;
  }
  #custom-html-2ey .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2ey .item-content,
  #custom-html-2ey .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2ey .item-content,
  #custom-html-2ey .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2ey .item-content,
  #custom-html-2ey .item-footer {
    max-width: 340px;
  }
  #custom-html-2ey .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKc2Sb8OS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKc2Sb8OS .btn {
  border-radius: 1vh;
}
.cid-vaKc2SpJdb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKc2SpJdb .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKc2SEjCp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKc2SEjCp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKc2SEjCp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKc2SEjCp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKc2SEjCp .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKc2SEjCp .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKc2SEjCp .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKc2SEjCp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKc2SEjCp [class^="socicon-"]:before,
.cid-vaKc2SEjCp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKc2SEjCp .mbr-section-title,
.cid-vaKc2SEjCp .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKc2SZUvi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKc2SZUvi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKc2SZUvi .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKc2SZUvi .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKc2SZUvi .form-control:focus,
.cid-vaKc2SZUvi .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKc2SZUvi .form-group {
  margin-bottom: 1rem;
}
.cid-vaKc2SZUvi input::-webkit-input-placeholder,
.cid-vaKc2SZUvi textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKc2SZUvi input:-moz-placeholder,
.cid-vaKc2SZUvi textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKc2SZUvi .jq-selectbox li,
.cid-vaKc2SZUvi .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKc2SZUvi .jq-selectbox li:hover,
.cid-vaKc2SZUvi .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKc2SZUvi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKc2SZUvi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKc2SZUvi textarea.form-control {
  resize: none;
}
.cid-vaKc2SZUvi .input-group-btn {
  display: inline-block;
}
.cid-vaKc2SZUvi .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKc2SZUvi .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKc2SZUvi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKc2SZUvi .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKc2SZUvi .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKc2SZUvi .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKc2SZUvi .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKc2SZUvi .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKc2SZUvi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKc2SZUvi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKc2SZUvi .form-control,
.cid-vaKc2SZUvi .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKc2SZUvi #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKc2SZUvi #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKc2SZUvi #creativecommons img,
.cid-vaKc2SZUvi iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKc2SZUvi .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKc2SZUvi P {
  color: #ffffff;
}
.cid-vaKc2Tmt2J.popup-builder {
  background-color: #ffffff;
}
.cid-vaKc2Tmt2J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKc2Tmt2J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKc2Tmt2J .modal-content,
.cid-vaKc2Tmt2J .modal-dialog {
  height: auto;
}
.cid-vaKc2Tmt2J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKc2Tmt2J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKc2Tmt2J .form-wrapper .mbr-form .form-group,
  .cid-vaKc2Tmt2J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKc2Tmt2J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKc2Tmt2J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKc2Tmt2J .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKc2Tmt2J .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKc2Tmt2J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKc2Tmt2J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKc2Tmt2J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKc2Tmt2J .modal-open {
  overflow: hidden;
}
.cid-vaKc2Tmt2J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKc2Tmt2J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKc2Tmt2J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKc2Tmt2J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKc2Tmt2J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKc2Tmt2J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKc2Tmt2J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKc2Tmt2J .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKc2Tmt2J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKc2Tmt2J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKc2Tmt2J .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKc2Tmt2J .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKc2Tmt2J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKc2Tmt2J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKc2Tmt2J .modal-header {
    padding: 1rem;
  }
}
.cid-vaKc2Tmt2J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKc2Tmt2J .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKc2Tmt2J .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKc2Tmt2J .modal-header .close:focus {
  outline: none;
}
.cid-vaKc2Tmt2J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKc2Tmt2J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKc2Tmt2J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKc2Tmt2J .modal-body {
    padding: 1rem;
  }
}
.cid-vaKc2Tmt2J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKc2Tmt2J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKc2Tmt2J .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKc2Tmt2J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKc2Tmt2J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKc2Tmt2J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKc2Tmt2J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKc2Tmt2J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKc2Tmt2J .modal-lg,
  .cid-vaKc2Tmt2J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKc2Tmt2J .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKc2Tmt2J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKc2Tmt2J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKc2Tmt2J .form-group {
  margin-bottom: 1rem;
}
.cid-vaKc2Tmt2J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKc2Tmt2J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKc2Tmt2J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKc2Tmt2J .mbr-section-btn {
  margin: 0;
}
.cid-vaKc2Tmt2J .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiCrCUEo .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLiCrCUEo .my-float {
  margin-top: 16px;
}
.cid-vaLiCrCUEo P {
  color: #232323;
}
.cid-vaLiCrCUEo DIV {
  color: #ffffff;
}
.cid-vaLiCrCUEo H10 {
  color: #767676;
}
.cid-vaLiCrCUEo .hidden {
  display: none;
}
.cid-vaLiCObIUE.popup-builder {
  background-color: #ffffff;
}
.cid-vaLiCObIUE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLiCObIUE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLiCObIUE .modal-content,
.cid-vaLiCObIUE .modal-dialog {
  height: auto;
}
.cid-vaLiCObIUE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLiCObIUE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLiCObIUE .form-wrapper .mbr-form .form-group,
  .cid-vaLiCObIUE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLiCObIUE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLiCObIUE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLiCObIUE .mbr-text {
  text-align: center;
}
.cid-vaLiCObIUE .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLiCObIUE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLiCObIUE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLiCObIUE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLiCObIUE .modal-open {
  overflow: hidden;
}
.cid-vaLiCObIUE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLiCObIUE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLiCObIUE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLiCObIUE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLiCObIUE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLiCObIUE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLiCObIUE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLiCObIUE .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLiCObIUE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLiCObIUE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLiCObIUE .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLiCObIUE .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLiCObIUE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLiCObIUE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiCObIUE .modal-header {
    padding: 1rem;
  }
}
.cid-vaLiCObIUE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLiCObIUE .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLiCObIUE .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLiCObIUE .modal-header .close:focus {
  outline: none;
}
.cid-vaLiCObIUE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLiCObIUE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLiCObIUE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiCObIUE .modal-body {
    padding: 1rem;
  }
}
.cid-vaLiCObIUE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLiCObIUE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiCObIUE .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLiCObIUE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLiCObIUE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLiCObIUE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLiCObIUE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLiCObIUE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLiCObIUE .modal-lg,
  .cid-vaLiCObIUE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLiCObIUE .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLiCObIUE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLiCObIUE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLiCObIUE .form-group {
  margin-bottom: 1rem;
}
.cid-vaLiCObIUE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLiCObIUE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLiCObIUE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLiCObIUE .mbr-section-btn {
  margin: 0;
}
.cid-vaLiCObIUE .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiCObIUE .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLiCObIUE .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKcCQeafZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKcCQeafZ nav.navbar {
  position: fixed;
}
.cid-vaKcCQeafZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKcCQeafZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKcCQeafZ .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKcCQeafZ #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKcCQeafZ .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKcCQeafZ .dropdown-item:hover,
.cid-vaKcCQeafZ .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKcCQeafZ .dropdown-item:hover span {
  color: white;
}
.cid-vaKcCQeafZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKcCQeafZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKcCQeafZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKcCQeafZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKcCQeafZ .nav-link {
  position: relative;
}
.cid-vaKcCQeafZ .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKcCQeafZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKcCQeafZ .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKcCQeafZ .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKcCQeafZ .dropdown-menu,
.cid-vaKcCQeafZ .navbar.opened {
  background: #353535 !important;
}
.cid-vaKcCQeafZ .nav-item:focus,
.cid-vaKcCQeafZ .nav-link:focus {
  outline: none;
}
.cid-vaKcCQeafZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKcCQeafZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKcCQeafZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKcCQeafZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKcCQeafZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKcCQeafZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKcCQeafZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKcCQeafZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKcCQeafZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKcCQeafZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKcCQeafZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKcCQeafZ .navbar.collapsed {
  justify-content: center;
}
.cid-vaKcCQeafZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKcCQeafZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKcCQeafZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKcCQeafZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKcCQeafZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKcCQeafZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKcCQeafZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKcCQeafZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKcCQeafZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKcCQeafZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKcCQeafZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKcCQeafZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKcCQeafZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKcCQeafZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKcCQeafZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKcCQeafZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKcCQeafZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKcCQeafZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKcCQeafZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKcCQeafZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKcCQeafZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKcCQeafZ .dropdown-item.active,
.cid-vaKcCQeafZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKcCQeafZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKcCQeafZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKcCQeafZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKcCQeafZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKcCQeafZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKcCQeafZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKcCQeafZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKcCQeafZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKcCQeafZ button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKcCQeafZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKcCQeafZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKcCQeafZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKcCQeafZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKcCQeafZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKcCQeafZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKcCQeafZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKcCQeafZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKcCQeafZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKcCQeafZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKcCQeafZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKcCQeafZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKcCQeafZ .navbar {
    height: 70px;
  }
  .cid-vaKcCQeafZ .navbar.opened {
    height: auto;
  }
  .cid-vaKcCQeafZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKcCQeafZ .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKcCQeafZ .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKcCQeafZ .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKcCQeafZ .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKcCQeafZ .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKcCQeafZ .mbr-text {
    display: none;
  }
}
.cid-vaKcCQeafZ .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKcCQeafZ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKcCQeafZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKcCQeafZ .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKcCQeafZ #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKcCQeafZ #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKcCQeafZ #vol {
    display: none;
  }
}
.cid-vaKcCQeafZ .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKcCQeafZ .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKcCQeafZ .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKcCQeafZ .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKcCQeafZ .nav-support,
.cid-vaKcCQeafZ .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKcCQeafZ .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKcCQeafZ .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKcCQeafZ .nav-support,
  .cid-vaKcCQeafZ .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKcCQeafZ .nav-support,
  .cid-vaKcCQeafZ .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKcCQeafZ .nav-support,
  .cid-vaKcCQeafZ .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKcCQeafZ .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKcCQeafZ .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKcCQeafZ .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKcCQeafZ .cta-support a {
  color: #ff9e00;
}
.cid-vaKcCQeafZ .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKcCQeafZ .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKcCQeafZ .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKcCQeafZ .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKcCQeafZ .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKcCQeafZ .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKcCQeafZ .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKcCQeafZ .nav-support a {
  color: #2299aa;
}
.cid-vaKcCQeafZ .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKcCQeafZ .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKcCQeafZ .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKcCQeafZ .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKcCQeafZ .header-actions a:hover,
.cid-vaKcCQeafZ .header-actions a:focus,
.cid-vaKcCQeafZ .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKcCQeafZ .navbar-nav > li,
.cid-vaKcCQeafZ .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKcCRdztg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKcCRdztg .row {
  align-items: center;
}
.cid-vaKcCRdztg .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKcCRdztg .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKcCRdztg .image-wrapper,
.cid-vaKcCRdztg img {
  width: 100%;
}
.cid-vaKcCRdztg .image-wrapper {
  overflow: hidden;
}
.cid-vaKcCRdztg .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKcCRdztg .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKcCRdztg .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKcCRdztg .row {
    flex-direction: column-reverse;
  }
  .cid-vaKcCRdztg .content_box,
  .cid-vaKcCRdztg .mbr-text {
    padding: 0;
  }
  .cid-vaKcCRdztg .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKcCRdztg .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKcCRdztg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKcCRdztg .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKcCRdztg .mbr-text,
.cid-vaKcCRdztg .linkBtn {
  color: #f3f4f7;
}
#custom-html-2f6 {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2f6 *,
#custom-html-2f6 *::before,
#custom-html-2f6 *::after {
  box-sizing: border-box;
}
#custom-html-2f6 html,
#custom-html-2f6 body,
#custom-html-2f6 section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2f6 .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2f6 .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2f6 .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2f6 .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2f6 .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2f6 .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2f6 .filter-buttons,
#custom-html-2f6 .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2f6 .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2f6 .filter-btn:hover,
#custom-html-2f6 .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2f6 .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2f6 .grid-btn:hover,
#custom-html-2f6 .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2f6 #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2f6 .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2f6 .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2f6 .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2f6 .item-img {
  width: 100%;
}
#custom-html-2f6 .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2f6 .item-content,
#custom-html-2f6 .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2f6 .item-wrapper,
#custom-html-2f6 .item-wrapper p,
#custom-html-2f6 .item-wrapper em,
#custom-html-2f6 .item-wrapper span,
#custom-html-2f6 .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2f6 .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2f6 .item-wrapper em {
  font-style: normal;
}
#custom-html-2f6 .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2f6 .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2f6 .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2f6 .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2f6 .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2f6 .filter-btn,
  #custom-html-2f6 .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2f6 .item-content,
  #custom-html-2f6 .item-footer {
    max-width: 100%;
  }
  #custom-html-2f6 .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2f6 .item-content,
  #custom-html-2f6 .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2f6 .item-content,
  #custom-html-2f6 .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2f6 .item-content,
  #custom-html-2f6 .item-footer {
    max-width: 340px;
  }
  #custom-html-2f6 .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKcCRHVaX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKcCRHVaX .btn {
  border-radius: 1vh;
}
.cid-vaKcCRZ5Mf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKcCRZ5Mf .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKcCSirDZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKcCSirDZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKcCSirDZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKcCSirDZ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKcCSirDZ .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKcCSirDZ .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKcCSirDZ .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKcCSirDZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKcCSirDZ [class^="socicon-"]:before,
.cid-vaKcCSirDZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKcCSirDZ .mbr-section-title,
.cid-vaKcCSirDZ .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKcCSORJ7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKcCSORJ7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKcCSORJ7 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKcCSORJ7 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKcCSORJ7 .form-control:focus,
.cid-vaKcCSORJ7 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKcCSORJ7 .form-group {
  margin-bottom: 1rem;
}
.cid-vaKcCSORJ7 input::-webkit-input-placeholder,
.cid-vaKcCSORJ7 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKcCSORJ7 input:-moz-placeholder,
.cid-vaKcCSORJ7 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKcCSORJ7 .jq-selectbox li,
.cid-vaKcCSORJ7 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKcCSORJ7 .jq-selectbox li:hover,
.cid-vaKcCSORJ7 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKcCSORJ7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKcCSORJ7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKcCSORJ7 textarea.form-control {
  resize: none;
}
.cid-vaKcCSORJ7 .input-group-btn {
  display: inline-block;
}
.cid-vaKcCSORJ7 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKcCSORJ7 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKcCSORJ7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKcCSORJ7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKcCSORJ7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKcCSORJ7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKcCSORJ7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKcCSORJ7 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKcCSORJ7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKcCSORJ7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKcCSORJ7 .form-control,
.cid-vaKcCSORJ7 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKcCSORJ7 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKcCSORJ7 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKcCSORJ7 #creativecommons img,
.cid-vaKcCSORJ7 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKcCSORJ7 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKcCSORJ7 P {
  color: #ffffff;
}
.cid-vaKcCTmYxU.popup-builder {
  background-color: #ffffff;
}
.cid-vaKcCTmYxU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKcCTmYxU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKcCTmYxU .modal-content,
.cid-vaKcCTmYxU .modal-dialog {
  height: auto;
}
.cid-vaKcCTmYxU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKcCTmYxU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKcCTmYxU .form-wrapper .mbr-form .form-group,
  .cid-vaKcCTmYxU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKcCTmYxU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKcCTmYxU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKcCTmYxU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKcCTmYxU .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKcCTmYxU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKcCTmYxU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKcCTmYxU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKcCTmYxU .modal-open {
  overflow: hidden;
}
.cid-vaKcCTmYxU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKcCTmYxU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKcCTmYxU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKcCTmYxU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKcCTmYxU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKcCTmYxU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKcCTmYxU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKcCTmYxU .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKcCTmYxU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKcCTmYxU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKcCTmYxU .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKcCTmYxU .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKcCTmYxU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKcCTmYxU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKcCTmYxU .modal-header {
    padding: 1rem;
  }
}
.cid-vaKcCTmYxU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKcCTmYxU .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKcCTmYxU .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKcCTmYxU .modal-header .close:focus {
  outline: none;
}
.cid-vaKcCTmYxU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKcCTmYxU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKcCTmYxU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKcCTmYxU .modal-body {
    padding: 1rem;
  }
}
.cid-vaKcCTmYxU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKcCTmYxU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKcCTmYxU .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKcCTmYxU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKcCTmYxU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKcCTmYxU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKcCTmYxU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKcCTmYxU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKcCTmYxU .modal-lg,
  .cid-vaKcCTmYxU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKcCTmYxU .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKcCTmYxU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKcCTmYxU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKcCTmYxU .form-group {
  margin-bottom: 1rem;
}
.cid-vaKcCTmYxU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKcCTmYxU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKcCTmYxU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKcCTmYxU .mbr-section-btn {
  margin: 0;
}
.cid-vaKcCTmYxU .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiQ4ZiHw .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLiQ4ZiHw .my-float {
  margin-top: 16px;
}
.cid-vaLiQ4ZiHw P {
  color: #232323;
}
.cid-vaLiQ4ZiHw DIV {
  color: #ffffff;
}
.cid-vaLiQ4ZiHw H10 {
  color: #767676;
}
.cid-vaLiQ4ZiHw .hidden {
  display: none;
}
.cid-vaLiQoHtEg.popup-builder {
  background-color: #ffffff;
}
.cid-vaLiQoHtEg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLiQoHtEg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLiQoHtEg .modal-content,
.cid-vaLiQoHtEg .modal-dialog {
  height: auto;
}
.cid-vaLiQoHtEg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLiQoHtEg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLiQoHtEg .form-wrapper .mbr-form .form-group,
  .cid-vaLiQoHtEg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLiQoHtEg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLiQoHtEg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLiQoHtEg .mbr-text {
  text-align: center;
}
.cid-vaLiQoHtEg .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLiQoHtEg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLiQoHtEg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLiQoHtEg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLiQoHtEg .modal-open {
  overflow: hidden;
}
.cid-vaLiQoHtEg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLiQoHtEg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLiQoHtEg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLiQoHtEg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLiQoHtEg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLiQoHtEg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLiQoHtEg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLiQoHtEg .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLiQoHtEg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLiQoHtEg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLiQoHtEg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLiQoHtEg .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLiQoHtEg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLiQoHtEg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiQoHtEg .modal-header {
    padding: 1rem;
  }
}
.cid-vaLiQoHtEg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLiQoHtEg .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLiQoHtEg .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLiQoHtEg .modal-header .close:focus {
  outline: none;
}
.cid-vaLiQoHtEg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLiQoHtEg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLiQoHtEg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiQoHtEg .modal-body {
    padding: 1rem;
  }
}
.cid-vaLiQoHtEg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLiQoHtEg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiQoHtEg .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLiQoHtEg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLiQoHtEg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLiQoHtEg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLiQoHtEg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLiQoHtEg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLiQoHtEg .modal-lg,
  .cid-vaLiQoHtEg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLiQoHtEg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLiQoHtEg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLiQoHtEg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLiQoHtEg .form-group {
  margin-bottom: 1rem;
}
.cid-vaLiQoHtEg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLiQoHtEg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLiQoHtEg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLiQoHtEg .mbr-section-btn {
  margin: 0;
}
.cid-vaLiQoHtEg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiQoHtEg .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLiQoHtEg .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKd7TMUvu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKd7TMUvu nav.navbar {
  position: fixed;
}
.cid-vaKd7TMUvu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKd7TMUvu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKd7TMUvu .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKd7TMUvu #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKd7TMUvu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKd7TMUvu .dropdown-item:hover,
.cid-vaKd7TMUvu .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKd7TMUvu .dropdown-item:hover span {
  color: white;
}
.cid-vaKd7TMUvu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKd7TMUvu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKd7TMUvu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKd7TMUvu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKd7TMUvu .nav-link {
  position: relative;
}
.cid-vaKd7TMUvu .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKd7TMUvu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKd7TMUvu .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKd7TMUvu .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKd7TMUvu .dropdown-menu,
.cid-vaKd7TMUvu .navbar.opened {
  background: #353535 !important;
}
.cid-vaKd7TMUvu .nav-item:focus,
.cid-vaKd7TMUvu .nav-link:focus {
  outline: none;
}
.cid-vaKd7TMUvu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKd7TMUvu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKd7TMUvu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKd7TMUvu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKd7TMUvu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKd7TMUvu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKd7TMUvu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKd7TMUvu .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKd7TMUvu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKd7TMUvu .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKd7TMUvu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKd7TMUvu .navbar.collapsed {
  justify-content: center;
}
.cid-vaKd7TMUvu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKd7TMUvu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKd7TMUvu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKd7TMUvu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKd7TMUvu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKd7TMUvu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKd7TMUvu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKd7TMUvu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKd7TMUvu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKd7TMUvu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKd7TMUvu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKd7TMUvu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKd7TMUvu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKd7TMUvu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKd7TMUvu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKd7TMUvu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKd7TMUvu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKd7TMUvu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKd7TMUvu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKd7TMUvu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKd7TMUvu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKd7TMUvu .dropdown-item.active,
.cid-vaKd7TMUvu .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKd7TMUvu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKd7TMUvu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKd7TMUvu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKd7TMUvu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKd7TMUvu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKd7TMUvu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKd7TMUvu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKd7TMUvu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKd7TMUvu button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKd7TMUvu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKd7TMUvu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKd7TMUvu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKd7TMUvu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKd7TMUvu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKd7TMUvu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKd7TMUvu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKd7TMUvu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKd7TMUvu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKd7TMUvu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKd7TMUvu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKd7TMUvu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKd7TMUvu .navbar {
    height: 70px;
  }
  .cid-vaKd7TMUvu .navbar.opened {
    height: auto;
  }
  .cid-vaKd7TMUvu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKd7TMUvu .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKd7TMUvu .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKd7TMUvu .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKd7TMUvu .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKd7TMUvu .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKd7TMUvu .mbr-text {
    display: none;
  }
}
.cid-vaKd7TMUvu .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKd7TMUvu .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKd7TMUvu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKd7TMUvu .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKd7TMUvu #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKd7TMUvu #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKd7TMUvu #vol {
    display: none;
  }
}
.cid-vaKd7TMUvu .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKd7TMUvu .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKd7TMUvu .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKd7TMUvu .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKd7TMUvu .nav-support,
.cid-vaKd7TMUvu .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKd7TMUvu .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKd7TMUvu .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKd7TMUvu .nav-support,
  .cid-vaKd7TMUvu .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKd7TMUvu .nav-support,
  .cid-vaKd7TMUvu .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKd7TMUvu .nav-support,
  .cid-vaKd7TMUvu .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKd7TMUvu .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKd7TMUvu .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKd7TMUvu .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKd7TMUvu .cta-support a {
  color: #ff9e00;
}
.cid-vaKd7TMUvu .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKd7TMUvu .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKd7TMUvu .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKd7TMUvu .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKd7TMUvu .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKd7TMUvu .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKd7TMUvu .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKd7TMUvu .nav-support a {
  color: #2299aa;
}
.cid-vaKd7TMUvu .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKd7TMUvu .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKd7TMUvu .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKd7TMUvu .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKd7TMUvu .header-actions a:hover,
.cid-vaKd7TMUvu .header-actions a:focus,
.cid-vaKd7TMUvu .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKd7TMUvu .navbar-nav > li,
.cid-vaKd7TMUvu .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKd7UqnQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKd7UqnQi .row {
  align-items: center;
}
.cid-vaKd7UqnQi .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKd7UqnQi .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKd7UqnQi .image-wrapper,
.cid-vaKd7UqnQi img {
  width: 100%;
}
.cid-vaKd7UqnQi .image-wrapper {
  overflow: hidden;
}
.cid-vaKd7UqnQi .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKd7UqnQi .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKd7UqnQi .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKd7UqnQi .row {
    flex-direction: column-reverse;
  }
  .cid-vaKd7UqnQi .content_box,
  .cid-vaKd7UqnQi .mbr-text {
    padding: 0;
  }
  .cid-vaKd7UqnQi .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKd7UqnQi .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKd7UqnQi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKd7UqnQi .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKd7UqnQi .mbr-text,
.cid-vaKd7UqnQi .linkBtn {
  color: #f3f4f7;
}
#custom-html-2fe {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2fe *,
#custom-html-2fe *::before,
#custom-html-2fe *::after {
  box-sizing: border-box;
}
#custom-html-2fe html,
#custom-html-2fe body,
#custom-html-2fe section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2fe .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2fe .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2fe .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2fe .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2fe .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2fe .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2fe .filter-buttons,
#custom-html-2fe .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2fe .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2fe .filter-btn:hover,
#custom-html-2fe .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2fe .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2fe .grid-btn:hover,
#custom-html-2fe .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2fe #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2fe .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2fe .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2fe .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2fe .item-img {
  width: 100%;
}
#custom-html-2fe .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2fe .item-content,
#custom-html-2fe .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2fe .item-wrapper,
#custom-html-2fe .item-wrapper p,
#custom-html-2fe .item-wrapper em,
#custom-html-2fe .item-wrapper span,
#custom-html-2fe .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2fe .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2fe .item-wrapper em {
  font-style: normal;
}
#custom-html-2fe .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2fe .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2fe .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2fe .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2fe .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2fe .filter-btn,
  #custom-html-2fe .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2fe .item-content,
  #custom-html-2fe .item-footer {
    max-width: 100%;
  }
  #custom-html-2fe .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2fe .item-content,
  #custom-html-2fe .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2fe .item-content,
  #custom-html-2fe .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2fe .item-content,
  #custom-html-2fe .item-footer {
    max-width: 340px;
  }
  #custom-html-2fe .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKd7UKuMU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKd7UKuMU .btn {
  border-radius: 1vh;
}
.cid-vaKd7UXXd1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKd7UXXd1 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKd7Va08a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKd7Va08a .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKd7Va08a .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKd7Va08a .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKd7Va08a .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKd7Va08a .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKd7Va08a .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKd7Va08a .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKd7Va08a [class^="socicon-"]:before,
.cid-vaKd7Va08a [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKd7Va08a .mbr-section-title,
.cid-vaKd7Va08a .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKd7VwOXZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKd7VwOXZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKd7VwOXZ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKd7VwOXZ .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKd7VwOXZ .form-control:focus,
.cid-vaKd7VwOXZ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKd7VwOXZ .form-group {
  margin-bottom: 1rem;
}
.cid-vaKd7VwOXZ input::-webkit-input-placeholder,
.cid-vaKd7VwOXZ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKd7VwOXZ input:-moz-placeholder,
.cid-vaKd7VwOXZ textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKd7VwOXZ .jq-selectbox li,
.cid-vaKd7VwOXZ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKd7VwOXZ .jq-selectbox li:hover,
.cid-vaKd7VwOXZ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKd7VwOXZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKd7VwOXZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKd7VwOXZ textarea.form-control {
  resize: none;
}
.cid-vaKd7VwOXZ .input-group-btn {
  display: inline-block;
}
.cid-vaKd7VwOXZ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKd7VwOXZ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKd7VwOXZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKd7VwOXZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKd7VwOXZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKd7VwOXZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKd7VwOXZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKd7VwOXZ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKd7VwOXZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKd7VwOXZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKd7VwOXZ .form-control,
.cid-vaKd7VwOXZ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKd7VwOXZ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKd7VwOXZ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKd7VwOXZ #creativecommons img,
.cid-vaKd7VwOXZ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKd7VwOXZ .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKd7VwOXZ P {
  color: #ffffff;
}
.cid-vaKd7VSTZ9.popup-builder {
  background-color: #ffffff;
}
.cid-vaKd7VSTZ9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKd7VSTZ9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKd7VSTZ9 .modal-content,
.cid-vaKd7VSTZ9 .modal-dialog {
  height: auto;
}
.cid-vaKd7VSTZ9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKd7VSTZ9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKd7VSTZ9 .form-wrapper .mbr-form .form-group,
  .cid-vaKd7VSTZ9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKd7VSTZ9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKd7VSTZ9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKd7VSTZ9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKd7VSTZ9 .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKd7VSTZ9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKd7VSTZ9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKd7VSTZ9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKd7VSTZ9 .modal-open {
  overflow: hidden;
}
.cid-vaKd7VSTZ9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKd7VSTZ9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKd7VSTZ9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKd7VSTZ9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKd7VSTZ9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKd7VSTZ9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKd7VSTZ9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKd7VSTZ9 .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKd7VSTZ9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKd7VSTZ9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKd7VSTZ9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKd7VSTZ9 .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKd7VSTZ9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKd7VSTZ9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKd7VSTZ9 .modal-header {
    padding: 1rem;
  }
}
.cid-vaKd7VSTZ9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKd7VSTZ9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKd7VSTZ9 .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKd7VSTZ9 .modal-header .close:focus {
  outline: none;
}
.cid-vaKd7VSTZ9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKd7VSTZ9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKd7VSTZ9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKd7VSTZ9 .modal-body {
    padding: 1rem;
  }
}
.cid-vaKd7VSTZ9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKd7VSTZ9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKd7VSTZ9 .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKd7VSTZ9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKd7VSTZ9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKd7VSTZ9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKd7VSTZ9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKd7VSTZ9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKd7VSTZ9 .modal-lg,
  .cid-vaKd7VSTZ9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKd7VSTZ9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKd7VSTZ9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKd7VSTZ9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKd7VSTZ9 .form-group {
  margin-bottom: 1rem;
}
.cid-vaKd7VSTZ9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKd7VSTZ9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKd7VSTZ9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKd7VSTZ9 .mbr-section-btn {
  margin: 0;
}
.cid-vaKd7VSTZ9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiZfaSY6 .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLiZfaSY6 .my-float {
  margin-top: 16px;
}
.cid-vaLiZfaSY6 P {
  color: #232323;
}
.cid-vaLiZfaSY6 DIV {
  color: #ffffff;
}
.cid-vaLiZfaSY6 H10 {
  color: #767676;
}
.cid-vaLiZfaSY6 .hidden {
  display: none;
}
.cid-vaLiZzaB3k.popup-builder {
  background-color: #ffffff;
}
.cid-vaLiZzaB3k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLiZzaB3k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLiZzaB3k .modal-content,
.cid-vaLiZzaB3k .modal-dialog {
  height: auto;
}
.cid-vaLiZzaB3k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLiZzaB3k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLiZzaB3k .form-wrapper .mbr-form .form-group,
  .cid-vaLiZzaB3k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLiZzaB3k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLiZzaB3k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLiZzaB3k .mbr-text {
  text-align: center;
}
.cid-vaLiZzaB3k .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLiZzaB3k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLiZzaB3k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLiZzaB3k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLiZzaB3k .modal-open {
  overflow: hidden;
}
.cid-vaLiZzaB3k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLiZzaB3k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLiZzaB3k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLiZzaB3k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLiZzaB3k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLiZzaB3k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLiZzaB3k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLiZzaB3k .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLiZzaB3k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLiZzaB3k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLiZzaB3k .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLiZzaB3k .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLiZzaB3k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLiZzaB3k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiZzaB3k .modal-header {
    padding: 1rem;
  }
}
.cid-vaLiZzaB3k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLiZzaB3k .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLiZzaB3k .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLiZzaB3k .modal-header .close:focus {
  outline: none;
}
.cid-vaLiZzaB3k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLiZzaB3k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLiZzaB3k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiZzaB3k .modal-body {
    padding: 1rem;
  }
}
.cid-vaLiZzaB3k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLiZzaB3k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLiZzaB3k .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLiZzaB3k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLiZzaB3k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLiZzaB3k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLiZzaB3k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLiZzaB3k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLiZzaB3k .modal-lg,
  .cid-vaLiZzaB3k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLiZzaB3k .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLiZzaB3k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLiZzaB3k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLiZzaB3k .form-group {
  margin-bottom: 1rem;
}
.cid-vaLiZzaB3k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLiZzaB3k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLiZzaB3k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLiZzaB3k .mbr-section-btn {
  margin: 0;
}
.cid-vaLiZzaB3k .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLiZzaB3k .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLiZzaB3k .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKdzJy5bG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKdzJy5bG nav.navbar {
  position: fixed;
}
.cid-vaKdzJy5bG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKdzJy5bG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKdzJy5bG .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKdzJy5bG #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKdzJy5bG .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKdzJy5bG .dropdown-item:hover,
.cid-vaKdzJy5bG .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKdzJy5bG .dropdown-item:hover span {
  color: white;
}
.cid-vaKdzJy5bG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKdzJy5bG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKdzJy5bG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKdzJy5bG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKdzJy5bG .nav-link {
  position: relative;
}
.cid-vaKdzJy5bG .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKdzJy5bG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKdzJy5bG .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKdzJy5bG .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKdzJy5bG .dropdown-menu,
.cid-vaKdzJy5bG .navbar.opened {
  background: #353535 !important;
}
.cid-vaKdzJy5bG .nav-item:focus,
.cid-vaKdzJy5bG .nav-link:focus {
  outline: none;
}
.cid-vaKdzJy5bG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKdzJy5bG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKdzJy5bG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKdzJy5bG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKdzJy5bG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKdzJy5bG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKdzJy5bG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKdzJy5bG .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKdzJy5bG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKdzJy5bG .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKdzJy5bG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKdzJy5bG .navbar.collapsed {
  justify-content: center;
}
.cid-vaKdzJy5bG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKdzJy5bG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKdzJy5bG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKdzJy5bG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKdzJy5bG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKdzJy5bG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKdzJy5bG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKdzJy5bG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKdzJy5bG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKdzJy5bG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKdzJy5bG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKdzJy5bG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKdzJy5bG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKdzJy5bG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKdzJy5bG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKdzJy5bG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKdzJy5bG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKdzJy5bG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKdzJy5bG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKdzJy5bG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKdzJy5bG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKdzJy5bG .dropdown-item.active,
.cid-vaKdzJy5bG .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKdzJy5bG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKdzJy5bG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKdzJy5bG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKdzJy5bG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKdzJy5bG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKdzJy5bG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKdzJy5bG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKdzJy5bG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKdzJy5bG button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKdzJy5bG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKdzJy5bG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKdzJy5bG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKdzJy5bG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKdzJy5bG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKdzJy5bG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKdzJy5bG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKdzJy5bG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKdzJy5bG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKdzJy5bG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKdzJy5bG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKdzJy5bG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKdzJy5bG .navbar {
    height: 70px;
  }
  .cid-vaKdzJy5bG .navbar.opened {
    height: auto;
  }
  .cid-vaKdzJy5bG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKdzJy5bG .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKdzJy5bG .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKdzJy5bG .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKdzJy5bG .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKdzJy5bG .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKdzJy5bG .mbr-text {
    display: none;
  }
}
.cid-vaKdzJy5bG .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKdzJy5bG .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKdzJy5bG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKdzJy5bG .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKdzJy5bG #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKdzJy5bG #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKdzJy5bG #vol {
    display: none;
  }
}
.cid-vaKdzJy5bG .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKdzJy5bG .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKdzJy5bG .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKdzJy5bG .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKdzJy5bG .nav-support,
.cid-vaKdzJy5bG .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKdzJy5bG .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKdzJy5bG .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKdzJy5bG .nav-support,
  .cid-vaKdzJy5bG .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKdzJy5bG .nav-support,
  .cid-vaKdzJy5bG .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKdzJy5bG .nav-support,
  .cid-vaKdzJy5bG .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKdzJy5bG .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKdzJy5bG .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKdzJy5bG .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKdzJy5bG .cta-support a {
  color: #ff9e00;
}
.cid-vaKdzJy5bG .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKdzJy5bG .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKdzJy5bG .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKdzJy5bG .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKdzJy5bG .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKdzJy5bG .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKdzJy5bG .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKdzJy5bG .nav-support a {
  color: #2299aa;
}
.cid-vaKdzJy5bG .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKdzJy5bG .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKdzJy5bG .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKdzJy5bG .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKdzJy5bG .header-actions a:hover,
.cid-vaKdzJy5bG .header-actions a:focus,
.cid-vaKdzJy5bG .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKdzJy5bG .navbar-nav > li,
.cid-vaKdzJy5bG .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKdzKmdYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKdzKmdYh .row {
  align-items: center;
}
.cid-vaKdzKmdYh .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKdzKmdYh .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKdzKmdYh .image-wrapper,
.cid-vaKdzKmdYh img {
  width: 100%;
}
.cid-vaKdzKmdYh .image-wrapper {
  overflow: hidden;
}
.cid-vaKdzKmdYh .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKdzKmdYh .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKdzKmdYh .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdzKmdYh .row {
    flex-direction: column-reverse;
  }
  .cid-vaKdzKmdYh .content_box,
  .cid-vaKdzKmdYh .mbr-text {
    padding: 0;
  }
  .cid-vaKdzKmdYh .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKdzKmdYh .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKdzKmdYh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKdzKmdYh .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKdzKmdYh .mbr-text,
.cid-vaKdzKmdYh .linkBtn {
  color: #f3f4f7;
}
#custom-html-2fm {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2fm *,
#custom-html-2fm *::before,
#custom-html-2fm *::after {
  box-sizing: border-box;
}
#custom-html-2fm html,
#custom-html-2fm body,
#custom-html-2fm section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2fm .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2fm .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2fm .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2fm .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2fm .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2fm .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2fm .filter-buttons,
#custom-html-2fm .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2fm .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2fm .filter-btn:hover,
#custom-html-2fm .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2fm .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2fm .grid-btn:hover,
#custom-html-2fm .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2fm #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2fm .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2fm .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2fm .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2fm .item-img {
  width: 100%;
}
#custom-html-2fm .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2fm .item-content,
#custom-html-2fm .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2fm .item-wrapper,
#custom-html-2fm .item-wrapper p,
#custom-html-2fm .item-wrapper em,
#custom-html-2fm .item-wrapper span,
#custom-html-2fm .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2fm .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2fm .item-wrapper em {
  font-style: normal;
}
#custom-html-2fm .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2fm .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2fm .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2fm .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2fm .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2fm .filter-btn,
  #custom-html-2fm .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2fm .item-content,
  #custom-html-2fm .item-footer {
    max-width: 100%;
  }
  #custom-html-2fm .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2fm .item-content,
  #custom-html-2fm .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2fm .item-content,
  #custom-html-2fm .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2fm .item-content,
  #custom-html-2fm .item-footer {
    max-width: 340px;
  }
  #custom-html-2fm .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKdzKNNcb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKdzKNNcb .btn {
  border-radius: 1vh;
}
.cid-vaKdzL18d6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKdzL18d6 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKdzLewLF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKdzLewLF .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKdzLewLF .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKdzLewLF .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKdzLewLF .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKdzLewLF .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKdzLewLF .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKdzLewLF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKdzLewLF [class^="socicon-"]:before,
.cid-vaKdzLewLF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKdzLewLF .mbr-section-title,
.cid-vaKdzLewLF .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKdzLxcX6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKdzLxcX6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKdzLxcX6 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKdzLxcX6 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKdzLxcX6 .form-control:focus,
.cid-vaKdzLxcX6 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKdzLxcX6 .form-group {
  margin-bottom: 1rem;
}
.cid-vaKdzLxcX6 input::-webkit-input-placeholder,
.cid-vaKdzLxcX6 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKdzLxcX6 input:-moz-placeholder,
.cid-vaKdzLxcX6 textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKdzLxcX6 .jq-selectbox li,
.cid-vaKdzLxcX6 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKdzLxcX6 .jq-selectbox li:hover,
.cid-vaKdzLxcX6 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKdzLxcX6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKdzLxcX6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKdzLxcX6 textarea.form-control {
  resize: none;
}
.cid-vaKdzLxcX6 .input-group-btn {
  display: inline-block;
}
.cid-vaKdzLxcX6 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKdzLxcX6 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKdzLxcX6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKdzLxcX6 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKdzLxcX6 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKdzLxcX6 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKdzLxcX6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKdzLxcX6 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKdzLxcX6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKdzLxcX6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKdzLxcX6 .form-control,
.cid-vaKdzLxcX6 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKdzLxcX6 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKdzLxcX6 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKdzLxcX6 #creativecommons img,
.cid-vaKdzLxcX6 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKdzLxcX6 .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKdzLxcX6 P {
  color: #ffffff;
}
.cid-vaKdzLWlnL.popup-builder {
  background-color: #ffffff;
}
.cid-vaKdzLWlnL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKdzLWlnL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKdzLWlnL .modal-content,
.cid-vaKdzLWlnL .modal-dialog {
  height: auto;
}
.cid-vaKdzLWlnL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKdzLWlnL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKdzLWlnL .form-wrapper .mbr-form .form-group,
  .cid-vaKdzLWlnL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKdzLWlnL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKdzLWlnL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKdzLWlnL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKdzLWlnL .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKdzLWlnL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKdzLWlnL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKdzLWlnL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKdzLWlnL .modal-open {
  overflow: hidden;
}
.cid-vaKdzLWlnL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKdzLWlnL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKdzLWlnL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKdzLWlnL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKdzLWlnL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKdzLWlnL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKdzLWlnL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKdzLWlnL .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKdzLWlnL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKdzLWlnL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKdzLWlnL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKdzLWlnL .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKdzLWlnL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKdzLWlnL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdzLWlnL .modal-header {
    padding: 1rem;
  }
}
.cid-vaKdzLWlnL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKdzLWlnL .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKdzLWlnL .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKdzLWlnL .modal-header .close:focus {
  outline: none;
}
.cid-vaKdzLWlnL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKdzLWlnL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKdzLWlnL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdzLWlnL .modal-body {
    padding: 1rem;
  }
}
.cid-vaKdzLWlnL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKdzLWlnL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdzLWlnL .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKdzLWlnL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKdzLWlnL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKdzLWlnL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKdzLWlnL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKdzLWlnL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKdzLWlnL .modal-lg,
  .cid-vaKdzLWlnL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKdzLWlnL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKdzLWlnL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKdzLWlnL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKdzLWlnL .form-group {
  margin-bottom: 1rem;
}
.cid-vaKdzLWlnL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKdzLWlnL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKdzLWlnL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKdzLWlnL .mbr-section-btn {
  margin: 0;
}
.cid-vaKdzLWlnL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLja4zzjM .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLja4zzjM .my-float {
  margin-top: 16px;
}
.cid-vaLja4zzjM P {
  color: #232323;
}
.cid-vaLja4zzjM DIV {
  color: #ffffff;
}
.cid-vaLja4zzjM H10 {
  color: #767676;
}
.cid-vaLja4zzjM .hidden {
  display: none;
}
.cid-vaLjarhlGQ.popup-builder {
  background-color: #ffffff;
}
.cid-vaLjarhlGQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLjarhlGQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLjarhlGQ .modal-content,
.cid-vaLjarhlGQ .modal-dialog {
  height: auto;
}
.cid-vaLjarhlGQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLjarhlGQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLjarhlGQ .form-wrapper .mbr-form .form-group,
  .cid-vaLjarhlGQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLjarhlGQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLjarhlGQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLjarhlGQ .mbr-text {
  text-align: center;
}
.cid-vaLjarhlGQ .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLjarhlGQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLjarhlGQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLjarhlGQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLjarhlGQ .modal-open {
  overflow: hidden;
}
.cid-vaLjarhlGQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLjarhlGQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLjarhlGQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLjarhlGQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLjarhlGQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLjarhlGQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLjarhlGQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLjarhlGQ .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLjarhlGQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLjarhlGQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLjarhlGQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLjarhlGQ .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLjarhlGQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLjarhlGQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjarhlGQ .modal-header {
    padding: 1rem;
  }
}
.cid-vaLjarhlGQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLjarhlGQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLjarhlGQ .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLjarhlGQ .modal-header .close:focus {
  outline: none;
}
.cid-vaLjarhlGQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLjarhlGQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLjarhlGQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjarhlGQ .modal-body {
    padding: 1rem;
  }
}
.cid-vaLjarhlGQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLjarhlGQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjarhlGQ .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLjarhlGQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLjarhlGQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLjarhlGQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLjarhlGQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLjarhlGQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLjarhlGQ .modal-lg,
  .cid-vaLjarhlGQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLjarhlGQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLjarhlGQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLjarhlGQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLjarhlGQ .form-group {
  margin-bottom: 1rem;
}
.cid-vaLjarhlGQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLjarhlGQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLjarhlGQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLjarhlGQ .mbr-section-btn {
  margin: 0;
}
.cid-vaLjarhlGQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLjarhlGQ .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLjarhlGQ .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKdYp7wZC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKdYp7wZC nav.navbar {
  position: fixed;
}
.cid-vaKdYp7wZC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKdYp7wZC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKdYp7wZC .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKdYp7wZC #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKdYp7wZC .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKdYp7wZC .dropdown-item:hover,
.cid-vaKdYp7wZC .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKdYp7wZC .dropdown-item:hover span {
  color: white;
}
.cid-vaKdYp7wZC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKdYp7wZC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKdYp7wZC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKdYp7wZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKdYp7wZC .nav-link {
  position: relative;
}
.cid-vaKdYp7wZC .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKdYp7wZC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKdYp7wZC .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKdYp7wZC .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKdYp7wZC .dropdown-menu,
.cid-vaKdYp7wZC .navbar.opened {
  background: #353535 !important;
}
.cid-vaKdYp7wZC .nav-item:focus,
.cid-vaKdYp7wZC .nav-link:focus {
  outline: none;
}
.cid-vaKdYp7wZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKdYp7wZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKdYp7wZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKdYp7wZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKdYp7wZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKdYp7wZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKdYp7wZC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKdYp7wZC .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKdYp7wZC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKdYp7wZC .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKdYp7wZC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKdYp7wZC .navbar.collapsed {
  justify-content: center;
}
.cid-vaKdYp7wZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKdYp7wZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKdYp7wZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKdYp7wZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKdYp7wZC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKdYp7wZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKdYp7wZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKdYp7wZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKdYp7wZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKdYp7wZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKdYp7wZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKdYp7wZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKdYp7wZC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKdYp7wZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKdYp7wZC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKdYp7wZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKdYp7wZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKdYp7wZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKdYp7wZC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKdYp7wZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKdYp7wZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKdYp7wZC .dropdown-item.active,
.cid-vaKdYp7wZC .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKdYp7wZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKdYp7wZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKdYp7wZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKdYp7wZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKdYp7wZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKdYp7wZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKdYp7wZC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKdYp7wZC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKdYp7wZC button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKdYp7wZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKdYp7wZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKdYp7wZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKdYp7wZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKdYp7wZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKdYp7wZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKdYp7wZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKdYp7wZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKdYp7wZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKdYp7wZC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKdYp7wZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKdYp7wZC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKdYp7wZC .navbar {
    height: 70px;
  }
  .cid-vaKdYp7wZC .navbar.opened {
    height: auto;
  }
  .cid-vaKdYp7wZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKdYp7wZC .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKdYp7wZC .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKdYp7wZC .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKdYp7wZC .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKdYp7wZC .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKdYp7wZC .mbr-text {
    display: none;
  }
}
.cid-vaKdYp7wZC .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKdYp7wZC .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKdYp7wZC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKdYp7wZC .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKdYp7wZC #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKdYp7wZC #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKdYp7wZC #vol {
    display: none;
  }
}
.cid-vaKdYp7wZC .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKdYp7wZC .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKdYp7wZC .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKdYp7wZC .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKdYp7wZC .nav-support,
.cid-vaKdYp7wZC .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKdYp7wZC .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKdYp7wZC .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKdYp7wZC .nav-support,
  .cid-vaKdYp7wZC .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKdYp7wZC .nav-support,
  .cid-vaKdYp7wZC .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKdYp7wZC .nav-support,
  .cid-vaKdYp7wZC .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKdYp7wZC .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKdYp7wZC .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKdYp7wZC .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKdYp7wZC .cta-support a {
  color: #ff9e00;
}
.cid-vaKdYp7wZC .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKdYp7wZC .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKdYp7wZC .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKdYp7wZC .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKdYp7wZC .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKdYp7wZC .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKdYp7wZC .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKdYp7wZC .nav-support a {
  color: #2299aa;
}
.cid-vaKdYp7wZC .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKdYp7wZC .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKdYp7wZC .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKdYp7wZC .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKdYp7wZC .header-actions a:hover,
.cid-vaKdYp7wZC .header-actions a:focus,
.cid-vaKdYp7wZC .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKdYp7wZC .navbar-nav > li,
.cid-vaKdYp7wZC .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKdYpKUrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKdYpKUrF .row {
  align-items: center;
}
.cid-vaKdYpKUrF .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKdYpKUrF .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKdYpKUrF .image-wrapper,
.cid-vaKdYpKUrF img {
  width: 100%;
}
.cid-vaKdYpKUrF .image-wrapper {
  overflow: hidden;
}
.cid-vaKdYpKUrF .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKdYpKUrF .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKdYpKUrF .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdYpKUrF .row {
    flex-direction: column-reverse;
  }
  .cid-vaKdYpKUrF .content_box,
  .cid-vaKdYpKUrF .mbr-text {
    padding: 0;
  }
  .cid-vaKdYpKUrF .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKdYpKUrF .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKdYpKUrF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKdYpKUrF .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKdYpKUrF .mbr-text,
.cid-vaKdYpKUrF .linkBtn {
  color: #f3f4f7;
}
#custom-html-2fu {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2fu *,
#custom-html-2fu *::before,
#custom-html-2fu *::after {
  box-sizing: border-box;
}
#custom-html-2fu html,
#custom-html-2fu body,
#custom-html-2fu section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2fu .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2fu .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2fu .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2fu .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2fu .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2fu .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2fu .filter-buttons,
#custom-html-2fu .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2fu .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2fu .filter-btn:hover,
#custom-html-2fu .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2fu .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2fu .grid-btn:hover,
#custom-html-2fu .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2fu #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2fu .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2fu .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2fu .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2fu .item-img {
  width: 100%;
}
#custom-html-2fu .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2fu .item-content,
#custom-html-2fu .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2fu .item-wrapper,
#custom-html-2fu .item-wrapper p,
#custom-html-2fu .item-wrapper em,
#custom-html-2fu .item-wrapper span,
#custom-html-2fu .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2fu .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2fu .item-wrapper em {
  font-style: normal;
}
#custom-html-2fu .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2fu .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2fu .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2fu .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2fu .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2fu .filter-btn,
  #custom-html-2fu .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2fu .item-content,
  #custom-html-2fu .item-footer {
    max-width: 100%;
  }
  #custom-html-2fu .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2fu .item-content,
  #custom-html-2fu .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2fu .item-content,
  #custom-html-2fu .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2fu .item-content,
  #custom-html-2fu .item-footer {
    max-width: 340px;
  }
  #custom-html-2fu .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKdYq5hLJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKdYq5hLJ .btn {
  border-radius: 1vh;
}
.cid-vaKdYqj0T0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKdYqj0T0 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKdYqyxq9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKdYqyxq9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKdYqyxq9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKdYqyxq9 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKdYqyxq9 .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKdYqyxq9 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKdYqyxq9 .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKdYqyxq9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKdYqyxq9 [class^="socicon-"]:before,
.cid-vaKdYqyxq9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKdYqyxq9 .mbr-section-title,
.cid-vaKdYqyxq9 .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKdYqSPQJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKdYqSPQJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKdYqSPQJ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKdYqSPQJ .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKdYqSPQJ .form-control:focus,
.cid-vaKdYqSPQJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKdYqSPQJ .form-group {
  margin-bottom: 1rem;
}
.cid-vaKdYqSPQJ input::-webkit-input-placeholder,
.cid-vaKdYqSPQJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKdYqSPQJ input:-moz-placeholder,
.cid-vaKdYqSPQJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKdYqSPQJ .jq-selectbox li,
.cid-vaKdYqSPQJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKdYqSPQJ .jq-selectbox li:hover,
.cid-vaKdYqSPQJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKdYqSPQJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKdYqSPQJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKdYqSPQJ textarea.form-control {
  resize: none;
}
.cid-vaKdYqSPQJ .input-group-btn {
  display: inline-block;
}
.cid-vaKdYqSPQJ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKdYqSPQJ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKdYqSPQJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKdYqSPQJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKdYqSPQJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKdYqSPQJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKdYqSPQJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKdYqSPQJ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKdYqSPQJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKdYqSPQJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKdYqSPQJ .form-control,
.cid-vaKdYqSPQJ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKdYqSPQJ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKdYqSPQJ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKdYqSPQJ #creativecommons img,
.cid-vaKdYqSPQJ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKdYqSPQJ .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKdYqSPQJ P {
  color: #ffffff;
}
.cid-vaKdYre13g.popup-builder {
  background-color: #ffffff;
}
.cid-vaKdYre13g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKdYre13g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKdYre13g .modal-content,
.cid-vaKdYre13g .modal-dialog {
  height: auto;
}
.cid-vaKdYre13g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKdYre13g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKdYre13g .form-wrapper .mbr-form .form-group,
  .cid-vaKdYre13g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKdYre13g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKdYre13g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKdYre13g .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKdYre13g .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKdYre13g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKdYre13g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKdYre13g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKdYre13g .modal-open {
  overflow: hidden;
}
.cid-vaKdYre13g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKdYre13g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKdYre13g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKdYre13g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKdYre13g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKdYre13g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKdYre13g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKdYre13g .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKdYre13g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKdYre13g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKdYre13g .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKdYre13g .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKdYre13g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKdYre13g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdYre13g .modal-header {
    padding: 1rem;
  }
}
.cid-vaKdYre13g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKdYre13g .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKdYre13g .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKdYre13g .modal-header .close:focus {
  outline: none;
}
.cid-vaKdYre13g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKdYre13g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKdYre13g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdYre13g .modal-body {
    padding: 1rem;
  }
}
.cid-vaKdYre13g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKdYre13g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKdYre13g .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKdYre13g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKdYre13g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKdYre13g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKdYre13g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKdYre13g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKdYre13g .modal-lg,
  .cid-vaKdYre13g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKdYre13g .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKdYre13g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKdYre13g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKdYre13g .form-group {
  margin-bottom: 1rem;
}
.cid-vaKdYre13g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKdYre13g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKdYre13g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKdYre13g .mbr-section-btn {
  margin: 0;
}
.cid-vaKdYre13g .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLjjn3cpK .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLjjn3cpK .my-float {
  margin-top: 16px;
}
.cid-vaLjjn3cpK P {
  color: #232323;
}
.cid-vaLjjn3cpK DIV {
  color: #ffffff;
}
.cid-vaLjjn3cpK H10 {
  color: #767676;
}
.cid-vaLjjn3cpK .hidden {
  display: none;
}
.cid-vaLjjGPa0V.popup-builder {
  background-color: #ffffff;
}
.cid-vaLjjGPa0V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLjjGPa0V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLjjGPa0V .modal-content,
.cid-vaLjjGPa0V .modal-dialog {
  height: auto;
}
.cid-vaLjjGPa0V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLjjGPa0V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLjjGPa0V .form-wrapper .mbr-form .form-group,
  .cid-vaLjjGPa0V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLjjGPa0V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLjjGPa0V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLjjGPa0V .mbr-text {
  text-align: center;
}
.cid-vaLjjGPa0V .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLjjGPa0V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLjjGPa0V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLjjGPa0V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLjjGPa0V .modal-open {
  overflow: hidden;
}
.cid-vaLjjGPa0V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLjjGPa0V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLjjGPa0V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLjjGPa0V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLjjGPa0V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLjjGPa0V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLjjGPa0V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLjjGPa0V .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLjjGPa0V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLjjGPa0V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLjjGPa0V .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLjjGPa0V .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLjjGPa0V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLjjGPa0V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjjGPa0V .modal-header {
    padding: 1rem;
  }
}
.cid-vaLjjGPa0V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLjjGPa0V .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLjjGPa0V .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLjjGPa0V .modal-header .close:focus {
  outline: none;
}
.cid-vaLjjGPa0V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLjjGPa0V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLjjGPa0V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjjGPa0V .modal-body {
    padding: 1rem;
  }
}
.cid-vaLjjGPa0V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLjjGPa0V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjjGPa0V .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLjjGPa0V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLjjGPa0V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLjjGPa0V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLjjGPa0V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLjjGPa0V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLjjGPa0V .modal-lg,
  .cid-vaLjjGPa0V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLjjGPa0V .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLjjGPa0V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLjjGPa0V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLjjGPa0V .form-group {
  margin-bottom: 1rem;
}
.cid-vaLjjGPa0V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLjjGPa0V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLjjGPa0V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLjjGPa0V .mbr-section-btn {
  margin: 0;
}
.cid-vaLjjGPa0V .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLjjGPa0V .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLjjGPa0V .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKeMfd7IC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKeMfd7IC nav.navbar {
  position: fixed;
}
.cid-vaKeMfd7IC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKeMfd7IC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKeMfd7IC .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKeMfd7IC #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKeMfd7IC .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKeMfd7IC .dropdown-item:hover,
.cid-vaKeMfd7IC .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKeMfd7IC .dropdown-item:hover span {
  color: white;
}
.cid-vaKeMfd7IC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKeMfd7IC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKeMfd7IC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKeMfd7IC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKeMfd7IC .nav-link {
  position: relative;
}
.cid-vaKeMfd7IC .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKeMfd7IC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKeMfd7IC .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKeMfd7IC .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKeMfd7IC .dropdown-menu,
.cid-vaKeMfd7IC .navbar.opened {
  background: #353535 !important;
}
.cid-vaKeMfd7IC .nav-item:focus,
.cid-vaKeMfd7IC .nav-link:focus {
  outline: none;
}
.cid-vaKeMfd7IC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKeMfd7IC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKeMfd7IC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKeMfd7IC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKeMfd7IC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKeMfd7IC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKeMfd7IC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKeMfd7IC .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKeMfd7IC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKeMfd7IC .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKeMfd7IC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKeMfd7IC .navbar.collapsed {
  justify-content: center;
}
.cid-vaKeMfd7IC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKeMfd7IC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKeMfd7IC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKeMfd7IC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKeMfd7IC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKeMfd7IC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKeMfd7IC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKeMfd7IC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKeMfd7IC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKeMfd7IC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKeMfd7IC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKeMfd7IC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKeMfd7IC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKeMfd7IC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKeMfd7IC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKeMfd7IC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKeMfd7IC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKeMfd7IC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKeMfd7IC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKeMfd7IC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKeMfd7IC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKeMfd7IC .dropdown-item.active,
.cid-vaKeMfd7IC .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKeMfd7IC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKeMfd7IC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKeMfd7IC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKeMfd7IC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKeMfd7IC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKeMfd7IC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKeMfd7IC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKeMfd7IC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKeMfd7IC button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKeMfd7IC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKeMfd7IC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKeMfd7IC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKeMfd7IC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKeMfd7IC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKeMfd7IC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKeMfd7IC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKeMfd7IC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKeMfd7IC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKeMfd7IC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKeMfd7IC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKeMfd7IC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKeMfd7IC .navbar {
    height: 70px;
  }
  .cid-vaKeMfd7IC .navbar.opened {
    height: auto;
  }
  .cid-vaKeMfd7IC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKeMfd7IC .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKeMfd7IC .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKeMfd7IC .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKeMfd7IC .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKeMfd7IC .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKeMfd7IC .mbr-text {
    display: none;
  }
}
.cid-vaKeMfd7IC .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKeMfd7IC .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKeMfd7IC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKeMfd7IC .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKeMfd7IC #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKeMfd7IC #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKeMfd7IC #vol {
    display: none;
  }
}
.cid-vaKeMfd7IC .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKeMfd7IC .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKeMfd7IC .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKeMfd7IC .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKeMfd7IC .nav-support,
.cid-vaKeMfd7IC .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKeMfd7IC .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKeMfd7IC .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKeMfd7IC .nav-support,
  .cid-vaKeMfd7IC .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKeMfd7IC .nav-support,
  .cid-vaKeMfd7IC .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKeMfd7IC .nav-support,
  .cid-vaKeMfd7IC .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKeMfd7IC .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKeMfd7IC .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKeMfd7IC .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKeMfd7IC .cta-support a {
  color: #ff9e00;
}
.cid-vaKeMfd7IC .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKeMfd7IC .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKeMfd7IC .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKeMfd7IC .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKeMfd7IC .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKeMfd7IC .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKeMfd7IC .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKeMfd7IC .nav-support a {
  color: #2299aa;
}
.cid-vaKeMfd7IC .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKeMfd7IC .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKeMfd7IC .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKeMfd7IC .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKeMfd7IC .header-actions a:hover,
.cid-vaKeMfd7IC .header-actions a:focus,
.cid-vaKeMfd7IC .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKeMfd7IC .navbar-nav > li,
.cid-vaKeMfd7IC .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKeMgc7Vm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKeMgc7Vm .row {
  align-items: center;
}
.cid-vaKeMgc7Vm .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKeMgc7Vm .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKeMgc7Vm .image-wrapper,
.cid-vaKeMgc7Vm img {
  width: 100%;
}
.cid-vaKeMgc7Vm .image-wrapper {
  overflow: hidden;
}
.cid-vaKeMgc7Vm .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKeMgc7Vm .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKeMgc7Vm .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKeMgc7Vm .row {
    flex-direction: column-reverse;
  }
  .cid-vaKeMgc7Vm .content_box,
  .cid-vaKeMgc7Vm .mbr-text {
    padding: 0;
  }
  .cid-vaKeMgc7Vm .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKeMgc7Vm .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKeMgc7Vm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKeMgc7Vm .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKeMgc7Vm .mbr-text,
.cid-vaKeMgc7Vm .linkBtn {
  color: #f3f4f7;
}
#custom-html-2g2 {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   WRAPPER
===================================================== */
  /* =====================================================
   AVERTISSEMENT
===================================================== */
  /* =====================================================
   STICKY NATIF
===================================================== */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE / CARDS
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ (sans conflit Bootstrap)
   ===================================================== */
  /* affichage au survol */
  /* =====================================================
   BOUTON CTA
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2g2 *,
#custom-html-2g2 *::before,
#custom-html-2g2 *::after {
  box-sizing: border-box;
}
#custom-html-2g2 html,
#custom-html-2g2 body,
#custom-html-2g2 section {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
}
#custom-html-2g2 .wrapper-centre {
  max-width: 100%;
  padding: 1rem;
}
#custom-html-2g2 .bloc-avertissement {
  max-width: 1200px;
  margin: 0 auto 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #47b5ed;
  background-color: #181818;
}
#custom-html-2g2 .avertissement-titre {
  margin: 0 0 0.4rem 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #47b5ed;
}
#custom-html-2g2 .avertissement-texte {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #d0d0d0;
}
#custom-html-2g2 .conteneurBTS {
  position: sticky;
  top: 107px;
  /* Ajuster si navbar change */
  z-index: 998;
  background: #000;
  padding-bottom: .5rem;
}
#custom-html-2g2 .complet {
  background: #000;
  padding: 0.8rem 0;
}
#custom-html-2g2 .filter-buttons,
#custom-html-2g2 .grid-buttons {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2g2 .filter-btn {
  margin: 0.3em 0.4em 0;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  cursor: pointer;
}
#custom-html-2g2 .filter-btn:hover,
#custom-html-2g2 .filter-btn.active {
  background-color: #47b5ed;
}
#custom-html-2g2 .grid-btn {
  margin: 0.3rem;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border: 1px solid #2299aa;
  border-radius: 6px;
  cursor: pointer;
}
#custom-html-2g2 .grid-btn:hover,
#custom-html-2g2 .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2g2 #fiches-container {
  width: 100%;
  margin: 0;
}
#custom-html-2g2 .fiche-item {
  display: flex;
  margin-bottom: 2rem;
}
#custom-html-2g2 .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2g2 .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2g2 .item-img {
  width: 100%;
}
#custom-html-2g2 .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2g2 .item-content,
#custom-html-2g2 .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2g2 .item-wrapper,
#custom-html-2g2 .item-wrapper p,
#custom-html-2g2 .item-wrapper em,
#custom-html-2g2 .item-wrapper span,
#custom-html-2g2 .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2g2 .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2g2 .item-wrapper em {
  font-style: normal;
}
#custom-html-2g2 .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2g2 .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2g2 .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2g2 .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2g2 .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2g2 .filter-btn,
  #custom-html-2g2 .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2g2 .item-content,
  #custom-html-2g2 .item-footer {
    max-width: 100%;
  }
  #custom-html-2g2 .item-content p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-html-2g2 .item-content,
  #custom-html-2g2 .item-footer {
    max-width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #custom-html-2g2 .item-content,
  #custom-html-2g2 .item-footer {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  #custom-html-2g2 .item-content,
  #custom-html-2g2 .item-footer {
    max-width: 340px;
  }
  #custom-html-2g2 .item-wrapper:hover {
    transform: translateY(-6px);
  }
}
.cid-vaKeMgxKvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKeMgxKvl .btn {
  border-radius: 1vh;
}
.cid-vaKeMgKzDi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKeMgKzDi .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKeMgW4C5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKeMgW4C5 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKeMgW4C5 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKeMgW4C5 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKeMgW4C5 .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKeMgW4C5 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKeMgW4C5 .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKeMgW4C5 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKeMgW4C5 [class^="socicon-"]:before,
.cid-vaKeMgW4C5 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKeMgW4C5 .mbr-section-title,
.cid-vaKeMgW4C5 .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKeMhf9wB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKeMhf9wB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKeMhf9wB .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKeMhf9wB .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKeMhf9wB .form-control:focus,
.cid-vaKeMhf9wB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKeMhf9wB .form-group {
  margin-bottom: 1rem;
}
.cid-vaKeMhf9wB input::-webkit-input-placeholder,
.cid-vaKeMhf9wB textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKeMhf9wB input:-moz-placeholder,
.cid-vaKeMhf9wB textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKeMhf9wB .jq-selectbox li,
.cid-vaKeMhf9wB .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKeMhf9wB .jq-selectbox li:hover,
.cid-vaKeMhf9wB .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKeMhf9wB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKeMhf9wB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKeMhf9wB textarea.form-control {
  resize: none;
}
.cid-vaKeMhf9wB .input-group-btn {
  display: inline-block;
}
.cid-vaKeMhf9wB .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKeMhf9wB .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKeMhf9wB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKeMhf9wB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKeMhf9wB .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKeMhf9wB .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKeMhf9wB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKeMhf9wB .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKeMhf9wB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKeMhf9wB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKeMhf9wB .form-control,
.cid-vaKeMhf9wB .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKeMhf9wB #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKeMhf9wB #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKeMhf9wB #creativecommons img,
.cid-vaKeMhf9wB iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKeMhf9wB .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKeMhf9wB P {
  color: #ffffff;
}
.cid-vaKeMhD7mm.popup-builder {
  background-color: #ffffff;
}
.cid-vaKeMhD7mm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKeMhD7mm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKeMhD7mm .modal-content,
.cid-vaKeMhD7mm .modal-dialog {
  height: auto;
}
.cid-vaKeMhD7mm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKeMhD7mm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKeMhD7mm .form-wrapper .mbr-form .form-group,
  .cid-vaKeMhD7mm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKeMhD7mm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKeMhD7mm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKeMhD7mm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKeMhD7mm .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKeMhD7mm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKeMhD7mm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKeMhD7mm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKeMhD7mm .modal-open {
  overflow: hidden;
}
.cid-vaKeMhD7mm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKeMhD7mm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKeMhD7mm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKeMhD7mm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKeMhD7mm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKeMhD7mm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKeMhD7mm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKeMhD7mm .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKeMhD7mm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKeMhD7mm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKeMhD7mm .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKeMhD7mm .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKeMhD7mm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKeMhD7mm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKeMhD7mm .modal-header {
    padding: 1rem;
  }
}
.cid-vaKeMhD7mm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKeMhD7mm .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKeMhD7mm .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKeMhD7mm .modal-header .close:focus {
  outline: none;
}
.cid-vaKeMhD7mm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKeMhD7mm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKeMhD7mm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKeMhD7mm .modal-body {
    padding: 1rem;
  }
}
.cid-vaKeMhD7mm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKeMhD7mm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKeMhD7mm .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKeMhD7mm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKeMhD7mm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKeMhD7mm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKeMhD7mm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKeMhD7mm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKeMhD7mm .modal-lg,
  .cid-vaKeMhD7mm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKeMhD7mm .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKeMhD7mm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKeMhD7mm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKeMhD7mm .form-group {
  margin-bottom: 1rem;
}
.cid-vaKeMhD7mm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKeMhD7mm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKeMhD7mm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKeMhD7mm .mbr-section-btn {
  margin: 0;
}
.cid-vaKeMhD7mm .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLjs5jgju .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaLjs5jgju .my-float {
  margin-top: 16px;
}
.cid-vaLjs5jgju P {
  color: #232323;
}
.cid-vaLjs5jgju DIV {
  color: #ffffff;
}
.cid-vaLjs5jgju H10 {
  color: #767676;
}
.cid-vaLjs5jgju .hidden {
  display: none;
}
.cid-vaLjsltWeL.popup-builder {
  background-color: #ffffff;
}
.cid-vaLjsltWeL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaLjsltWeL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaLjsltWeL .modal-content,
.cid-vaLjsltWeL .modal-dialog {
  height: auto;
}
.cid-vaLjsltWeL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaLjsltWeL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaLjsltWeL .form-wrapper .mbr-form .form-group,
  .cid-vaLjsltWeL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaLjsltWeL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaLjsltWeL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLjsltWeL .mbr-text {
  text-align: center;
}
.cid-vaLjsltWeL .pt-0 {
  padding-top: 0 !important;
}
.cid-vaLjsltWeL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaLjsltWeL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaLjsltWeL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaLjsltWeL .modal-open {
  overflow: hidden;
}
.cid-vaLjsltWeL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaLjsltWeL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaLjsltWeL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaLjsltWeL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaLjsltWeL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaLjsltWeL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaLjsltWeL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaLjsltWeL .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaLjsltWeL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaLjsltWeL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaLjsltWeL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaLjsltWeL .modal-backdrop.show {
  opacity: .5;
}
.cid-vaLjsltWeL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaLjsltWeL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjsltWeL .modal-header {
    padding: 1rem;
  }
}
.cid-vaLjsltWeL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaLjsltWeL .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaLjsltWeL .modal-header .close:hover {
  opacity: 1;
}
.cid-vaLjsltWeL .modal-header .close:focus {
  outline: none;
}
.cid-vaLjsltWeL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaLjsltWeL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaLjsltWeL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjsltWeL .modal-body {
    padding: 1rem;
  }
}
.cid-vaLjsltWeL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaLjsltWeL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaLjsltWeL .modal-footer {
    padding: 1rem;
  }
}
.cid-vaLjsltWeL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaLjsltWeL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaLjsltWeL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaLjsltWeL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaLjsltWeL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaLjsltWeL .modal-lg,
  .cid-vaLjsltWeL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaLjsltWeL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaLjsltWeL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaLjsltWeL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaLjsltWeL .form-group {
  margin-bottom: 1rem;
}
.cid-vaLjsltWeL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaLjsltWeL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaLjsltWeL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaLjsltWeL .mbr-section-btn {
  margin: 0;
}
.cid-vaLjsltWeL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaLjsltWeL .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaLjsltWeL .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-vaKgKET2V1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaKgKET2V1 nav.navbar {
  position: fixed;
}
.cid-vaKgKET2V1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKgKET2V1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaKgKET2V1 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-vaKgKET2V1 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #fff;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-vaKgKET2V1 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vaKgKET2V1 .dropdown-item:hover,
.cid-vaKgKET2V1 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-vaKgKET2V1 .dropdown-item:hover span {
  color: white;
}
.cid-vaKgKET2V1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaKgKET2V1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaKgKET2V1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vaKgKET2V1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaKgKET2V1 .nav-link {
  position: relative;
}
.cid-vaKgKET2V1 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vaKgKET2V1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vaKgKET2V1 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vaKgKET2V1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #2299aa;
}
.cid-vaKgKET2V1 .dropdown-menu,
.cid-vaKgKET2V1 .navbar.opened {
  background: #353535 !important;
}
.cid-vaKgKET2V1 .nav-item:focus,
.cid-vaKgKET2V1 .nav-link:focus {
  outline: none;
}
.cid-vaKgKET2V1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaKgKET2V1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaKgKET2V1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaKgKET2V1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaKgKET2V1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaKgKET2V1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaKgKET2V1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-vaKgKET2V1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaKgKET2V1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaKgKET2V1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaKgKET2V1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaKgKET2V1 .navbar.collapsed {
  justify-content: center;
}
.cid-vaKgKET2V1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaKgKET2V1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaKgKET2V1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaKgKET2V1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaKgKET2V1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaKgKET2V1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaKgKET2V1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaKgKET2V1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaKgKET2V1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaKgKET2V1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaKgKET2V1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaKgKET2V1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaKgKET2V1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaKgKET2V1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaKgKET2V1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaKgKET2V1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vaKgKET2V1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaKgKET2V1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaKgKET2V1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vaKgKET2V1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaKgKET2V1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaKgKET2V1 .dropdown-item.active,
.cid-vaKgKET2V1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaKgKET2V1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaKgKET2V1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaKgKET2V1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaKgKET2V1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vaKgKET2V1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaKgKET2V1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaKgKET2V1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaKgKET2V1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaKgKET2V1 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaKgKET2V1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaKgKET2V1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaKgKET2V1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKgKET2V1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaKgKET2V1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaKgKET2V1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKgKET2V1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaKgKET2V1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaKgKET2V1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaKgKET2V1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaKgKET2V1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaKgKET2V1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaKgKET2V1 .navbar {
    height: 70px;
  }
  .cid-vaKgKET2V1 .navbar.opened {
    height: auto;
  }
  .cid-vaKgKET2V1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaKgKET2V1 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vaKgKET2V1 .navbar-toggler {
  margin-left: 10px;
}
.cid-vaKgKET2V1 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2299aa;
}
.cid-vaKgKET2V1 .navbar-logo {
  margin-right: 0 !important;
}
.cid-vaKgKET2V1 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vaKgKET2V1 .mbr-text {
    display: none;
  }
}
.cid-vaKgKET2V1 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vaKgKET2V1 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vaKgKET2V1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vaKgKET2V1 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-vaKgKET2V1 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-vaKgKET2V1 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-vaKgKET2V1 #vol {
    display: none;
  }
}
.cid-vaKgKET2V1 .header-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaKgKET2V1 .header-text-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cid-vaKgKET2V1 .nav-support {
  color: #ff9e00 !important;
  font-weight: 700;
  white-space: nowrap;
}
.cid-vaKgKET2V1 .nav-support:hover {
  color: #ffb733 !important;
}
.cid-vaKgKET2V1 .nav-support,
.cid-vaKgKET2V1 .nav-access {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
  white-space: nowrap;
  line-height: 1.2;
}
.cid-vaKgKET2V1 .nav-access {
  color: #ffffff !important;
  border-bottom: none !important;
}
.cid-vaKgKET2V1 .nav-access:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 767px) {
  .cid-vaKgKET2V1 .nav-support,
  .cid-vaKgKET2V1 .nav-access {
    font-size: 1.1rem;
    padding: 0.6em 1em;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cid-vaKgKET2V1 .nav-support,
  .cid-vaKgKET2V1 .nav-access {
    font-size: 1.05rem;
  }
}
@media (min-width: 1400px) {
  .cid-vaKgKET2V1 .nav-support,
  .cid-vaKgKET2V1 .nav-access {
    font-size: 1.15rem;
    padding: 0.5em 1em;
  }
  .cid-vaKgKET2V1 .header-cta a {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.cid-vaKgKET2V1 .header-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaKgKET2V1 .header-cta a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.25;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.cid-vaKgKET2V1 .cta-support a {
  color: #ff9e00;
}
.cid-vaKgKET2V1 .cta-support a:hover {
  color: #ffb733;
}
.cid-vaKgKET2V1 .cta-access a {
  color: #ffffff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
}
.cid-vaKgKET2V1 .cta-access a:hover {
  border-bottom-color: #ff9e00;
}
@media (max-width: 575px) {
  .cid-vaKgKET2V1 .header-cta a {
    font-size: 1.15rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cid-vaKgKET2V1 .header-cta a {
    font-size: 1.25rem;
  }
}
.cid-vaKgKET2V1 .header-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.cid-vaKgKET2V1 .header-actions a {
  all: unset;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-variant-ligatures: none;
  text-decoration: none !important;
  color: #fff;
}
.cid-vaKgKET2V1 .nav-support a {
  color: #2299aa;
}
.cid-vaKgKET2V1 .nav-support a:hover {
  color: #22a5e5;
}
.cid-vaKgKET2V1 .nav-access a {
  color: #47b5ed;
  opacity: 0.9;
}
.cid-vaKgKET2V1 .nav-access a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaKgKET2V1 .header-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.cid-vaKgKET2V1 .header-actions a:hover,
.cid-vaKgKET2V1 .header-actions a:focus,
.cid-vaKgKET2V1 .header-actions a:active {
  text-decoration: none !important;
}
.cid-vaKgKET2V1 .navbar-nav > li,
.cid-vaKgKET2V1 .navbar.collapsed ul.navbar-nav li {
  background-color: #2299aa;
}
.cid-vaKgKFIN0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaKgKFIN0L .row {
  align-items: center;
}
.cid-vaKgKFIN0L .mbr-section-title {
  margin-bottom: 2rem;
  color: #22a5e5;
}
.cid-vaKgKFIN0L .mbr-text {
  margin-bottom: 2rem;
}
.cid-vaKgKFIN0L .image-wrapper,
.cid-vaKgKFIN0L img {
  width: 100%;
}
.cid-vaKgKFIN0L .image-wrapper {
  overflow: hidden;
}
.cid-vaKgKFIN0L .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vaKgKFIN0L .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vaKgKFIN0L .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKgKFIN0L .row {
    flex-direction: column-reverse;
  }
  .cid-vaKgKFIN0L .content_box,
  .cid-vaKgKFIN0L .mbr-text {
    padding: 0;
  }
  .cid-vaKgKFIN0L .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-vaKgKFIN0L .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-vaKgKFIN0L .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaKgKFIN0L .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaKgKFIN0L .mbr-text,
.cid-vaKgKFIN0L .linkBtn {
  color: #f3f4f7;
}
#custom-html-2gi {
  /* =====================================================
   BASE GLOBALE
===================================================== */
  /* =====================================================
   CONTAINER
===================================================== */
  /* =====================================================
   TITRE
===================================================== */
  /* =====================================================
   BARRE STICKY (SANS JS)
===================================================== */
  /* supprime ancien mécanisme */
  /* =====================================================
   FILTRES & GRILLE
===================================================== */
  /* =====================================================
   GRILLE
===================================================== */
  /* =====================================================
   FICHES
===================================================== */
  /* =====================================================
   CARD
===================================================== */
  /* =====================================================
   IMAGE
===================================================== */
  /* =====================================================
   CONTENU TEXTE
===================================================== */
  /* =====================================================
   TOOLTIP PERSONNALISÉ
===================================================== */
  /* =====================================================
   BOUTON
===================================================== */
  /* =====================================================
   RESPONSIVE
===================================================== */
}
#custom-html-2gi *,
#custom-html-2gi *::before,
#custom-html-2gi *::after {
  box-sizing: border-box;
}
#custom-html-2gi html,
#custom-html-2gi body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eaeaea;
  overflow-x: hidden;
  /* uniquement horizontal */
}
#custom-html-2gi .container {
  max-width: 100%;
  margin: 0;
  padding: 1rem;
}
#custom-html-2gi .intro {
  text-align: center;
  font-weight: 700;
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  color: #47b5ed;
}
#custom-html-2gi .conteneurBTS {
  position: sticky;
  top: 107px;
  /* hauteur navbar mesurée */
  z-index: 998;
  background: #000;
}
#custom-html-2gi .intercalaire {
  display: none !important;
}
#custom-html-2gi .filter-buttons,
#custom-html-2gi .mb-4 {
  text-align: center;
  margin-bottom: 0.6rem;
}
#custom-html-2gi .btnFiltre {
  margin: 0.3em 0.4em 0;
  cursor: pointer;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  border: none;
  font-size: 1.05em;
  text-transform: capitalize;
}
#custom-html-2gi .btnFiltre:hover,
#custom-html-2gi .btnFiltre.active {
  background-color: #47b5ed;
}
#custom-html-2gi .grid-btn {
  margin: 0.3rem;
  font-size: 1em;
  padding: 0.4em 0.7em;
  background: #2299aa;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #2299aa;
  cursor: pointer;
}
#custom-html-2gi .grid-btn:hover,
#custom-html-2gi .grid-btn.active {
  background-color: #47b5ed;
}
#custom-html-2gi #fiches-container {
  width: 100%;
}
#custom-html-2gi .fiche-item {
  display: none;
  margin-bottom: 2rem;
}
#custom-html-2gi .fiche-item.show {
  display: flex;
}
#custom-html-2gi .item-wrapper {
  width: 100%;
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  /* ok ici */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-2gi .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 164, 0, 0.3);
}
#custom-html-2gi .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-2gi .item-content,
#custom-html-2gi .item-footer {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 0.6rem;
}
#custom-html-2gi .item-wrapper,
#custom-html-2gi .item-wrapper p,
#custom-html-2gi .item-wrapper em,
#custom-html-2gi .item-wrapper span,
#custom-html-2gi .item-wrapper a {
  color: #eaeaea !important;
}
#custom-html-2gi .item-wrapper strong {
  color: #47b5ed !important;
}
#custom-html-2gi .item-wrapper em {
  font-style: normal;
}
#custom-html-2gi .role-tip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #ffa400;
  color: #eaeaea;
}
#custom-html-2gi .role-tip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 6px;
  width: 260px;
  max-width: 90vw;
  font-size: 0.9em;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#custom-html-2gi .role-tip:hover .role-tip-text {
  display: block;
}
#custom-html-2gi .item-footer .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #fff;
}
#custom-html-2gi .item-footer .btn:hover {
  background-color: #4479d9;
  border-color: #4479d9;
}
@media (max-width: 767px) {
  #custom-html-2gi .btnFiltre,
  #custom-html-2gi .grid-btn {
    font-size: 0.8rem;
    padding: 0.45em 0.7em;
  }
  #custom-html-2gi .item-content,
  #custom-html-2gi .item-footer {
    max-width: 100%;
  }
  #custom-html-2gi .item-content p {
    font-size: 0.85rem;
  }
}
.cid-vaKgKGeYWY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKgKGeYWY .btn {
  border-radius: 1vh;
}
.cid-vaKgKGxXJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vaKgKGxXJl .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-vaKgKGRLNX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vaKgKGRLNX .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vaKgKGRLNX .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vaKgKGRLNX .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vaKgKGRLNX .bg-youtube:hover {
  background: #cc0000;
}
.cid-vaKgKGRLNX .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-vaKgKGRLNX .bg-twitch:hover {
  background: #7313ff;
}
.cid-vaKgKGRLNX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vaKgKGRLNX [class^="socicon-"]:before,
.cid-vaKgKGRLNX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vaKgKGRLNX .mbr-section-title,
.cid-vaKgKGRLNX .social-list {
  color: #22a5e5;
  text-align: right;
}
.cid-vaKgKHpL9e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vaKgKHpL9e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaKgKHpL9e .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-vaKgKHpL9e .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-vaKgKHpL9e .form-control:focus,
.cid-vaKgKHpL9e .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-vaKgKHpL9e .form-group {
  margin-bottom: 1rem;
}
.cid-vaKgKHpL9e input::-webkit-input-placeholder,
.cid-vaKgKHpL9e textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-vaKgKHpL9e input:-moz-placeholder,
.cid-vaKgKHpL9e textarea:-moz-placeholder {
  color: #656565;
}
.cid-vaKgKHpL9e .jq-selectbox li,
.cid-vaKgKHpL9e .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKgKHpL9e .jq-selectbox li:hover,
.cid-vaKgKHpL9e .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-vaKgKHpL9e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKgKHpL9e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-vaKgKHpL9e textarea.form-control {
  resize: none;
}
.cid-vaKgKHpL9e .input-group-btn {
  display: inline-block;
}
.cid-vaKgKHpL9e .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-vaKgKHpL9e .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaKgKHpL9e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaKgKHpL9e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vaKgKHpL9e .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vaKgKHpL9e .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaKgKHpL9e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaKgKHpL9e .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-vaKgKHpL9e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaKgKHpL9e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vaKgKHpL9e .form-control,
.cid-vaKgKHpL9e .input-group-btn .btn {
  border-radius: 3px;
}
.cid-vaKgKHpL9e #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-vaKgKHpL9e #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-vaKgKHpL9e #creativecommons img,
.cid-vaKgKHpL9e iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-vaKgKHpL9e .offset-md-1 {
  margin-left: 1vw;
}
.cid-vaKgKHpL9e P {
  color: #ffffff;
}
.cid-vaKgKHYNIg.popup-builder {
  background-color: #ffffff;
}
.cid-vaKgKHYNIg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaKgKHYNIg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaKgKHYNIg .modal-content,
.cid-vaKgKHYNIg .modal-dialog {
  height: auto;
}
.cid-vaKgKHYNIg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaKgKHYNIg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaKgKHYNIg .form-wrapper .mbr-form .form-group,
  .cid-vaKgKHYNIg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaKgKHYNIg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaKgKHYNIg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaKgKHYNIg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaKgKHYNIg .pt-0 {
  padding-top: 0 !important;
}
.cid-vaKgKHYNIg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaKgKHYNIg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaKgKHYNIg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaKgKHYNIg .modal-open {
  overflow: hidden;
}
.cid-vaKgKHYNIg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaKgKHYNIg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaKgKHYNIg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaKgKHYNIg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaKgKHYNIg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaKgKHYNIg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaKgKHYNIg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaKgKHYNIg .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaKgKHYNIg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaKgKHYNIg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaKgKHYNIg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaKgKHYNIg .modal-backdrop.show {
  opacity: .5;
}
.cid-vaKgKHYNIg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaKgKHYNIg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKgKHYNIg .modal-header {
    padding: 1rem;
  }
}
.cid-vaKgKHYNIg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaKgKHYNIg .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaKgKHYNIg .modal-header .close:hover {
  opacity: 1;
}
.cid-vaKgKHYNIg .modal-header .close:focus {
  outline: none;
}
.cid-vaKgKHYNIg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaKgKHYNIg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaKgKHYNIg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKgKHYNIg .modal-body {
    padding: 1rem;
  }
}
.cid-vaKgKHYNIg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaKgKHYNIg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaKgKHYNIg .modal-footer {
    padding: 1rem;
  }
}
.cid-vaKgKHYNIg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaKgKHYNIg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaKgKHYNIg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaKgKHYNIg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaKgKHYNIg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaKgKHYNIg .modal-lg,
  .cid-vaKgKHYNIg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaKgKHYNIg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaKgKHYNIg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaKgKHYNIg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaKgKHYNIg .form-group {
  margin-bottom: 1rem;
}
.cid-vaKgKHYNIg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaKgKHYNIg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaKgKHYNIg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaKgKHYNIg .mbr-section-btn {
  margin: 0;
}
.cid-vaKgKHYNIg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaTG1QX1jT .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #2299aa;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vaTG1QX1jT .my-float {
  margin-top: 16px;
}
.cid-vaTG1QX1jT P {
  color: #232323;
}
.cid-vaTG1QX1jT DIV {
  color: #ffffff;
}
.cid-vaTG1QX1jT H10 {
  color: #767676;
}
.cid-vaTG1QX1jT .hidden {
  display: none;
}
.cid-vaTG29rkgi.popup-builder {
  background-color: #ffffff;
}
.cid-vaTG29rkgi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaTG29rkgi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaTG29rkgi .modal-content,
.cid-vaTG29rkgi .modal-dialog {
  height: auto;
}
.cid-vaTG29rkgi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaTG29rkgi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaTG29rkgi .form-wrapper .mbr-form .form-group,
  .cid-vaTG29rkgi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaTG29rkgi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaTG29rkgi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaTG29rkgi .mbr-text {
  text-align: center;
}
.cid-vaTG29rkgi .pt-0 {
  padding-top: 0 !important;
}
.cid-vaTG29rkgi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaTG29rkgi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaTG29rkgi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaTG29rkgi .modal-open {
  overflow: hidden;
}
.cid-vaTG29rkgi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaTG29rkgi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaTG29rkgi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaTG29rkgi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaTG29rkgi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaTG29rkgi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaTG29rkgi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaTG29rkgi .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaTG29rkgi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaTG29rkgi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaTG29rkgi .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaTG29rkgi .modal-backdrop.show {
  opacity: .5;
}
.cid-vaTG29rkgi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaTG29rkgi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaTG29rkgi .modal-header {
    padding: 1rem;
  }
}
.cid-vaTG29rkgi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaTG29rkgi .modal-header .close svg {
  fill: #ffffff;
}
.cid-vaTG29rkgi .modal-header .close:hover {
  opacity: 1;
}
.cid-vaTG29rkgi .modal-header .close:focus {
  outline: none;
}
.cid-vaTG29rkgi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-vaTG29rkgi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaTG29rkgi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaTG29rkgi .modal-body {
    padding: 1rem;
  }
}
.cid-vaTG29rkgi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaTG29rkgi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaTG29rkgi .modal-footer {
    padding: 1rem;
  }
}
.cid-vaTG29rkgi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaTG29rkgi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaTG29rkgi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaTG29rkgi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaTG29rkgi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaTG29rkgi .modal-lg,
  .cid-vaTG29rkgi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaTG29rkgi .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaTG29rkgi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaTG29rkgi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaTG29rkgi .form-group {
  margin-bottom: 1rem;
}
.cid-vaTG29rkgi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaTG29rkgi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaTG29rkgi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaTG29rkgi .mbr-section-btn {
  margin: 0;
}
.cid-vaTG29rkgi .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaTG29rkgi .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-vaTG29rkgi .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
