@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 {
  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: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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.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))));
  }
  .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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !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: #6592e6 !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: #205ac5 !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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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-tMINnQY2B4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMINnQY2B4 nav.navbar {
  position: fixed;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMINnQY2B4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMINnQY2B4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMINnQY2B4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover,
.cid-tMINnQY2B4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover span {
  color: white;
}
.cid-tMINnQY2B4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMINnQY2B4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMINnQY2B4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMINnQY2B4 .nav-link {
  position: relative;
}
.cid-tMINnQY2B4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMINnQY2B4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMINnQY2B4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMINnQY2B4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMINnQY2B4 .dropdown-menu,
.cid-tMINnQY2B4 .navbar.opened {
  background: #353535 !important;
}
.cid-tMINnQY2B4 .nav-item:focus,
.cid-tMINnQY2B4 .nav-link:focus {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMINnQY2B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMINnQY2B4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMINnQY2B4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMINnQY2B4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMINnQY2B4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMINnQY2B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMINnQY2B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMINnQY2B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMINnQY2B4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMINnQY2B4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMINnQY2B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMINnQY2B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown-item.active,
.cid-tMINnQY2B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMINnQY2B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMINnQY2B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMINnQY2B4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMINnQY2B4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMINnQY2B4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMINnQY2B4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar {
    height: 70px;
  }
  .cid-tMINnQY2B4 .navbar.opened {
    height: auto;
  }
  .cid-tMINnQY2B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMINnQY2B4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMINnQY2B4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tMINnQY2B4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMINnQY2B4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMINnQY2B4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-text {
    display: none;
  }
}
.cid-tMINnQY2B4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMINnQY2B4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 #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-tMINnQY2B4 #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-tMINnQY2B4 #vol {
    display: none;
  }
}
.cid-tMINnQY2B4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sXBThuiTTn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXBThuiTTn .image-wrapper {
  position: relative;
}
.cid-sXBThuiTTn .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXBThuiTTn .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXBThuiTTn img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXBThuiTTn .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXBThuiTTn .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXBThuiTTn .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXBThuiTTn a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXBThuiTTn rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXBThuiTTn .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXBThuiTTn svg {
  margin-left: 15px;
}
.cid-sXBThuiTTn path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXBThuiTTn .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXBThuiTTn .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXBThuiTTn .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-sXBThuiTTn .wrapper {
  margin: auto;
}
.cid-trjikrU1aC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-trjikrU1aC .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-trjikrU1aC .mbr-section-subtitle {
  text-align: center;
}
.cid-trjikrU1aC .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-trjikrU1aC .display-1 {
    font-size: 75px;
  }
  .cid-trjikrU1aC .display-5 {
    font-size: 29px;
  }
  .cid-trjikrU1aC .display-4 {
    font-weight: 300;
  }
}
#custom-html-1iu {
  /* Type valid CSS here */
}
#custom-html-1iu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1iu p {
  font-size: 60px;
  color: #777;
}
#custom-html-1iu * {
  margin: 0;
  padding: 0;
}
#custom-html-1iu .embed-container {
  position: relative;
  max-height: 100vh;
  height: 50vh;
  overflow: hidden;
}
#custom-html-1iu .embed-container iframe,
#custom-html-1iu .embed-container object,
#custom-html-1iu .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-sXBRhsh2YX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXBRhsh2YX .image-wrapper {
  position: relative;
}
.cid-sXBRhsh2YX .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXBRhsh2YX .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXBRhsh2YX img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXBRhsh2YX .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXBRhsh2YX .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXBRhsh2YX .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXBRhsh2YX a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXBRhsh2YX rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXBRhsh2YX .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXBRhsh2YX svg {
  margin-left: 15px;
}
.cid-sXBRhsh2YX path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXBRhsh2YX .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXBRhsh2YX .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXBRhsh2YX .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-sXBRhsh2YX .wrapper {
  margin: auto;
}
.cid-t2LGf0nLw2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t2LGf0nLw2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2LGf0nLw2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2LGf0nLw2 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2LGf0nLw2 .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-t2LGf0nLw2 [class^="socicon-"]:before,
.cid-t2LGf0nLw2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2LGf0nLw2 .mbr-section-title,
.cid-t2LGf0nLw2 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-t2LGiEMGuk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2LGiEMGuk .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2LGiEMGuk .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-t2LGiEMGuk .form-control:focus,
.cid-t2LGiEMGuk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2LGiEMGuk .form-group {
  margin-bottom: 1rem;
}
.cid-t2LGiEMGuk input::-webkit-input-placeholder,
.cid-t2LGiEMGuk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk input:-moz-placeholder,
.cid-t2LGiEMGuk textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk .jq-selectbox li,
.cid-t2LGiEMGuk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox li:hover,
.cid-t2LGiEMGuk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk textarea.form-control {
  resize: none;
}
.cid-t2LGiEMGuk .input-group-btn {
  display: inline-block;
}
.cid-t2LGiEMGuk .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2LGiEMGuk .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2LGiEMGuk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2LGiEMGuk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2LGiEMGuk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2LGiEMGuk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2LGiEMGuk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2LGiEMGuk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2LGiEMGuk .form-control,
.cid-t2LGiEMGuk .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2LGiEMGuk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2LGiEMGuk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2LGiEMGuk #creativecommons img,
.cid-t2LGiEMGuk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGiEMGuk .offset-md-1 {
  margin-left: 1vw;
}
.cid-t0HakZJcLr.popup-builder {
  background-color: #ffffff;
}
.cid-t0HakZJcLr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0HakZJcLr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0HakZJcLr .modal-content,
.cid-t0HakZJcLr .modal-dialog {
  height: auto;
}
.cid-t0HakZJcLr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0HakZJcLr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0HakZJcLr .form-wrapper .mbr-form .form-group,
  .cid-t0HakZJcLr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0HakZJcLr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .mbr-text {
  text-align: center;
}
.cid-t0HakZJcLr .pt-0 {
  padding-top: 0 !important;
}
.cid-t0HakZJcLr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0HakZJcLr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0HakZJcLr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0HakZJcLr .modal-open {
  overflow: hidden;
}
.cid-t0HakZJcLr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0HakZJcLr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0HakZJcLr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0HakZJcLr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0HakZJcLr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0HakZJcLr .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-t0HakZJcLr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0HakZJcLr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0HakZJcLr .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0HakZJcLr .modal-backdrop.show {
  opacity: .5;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0HakZJcLr .modal-header {
    padding: 1rem;
  }
}
.cid-t0HakZJcLr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0HakZJcLr .modal-header .close svg {
  fill: #ffffff;
}
.cid-t0HakZJcLr .modal-header .close:hover {
  opacity: 1;
}
.cid-t0HakZJcLr .modal-header .close:focus {
  outline: none;
}
.cid-t0HakZJcLr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t0HakZJcLr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0HakZJcLr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0HakZJcLr .modal-body {
    padding: 1rem;
  }
}
.cid-t0HakZJcLr .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-t0HakZJcLr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0HakZJcLr .modal-footer {
    padding: 1rem;
  }
}
.cid-t0HakZJcLr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0HakZJcLr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0HakZJcLr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0HakZJcLr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0HakZJcLr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0HakZJcLr .modal-lg,
  .cid-t0HakZJcLr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0HakZJcLr .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0HakZJcLr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .form-group {
  margin-bottom: 1rem;
}
.cid-t0HakZJcLr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0HakZJcLr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .mbr-section-btn {
  margin: 0;
}
.cid-t0HakZJcLr .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0HakZJcLr .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-t0HakZJcLr .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-t2HuvQQaqb.popup-builder {
  background-color: #ffffff;
}
.cid-t2HuvQQaqb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2HuvQQaqb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2HuvQQaqb .modal-content,
.cid-t2HuvQQaqb .modal-dialog {
  height: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .form-group,
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2HuvQQaqb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2HuvQQaqb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2HuvQQaqb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2HuvQQaqb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2HuvQQaqb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2HuvQQaqb .modal-open {
  overflow: hidden;
}
.cid-t2HuvQQaqb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2HuvQQaqb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2HuvQQaqb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2HuvQQaqb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2HuvQQaqb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2HuvQQaqb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2HuvQQaqb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2HuvQQaqb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-header {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2HuvQQaqb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2HuvQQaqb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2HuvQQaqb .modal-header .close:focus {
  outline: none;
}
.cid-t2HuvQQaqb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2HuvQQaqb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2HuvQQaqb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2HuvQQaqb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-lg,
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2HuvQQaqb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .form-group {
  margin-bottom: 1rem;
}
.cid-t2HuvQQaqb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2HuvQQaqb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-section-btn {
  margin: 0;
}
.cid-t2HuvQQaqb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2HuvQQaqb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2HuvQQaqb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2HuvQQaqb #creativecommons img,
.cid-t2HuvQQaqb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2RLnGBwng .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-t2RLnGBwng .my-float {
  margin-top: 16px;
}
.cid-t2RLnGBwng P {
  color: #232323;
}
.cid-t2RLnGBwng DIV {
  color: #ffffff;
}
.cid-t2RLnGBwng H10 {
  color: #767676;
}
.cid-t2RLnGBwng .hidden {
  display: none;
}
.cid-tEvTaNW8SR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tEvTaNW8SR .btn {
  border-radius: 1vh;
}
.cid-tSDKoXXYjy.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKoXXYjy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKoXXYjy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKoXXYjy .modal-content,
.cid-tSDKoXXYjy .modal-dialog {
  height: auto;
}
.cid-tSDKoXXYjy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKoXXYjy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKoXXYjy .form-wrapper .mbr-form .form-group,
  .cid-tSDKoXXYjy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKoXXYjy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKoXXYjy .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKoXXYjy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKoXXYjy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKoXXYjy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKoXXYjy .modal-open {
  overflow: hidden;
}
.cid-tSDKoXXYjy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKoXXYjy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKoXXYjy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKoXXYjy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKoXXYjy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKoXXYjy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKoXXYjy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKoXXYjy .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKoXXYjy .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKoXXYjy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKoXXYjy .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKoXXYjy .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKoXXYjy .modal-header .close:focus {
  outline: none;
}
.cid-tSDKoXXYjy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKoXXYjy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKoXXYjy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKoXXYjy .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKoXXYjy .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKoXXYjy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKoXXYjy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKoXXYjy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKoXXYjy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKoXXYjy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKoXXYjy .modal-lg,
  .cid-tSDKoXXYjy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKoXXYjy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKoXXYjy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKoXXYjy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKoXXYjy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKoXXYjy .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-tSDKoXXYjy .mbr-section-btn {
  margin: 0;
}
.cid-tSDKoXXYjy .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMINnQY2B4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMINnQY2B4 nav.navbar {
  position: fixed;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMINnQY2B4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMINnQY2B4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMINnQY2B4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover,
.cid-tMINnQY2B4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover span {
  color: white;
}
.cid-tMINnQY2B4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMINnQY2B4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMINnQY2B4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMINnQY2B4 .nav-link {
  position: relative;
}
.cid-tMINnQY2B4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMINnQY2B4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMINnQY2B4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMINnQY2B4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMINnQY2B4 .dropdown-menu,
.cid-tMINnQY2B4 .navbar.opened {
  background: #353535 !important;
}
.cid-tMINnQY2B4 .nav-item:focus,
.cid-tMINnQY2B4 .nav-link:focus {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMINnQY2B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMINnQY2B4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMINnQY2B4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMINnQY2B4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMINnQY2B4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMINnQY2B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMINnQY2B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMINnQY2B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMINnQY2B4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMINnQY2B4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMINnQY2B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMINnQY2B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown-item.active,
.cid-tMINnQY2B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMINnQY2B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMINnQY2B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMINnQY2B4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMINnQY2B4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMINnQY2B4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMINnQY2B4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar {
    height: 70px;
  }
  .cid-tMINnQY2B4 .navbar.opened {
    height: auto;
  }
  .cid-tMINnQY2B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMINnQY2B4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMINnQY2B4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tMINnQY2B4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMINnQY2B4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMINnQY2B4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-text {
    display: none;
  }
}
.cid-tMINnQY2B4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMINnQY2B4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 #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-tMINnQY2B4 #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-tMINnQY2B4 #vol {
    display: none;
  }
}
.cid-tMINnQY2B4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-szPPw8uiOk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-szPPw8uiOk .mbr-section-title {
  color: #4479d9;
}
#custom-html-1jj body {
  background-color: black;
}
#custom-html-1jj .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1jj .complet {
  background-color: #000000;
}
#custom-html-1jj .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1jj .conteneurVideo iframe,
#custom-html-1jj .conteneurVideo object,
#custom-html-1jj .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1jj #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1jj .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1jj #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1jj .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1jj .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkPZWhCBk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkPZWhCBk .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-szPPw96uqa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-szPPw96uqa .mbr-text {
  color: #ffffff;
}
.cid-szPPw96uqa .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-szPPw96uqa .mbr-section-title {
  color: #4479d9;
}
.cid-szPPw96uqa H1 {
  color: #4479d9;
}
.cid-szPPw96uqa H2 {
  color: #4479d9;
}
.cid-szPPw96uqa H3 {
  color: #4479d9;
}
.cid-szPPw96uqa .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-szPPw96uqa .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-szPPw96uqa .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-szPPw96uqa .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-szPPw96uqa .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-szPPw96uqa .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-szPPw96uqa .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-szPPw96uqa .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-szPPw96uqa .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-szPPw96uqa .play,
.cid-szPPw96uqa .pause,
.cid-szPPw96uqa .prev,
.cid-szPPw96uqa .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-szPPw96uqa .fa-2x {
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-szPPw96uqa #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-szPPw96uqa .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-szPPw96uqa .biophonie {
  padding: 1em;
  text-align: center;
}
.cid-szPPw96uqa figcaption {
  background-color: #4479d9;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cid-ubvPm761vG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvPm761vG .mbr-media {
  position: relative;
}
.cid-ubvPm761vG .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvPm761vG img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvPm761vG img {
    max-width: 95%;
  }
}
.cid-ubvPm761vG h1 {
  line-height: 1.5;
}
.cid-ubvPm761vG .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvPm761vG .start:hover {
  background: #ff1f3f;
}
.cid-ubvPm761vG .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvPm761vG a {
  background-image: none !important;
}
.cid-ubvPm761vG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvPm761vG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvPm761vG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvPm761vG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvPm761vG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvPm761vG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvPm761vG .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvPm761vG .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvPm761vG .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvPm761vG .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvPm761vG .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvPm761vG .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvPm761vG .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvPm761vG .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvPm761vG .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvPm761vG .playEnfant,
.cid-ubvPm761vG .pauseEnfant,
.cid-ubvPm761vG .prevEnfant,
.cid-ubvPm761vG .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvPm761vG .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvPm761vG #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvPm761vG .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvPm761vG .mbr-card-title,
.cid-ubvPm761vG .cards-wrapper {
  color: #ffa405;
}
.cid-ubvPm761vG .mbr-section-title P {
  text-align: right;
}
.cid-ubvPmSiNWq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvPmSiNWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvPmSiNWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvPmSiNWq .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvPmSiNWq .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvPmSiNWq .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvPmSiNWq .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvPmSiNWq .card-row {
  align-items: stretch;
}
.cid-ubvPmSiNWq .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvPmSiNWq .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvPmSiNWq .couleur1 {
  background-color: royalblue;
}
.cid-ubvPmSiNWq .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvPmSiNWq .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvPmSiNWq .card-box {
  height: 100%;
}
.cid-ubvPmSiNWq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvPmSiNWq .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvPmSiNWq .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvPmSiNWq .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-tEvTaNW8SR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tEvTaNW8SR .btn {
  border-radius: 1vh;
}
.cid-ubmu5cdyKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubmu5cdyKj .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ubmu5cdyKj .mbr-text,
.cid-ubmu5cdyKj .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-t0z7EdIu33.popup-builder {
  background-color: #ffffff;
}
.cid-t0z7EdIu33.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0z7EdIu33.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0z7EdIu33 .modal-content,
.cid-t0z7EdIu33 .modal-dialog {
  height: auto;
}
.cid-t0z7EdIu33 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0z7EdIu33 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0z7EdIu33 .form-wrapper .mbr-form .form-group,
  .cid-t0z7EdIu33 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0z7EdIu33 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .mbr-text {
  text-align: center;
}
.cid-t0z7EdIu33 .pt-0 {
  padding-top: 0 !important;
}
.cid-t0z7EdIu33 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0z7EdIu33 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0z7EdIu33 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0z7EdIu33 .modal-open {
  overflow: hidden;
}
.cid-t0z7EdIu33 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0z7EdIu33 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0z7EdIu33 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0z7EdIu33 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0z7EdIu33 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0z7EdIu33 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0z7EdIu33 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0z7EdIu33 .modal-backdrop.show {
  opacity: .5;
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0z7EdIu33 .modal-header {
    padding: 1rem;
  }
}
.cid-t0z7EdIu33 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0z7EdIu33 .modal-header .close svg {
  fill: #ffffff;
}
.cid-t0z7EdIu33 .modal-header .close:hover {
  opacity: 1;
}
.cid-t0z7EdIu33 .modal-header .close:focus {
  outline: none;
}
.cid-t0z7EdIu33 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t0z7EdIu33 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0z7EdIu33 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0z7EdIu33 .modal-body {
    padding: 1rem;
  }
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0z7EdIu33 .modal-footer {
    padding: 1rem;
  }
}
.cid-t0z7EdIu33 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0z7EdIu33 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0z7EdIu33 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0z7EdIu33 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0z7EdIu33 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0z7EdIu33 .modal-lg,
  .cid-t0z7EdIu33 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0z7EdIu33 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0z7EdIu33 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .form-group {
  margin-bottom: 1rem;
}
.cid-t0z7EdIu33 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0z7EdIu33 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0z7EdIu33 .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-t0z7EdIu33 .mbr-section-btn {
  margin: 0;
}
.cid-t0z7EdIu33 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0z7EdIu33 .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-t0z7EdIu33 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-t2HuvQQaqb.popup-builder {
  background-color: #ffffff;
}
.cid-t2HuvQQaqb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2HuvQQaqb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2HuvQQaqb .modal-content,
.cid-t2HuvQQaqb .modal-dialog {
  height: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .form-group,
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2HuvQQaqb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2HuvQQaqb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2HuvQQaqb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2HuvQQaqb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2HuvQQaqb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2HuvQQaqb .modal-open {
  overflow: hidden;
}
.cid-t2HuvQQaqb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2HuvQQaqb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2HuvQQaqb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2HuvQQaqb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2HuvQQaqb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2HuvQQaqb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2HuvQQaqb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2HuvQQaqb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-header {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2HuvQQaqb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2HuvQQaqb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2HuvQQaqb .modal-header .close:focus {
  outline: none;
}
.cid-t2HuvQQaqb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2HuvQQaqb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2HuvQQaqb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2HuvQQaqb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-lg,
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2HuvQQaqb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .form-group {
  margin-bottom: 1rem;
}
.cid-t2HuvQQaqb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2HuvQQaqb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-section-btn {
  margin: 0;
}
.cid-t2HuvQQaqb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2HuvQQaqb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2HuvQQaqb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2HuvQQaqb #creativecommons img,
.cid-t2HuvQQaqb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGf0nLw2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t2LGf0nLw2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2LGf0nLw2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2LGf0nLw2 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2LGf0nLw2 .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-t2LGf0nLw2 [class^="socicon-"]:before,
.cid-t2LGf0nLw2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2LGf0nLw2 .mbr-section-title,
.cid-t2LGf0nLw2 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-t2LGiEMGuk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2LGiEMGuk .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2LGiEMGuk .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-t2LGiEMGuk .form-control:focus,
.cid-t2LGiEMGuk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2LGiEMGuk .form-group {
  margin-bottom: 1rem;
}
.cid-t2LGiEMGuk input::-webkit-input-placeholder,
.cid-t2LGiEMGuk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk input:-moz-placeholder,
.cid-t2LGiEMGuk textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk .jq-selectbox li,
.cid-t2LGiEMGuk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox li:hover,
.cid-t2LGiEMGuk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk textarea.form-control {
  resize: none;
}
.cid-t2LGiEMGuk .input-group-btn {
  display: inline-block;
}
.cid-t2LGiEMGuk .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2LGiEMGuk .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2LGiEMGuk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2LGiEMGuk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2LGiEMGuk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2LGiEMGuk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2LGiEMGuk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2LGiEMGuk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2LGiEMGuk .form-control,
.cid-t2LGiEMGuk .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2LGiEMGuk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2LGiEMGuk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2LGiEMGuk #creativecommons img,
.cid-t2LGiEMGuk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGiEMGuk .offset-md-1 {
  margin-left: 1vw;
}
.cid-t2M5DZvwL1 .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-t2M5DZvwL1 .my-float {
  margin-top: 16px;
}
.cid-t2M5DZvwL1 P {
  color: #232323;
}
.cid-t2M5DZvwL1 DIV {
  color: #ffffff;
}
.cid-t2M5DZvwL1 H10 {
  color: #767676;
}
.cid-t2M5DZvwL1 .hidden {
  display: none;
}
.cid-tSDKu4UE3E.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKu4UE3E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKu4UE3E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKu4UE3E .modal-content,
.cid-tSDKu4UE3E .modal-dialog {
  height: auto;
}
.cid-tSDKu4UE3E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKu4UE3E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKu4UE3E .form-wrapper .mbr-form .form-group,
  .cid-tSDKu4UE3E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKu4UE3E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKu4UE3E .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKu4UE3E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKu4UE3E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKu4UE3E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKu4UE3E .modal-open {
  overflow: hidden;
}
.cid-tSDKu4UE3E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKu4UE3E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKu4UE3E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKu4UE3E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKu4UE3E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKu4UE3E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKu4UE3E .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKu4UE3E .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4UE3E .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKu4UE3E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKu4UE3E .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKu4UE3E .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKu4UE3E .modal-header .close:focus {
  outline: none;
}
.cid-tSDKu4UE3E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKu4UE3E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKu4UE3E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4UE3E .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4UE3E .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKu4UE3E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKu4UE3E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKu4UE3E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKu4UE3E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKu4UE3E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKu4UE3E .modal-lg,
  .cid-tSDKu4UE3E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKu4UE3E .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKu4UE3E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKu4UE3E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKu4UE3E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKu4UE3E .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-tSDKu4UE3E .mbr-section-btn {
  margin: 0;
}
.cid-tSDKu4UE3E .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMINnQY2B4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMINnQY2B4 nav.navbar {
  position: fixed;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMINnQY2B4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMINnQY2B4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMINnQY2B4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover,
.cid-tMINnQY2B4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover span {
  color: white;
}
.cid-tMINnQY2B4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMINnQY2B4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMINnQY2B4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMINnQY2B4 .nav-link {
  position: relative;
}
.cid-tMINnQY2B4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMINnQY2B4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMINnQY2B4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMINnQY2B4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMINnQY2B4 .dropdown-menu,
.cid-tMINnQY2B4 .navbar.opened {
  background: #353535 !important;
}
.cid-tMINnQY2B4 .nav-item:focus,
.cid-tMINnQY2B4 .nav-link:focus {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMINnQY2B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMINnQY2B4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMINnQY2B4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMINnQY2B4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMINnQY2B4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMINnQY2B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMINnQY2B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMINnQY2B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMINnQY2B4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMINnQY2B4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMINnQY2B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMINnQY2B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown-item.active,
.cid-tMINnQY2B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMINnQY2B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMINnQY2B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMINnQY2B4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMINnQY2B4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMINnQY2B4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMINnQY2B4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar {
    height: 70px;
  }
  .cid-tMINnQY2B4 .navbar.opened {
    height: auto;
  }
  .cid-tMINnQY2B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMINnQY2B4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMINnQY2B4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tMINnQY2B4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMINnQY2B4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMINnQY2B4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-text {
    display: none;
  }
}
.cid-tMINnQY2B4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMINnQY2B4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 #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-tMINnQY2B4 #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-tMINnQY2B4 #vol {
    display: none;
  }
}
.cid-tMINnQY2B4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-szzxPipoo9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-szzxPipoo9 .mbr-section-title {
  color: #4479d9;
}
#custom-html-1jg body {
  background-color: black;
}
#custom-html-1jg .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1jg .complet {
  background-color: #000000;
}
#custom-html-1jg .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1jg .conteneurVideo iframe,
#custom-html-1jg .conteneurVideo object,
#custom-html-1jg .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1jg #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1jg .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1jg #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1jg .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1jg .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkQeRf2BT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkQeRf2BT .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-szzxPj8gYv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-szzxPj8gYv .mbr-text {
  color: #ffffff;
}
.cid-szzxPj8gYv .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-szzxPj8gYv .mbr-section-title {
  color: #4479d9;
}
.cid-szzxPj8gYv H1 {
  color: #4479d9;
}
.cid-szzxPj8gYv H2 {
  color: #4479d9;
}
.cid-szzxPj8gYv H3 {
  color: #4479d9;
}
.cid-szzxPj8gYv .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-szzxPj8gYv .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-szzxPj8gYv .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-szzxPj8gYv .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-szzxPj8gYv .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-szzxPj8gYv .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-szzxPj8gYv .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-szzxPj8gYv .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-szzxPj8gYv .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-szzxPj8gYv .play,
.cid-szzxPj8gYv .pause,
.cid-szzxPj8gYv .prev,
.cid-szzxPj8gYv .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-szzxPj8gYv .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-szzxPj8gYv #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-szzxPj8gYv .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvO6iVvq3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvO6iVvq3 .mbr-media {
  position: relative;
}
.cid-ubvO6iVvq3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvO6iVvq3 img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvO6iVvq3 img {
    max-width: 95%;
  }
}
.cid-ubvO6iVvq3 h1 {
  line-height: 1.5;
}
.cid-ubvO6iVvq3 .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvO6iVvq3 .start:hover {
  background: #ff1f3f;
}
.cid-ubvO6iVvq3 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvO6iVvq3 a {
  background-image: none !important;
}
.cid-ubvO6iVvq3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvO6iVvq3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvO6iVvq3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvO6iVvq3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvO6iVvq3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvO6iVvq3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvO6iVvq3 .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvO6iVvq3 .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvO6iVvq3 .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvO6iVvq3 .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvO6iVvq3 .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvO6iVvq3 .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvO6iVvq3 .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvO6iVvq3 .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvO6iVvq3 .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvO6iVvq3 .playEnfant,
.cid-ubvO6iVvq3 .pauseEnfant,
.cid-ubvO6iVvq3 .prevEnfant,
.cid-ubvO6iVvq3 .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvO6iVvq3 .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvO6iVvq3 #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvO6iVvq3 .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvO6iVvq3 .mbr-card-title,
.cid-ubvO6iVvq3 .cards-wrapper {
  color: #ffa405;
}
.cid-ubvO6iVvq3 .mbr-section-title P {
  text-align: right;
}
.cid-ubvO7bBwTv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvO7bBwTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvO7bBwTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvO7bBwTv .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvO7bBwTv .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvO7bBwTv .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvO7bBwTv .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvO7bBwTv .card-row {
  align-items: stretch;
}
.cid-ubvO7bBwTv .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvO7bBwTv .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvO7bBwTv .couleur1 {
  background-color: royalblue;
}
.cid-ubvO7bBwTv .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvO7bBwTv .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvO7bBwTv .card-box {
  height: 100%;
}
.cid-ubvO7bBwTv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvO7bBwTv .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvO7bBwTv .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvO7bBwTv .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-tEvTaNW8SR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tEvTaNW8SR .btn {
  border-radius: 1vh;
}
.cid-ubmtQNWFnL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubmtQNWFnL .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ubmtQNWFnL .mbr-text,
.cid-ubmtQNWFnL .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-t0z7wRSTQX.popup-builder {
  background-color: #ffffff;
}
.cid-t0z7wRSTQX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0z7wRSTQX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0z7wRSTQX .modal-content,
.cid-t0z7wRSTQX .modal-dialog {
  height: auto;
}
.cid-t0z7wRSTQX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0z7wRSTQX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0z7wRSTQX .form-wrapper .mbr-form .form-group,
  .cid-t0z7wRSTQX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0z7wRSTQX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .mbr-text {
  text-align: center;
}
.cid-t0z7wRSTQX .pt-0 {
  padding-top: 0 !important;
}
.cid-t0z7wRSTQX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0z7wRSTQX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0z7wRSTQX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0z7wRSTQX .modal-open {
  overflow: hidden;
}
.cid-t0z7wRSTQX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0z7wRSTQX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0z7wRSTQX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0z7wRSTQX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0z7wRSTQX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0z7wRSTQX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0z7wRSTQX .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0z7wRSTQX .modal-backdrop.show {
  opacity: .5;
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0z7wRSTQX .modal-header {
    padding: 1rem;
  }
}
.cid-t0z7wRSTQX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0z7wRSTQX .modal-header .close svg {
  fill: #ffffff;
}
.cid-t0z7wRSTQX .modal-header .close:hover {
  opacity: 1;
}
.cid-t0z7wRSTQX .modal-header .close:focus {
  outline: none;
}
.cid-t0z7wRSTQX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t0z7wRSTQX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0z7wRSTQX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0z7wRSTQX .modal-body {
    padding: 1rem;
  }
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0z7wRSTQX .modal-footer {
    padding: 1rem;
  }
}
.cid-t0z7wRSTQX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0z7wRSTQX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0z7wRSTQX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0z7wRSTQX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0z7wRSTQX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0z7wRSTQX .modal-lg,
  .cid-t0z7wRSTQX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0z7wRSTQX .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0z7wRSTQX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .form-group {
  margin-bottom: 1rem;
}
.cid-t0z7wRSTQX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0z7wRSTQX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0z7wRSTQX .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-t0z7wRSTQX .mbr-section-btn {
  margin: 0;
}
.cid-t0z7wRSTQX .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0z7wRSTQX .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-t0z7wRSTQX .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-t0CBNFP8M4.popup-builder {
  background-color: #ffffff;
}
.cid-t0CBNFP8M4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0CBNFP8M4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0CBNFP8M4 .modal-content,
.cid-t0CBNFP8M4 .modal-dialog {
  height: auto;
}
.cid-t0CBNFP8M4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0CBNFP8M4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0CBNFP8M4 .form-wrapper .mbr-form .form-group,
  .cid-t0CBNFP8M4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0CBNFP8M4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t0CBNFP8M4 .pt-0 {
  padding-top: 0 !important;
}
.cid-t0CBNFP8M4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0CBNFP8M4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0CBNFP8M4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0CBNFP8M4 .modal-open {
  overflow: hidden;
}
.cid-t0CBNFP8M4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0CBNFP8M4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0CBNFP8M4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0CBNFP8M4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0CBNFP8M4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0CBNFP8M4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0CBNFP8M4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0CBNFP8M4 .modal-backdrop.show {
  opacity: .5;
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0CBNFP8M4 .modal-header {
    padding: 1rem;
  }
}
.cid-t0CBNFP8M4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0CBNFP8M4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-t0CBNFP8M4 .modal-header .close:hover {
  opacity: 1;
}
.cid-t0CBNFP8M4 .modal-header .close:focus {
  outline: none;
}
.cid-t0CBNFP8M4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t0CBNFP8M4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0CBNFP8M4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0CBNFP8M4 .modal-body {
    padding: 1rem;
  }
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0CBNFP8M4 .modal-footer {
    padding: 1rem;
  }
}
.cid-t0CBNFP8M4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0CBNFP8M4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0CBNFP8M4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0CBNFP8M4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0CBNFP8M4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0CBNFP8M4 .modal-lg,
  .cid-t0CBNFP8M4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0CBNFP8M4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0CBNFP8M4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .form-group {
  margin-bottom: 1rem;
}
.cid-t0CBNFP8M4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0CBNFP8M4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0CBNFP8M4 .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-t0CBNFP8M4 .mbr-section-btn {
  margin: 0;
}
.cid-t0CBNFP8M4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2HuvQQaqb.popup-builder {
  background-color: #ffffff;
}
.cid-t2HuvQQaqb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2HuvQQaqb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2HuvQQaqb .modal-content,
.cid-t2HuvQQaqb .modal-dialog {
  height: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .form-group,
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2HuvQQaqb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2HuvQQaqb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2HuvQQaqb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2HuvQQaqb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2HuvQQaqb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2HuvQQaqb .modal-open {
  overflow: hidden;
}
.cid-t2HuvQQaqb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2HuvQQaqb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2HuvQQaqb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2HuvQQaqb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2HuvQQaqb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2HuvQQaqb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2HuvQQaqb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2HuvQQaqb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-header {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2HuvQQaqb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2HuvQQaqb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2HuvQQaqb .modal-header .close:focus {
  outline: none;
}
.cid-t2HuvQQaqb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2HuvQQaqb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2HuvQQaqb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2HuvQQaqb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-lg,
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2HuvQQaqb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .form-group {
  margin-bottom: 1rem;
}
.cid-t2HuvQQaqb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2HuvQQaqb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-section-btn {
  margin: 0;
}
.cid-t2HuvQQaqb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2HuvQQaqb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2HuvQQaqb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2HuvQQaqb #creativecommons img,
.cid-t2HuvQQaqb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGf0nLw2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t2LGf0nLw2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2LGf0nLw2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2LGf0nLw2 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2LGf0nLw2 .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-t2LGf0nLw2 [class^="socicon-"]:before,
.cid-t2LGf0nLw2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2LGf0nLw2 .mbr-section-title,
.cid-t2LGf0nLw2 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-t2LGiEMGuk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2LGiEMGuk .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2LGiEMGuk .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-t2LGiEMGuk .form-control:focus,
.cid-t2LGiEMGuk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2LGiEMGuk .form-group {
  margin-bottom: 1rem;
}
.cid-t2LGiEMGuk input::-webkit-input-placeholder,
.cid-t2LGiEMGuk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk input:-moz-placeholder,
.cid-t2LGiEMGuk textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk .jq-selectbox li,
.cid-t2LGiEMGuk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox li:hover,
.cid-t2LGiEMGuk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk textarea.form-control {
  resize: none;
}
.cid-t2LGiEMGuk .input-group-btn {
  display: inline-block;
}
.cid-t2LGiEMGuk .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2LGiEMGuk .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2LGiEMGuk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2LGiEMGuk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2LGiEMGuk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2LGiEMGuk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2LGiEMGuk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2LGiEMGuk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2LGiEMGuk .form-control,
.cid-t2LGiEMGuk .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2LGiEMGuk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2LGiEMGuk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2LGiEMGuk #creativecommons img,
.cid-t2LGiEMGuk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGiEMGuk .offset-md-1 {
  margin-left: 1vw;
}
.cid-t2M5pg440M .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-t2M5pg440M .my-float {
  margin-top: 16px;
}
.cid-t2M5pg440M P {
  color: #232323;
}
.cid-t2M5pg440M DIV {
  color: #ffffff;
}
.cid-t2M5pg440M H10 {
  color: #767676;
}
.cid-t2M5pg440M .hidden {
  display: none;
}
.cid-tSDKu4UOmU.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKu4UOmU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKu4UOmU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKu4UOmU .modal-content,
.cid-tSDKu4UOmU .modal-dialog {
  height: auto;
}
.cid-tSDKu4UOmU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKu4UOmU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKu4UOmU .form-wrapper .mbr-form .form-group,
  .cid-tSDKu4UOmU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKu4UOmU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKu4UOmU .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKu4UOmU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKu4UOmU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKu4UOmU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKu4UOmU .modal-open {
  overflow: hidden;
}
.cid-tSDKu4UOmU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKu4UOmU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKu4UOmU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKu4UOmU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKu4UOmU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKu4UOmU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKu4UOmU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKu4UOmU .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4UOmU .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKu4UOmU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKu4UOmU .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKu4UOmU .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKu4UOmU .modal-header .close:focus {
  outline: none;
}
.cid-tSDKu4UOmU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKu4UOmU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKu4UOmU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4UOmU .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4UOmU .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKu4UOmU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKu4UOmU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKu4UOmU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKu4UOmU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKu4UOmU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKu4UOmU .modal-lg,
  .cid-tSDKu4UOmU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKu4UOmU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKu4UOmU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKu4UOmU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKu4UOmU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKu4UOmU .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-tSDKu4UOmU .mbr-section-btn {
  margin: 0;
}
.cid-tSDKu4UOmU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMINnQY2B4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMINnQY2B4 nav.navbar {
  position: fixed;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMINnQY2B4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMINnQY2B4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMINnQY2B4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover,
.cid-tMINnQY2B4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover span {
  color: white;
}
.cid-tMINnQY2B4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMINnQY2B4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMINnQY2B4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMINnQY2B4 .nav-link {
  position: relative;
}
.cid-tMINnQY2B4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMINnQY2B4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMINnQY2B4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMINnQY2B4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMINnQY2B4 .dropdown-menu,
.cid-tMINnQY2B4 .navbar.opened {
  background: #353535 !important;
}
.cid-tMINnQY2B4 .nav-item:focus,
.cid-tMINnQY2B4 .nav-link:focus {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMINnQY2B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMINnQY2B4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMINnQY2B4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMINnQY2B4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMINnQY2B4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMINnQY2B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMINnQY2B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMINnQY2B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMINnQY2B4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMINnQY2B4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMINnQY2B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMINnQY2B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown-item.active,
.cid-tMINnQY2B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMINnQY2B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMINnQY2B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMINnQY2B4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMINnQY2B4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMINnQY2B4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMINnQY2B4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar {
    height: 70px;
  }
  .cid-tMINnQY2B4 .navbar.opened {
    height: auto;
  }
  .cid-tMINnQY2B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMINnQY2B4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMINnQY2B4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tMINnQY2B4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMINnQY2B4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMINnQY2B4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-text {
    display: none;
  }
}
.cid-tMINnQY2B4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMINnQY2B4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 #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-tMINnQY2B4 #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-tMINnQY2B4 #vol {
    display: none;
  }
}
.cid-tMINnQY2B4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tsxe43tENh {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsxe43tENh .mbr-section-title {
  color: #4479d9;
}
#custom-html-1ji body {
  background-color: black;
}
#custom-html-1ji .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1ji .complet {
  background-color: #000000;
}
#custom-html-1ji .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1ji .conteneurVideo iframe,
#custom-html-1ji .conteneurVideo object,
#custom-html-1ji .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1ji #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1ji .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1ji #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1ji .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1ji .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkQ47cokc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkQ47cokc .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tsxe44aWDe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tsxe44aWDe .mbr-text {
  color: #ffffff;
}
.cid-tsxe44aWDe .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tsxe44aWDe .mbr-section-title {
  color: #4479d9;
}
.cid-tsxe44aWDe H1 {
  color: #4479d9;
}
.cid-tsxe44aWDe H2 {
  color: #4479d9;
}
.cid-tsxe44aWDe H3 {
  color: #4479d9;
}
.cid-tsxe44aWDe .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tsxe44aWDe .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tsxe44aWDe .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tsxe44aWDe .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tsxe44aWDe .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tsxe44aWDe .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tsxe44aWDe .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tsxe44aWDe .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tsxe44aWDe .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tsxe44aWDe .play,
.cid-tsxe44aWDe .pause,
.cid-tsxe44aWDe .prev,
.cid-tsxe44aWDe .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tsxe44aWDe .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tsxe44aWDe #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tsxe44aWDe .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvP4bNoe4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvP4bNoe4 .mbr-media {
  position: relative;
}
.cid-ubvP4bNoe4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvP4bNoe4 img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvP4bNoe4 img {
    max-width: 95%;
  }
}
.cid-ubvP4bNoe4 h1 {
  line-height: 1.5;
}
.cid-ubvP4bNoe4 .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvP4bNoe4 .start:hover {
  background: #ff1f3f;
}
.cid-ubvP4bNoe4 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvP4bNoe4 a {
  background-image: none !important;
}
.cid-ubvP4bNoe4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvP4bNoe4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvP4bNoe4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvP4bNoe4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvP4bNoe4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvP4bNoe4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvP4bNoe4 .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvP4bNoe4 .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvP4bNoe4 .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvP4bNoe4 .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvP4bNoe4 .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvP4bNoe4 .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvP4bNoe4 .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvP4bNoe4 .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvP4bNoe4 .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvP4bNoe4 .playEnfant,
.cid-ubvP4bNoe4 .pauseEnfant,
.cid-ubvP4bNoe4 .prevEnfant,
.cid-ubvP4bNoe4 .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvP4bNoe4 .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvP4bNoe4 #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvP4bNoe4 .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvP4bNoe4 .mbr-card-title,
.cid-ubvP4bNoe4 .cards-wrapper {
  color: #ffa405;
}
.cid-ubvP4bNoe4 .mbr-section-title P {
  text-align: right;
}
.cid-ubvP4Yovsm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvP4Yovsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvP4Yovsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvP4Yovsm .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvP4Yovsm .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvP4Yovsm .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvP4Yovsm .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvP4Yovsm .card-row {
  align-items: stretch;
}
.cid-ubvP4Yovsm .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvP4Yovsm .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvP4Yovsm .couleur1 {
  background-color: royalblue;
}
.cid-ubvP4Yovsm .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvP4Yovsm .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvP4Yovsm .card-box {
  height: 100%;
}
.cid-ubvP4Yovsm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvP4Yovsm .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvP4Yovsm .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvP4Yovsm .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-tEvTaNW8SR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tEvTaNW8SR .btn {
  border-radius: 1vh;
}
.cid-ubmu2kXZSe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubmu2kXZSe .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ubmu2kXZSe .mbr-text,
.cid-ubmu2kXZSe .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tsxe45o3Qd.popup-builder {
  background-color: #ffffff;
}
.cid-tsxe45o3Qd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsxe45o3Qd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsxe45o3Qd .modal-content,
.cid-tsxe45o3Qd .modal-dialog {
  height: auto;
}
.cid-tsxe45o3Qd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsxe45o3Qd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsxe45o3Qd .form-wrapper .mbr-form .form-group,
  .cid-tsxe45o3Qd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsxe45o3Qd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .mbr-text {
  text-align: center;
}
.cid-tsxe45o3Qd .pt-0 {
  padding-top: 0 !important;
}
.cid-tsxe45o3Qd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsxe45o3Qd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsxe45o3Qd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsxe45o3Qd .modal-open {
  overflow: hidden;
}
.cid-tsxe45o3Qd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsxe45o3Qd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsxe45o3Qd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsxe45o3Qd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsxe45o3Qd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsxe45o3Qd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsxe45o3Qd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsxe45o3Qd .modal-backdrop.show {
  opacity: .5;
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe45o3Qd .modal-header {
    padding: 1rem;
  }
}
.cid-tsxe45o3Qd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsxe45o3Qd .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsxe45o3Qd .modal-header .close:hover {
  opacity: 1;
}
.cid-tsxe45o3Qd .modal-header .close:focus {
  outline: none;
}
.cid-tsxe45o3Qd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tsxe45o3Qd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsxe45o3Qd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe45o3Qd .modal-body {
    padding: 1rem;
  }
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe45o3Qd .modal-footer {
    padding: 1rem;
  }
}
.cid-tsxe45o3Qd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsxe45o3Qd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsxe45o3Qd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsxe45o3Qd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsxe45o3Qd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsxe45o3Qd .modal-lg,
  .cid-tsxe45o3Qd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsxe45o3Qd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsxe45o3Qd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .form-group {
  margin-bottom: 1rem;
}
.cid-tsxe45o3Qd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsxe45o3Qd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsxe45o3Qd .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-tsxe45o3Qd .mbr-section-btn {
  margin: 0;
}
.cid-tsxe45o3Qd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsxe45o3Qd .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tsxe45o3Qd .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tsxe46084D.popup-builder {
  background-color: #ffffff;
}
.cid-tsxe46084D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsxe46084D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsxe46084D .modal-content,
.cid-tsxe46084D .modal-dialog {
  height: auto;
}
.cid-tsxe46084D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsxe46084D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsxe46084D .form-wrapper .mbr-form .form-group,
  .cid-tsxe46084D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsxe46084D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsxe46084D .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-tsxe46084D .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tsxe46084D .pt-0 {
  padding-top: 0 !important;
}
.cid-tsxe46084D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsxe46084D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsxe46084D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsxe46084D .modal-open {
  overflow: hidden;
}
.cid-tsxe46084D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsxe46084D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsxe46084D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsxe46084D .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-tsxe46084D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsxe46084D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsxe46084D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsxe46084D .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-tsxe46084D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsxe46084D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsxe46084D .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsxe46084D .modal-backdrop.show {
  opacity: .5;
}
.cid-tsxe46084D .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-tsxe46084D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe46084D .modal-header {
    padding: 1rem;
  }
}
.cid-tsxe46084D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsxe46084D .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsxe46084D .modal-header .close:hover {
  opacity: 1;
}
.cid-tsxe46084D .modal-header .close:focus {
  outline: none;
}
.cid-tsxe46084D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #4479d9;
}
.cid-tsxe46084D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsxe46084D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe46084D .modal-body {
    padding: 1rem;
  }
}
.cid-tsxe46084D .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-tsxe46084D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe46084D .modal-footer {
    padding: 1rem;
  }
}
.cid-tsxe46084D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsxe46084D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsxe46084D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsxe46084D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsxe46084D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsxe46084D .modal-lg,
  .cid-tsxe46084D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsxe46084D .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsxe46084D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsxe46084D .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-tsxe46084D .form-group {
  margin-bottom: 1rem;
}
.cid-tsxe46084D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsxe46084D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsxe46084D .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-tsxe46084D .mbr-section-btn {
  margin: 0;
}
.cid-tsxe46084D .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsxe46084D .mbr-section-title {
  color: #4479d9;
}
.cid-tsxe46PLbu.popup-builder {
  background-color: #ffffff;
}
.cid-tsxe46PLbu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsxe46PLbu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsxe46PLbu .modal-content,
.cid-tsxe46PLbu .modal-dialog {
  height: auto;
}
.cid-tsxe46PLbu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsxe46PLbu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsxe46PLbu .form-wrapper .mbr-form .form-group,
  .cid-tsxe46PLbu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsxe46PLbu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsxe46PLbu .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-tsxe46PLbu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tsxe46PLbu .pt-0 {
  padding-top: 0 !important;
}
.cid-tsxe46PLbu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsxe46PLbu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsxe46PLbu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsxe46PLbu .modal-open {
  overflow: hidden;
}
.cid-tsxe46PLbu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsxe46PLbu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsxe46PLbu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsxe46PLbu .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-tsxe46PLbu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsxe46PLbu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsxe46PLbu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsxe46PLbu .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-tsxe46PLbu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsxe46PLbu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsxe46PLbu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsxe46PLbu .modal-backdrop.show {
  opacity: .5;
}
.cid-tsxe46PLbu .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-tsxe46PLbu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe46PLbu .modal-header {
    padding: 1rem;
  }
}
.cid-tsxe46PLbu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsxe46PLbu .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsxe46PLbu .modal-header .close:hover {
  opacity: 1;
}
.cid-tsxe46PLbu .modal-header .close:focus {
  outline: none;
}
.cid-tsxe46PLbu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tsxe46PLbu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsxe46PLbu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe46PLbu .modal-body {
    padding: 1rem;
  }
}
.cid-tsxe46PLbu .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-tsxe46PLbu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsxe46PLbu .modal-footer {
    padding: 1rem;
  }
}
.cid-tsxe46PLbu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsxe46PLbu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsxe46PLbu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsxe46PLbu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsxe46PLbu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsxe46PLbu .modal-lg,
  .cid-tsxe46PLbu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsxe46PLbu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsxe46PLbu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsxe46PLbu .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-tsxe46PLbu .form-group {
  margin-bottom: 1rem;
}
.cid-tsxe46PLbu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsxe46PLbu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsxe46PLbu .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-tsxe46PLbu .mbr-section-btn {
  margin: 0;
}
.cid-tsxe46PLbu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsxe46PLbu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tsxe46PLbu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tsxe46PLbu #creativecommons img,
.cid-tsxe46PLbu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tsxe47wClg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tsxe47wClg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tsxe47wClg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tsxe47wClg .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tsxe47wClg .bg-youtube:hover {
  background: #cc0000;
}
.cid-tsxe47wClg .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tsxe47wClg .bg-twitch:hover {
  background: #7313ff;
}
.cid-tsxe47wClg .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-tsxe47wClg [class^="socicon-"]:before,
.cid-tsxe47wClg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tsxe47wClg .mbr-section-title,
.cid-tsxe47wClg .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tsxe48bQdb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tsxe48bQdb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tsxe48bQdb .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tsxe48bQdb .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-tsxe48bQdb .form-control:focus,
.cid-tsxe48bQdb .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tsxe48bQdb .form-group {
  margin-bottom: 1rem;
}
.cid-tsxe48bQdb input::-webkit-input-placeholder,
.cid-tsxe48bQdb textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tsxe48bQdb input:-moz-placeholder,
.cid-tsxe48bQdb textarea:-moz-placeholder {
  color: #656565;
}
.cid-tsxe48bQdb .jq-selectbox li,
.cid-tsxe48bQdb .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tsxe48bQdb .jq-selectbox li:hover,
.cid-tsxe48bQdb .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tsxe48bQdb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tsxe48bQdb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tsxe48bQdb textarea.form-control {
  resize: none;
}
.cid-tsxe48bQdb .input-group-btn {
  display: inline-block;
}
.cid-tsxe48bQdb .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tsxe48bQdb .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsxe48bQdb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tsxe48bQdb .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsxe48bQdb .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tsxe48bQdb .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tsxe48bQdb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsxe48bQdb .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tsxe48bQdb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsxe48bQdb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tsxe48bQdb .form-control,
.cid-tsxe48bQdb .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tsxe48bQdb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tsxe48bQdb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tsxe48bQdb #creativecommons img,
.cid-tsxe48bQdb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tsxe48bQdb .offset-md-1 {
  margin-left: 1vw;
}
.cid-tsxe49r5XZ .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tsxe49r5XZ .my-float {
  margin-top: 16px;
}
.cid-tsxe49r5XZ P {
  color: #232323;
}
.cid-tsxe49r5XZ DIV {
  color: #ffffff;
}
.cid-tsxe49r5XZ H10 {
  color: #767676;
}
.cid-tsxe49r5XZ .hidden {
  display: none;
}
.cid-tSDKu4Uzxe.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKu4Uzxe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKu4Uzxe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKu4Uzxe .modal-content,
.cid-tSDKu4Uzxe .modal-dialog {
  height: auto;
}
.cid-tSDKu4Uzxe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKu4Uzxe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKu4Uzxe .form-wrapper .mbr-form .form-group,
  .cid-tSDKu4Uzxe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKu4Uzxe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKu4Uzxe .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKu4Uzxe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKu4Uzxe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKu4Uzxe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKu4Uzxe .modal-open {
  overflow: hidden;
}
.cid-tSDKu4Uzxe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKu4Uzxe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKu4Uzxe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKu4Uzxe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKu4Uzxe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKu4Uzxe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKu4Uzxe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKu4Uzxe .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4Uzxe .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKu4Uzxe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKu4Uzxe .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKu4Uzxe .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKu4Uzxe .modal-header .close:focus {
  outline: none;
}
.cid-tSDKu4Uzxe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKu4Uzxe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKu4Uzxe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4Uzxe .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKu4Uzxe .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKu4Uzxe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKu4Uzxe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKu4Uzxe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKu4Uzxe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKu4Uzxe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKu4Uzxe .modal-lg,
  .cid-tSDKu4Uzxe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKu4Uzxe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKu4Uzxe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKu4Uzxe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKu4Uzxe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKu4Uzxe .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-tSDKu4Uzxe .mbr-section-btn {
  margin: 0;
}
.cid-tSDKu4Uzxe .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMINNnaxv4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMINNnaxv4 nav.navbar {
  position: fixed;
}
.cid-tMINNnaxv4 .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-tMINNnaxv4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMINNnaxv4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMINNnaxv4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMINNnaxv4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMINNnaxv4 .dropdown-item:hover,
.cid-tMINNnaxv4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMINNnaxv4 .dropdown-item:hover span {
  color: white;
}
.cid-tMINNnaxv4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMINNnaxv4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMINNnaxv4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMINNnaxv4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMINNnaxv4 .nav-link {
  position: relative;
}
.cid-tMINNnaxv4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMINNnaxv4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMINNnaxv4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMINNnaxv4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMINNnaxv4 .dropdown-menu,
.cid-tMINNnaxv4 .navbar.opened {
  background: #353535 !important;
}
.cid-tMINNnaxv4 .nav-item:focus,
.cid-tMINNnaxv4 .nav-link:focus {
  outline: none;
}
.cid-tMINNnaxv4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMINNnaxv4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMINNnaxv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMINNnaxv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMINNnaxv4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMINNnaxv4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMINNnaxv4 .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-tMINNnaxv4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMINNnaxv4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMINNnaxv4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMINNnaxv4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMINNnaxv4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMINNnaxv4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMINNnaxv4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMINNnaxv4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMINNnaxv4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMINNnaxv4 .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-tMINNnaxv4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMINNnaxv4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMINNnaxv4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMINNnaxv4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMINNnaxv4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMINNnaxv4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMINNnaxv4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMINNnaxv4 .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-tMINNnaxv4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMINNnaxv4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMINNnaxv4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMINNnaxv4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMINNnaxv4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMINNnaxv4 .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-tMINNnaxv4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMINNnaxv4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMINNnaxv4 .dropdown-item.active,
.cid-tMINNnaxv4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMINNnaxv4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMINNnaxv4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMINNnaxv4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMINNnaxv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMINNnaxv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMINNnaxv4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMINNnaxv4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMINNnaxv4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMINNnaxv4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMINNnaxv4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMINNnaxv4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMINNnaxv4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINNnaxv4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINNnaxv4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMINNnaxv4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINNnaxv4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMINNnaxv4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMINNnaxv4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINNnaxv4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMINNnaxv4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMINNnaxv4 .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-tMINNnaxv4 .navbar {
    height: 70px;
  }
  .cid-tMINNnaxv4 .navbar.opened {
    height: auto;
  }
  .cid-tMINNnaxv4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMINNnaxv4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMINNnaxv4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tMINNnaxv4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMINNnaxv4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMINNnaxv4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMINNnaxv4 .mbr-text {
    display: none;
  }
}
.cid-tMINNnaxv4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMINNnaxv4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMINNnaxv4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMINNnaxv4 .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-tMINNnaxv4 #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-tMINNnaxv4 #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-tMINNnaxv4 #vol {
    display: none;
  }
}
.cid-tMINNnaxv4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1JpWCcXPw {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1JpWCcXPw .mbr-section-title {
  color: #4479d9;
}
#custom-html-1kn body {
  background-color: black;
}
#custom-html-1kn .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1kn .complet {
  background-color: #000000;
}
#custom-html-1kn .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1kn .conteneurVideo iframe,
#custom-html-1kn .conteneurVideo object,
#custom-html-1kn .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1kn #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1kn .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1kn #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1kn .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1kn .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkQ7YhWQV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkQ7YhWQV .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-t1JpWCV7pc {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t1JpWCV7pc .mbr-text {
  color: #ffffff;
}
.cid-t1JpWCV7pc .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-t1JpWCV7pc .mbr-section-title {
  color: #4479d9;
}
.cid-t1JpWCV7pc H1 {
  color: #4479d9;
}
.cid-t1JpWCV7pc H2 {
  color: #4479d9;
}
.cid-t1JpWCV7pc H3 {
  color: #4479d9;
}
.cid-t1JpWCV7pc .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-t1JpWCV7pc .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-t1JpWCV7pc .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-t1JpWCV7pc .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-t1JpWCV7pc .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-t1JpWCV7pc .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-t1JpWCV7pc .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-t1JpWCV7pc .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-t1JpWCV7pc .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-t1JpWCV7pc .play,
.cid-t1JpWCV7pc .pause,
.cid-t1JpWCV7pc .prev,
.cid-t1JpWCV7pc .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-t1JpWCV7pc .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-t1JpWCV7pc #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-t1JpWCV7pc .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvOKUF7wG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvOKUF7wG .mbr-media {
  position: relative;
}
.cid-ubvOKUF7wG .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvOKUF7wG img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvOKUF7wG img {
    max-width: 95%;
  }
}
.cid-ubvOKUF7wG h1 {
  line-height: 1.5;
}
.cid-ubvOKUF7wG .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvOKUF7wG .start:hover {
  background: #ff1f3f;
}
.cid-ubvOKUF7wG .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvOKUF7wG a {
  background-image: none !important;
}
.cid-ubvOKUF7wG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvOKUF7wG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvOKUF7wG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvOKUF7wG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvOKUF7wG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvOKUF7wG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvOKUF7wG .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvOKUF7wG .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvOKUF7wG .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvOKUF7wG .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvOKUF7wG .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvOKUF7wG .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvOKUF7wG .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvOKUF7wG .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvOKUF7wG .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvOKUF7wG .playEnfant,
.cid-ubvOKUF7wG .pauseEnfant,
.cid-ubvOKUF7wG .prevEnfant,
.cid-ubvOKUF7wG .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvOKUF7wG .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvOKUF7wG #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvOKUF7wG .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvOKUF7wG .mbr-card-title,
.cid-ubvOKUF7wG .cards-wrapper {
  color: #ffa405;
}
.cid-ubvOKUF7wG .mbr-section-title P {
  text-align: right;
}
.cid-ubvOLJsW40 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvOLJsW40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvOLJsW40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvOLJsW40 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvOLJsW40 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvOLJsW40 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvOLJsW40 .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvOLJsW40 .card-row {
  align-items: stretch;
}
.cid-ubvOLJsW40 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvOLJsW40 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvOLJsW40 .couleur1 {
  background-color: royalblue;
}
.cid-ubvOLJsW40 .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvOLJsW40 .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvOLJsW40 .card-box {
  height: 100%;
}
.cid-ubvOLJsW40 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvOLJsW40 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvOLJsW40 .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvOLJsW40 .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-t1JpWE7eIU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1JpWE7eIU .btn {
  border-radius: 1vh;
}
.cid-ubmtZusMqp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubmtZusMqp .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ubmtZusMqp .mbr-text,
.cid-ubmtZusMqp .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-t1JpWF8uU7.popup-builder {
  background-color: #ffffff;
}
.cid-t1JpWF8uU7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1JpWF8uU7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1JpWF8uU7 .modal-content,
.cid-t1JpWF8uU7 .modal-dialog {
  height: auto;
}
.cid-t1JpWF8uU7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1JpWF8uU7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1JpWF8uU7 .form-wrapper .mbr-form .form-group,
  .cid-t1JpWF8uU7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1JpWF8uU7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .mbr-text {
  text-align: center;
}
.cid-t1JpWF8uU7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t1JpWF8uU7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1JpWF8uU7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1JpWF8uU7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1JpWF8uU7 .modal-open {
  overflow: hidden;
}
.cid-t1JpWF8uU7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1JpWF8uU7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1JpWF8uU7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1JpWF8uU7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1JpWF8uU7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1JpWF8uU7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1JpWF8uU7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1JpWF8uU7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1JpWF8uU7 .modal-header {
    padding: 1rem;
  }
}
.cid-t1JpWF8uU7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1JpWF8uU7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-t1JpWF8uU7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t1JpWF8uU7 .modal-header .close:focus {
  outline: none;
}
.cid-t1JpWF8uU7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t1JpWF8uU7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1JpWF8uU7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1JpWF8uU7 .modal-body {
    padding: 1rem;
  }
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1JpWF8uU7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t1JpWF8uU7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1JpWF8uU7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1JpWF8uU7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1JpWF8uU7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1JpWF8uU7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1JpWF8uU7 .modal-lg,
  .cid-t1JpWF8uU7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1JpWF8uU7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1JpWF8uU7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .form-group {
  margin-bottom: 1rem;
}
.cid-t1JpWF8uU7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1JpWF8uU7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1JpWF8uU7 .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-t1JpWF8uU7 .mbr-section-btn {
  margin: 0;
}
.cid-t1JpWF8uU7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1JpWF8uU7 .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-t1JpWF8uU7 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-t2HuvQQaqb.popup-builder {
  background-color: #ffffff;
}
.cid-t2HuvQQaqb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2HuvQQaqb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2HuvQQaqb .modal-content,
.cid-t2HuvQQaqb .modal-dialog {
  height: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .form-group,
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2HuvQQaqb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2HuvQQaqb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2HuvQQaqb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2HuvQQaqb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2HuvQQaqb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2HuvQQaqb .modal-open {
  overflow: hidden;
}
.cid-t2HuvQQaqb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2HuvQQaqb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2HuvQQaqb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2HuvQQaqb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2HuvQQaqb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2HuvQQaqb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2HuvQQaqb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2HuvQQaqb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-header {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2HuvQQaqb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2HuvQQaqb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2HuvQQaqb .modal-header .close:focus {
  outline: none;
}
.cid-t2HuvQQaqb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2HuvQQaqb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2HuvQQaqb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2HuvQQaqb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-lg,
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2HuvQQaqb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .form-group {
  margin-bottom: 1rem;
}
.cid-t2HuvQQaqb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2HuvQQaqb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-section-btn {
  margin: 0;
}
.cid-t2HuvQQaqb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2HuvQQaqb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2HuvQQaqb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2HuvQQaqb #creativecommons img,
.cid-t2HuvQQaqb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGf0nLw2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t2LGf0nLw2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2LGf0nLw2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2LGf0nLw2 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2LGf0nLw2 .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-t2LGf0nLw2 [class^="socicon-"]:before,
.cid-t2LGf0nLw2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2LGf0nLw2 .mbr-section-title,
.cid-t2LGf0nLw2 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-t2LGiEMGuk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2LGiEMGuk .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2LGiEMGuk .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-t2LGiEMGuk .form-control:focus,
.cid-t2LGiEMGuk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2LGiEMGuk .form-group {
  margin-bottom: 1rem;
}
.cid-t2LGiEMGuk input::-webkit-input-placeholder,
.cid-t2LGiEMGuk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk input:-moz-placeholder,
.cid-t2LGiEMGuk textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk .jq-selectbox li,
.cid-t2LGiEMGuk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox li:hover,
.cid-t2LGiEMGuk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk textarea.form-control {
  resize: none;
}
.cid-t2LGiEMGuk .input-group-btn {
  display: inline-block;
}
.cid-t2LGiEMGuk .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2LGiEMGuk .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2LGiEMGuk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2LGiEMGuk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2LGiEMGuk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2LGiEMGuk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2LGiEMGuk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2LGiEMGuk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2LGiEMGuk .form-control,
.cid-t2LGiEMGuk .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2LGiEMGuk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2LGiEMGuk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2LGiEMGuk #creativecommons img,
.cid-t2LGiEMGuk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGiEMGuk .offset-md-1 {
  margin-left: 1vw;
}
.cid-t2M5WieRyG .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-t2M5WieRyG .my-float {
  margin-top: 16px;
}
.cid-t2M5WieRyG P {
  color: #232323;
}
.cid-t2M5WieRyG DIV {
  color: #ffffff;
}
.cid-t2M5WieRyG H10 {
  color: #767676;
}
.cid-t2M5WieRyG .hidden {
  display: none;
}
.cid-tSDLkPLrlk.popup-builder {
  background-color: #ffffff;
}
.cid-tSDLkPLrlk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDLkPLrlk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDLkPLrlk .modal-content,
.cid-tSDLkPLrlk .modal-dialog {
  height: auto;
}
.cid-tSDLkPLrlk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDLkPLrlk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDLkPLrlk .form-wrapper .mbr-form .form-group,
  .cid-tSDLkPLrlk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDLkPLrlk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDLkPLrlk .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDLkPLrlk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDLkPLrlk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDLkPLrlk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDLkPLrlk .modal-open {
  overflow: hidden;
}
.cid-tSDLkPLrlk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDLkPLrlk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDLkPLrlk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDLkPLrlk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDLkPLrlk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDLkPLrlk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDLkPLrlk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDLkPLrlk .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDLkPLrlk .modal-header {
    padding: 1rem;
  }
}
.cid-tSDLkPLrlk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDLkPLrlk .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDLkPLrlk .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDLkPLrlk .modal-header .close:focus {
  outline: none;
}
.cid-tSDLkPLrlk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDLkPLrlk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDLkPLrlk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDLkPLrlk .modal-body {
    padding: 1rem;
  }
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDLkPLrlk .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDLkPLrlk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDLkPLrlk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDLkPLrlk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDLkPLrlk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDLkPLrlk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDLkPLrlk .modal-lg,
  .cid-tSDLkPLrlk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDLkPLrlk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDLkPLrlk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .form-group {
  margin-bottom: 1rem;
}
.cid-tSDLkPLrlk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDLkPLrlk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDLkPLrlk .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-tSDLkPLrlk .mbr-section-btn {
  margin: 0;
}
.cid-tSDLkPLrlk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0Q3Onved.popup-builder {
  background-color: #ffffff;
}
.cid-uO0Q3Onved.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0Q3Onved.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0Q3Onved .modal-content,
.cid-uO0Q3Onved .modal-dialog {
  height: auto;
}
.cid-uO0Q3Onved .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0Q3Onved .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0Q3Onved .form-wrapper .mbr-form .form-group,
  .cid-uO0Q3Onved .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0Q3Onved .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0Q3Onved .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-uO0Q3Onved .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0Q3Onved .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0Q3Onved .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0Q3Onved .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0Q3Onved .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0Q3Onved .modal-open {
  overflow: hidden;
}
.cid-uO0Q3Onved .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0Q3Onved .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0Q3Onved .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0Q3Onved .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-uO0Q3Onved .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0Q3Onved .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0Q3Onved .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0Q3Onved .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-uO0Q3Onved .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0Q3Onved .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0Q3Onved .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0Q3Onved .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0Q3Onved .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-uO0Q3Onved .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0Q3Onved .modal-header {
    padding: 1rem;
  }
}
.cid-uO0Q3Onved .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0Q3Onved .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0Q3Onved .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0Q3Onved .modal-header .close:focus {
  outline: none;
}
.cid-uO0Q3Onved .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0Q3Onved .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0Q3Onved .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0Q3Onved .modal-body {
    padding: 1rem;
  }
}
.cid-uO0Q3Onved .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-uO0Q3Onved .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0Q3Onved .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0Q3Onved .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0Q3Onved .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0Q3Onved .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0Q3Onved .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0Q3Onved .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0Q3Onved .modal-lg,
  .cid-uO0Q3Onved .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0Q3Onved .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0Q3Onved .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0Q3Onved .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-uO0Q3Onved .form-group {
  margin-bottom: 1rem;
}
.cid-uO0Q3Onved .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0Q3Onved .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0Q3Onved .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-uO0Q3Onved .mbr-section-btn {
  margin: 0;
}
.cid-uO0Q3Onved .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Ddk9ez7o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5Ddk9ez7o nav.navbar {
  position: fixed;
}
.cid-v5Ddk9ez7o .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-v5Ddk9ez7o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5Ddk9ez7o .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v5Ddk9ez7o #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v5Ddk9ez7o .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v5Ddk9ez7o .dropdown-item:hover,
.cid-v5Ddk9ez7o .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v5Ddk9ez7o .dropdown-item:hover span {
  color: white;
}
.cid-v5Ddk9ez7o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5Ddk9ez7o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5Ddk9ez7o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v5Ddk9ez7o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5Ddk9ez7o .nav-link {
  position: relative;
}
.cid-v5Ddk9ez7o .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v5Ddk9ez7o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v5Ddk9ez7o .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v5Ddk9ez7o .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v5Ddk9ez7o .dropdown-menu,
.cid-v5Ddk9ez7o .navbar.opened {
  background: #353535 !important;
}
.cid-v5Ddk9ez7o .nav-item:focus,
.cid-v5Ddk9ez7o .nav-link:focus {
  outline: none;
}
.cid-v5Ddk9ez7o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5Ddk9ez7o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5Ddk9ez7o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5Ddk9ez7o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Ddk9ez7o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5Ddk9ez7o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5Ddk9ez7o .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-v5Ddk9ez7o .navbar.opened {
  transition: all 0.3s;
}
.cid-v5Ddk9ez7o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5Ddk9ez7o .navbar .navbar-logo img {
  width: auto;
}
.cid-v5Ddk9ez7o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5Ddk9ez7o .navbar.collapsed {
  justify-content: center;
}
.cid-v5Ddk9ez7o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5Ddk9ez7o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5Ddk9ez7o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5Ddk9ez7o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5Ddk9ez7o .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-v5Ddk9ez7o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5Ddk9ez7o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5Ddk9ez7o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5Ddk9ez7o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5Ddk9ez7o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5Ddk9ez7o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5Ddk9ez7o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5Ddk9ez7o .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-v5Ddk9ez7o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5Ddk9ez7o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5Ddk9ez7o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5Ddk9ez7o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5Ddk9ez7o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5Ddk9ez7o .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-v5Ddk9ez7o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5Ddk9ez7o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5Ddk9ez7o .dropdown-item.active,
.cid-v5Ddk9ez7o .dropdown-item:active {
  background-color: transparent;
}
.cid-v5Ddk9ez7o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5Ddk9ez7o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5Ddk9ez7o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5Ddk9ez7o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v5Ddk9ez7o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5Ddk9ez7o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5Ddk9ez7o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5Ddk9ez7o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5Ddk9ez7o button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5Ddk9ez7o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v5Ddk9ez7o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5Ddk9ez7o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Ddk9ez7o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Ddk9ez7o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5Ddk9ez7o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Ddk9ez7o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5Ddk9ez7o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5Ddk9ez7o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Ddk9ez7o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5Ddk9ez7o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5Ddk9ez7o .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-v5Ddk9ez7o .navbar {
    height: 70px;
  }
  .cid-v5Ddk9ez7o .navbar.opened {
    height: auto;
  }
  .cid-v5Ddk9ez7o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5Ddk9ez7o .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v5Ddk9ez7o .navbar-toggler {
  margin-left: 10px;
}
.cid-v5Ddk9ez7o .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-v5Ddk9ez7o .navbar-logo {
  margin-right: 0 !important;
}
.cid-v5Ddk9ez7o .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v5Ddk9ez7o .mbr-text {
    display: none;
  }
}
.cid-v5Ddk9ez7o .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v5Ddk9ez7o .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v5Ddk9ez7o .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v5Ddk9ez7o .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-v5Ddk9ez7o #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-v5Ddk9ez7o #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-v5Ddk9ez7o #vol {
    display: none;
  }
}
.cid-v5Ddk9ez7o .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v5Ddka8SUJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Ddka8SUJ .mbr-section-title {
  color: #4479d9;
}
#custom-html-1lf body {
  background-color: black;
}
#custom-html-1lf .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1lf .complet {
  background-color: #000000;
}
#custom-html-1lf .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1lf .conteneurVideo iframe,
#custom-html-1lf .conteneurVideo object,
#custom-html-1lf .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1lf #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1lf .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1lf #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1lf .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1lf .donneesLecteur {
  padding-left: .5vw;
}
.cid-v5DdkawYkp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v5DdkawYkp .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-v5DdkaKAxD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-v5DdkaKAxD .mbr-text {
  color: #ffffff;
}
.cid-v5DdkaKAxD .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-v5DdkaKAxD .mbr-section-title {
  color: #4479d9;
}
.cid-v5DdkaKAxD H1 {
  color: #4479d9;
}
.cid-v5DdkaKAxD H2 {
  color: #4479d9;
}
.cid-v5DdkaKAxD H3 {
  color: #4479d9;
}
.cid-v5DdkaKAxD .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-v5DdkaKAxD .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-v5DdkaKAxD .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-v5DdkaKAxD .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-v5DdkaKAxD .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-v5DdkaKAxD .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-v5DdkaKAxD .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-v5DdkaKAxD .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-v5DdkaKAxD .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-v5DdkaKAxD .play,
.cid-v5DdkaKAxD .pause,
.cid-v5DdkaKAxD .prev,
.cid-v5DdkaKAxD .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-v5DdkaKAxD .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-v5DdkaKAxD #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-v5DdkaKAxD .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-v5Ddkb1U9E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v5Ddkb1U9E .mbr-media {
  position: relative;
}
.cid-v5Ddkb1U9E .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-v5Ddkb1U9E img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-v5Ddkb1U9E img {
    max-width: 95%;
  }
}
.cid-v5Ddkb1U9E h1 {
  line-height: 1.5;
}
.cid-v5Ddkb1U9E .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-v5Ddkb1U9E .start:hover {
  background: #ff1f3f;
}
.cid-v5Ddkb1U9E .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-v5Ddkb1U9E a {
  background-image: none !important;
}
.cid-v5Ddkb1U9E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v5Ddkb1U9E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v5Ddkb1U9E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v5Ddkb1U9E .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Ddkb1U9E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Ddkb1U9E .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5Ddkb1U9E .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-v5Ddkb1U9E .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-v5Ddkb1U9E .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-v5Ddkb1U9E .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-v5Ddkb1U9E .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-v5Ddkb1U9E .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-v5Ddkb1U9E .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-v5Ddkb1U9E .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-v5Ddkb1U9E .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-v5Ddkb1U9E .playEnfant,
.cid-v5Ddkb1U9E .pauseEnfant,
.cid-v5Ddkb1U9E .prevEnfant,
.cid-v5Ddkb1U9E .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-v5Ddkb1U9E .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-v5Ddkb1U9E #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-v5Ddkb1U9E .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-v5Ddkb1U9E .mbr-card-title,
.cid-v5Ddkb1U9E .cards-wrapper {
  color: #ffa405;
}
.cid-v5Ddkb1U9E .mbr-section-title P {
  text-align: right;
}
.cid-v5Ddkbxn5L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v5Ddkbxn5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ddkbxn5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ddkbxn5L .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-v5Ddkbxn5L .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v5Ddkbxn5L .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v5Ddkbxn5L .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-v5Ddkbxn5L .card-row {
  align-items: stretch;
}
.cid-v5Ddkbxn5L .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v5Ddkbxn5L .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-v5Ddkbxn5L .couleur1 {
  background-color: royalblue;
}
.cid-v5Ddkbxn5L .couleur2 {
  background-color: dodgerblue;
}
.cid-v5Ddkbxn5L .couleur3 {
  background-color: cornflowerblue;
}
.cid-v5Ddkbxn5L .card-box {
  height: 100%;
}
.cid-v5Ddkbxn5L .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-v5Ddkbxn5L .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-v5Ddkbxn5L .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-v5Ddkbxn5L .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5DdkbXvrt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5DdkbXvrt .btn {
  border-radius: 1vh;
}
.cid-v5DdkcbSV5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v5DdkcbSV5 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v5DdkcbSV5 .mbr-text,
.cid-v5DdkcbSV5 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-v5Ddkcsjxz.popup-builder {
  background-color: #ffffff;
}
.cid-v5Ddkcsjxz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Ddkcsjxz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Ddkcsjxz .modal-content,
.cid-v5Ddkcsjxz .modal-dialog {
  height: auto;
}
.cid-v5Ddkcsjxz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Ddkcsjxz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Ddkcsjxz .form-wrapper .mbr-form .form-group,
  .cid-v5Ddkcsjxz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Ddkcsjxz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .mbr-text {
  text-align: center;
}
.cid-v5Ddkcsjxz .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Ddkcsjxz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Ddkcsjxz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Ddkcsjxz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Ddkcsjxz .modal-open {
  overflow: hidden;
}
.cid-v5Ddkcsjxz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Ddkcsjxz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Ddkcsjxz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Ddkcsjxz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Ddkcsjxz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Ddkcsjxz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Ddkcsjxz .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Ddkcsjxz .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Ddkcsjxz .modal-header {
    padding: 1rem;
  }
}
.cid-v5Ddkcsjxz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Ddkcsjxz .modal-header .close svg {
  fill: #ffffff;
}
.cid-v5Ddkcsjxz .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Ddkcsjxz .modal-header .close:focus {
  outline: none;
}
.cid-v5Ddkcsjxz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v5Ddkcsjxz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Ddkcsjxz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Ddkcsjxz .modal-body {
    padding: 1rem;
  }
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Ddkcsjxz .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Ddkcsjxz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Ddkcsjxz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Ddkcsjxz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Ddkcsjxz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Ddkcsjxz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Ddkcsjxz .modal-lg,
  .cid-v5Ddkcsjxz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Ddkcsjxz .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Ddkcsjxz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .form-group {
  margin-bottom: 1rem;
}
.cid-v5Ddkcsjxz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Ddkcsjxz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Ddkcsjxz .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-v5Ddkcsjxz .mbr-section-btn {
  margin: 0;
}
.cid-v5Ddkcsjxz .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Ddkcsjxz .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-v5Ddkcsjxz .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-v5DdkdcsNn.popup-builder {
  background-color: #ffffff;
}
.cid-v5DdkdcsNn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5DdkdcsNn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5DdkdcsNn .modal-content,
.cid-v5DdkdcsNn .modal-dialog {
  height: auto;
}
.cid-v5DdkdcsNn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5DdkdcsNn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5DdkdcsNn .form-wrapper .mbr-form .form-group,
  .cid-v5DdkdcsNn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5DdkdcsNn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v5DdkdcsNn .pt-0 {
  padding-top: 0 !important;
}
.cid-v5DdkdcsNn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5DdkdcsNn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5DdkdcsNn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5DdkdcsNn .modal-open {
  overflow: hidden;
}
.cid-v5DdkdcsNn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5DdkdcsNn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5DdkdcsNn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5DdkdcsNn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5DdkdcsNn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5DdkdcsNn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5DdkdcsNn .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5DdkdcsNn .modal-backdrop.show {
  opacity: .5;
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5DdkdcsNn .modal-header {
    padding: 1rem;
  }
}
.cid-v5DdkdcsNn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5DdkdcsNn .modal-header .close svg {
  fill: #ffffff;
}
.cid-v5DdkdcsNn .modal-header .close:hover {
  opacity: 1;
}
.cid-v5DdkdcsNn .modal-header .close:focus {
  outline: none;
}
.cid-v5DdkdcsNn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v5DdkdcsNn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5DdkdcsNn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5DdkdcsNn .modal-body {
    padding: 1rem;
  }
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5DdkdcsNn .modal-footer {
    padding: 1rem;
  }
}
.cid-v5DdkdcsNn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5DdkdcsNn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5DdkdcsNn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5DdkdcsNn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5DdkdcsNn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5DdkdcsNn .modal-lg,
  .cid-v5DdkdcsNn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5DdkdcsNn .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5DdkdcsNn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .form-group {
  margin-bottom: 1rem;
}
.cid-v5DdkdcsNn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5DdkdcsNn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5DdkdcsNn .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-v5DdkdcsNn .mbr-section-btn {
  margin: 0;
}
.cid-v5DdkdcsNn .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5DdkdcsNn #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v5DdkdcsNn #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v5DdkdcsNn #creativecommons img,
.cid-v5DdkdcsNn iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v5DdkdL2Dp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v5DdkdL2Dp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5DdkdL2Dp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5DdkdL2Dp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5DdkdL2Dp .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5DdkdL2Dp .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v5DdkdL2Dp .bg-twitch:hover {
  background: #7313ff;
}
.cid-v5DdkdL2Dp .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-v5DdkdL2Dp [class^="socicon-"]:before,
.cid-v5DdkdL2Dp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5DdkdL2Dp .mbr-section-title,
.cid-v5DdkdL2Dp .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v5DdkeeSqB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v5DdkeeSqB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5DdkeeSqB .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v5DdkeeSqB .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-v5DdkeeSqB .form-control:focus,
.cid-v5DdkeeSqB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v5DdkeeSqB .form-group {
  margin-bottom: 1rem;
}
.cid-v5DdkeeSqB input::-webkit-input-placeholder,
.cid-v5DdkeeSqB textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v5DdkeeSqB input:-moz-placeholder,
.cid-v5DdkeeSqB textarea:-moz-placeholder {
  color: #656565;
}
.cid-v5DdkeeSqB .jq-selectbox li,
.cid-v5DdkeeSqB .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v5DdkeeSqB .jq-selectbox li:hover,
.cid-v5DdkeeSqB .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v5DdkeeSqB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v5DdkeeSqB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v5DdkeeSqB textarea.form-control {
  resize: none;
}
.cid-v5DdkeeSqB .input-group-btn {
  display: inline-block;
}
.cid-v5DdkeeSqB .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v5DdkeeSqB .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5DdkeeSqB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5DdkeeSqB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v5DdkeeSqB .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v5DdkeeSqB .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v5DdkeeSqB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5DdkeeSqB .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v5DdkeeSqB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v5DdkeeSqB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v5DdkeeSqB .form-control,
.cid-v5DdkeeSqB .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v5DdkeeSqB #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v5DdkeeSqB #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v5DdkeeSqB #creativecommons img,
.cid-v5DdkeeSqB iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v5DdkeeSqB .offset-md-1 {
  margin-left: 1vw;
}
.cid-v5DdkeJwvW .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v5DdkeJwvW .my-float {
  margin-top: 16px;
}
.cid-v5DdkeJwvW P {
  color: #232323;
}
.cid-v5DdkeJwvW DIV {
  color: #ffffff;
}
.cid-v5DdkeJwvW H10 {
  color: #767676;
}
.cid-v5DdkeJwvW .hidden {
  display: none;
}
.cid-v5Ddkfcmf3.popup-builder {
  background-color: #ffffff;
}
.cid-v5Ddkfcmf3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Ddkfcmf3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Ddkfcmf3 .modal-content,
.cid-v5Ddkfcmf3 .modal-dialog {
  height: auto;
}
.cid-v5Ddkfcmf3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Ddkfcmf3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Ddkfcmf3 .form-wrapper .mbr-form .form-group,
  .cid-v5Ddkfcmf3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Ddkfcmf3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v5Ddkfcmf3 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Ddkfcmf3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Ddkfcmf3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Ddkfcmf3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Ddkfcmf3 .modal-open {
  overflow: hidden;
}
.cid-v5Ddkfcmf3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Ddkfcmf3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Ddkfcmf3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Ddkfcmf3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Ddkfcmf3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Ddkfcmf3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Ddkfcmf3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Ddkfcmf3 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Ddkfcmf3 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Ddkfcmf3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Ddkfcmf3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v5Ddkfcmf3 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Ddkfcmf3 .modal-header .close:focus {
  outline: none;
}
.cid-v5Ddkfcmf3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v5Ddkfcmf3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Ddkfcmf3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Ddkfcmf3 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Ddkfcmf3 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Ddkfcmf3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Ddkfcmf3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Ddkfcmf3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Ddkfcmf3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Ddkfcmf3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Ddkfcmf3 .modal-lg,
  .cid-v5Ddkfcmf3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Ddkfcmf3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Ddkfcmf3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Ddkfcmf3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Ddkfcmf3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Ddkfcmf3 .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-v5Ddkfcmf3 .mbr-section-btn {
  margin: 0;
}
.cid-v5Ddkfcmf3 .mbr-section-btn .btn {
  margin: 0;
}
