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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #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-uELA3Uwt1i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELA3Uwt1i nav.navbar {
  position: fixed;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELA3Uwt1i .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELA3Uwt1i #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELA3Uwt1i .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover,
.cid-uELA3Uwt1i .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover span {
  color: white;
}
.cid-uELA3Uwt1i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELA3Uwt1i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELA3Uwt1i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELA3Uwt1i .nav-link {
  position: relative;
}
.cid-uELA3Uwt1i .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELA3Uwt1i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELA3Uwt1i .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELA3Uwt1i .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELA3Uwt1i .dropdown-menu,
.cid-uELA3Uwt1i .navbar.opened {
  background: #353535 !important;
}
.cid-uELA3Uwt1i .nav-item:focus,
.cid-uELA3Uwt1i .nav-link:focus {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELA3Uwt1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.opened {
  transition: all 0.3s;
}
.cid-uELA3Uwt1i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELA3Uwt1i .navbar .navbar-logo img {
  width: auto;
}
.cid-uELA3Uwt1i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELA3Uwt1i .navbar.collapsed {
  justify-content: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELA3Uwt1i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELA3Uwt1i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELA3Uwt1i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELA3Uwt1i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELA3Uwt1i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELA3Uwt1i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELA3Uwt1i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown-item.active,
.cid-uELA3Uwt1i .dropdown-item:active {
  background-color: transparent;
}
.cid-uELA3Uwt1i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELA3Uwt1i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELA3Uwt1i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELA3Uwt1i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELA3Uwt1i button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELA3Uwt1i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar {
    height: 70px;
  }
  .cid-uELA3Uwt1i .navbar.opened {
    height: auto;
  }
  .cid-uELA3Uwt1i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELA3Uwt1i .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELA3Uwt1i .navbar-toggler {
  margin-left: 10px;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELA3Uwt1i .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-text {
    display: none;
  }
}
.cid-uELA3Uwt1i .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELA3Uwt1i .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i #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-uELA3Uwt1i #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-uELA3Uwt1i #vol {
    display: none;
  }
}
.cid-uELA3Uwt1i .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sXkwsy9mtJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXkwsy9mtJ .image-wrapper {
  position: relative;
}
.cid-sXkwsy9mtJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXkwsy9mtJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXkwsy9mtJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXkwsy9mtJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXkwsy9mtJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXkwsy9mtJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXkwsy9mtJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXkwsy9mtJ svg {
  margin-left: 15px;
}
.cid-sXkwsy9mtJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXkwsy9mtJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXkwsy9mtJ .wrapper {
  margin: auto;
}
.cid-tO26xLBhaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tO26xLBhaN .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tO26xLBhaN .mbr-section-subtitle {
  text-align: center;
}
.cid-tO26xLBhaN .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO26xLBhaN .display-1 {
    font-size: 75px;
  }
  .cid-tO26xLBhaN .display-5 {
    font-size: 29px;
  }
  .cid-tO26xLBhaN .display-4 {
    font-weight: 300;
  }
}
#custom-html-f4 {
  /* Type valid CSS here */
}
#custom-html-f4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-f4 p {
  font-size: 60px;
  color: #777;
}
#custom-html-f4 * {
  margin: 0;
  padding: 0;
}
#custom-html-f4 .embed-container {
  position: relative;
  max-height: 100vh;
  height: 50vh;
  overflow: hidden;
}
#custom-html-f4 .embed-container iframe,
#custom-html-f4 .embed-container object,
#custom-html-f4 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-sXimla3C0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXimla3C0G .image-wrapper {
  position: relative;
}
.cid-sXimla3C0G .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXimla3C0G .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXimla3C0G img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXimla3C0G .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXimla3C0G .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXimla3C0G .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXimla3C0G a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXimla3C0G rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXimla3C0G .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXimla3C0G svg {
  margin-left: 15px;
}
.cid-sXimla3C0G path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXimla3C0G .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXimla3C0G .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXimla3C0G .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-sXimla3C0G .wrapper {
  margin: auto;
}
.cid-tMIFn2wnvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIFn2wnvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIFn2wnvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIFn2wnvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIFn2wnvH .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-tMIFn2wnvH [class^="socicon-"]:before,
.cid-tMIFn2wnvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIFn2wnvH .mbr-section-title,
.cid-tMIFn2wnvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIFprn2Up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIFprn2Up .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIFprn2Up .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-tMIFprn2Up .form-control:focus,
.cid-tMIFprn2Up .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIFprn2Up .form-group {
  margin-bottom: 1rem;
}
.cid-tMIFprn2Up input::-webkit-input-placeholder,
.cid-tMIFprn2Up textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up input:-moz-placeholder,
.cid-tMIFprn2Up textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up .jq-selectbox li,
.cid-tMIFprn2Up .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox li:hover,
.cid-tMIFprn2Up .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up textarea.form-control {
  resize: none;
}
.cid-tMIFprn2Up .input-group-btn {
  display: inline-block;
}
.cid-tMIFprn2Up .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIFprn2Up .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIFprn2Up .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIFprn2Up .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIFprn2Up .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIFprn2Up .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIFprn2Up .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIFprn2Up .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIFprn2Up .form-control,
.cid-tMIFprn2Up .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIFprn2Up #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIFprn2Up #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIFprn2Up #creativecommons img,
.cid-tMIFprn2Up iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIFprn2Up .offset-md-1 {
  margin-left: 1vw;
}
.cid-IjcnpWd9Ly .modal-dialog {
  height: auto;
}
.cid-IjcnpWd9Ly .hidden {
  display: none;
}
.cid-tOcHY0Pvlg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOcHY0Pvlg .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uFl5BsSAtn.popup-builder {
  background-color: #ffffff;
}
.cid-uFl5BsSAtn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFl5BsSAtn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFl5BsSAtn .modal-content,
.cid-uFl5BsSAtn .modal-dialog {
  height: auto;
}
.cid-uFl5BsSAtn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFl5BsSAtn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFl5BsSAtn .form-wrapper .mbr-form .form-group,
  .cid-uFl5BsSAtn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFl5BsSAtn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFl5BsSAtn .pt-0 {
  padding-top: 0 !important;
}
.cid-uFl5BsSAtn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFl5BsSAtn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFl5BsSAtn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFl5BsSAtn .modal-open {
  overflow: hidden;
}
.cid-uFl5BsSAtn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFl5BsSAtn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFl5BsSAtn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFl5BsSAtn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFl5BsSAtn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFl5BsSAtn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFl5BsSAtn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFl5BsSAtn .modal-backdrop.show {
  opacity: .5;
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BsSAtn .modal-header {
    padding: 1rem;
  }
}
.cid-uFl5BsSAtn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFl5BsSAtn .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFl5BsSAtn .modal-header .close:hover {
  opacity: 1;
}
.cid-uFl5BsSAtn .modal-header .close:focus {
  outline: none;
}
.cid-uFl5BsSAtn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFl5BsSAtn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFl5BsSAtn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BsSAtn .modal-body {
    padding: 1rem;
  }
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BsSAtn .modal-footer {
    padding: 1rem;
  }
}
.cid-uFl5BsSAtn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFl5BsSAtn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFl5BsSAtn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFl5BsSAtn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFl5BsSAtn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFl5BsSAtn .modal-lg,
  .cid-uFl5BsSAtn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFl5BsSAtn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFl5BsSAtn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .form-group {
  margin-bottom: 1rem;
}
.cid-uFl5BsSAtn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFl5BsSAtn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFl5BsSAtn .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-uFl5BsSAtn .mbr-section-btn {
  margin: 0;
}
.cid-uFl5BsSAtn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELA3Uwt1i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELA3Uwt1i nav.navbar {
  position: fixed;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELA3Uwt1i .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELA3Uwt1i #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELA3Uwt1i .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover,
.cid-uELA3Uwt1i .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover span {
  color: white;
}
.cid-uELA3Uwt1i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELA3Uwt1i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELA3Uwt1i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELA3Uwt1i .nav-link {
  position: relative;
}
.cid-uELA3Uwt1i .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELA3Uwt1i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELA3Uwt1i .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELA3Uwt1i .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELA3Uwt1i .dropdown-menu,
.cid-uELA3Uwt1i .navbar.opened {
  background: #353535 !important;
}
.cid-uELA3Uwt1i .nav-item:focus,
.cid-uELA3Uwt1i .nav-link:focus {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELA3Uwt1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.opened {
  transition: all 0.3s;
}
.cid-uELA3Uwt1i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELA3Uwt1i .navbar .navbar-logo img {
  width: auto;
}
.cid-uELA3Uwt1i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELA3Uwt1i .navbar.collapsed {
  justify-content: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELA3Uwt1i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELA3Uwt1i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELA3Uwt1i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELA3Uwt1i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELA3Uwt1i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELA3Uwt1i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELA3Uwt1i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown-item.active,
.cid-uELA3Uwt1i .dropdown-item:active {
  background-color: transparent;
}
.cid-uELA3Uwt1i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELA3Uwt1i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELA3Uwt1i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELA3Uwt1i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELA3Uwt1i button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELA3Uwt1i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar {
    height: 70px;
  }
  .cid-uELA3Uwt1i .navbar.opened {
    height: auto;
  }
  .cid-uELA3Uwt1i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELA3Uwt1i .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELA3Uwt1i .navbar-toggler {
  margin-left: 10px;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELA3Uwt1i .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-text {
    display: none;
  }
}
.cid-uELA3Uwt1i .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELA3Uwt1i .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i #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-uELA3Uwt1i #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-uELA3Uwt1i #vol {
    display: none;
  }
}
.cid-uELA3Uwt1i .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tyQ0Js5aOj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tyQ0Js5aOj .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tyQ0Js5aOj .mbr-section-subtitle {
  text-align: center;
}
.cid-tyQ0Js5aOj .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyQ0Js5aOj .display-1 {
    font-size: 75px;
  }
  .cid-tyQ0Js5aOj .display-5 {
    font-size: 29px;
  }
  .cid-tyQ0Js5aOj .display-4 {
    font-weight: 300;
  }
}
#custom-html-lj {
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
  /* Modale Contenu */
  /* le bouton de fermeture de la modale */
  /* Add Animation */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 1024px and down) */
  /* Extra small devices (TV, 1201px and down) */
}
#custom-html-lj body {
  background-color: black;
}
#custom-html-lj .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-lj p {
  font-size: 60px;
  color: #777;
}
#custom-html-lj * {
  margin: 0;
  padding: 0;
}
#custom-html-lj #clicMOI {
  width: 10%;
}
#custom-html-lj .moisAnnee {
  padding-top: 5vh;
  padding-right: 0px;
  margin-bottom: 2vh;
  text-align: right;
  padding-right: 3vh;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
#custom-html-lj #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#custom-html-lj #qrcode {
  background-image: url("");
  position: unset;
  width: 190%;
  height: 87%;
  opacity: 1;
  background-position: center center;
  background-size: contain;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
}
#custom-html-lj #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
}
#custom-html-lj #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-lj #platine {
  margin-bottom: -4vh;
}
#custom-html-lj #slider {
  margin-top: :3vh;
}
#custom-html-lj .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-lj .donneesLecteur {
  padding-left: .5vw;
}
#custom-html-lj #lectureVideo,
#custom-html-lj #pauseVideo {
  cursor: pointer;
}
#custom-html-lj #pleinEcran,
#custom-html-lj #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-lj #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-lj #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-lj #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-lj #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-lj input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-lj input[type="range"]:focus {
  outline: none;
}
#custom-html-lj input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-lj input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  /*custom styles*/
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-lj input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-lj input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-lj input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-lj input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-lj .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-lj .custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  box-sizing: border-box;
  transform: scale(4);
}
#custom-html-lj .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-lj .conteneurVideo.paused::after {
  content: "En lecture, sous la vidéo, est inscrit le nom de l'espèce à l'écran.\A Pour en savoir plus, cliquez sur la vidéo ou le nom.";
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vh;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTIyOS43NjMgMjUuODE3Yy0yLjY5OS0xMC4xNjItMTAuNjUtMTguMTY1LTIwLjc0OC0yMC44ODFDMTkwLjcxNiAwIDExNy4zMzMgMCAxMTcuMzMzIDBTNDMuOTUxIDAgMjUuNjUxIDQuOTM2QzE1LjU1MyA3LjY1MiA3LjYgMTUuNjU1IDQuOTAzIDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwMyA1Ni44NUM3LjYgMTQ5LjY4IDE1LjU1MyAxNTcuNjgxIDI1LjY1IDE2MC40YzE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODItNC45MzRjMTAuMDk4LTIuNzE4IDE4LjA0OS0xMC43MiAyMC43NDgtMjAuODgyIDQuOTA0LTE4LjQyMSA0LjkwNC01Ni44NSA0LjkwNC01Ni44NXMwLTM4LjQzMS00LjkwNC01Ni44NSIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5bDYxLjMzMy0zNC44OS02MS4zMzMtMzQuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  font-size: 1.5vh;
  padding-top: .5vh;
  color: white;
  font-style: italic;
}
#custom-html-lj .conteneurVideo.ended::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#custom-html-lj .conteneurVideo.qcmPatience::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#custom-html-lj .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-lj .conteneurVideo iframe,
#custom-html-lj .conteneurVideo object,
#custom-html-lj .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-lj #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-lj .identification {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  font-size: 1vh;
  background-color: #000 !important;
  border: none;
  /*border-radius: .8rem;*/
  color: white;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  margin-top: .5vh;
  /*max-width: 45vh;*/
  cursor: pointer;
}
#custom-html-lj #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5vh;
}
#custom-html-lj .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-lj a {
  text-decoration: none;
}
#custom-html-lj a:link {
  color: white;
}
#custom-html-lj a:visited {
  color: white;
}
#custom-html-lj .modeEmploi {
  position: initial;
  font-family: arial;
  font-size: 1.2vh;
  font-style: italic;
  /* background-color: #4479d9; */
  border: none;
  border-radius: .8rem;
  color: #404040;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  display: initial;
  opacity: 0;
}
#custom-html-lj .conteneurQCM {
  display: inline-flex;
}
#custom-html-lj #score,
#custom-html-lj #qcm {
  background-color: #4479d9;
  padding: .5vw;
  font-size: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5vw;
  color: white;
  cursor: pointer;
  margin-top: 1vw;
  display: none;
}
#custom-html-lj #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-lj #score {
  width: 10vw;
  margin-left: 1vw;
  cursor: default;
}
#custom-html-lj #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-lj .option {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5vw;
  color: #777;
}
#custom-html-lj .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-lj input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-lj .modaleOverlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 1000;
}
#custom-html-lj .modaleQCM,
#custom-html-lj .modaleVideo {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#custom-html-lj .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-lj .questionTotal {
  font: 1.5vw Arial, sans-serif;
  width: 2.5em;
  height: 2.5em;
  /* box-sizing: initial; */
  background-color: #4479d9;
  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  float: inline-start;
  margin-left: .3em;
  margin-top: -0.1em;
}
#custom-html-lj .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-lj .contenuModaleQCM,
#custom-html-lj .contenuModaleVideo {
  position: relative;
  background-color: #353535;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Jost,Arial;
  border-radius: .5vh;
}
#custom-html-lj .contenuModaleQCM {
  width: 40%;
}
#custom-html-lj .enteteModaleQCM,
#custom-html-lj .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-lj .close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: normal;
  font-family: Jost,Arial;
  width: 4%;
  position: absolute;
  right: 1vh;
  top: .5vh;
  cursor: pointer;
}
#custom-html-lj .close:hover,
#custom-html-lj .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-lj .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-lj .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-lj .piedModaleQCM,
#custom-html-lj .piedModaleVideo {
  padding: 2px 16px;
  /*background-color: #353535;*/
  color: white;
  border-radius: 0 0 .5vh .5vh;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  #custom-html-lj .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-lj .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-lj .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-lj #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-lj #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-lj .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-lj .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-lj .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-lj #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-lj #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #pleinEcran,
  #custom-html-lj #fenetre,
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .close {
    font-size: 5vh;
  }
  #custom-html-lj .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-lj .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-lj .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #pleinEcran,
  #custom-html-lj #fenetre,
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .close {
    font-size: 5vh;
  }
  #custom-html-lj .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-lj .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-lj .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-lj .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-lj .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-lj #qcm {
    font-size: 2vw;
    width: 35vw;
    margin-top: 2vw;
  }
  #custom-html-lj #score {
    font-size: 2vw;
    width: 21vw;
    margin-top: 2vw;
  }
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #pleinEcran,
  #custom-html-lj #fenetre,
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .close {
    font-size: 3vh;
  }
  #custom-html-lj .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-lj .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #pleinEcran,
  #custom-html-lj #fenetre,
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-lj .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .close {
    font-size: 3vh;
  }
  #custom-html-lj .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-lj .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-lj .close {
    font-size: 7vh;
  }
  #custom-html-lj .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-lj #qrcode {
    display: none;
  }
  #custom-html-lj #vol {
    display: none;
  }
  #custom-html-lj .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-lj .close {
    font-size: 7vh;
  }
  #custom-html-lj .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-lk {
  /* Type valid CSS here */
}
#custom-html-lk div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-lk .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-tO1ZBJFLSb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #212428;
}
.cid-tO1ZBJFLSb .row {
  flex-direction: row-reverse;
}
.cid-tO1ZBJFLSb .mbr-section-title {
  color: #ffffff;
}
.cid-tO1ZBJFLSb .mbr-text,
.cid-tO1ZBJFLSb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO1ZBJFLSb .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO1ZBJFLSb img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO1ZBJFLSb .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO1ZBJFLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1ZBJFLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO1XEvl5A8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #212428;
}
.cid-tO1XEvl5A8 .mbr-section-title {
  color: #ffffff;
}
.cid-tO1XEvl5A8 .mbr-text,
.cid-tO1XEvl5A8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO1XEvl5A8 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO1XEvl5A8 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO1XEvl5A8 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO1XEvl5A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1XEvl5A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO1Y3vr3sp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-tO1Y3vr3sp .row {
  flex-direction: row-reverse;
}
.cid-tO1Y3vr3sp .mbr-section-title {
  color: #ffffff;
}
.cid-tO1Y3vr3sp .mbr-text,
.cid-tO1Y3vr3sp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO1Y3vr3sp .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO1Y3vr3sp img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO1Y3vr3sp .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO1Y3vr3sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1Y3vr3sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tto6p0VdTD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-tto6p0VdTD .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tto6p0VdTD .mbr-text,
.cid-tto6p0VdTD .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tto6p1gWbe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-tto6p1gWbe .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tto6p1gWbe .row {
    padding: 20px 34px;
  }
}
.cid-tto6p1gWbe .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-tOcJZ3OtgD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tOcJZ3OtgD .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-tOcJZ3OtgD .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-tOcJZ3OtgD .card:hover {
  margin-top: -0.6rem;
}
.cid-tOcJZ3OtgD .card-wrapper {
  position: relative;
}
.cid-tOcJZ3OtgD .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-tOcJZ3OtgD .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-tOcJZ3OtgD .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-tOcJZ3OtgD .big {
  margin-top: -25%;
}
.cid-tOcJZ3OtgD .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tOcJZ3OtgD .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tOcJZ3OtgD .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-tOcJZ3OtgD .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-tOcHY0Pvlg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOcHY0Pvlg .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMHGzDmQbh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMHGzDmQbh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMHGzDmQbh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMHGzDmQbh .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMHGzDmQbh .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMHGzDmQbh .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMHGzDmQbh .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMHGzDmQbh .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-tMHGzDmQbh [class^="socicon-"]:before,
.cid-tMHGzDmQbh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMHGzDmQbh .mbr-section-title,
.cid-tMHGzDmQbh .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMHGFrztoG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMHGFrztoG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMHGFrztoG .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMHGFrztoG .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-tMHGFrztoG .form-control:focus,
.cid-tMHGFrztoG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMHGFrztoG .form-group {
  margin-bottom: 1rem;
}
.cid-tMHGFrztoG input::-webkit-input-placeholder,
.cid-tMHGFrztoG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMHGFrztoG input:-moz-placeholder,
.cid-tMHGFrztoG textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMHGFrztoG .jq-selectbox li,
.cid-tMHGFrztoG .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMHGFrztoG .jq-selectbox li:hover,
.cid-tMHGFrztoG .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMHGFrztoG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMHGFrztoG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMHGFrztoG textarea.form-control {
  resize: none;
}
.cid-tMHGFrztoG .input-group-btn {
  display: inline-block;
}
.cid-tMHGFrztoG .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMHGFrztoG .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMHGFrztoG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMHGFrztoG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMHGFrztoG .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMHGFrztoG .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMHGFrztoG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMHGFrztoG .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMHGFrztoG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMHGFrztoG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMHGFrztoG .form-control,
.cid-tMHGFrztoG .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMHGFrztoG #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMHGFrztoG #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMHGFrztoG #creativecommons img,
.cid-tMHGFrztoG iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMHGFrztoG .offset-md-1 {
  margin-left: 1vw;
}
.cid-tto6p3t7CR.popup-builder {
  background-color: #ffffff;
}
.cid-tto6p3t7CR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tto6p3t7CR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tto6p3t7CR .modal-content,
.cid-tto6p3t7CR .modal-dialog {
  height: auto;
}
.cid-tto6p3t7CR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tto6p3t7CR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tto6p3t7CR .form-wrapper .mbr-form .form-group,
  .cid-tto6p3t7CR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tto6p3t7CR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tto6p3t7CR .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-tto6p3t7CR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tto6p3t7CR .pt-0 {
  padding-top: 0 !important;
}
.cid-tto6p3t7CR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tto6p3t7CR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tto6p3t7CR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tto6p3t7CR .modal-open {
  overflow: hidden;
}
.cid-tto6p3t7CR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tto6p3t7CR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tto6p3t7CR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tto6p3t7CR .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-tto6p3t7CR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tto6p3t7CR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tto6p3t7CR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tto6p3t7CR .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-tto6p3t7CR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tto6p3t7CR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tto6p3t7CR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tto6p3t7CR .modal-backdrop.show {
  opacity: .5;
}
.cid-tto6p3t7CR .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-tto6p3t7CR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tto6p3t7CR .modal-header {
    padding: 1rem;
  }
}
.cid-tto6p3t7CR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tto6p3t7CR .modal-header .close svg {
  fill: #ffffff;
}
.cid-tto6p3t7CR .modal-header .close:hover {
  opacity: 1;
}
.cid-tto6p3t7CR .modal-header .close:focus {
  outline: none;
}
.cid-tto6p3t7CR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tto6p3t7CR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tto6p3t7CR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tto6p3t7CR .modal-body {
    padding: 1rem;
  }
}
.cid-tto6p3t7CR .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-tto6p3t7CR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tto6p3t7CR .modal-footer {
    padding: 1rem;
  }
}
.cid-tto6p3t7CR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tto6p3t7CR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tto6p3t7CR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tto6p3t7CR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tto6p3t7CR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tto6p3t7CR .modal-lg,
  .cid-tto6p3t7CR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tto6p3t7CR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tto6p3t7CR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tto6p3t7CR .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-tto6p3t7CR .form-group {
  margin-bottom: 1rem;
}
.cid-tto6p3t7CR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tto6p3t7CR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tto6p3t7CR .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-tto6p3t7CR .mbr-section-btn {
  margin: 0;
}
.cid-tto6p3t7CR .mbr-section-btn .btn {
  margin: 0;
}
.cid-tto6p3t7CR #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tto6p3t7CR #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tto6p3t7CR #creativecommons img,
.cid-tto6p3t7CR iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tto6p4KHA3.popup-builder {
  background-color: #ffffff;
}
.cid-tto6p4KHA3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tto6p4KHA3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tto6p4KHA3 .modal-content,
.cid-tto6p4KHA3 .modal-dialog {
  height: auto;
}
.cid-tto6p4KHA3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tto6p4KHA3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tto6p4KHA3 .form-wrapper .mbr-form .form-group,
  .cid-tto6p4KHA3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tto6p4KHA3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tto6p4KHA3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tto6p4KHA3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tto6p4KHA3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tto6p4KHA3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tto6p4KHA3 .modal-open {
  overflow: hidden;
}
.cid-tto6p4KHA3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tto6p4KHA3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tto6p4KHA3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tto6p4KHA3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tto6p4KHA3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tto6p4KHA3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tto6p4KHA3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tto6p4KHA3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tto6p4KHA3 .modal-header {
    padding: 1rem;
  }
}
.cid-tto6p4KHA3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tto6p4KHA3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tto6p4KHA3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tto6p4KHA3 .modal-header .close:focus {
  outline: none;
}
.cid-tto6p4KHA3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tto6p4KHA3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tto6p4KHA3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tto6p4KHA3 .modal-body {
    padding: 1rem;
  }
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tto6p4KHA3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tto6p4KHA3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tto6p4KHA3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tto6p4KHA3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tto6p4KHA3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tto6p4KHA3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tto6p4KHA3 .modal-lg,
  .cid-tto6p4KHA3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tto6p4KHA3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tto6p4KHA3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .form-group {
  margin-bottom: 1rem;
}
.cid-tto6p4KHA3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tto6p4KHA3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tto6p4KHA3 .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-tto6p4KHA3 .mbr-section-btn {
  margin: 0;
}
.cid-tto6p4KHA3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ttofEVgnyt.popup-builder {
  background-color: #ffffff;
}
.cid-ttofEVgnyt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttofEVgnyt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttofEVgnyt .modal-content,
.cid-ttofEVgnyt .modal-dialog {
  height: auto;
}
.cid-ttofEVgnyt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttofEVgnyt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttofEVgnyt .form-wrapper .mbr-form .form-group,
  .cid-ttofEVgnyt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttofEVgnyt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttofEVgnyt .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-ttofEVgnyt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ttofEVgnyt .pt-0 {
  padding-top: 0 !important;
}
.cid-ttofEVgnyt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttofEVgnyt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttofEVgnyt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttofEVgnyt .modal-open {
  overflow: hidden;
}
.cid-ttofEVgnyt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttofEVgnyt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttofEVgnyt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttofEVgnyt .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-ttofEVgnyt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttofEVgnyt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttofEVgnyt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttofEVgnyt .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-ttofEVgnyt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttofEVgnyt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttofEVgnyt .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttofEVgnyt .modal-backdrop.show {
  opacity: .5;
}
.cid-ttofEVgnyt .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-ttofEVgnyt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttofEVgnyt .modal-header {
    padding: 1rem;
  }
}
.cid-ttofEVgnyt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttofEVgnyt .modal-header .close svg {
  fill: #ffffff;
}
.cid-ttofEVgnyt .modal-header .close:hover {
  opacity: 1;
}
.cid-ttofEVgnyt .modal-header .close:focus {
  outline: none;
}
.cid-ttofEVgnyt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ttofEVgnyt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttofEVgnyt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttofEVgnyt .modal-body {
    padding: 1rem;
  }
}
.cid-ttofEVgnyt .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-ttofEVgnyt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttofEVgnyt .modal-footer {
    padding: 1rem;
  }
}
.cid-ttofEVgnyt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttofEVgnyt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttofEVgnyt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttofEVgnyt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttofEVgnyt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttofEVgnyt .modal-lg,
  .cid-ttofEVgnyt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttofEVgnyt .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttofEVgnyt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttofEVgnyt .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-ttofEVgnyt .form-group {
  margin-bottom: 1rem;
}
.cid-ttofEVgnyt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttofEVgnyt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttofEVgnyt .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-ttofEVgnyt .mbr-section-btn {
  margin: 0;
}
.cid-ttofEVgnyt .mbr-section-btn .btn {
  margin: 0;
}
.cid-ttofEVgnyt .audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFl5BsS7mf.popup-builder {
  background-color: #ffffff;
}
.cid-uFl5BsS7mf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFl5BsS7mf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFl5BsS7mf .modal-content,
.cid-uFl5BsS7mf .modal-dialog {
  height: auto;
}
.cid-uFl5BsS7mf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFl5BsS7mf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFl5BsS7mf .form-wrapper .mbr-form .form-group,
  .cid-uFl5BsS7mf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFl5BsS7mf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFl5BsS7mf .pt-0 {
  padding-top: 0 !important;
}
.cid-uFl5BsS7mf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFl5BsS7mf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFl5BsS7mf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFl5BsS7mf .modal-open {
  overflow: hidden;
}
.cid-uFl5BsS7mf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFl5BsS7mf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFl5BsS7mf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFl5BsS7mf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFl5BsS7mf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFl5BsS7mf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFl5BsS7mf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFl5BsS7mf .modal-backdrop.show {
  opacity: .5;
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BsS7mf .modal-header {
    padding: 1rem;
  }
}
.cid-uFl5BsS7mf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFl5BsS7mf .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFl5BsS7mf .modal-header .close:hover {
  opacity: 1;
}
.cid-uFl5BsS7mf .modal-header .close:focus {
  outline: none;
}
.cid-uFl5BsS7mf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFl5BsS7mf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFl5BsS7mf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BsS7mf .modal-body {
    padding: 1rem;
  }
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BsS7mf .modal-footer {
    padding: 1rem;
  }
}
.cid-uFl5BsS7mf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFl5BsS7mf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFl5BsS7mf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFl5BsS7mf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFl5BsS7mf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFl5BsS7mf .modal-lg,
  .cid-uFl5BsS7mf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFl5BsS7mf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFl5BsS7mf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .form-group {
  margin-bottom: 1rem;
}
.cid-uFl5BsS7mf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFl5BsS7mf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFl5BsS7mf .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-uFl5BsS7mf .mbr-section-btn {
  margin: 0;
}
.cid-uFl5BsS7mf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELA3Uwt1i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELA3Uwt1i nav.navbar {
  position: fixed;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELA3Uwt1i .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELA3Uwt1i #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELA3Uwt1i .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover,
.cid-uELA3Uwt1i .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover span {
  color: white;
}
.cid-uELA3Uwt1i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELA3Uwt1i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELA3Uwt1i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELA3Uwt1i .nav-link {
  position: relative;
}
.cid-uELA3Uwt1i .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELA3Uwt1i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELA3Uwt1i .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELA3Uwt1i .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELA3Uwt1i .dropdown-menu,
.cid-uELA3Uwt1i .navbar.opened {
  background: #353535 !important;
}
.cid-uELA3Uwt1i .nav-item:focus,
.cid-uELA3Uwt1i .nav-link:focus {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELA3Uwt1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.opened {
  transition: all 0.3s;
}
.cid-uELA3Uwt1i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELA3Uwt1i .navbar .navbar-logo img {
  width: auto;
}
.cid-uELA3Uwt1i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELA3Uwt1i .navbar.collapsed {
  justify-content: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELA3Uwt1i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELA3Uwt1i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELA3Uwt1i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELA3Uwt1i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELA3Uwt1i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELA3Uwt1i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELA3Uwt1i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown-item.active,
.cid-uELA3Uwt1i .dropdown-item:active {
  background-color: transparent;
}
.cid-uELA3Uwt1i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELA3Uwt1i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELA3Uwt1i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELA3Uwt1i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELA3Uwt1i button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELA3Uwt1i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar {
    height: 70px;
  }
  .cid-uELA3Uwt1i .navbar.opened {
    height: auto;
  }
  .cid-uELA3Uwt1i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELA3Uwt1i .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELA3Uwt1i .navbar-toggler {
  margin-left: 10px;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELA3Uwt1i .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-text {
    display: none;
  }
}
.cid-uELA3Uwt1i .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELA3Uwt1i .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i #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-uELA3Uwt1i #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-uELA3Uwt1i #vol {
    display: none;
  }
}
.cid-uELA3Uwt1i .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tO26SgtfRG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tO26SgtfRG .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tO26SgtfRG .mbr-section-subtitle {
  text-align: center;
}
.cid-tO26SgtfRG .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tO26SgtfRG .display-1 {
    font-size: 75px;
  }
  .cid-tO26SgtfRG .display-5 {
    font-size: 29px;
  }
  .cid-tO26SgtfRG .display-4 {
    font-weight: 300;
  }
}
#custom-html-f6 {
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
  /* Modale Contenu */
  /* le bouton de fermeture de la modale */
  /* Add Animation */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 1024px and down) */
  /* Extra small devices (TV, 1201px and down) */
}
#custom-html-f6 body {
  background-color: black;
}
#custom-html-f6 .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-f6 p {
  font-size: 60px;
  color: #777;
}
#custom-html-f6 * {
  margin: 0;
  padding: 0;
}
#custom-html-f6 #clicMOI {
  width: 10%;
}
#custom-html-f6 .moisAnnee {
  padding-top: 5vh;
  padding-right: 0px;
  margin-bottom: 2vh;
  text-align: right;
  padding-right: 3vh;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
#custom-html-f6 #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#custom-html-f6 #qrcode {
  background-image: url("");
  position: unset;
  width: 190%;
  height: 87%;
  opacity: 1;
  background-position: center center;
  background-size: contain;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
}
#custom-html-f6 #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
}
#custom-html-f6 #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-f6 #platine {
  margin-bottom: -4vh;
}
#custom-html-f6 #slider {
  margin-top: :3vh;
}
#custom-html-f6 .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-f6 .donneesLecteur {
  padding-left: .5vw;
}
#custom-html-f6 #lectureVideo,
#custom-html-f6 #pauseVideo {
  cursor: pointer;
}
#custom-html-f6 #pleinEcran,
#custom-html-f6 #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-f6 #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-f6 #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-f6 #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-f6 #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-f6 input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-f6 input[type="range"]:focus {
  outline: none;
}
#custom-html-f6 input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-f6 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  /*custom styles*/
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-f6 input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-f6 input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-f6 input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-f6 input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-f6 .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-f6 .custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  box-sizing: border-box;
  transform: scale(4);
}
#custom-html-f6 .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-f6 .conteneurVideo.paused::after {
  content: "En lecture, sous la vidéo, est inscrit le nom de l'espèce à l'écran.\A Pour en savoir plus, cliquez sur la vidéo ou le nom.";
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vh;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTIyOS43NjMgMjUuODE3Yy0yLjY5OS0xMC4xNjItMTAuNjUtMTguMTY1LTIwLjc0OC0yMC44ODFDMTkwLjcxNiAwIDExNy4zMzMgMCAxMTcuMzMzIDBTNDMuOTUxIDAgMjUuNjUxIDQuOTM2QzE1LjU1MyA3LjY1MiA3LjYgMTUuNjU1IDQuOTAzIDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwMyA1Ni44NUM3LjYgMTQ5LjY4IDE1LjU1MyAxNTcuNjgxIDI1LjY1IDE2MC40YzE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODItNC45MzRjMTAuMDk4LTIuNzE4IDE4LjA0OS0xMC43MiAyMC43NDgtMjAuODgyIDQuOTA0LTE4LjQyMSA0LjkwNC01Ni44NSA0LjkwNC01Ni44NXMwLTM4LjQzMS00LjkwNC01Ni44NSIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5bDYxLjMzMy0zNC44OS02MS4zMzMtMzQuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  font-size: 1.5vh;
  padding-top: .5vh;
  color: white;
  font-style: italic;
}
#custom-html-f6 .conteneurVideo.ended::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#custom-html-f6 .conteneurVideo.qcmPatience::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#custom-html-f6 .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-f6 .conteneurVideo iframe,
#custom-html-f6 .conteneurVideo object,
#custom-html-f6 .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-f6 #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-f6 .identification {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  font-size: 1vh;
  background-color: #000 !important;
  border: none;
  /*border-radius: .8rem;*/
  color: white;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  margin-top: .5vh;
  /*max-width: 45vh;*/
  cursor: pointer;
}
#custom-html-f6 #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5vh;
}
#custom-html-f6 .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-f6 a {
  text-decoration: none;
}
#custom-html-f6 a:link {
  color: white;
}
#custom-html-f6 a:visited {
  color: white;
}
#custom-html-f6 .modeEmploi {
  position: initial;
  font-family: arial;
  font-size: 1.2vh;
  font-style: italic;
  /* background-color: #4479d9; */
  border: none;
  border-radius: .8rem;
  color: #404040;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  display: initial;
  opacity: 0;
}
#custom-html-f6 .conteneurQCM {
  display: inline-flex;
}
#custom-html-f6 #score,
#custom-html-f6 #qcm {
  background-color: #4479d9;
  padding: .5vw;
  font-size: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5vw;
  color: white;
  cursor: pointer;
  margin-top: 1vw;
  display: none;
}
#custom-html-f6 #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-f6 #score {
  width: 10vw;
  margin-left: 1vw;
  cursor: default;
}
#custom-html-f6 #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-f6 .option {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5vw;
  color: #777;
}
#custom-html-f6 .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-f6 input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-f6 .modaleOverlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 1000;
}
#custom-html-f6 .modaleQCM,
#custom-html-f6 .modaleVideo {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#custom-html-f6 .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-f6 .questionTotal {
  font: 1.5vw Arial, sans-serif;
  width: 2.5em;
  height: 2.5em;
  /* box-sizing: initial; */
  background-color: #4479d9;
  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  float: inline-start;
  margin-left: .3em;
  margin-top: -0.1em;
}
#custom-html-f6 .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-f6 .contenuModaleQCM,
#custom-html-f6 .contenuModaleVideo {
  position: relative;
  background-color: #353535;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Jost,Arial;
  border-radius: .5vh;
}
#custom-html-f6 .contenuModaleQCM {
  width: 40%;
}
#custom-html-f6 .enteteModaleQCM,
#custom-html-f6 .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-f6 .close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: normal;
  font-family: Jost,Arial;
  width: 4%;
  position: absolute;
  right: 1vh;
  top: .5vh;
  cursor: pointer;
}
#custom-html-f6 .close:hover,
#custom-html-f6 .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-f6 .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-f6 .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-f6 .piedModaleQCM,
#custom-html-f6 .piedModaleVideo {
  padding: 2px 16px;
  /*background-color: #353535;*/
  color: white;
  border-radius: 0 0 .5vh .5vh;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  #custom-html-f6 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-f6 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-f6 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-f6 #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-f6 #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-f6 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-f6 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-f6 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-f6 #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-f6 #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #pleinEcran,
  #custom-html-f6 #fenetre,
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .close {
    font-size: 5vh;
  }
  #custom-html-f6 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-f6 .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-f6 .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #pleinEcran,
  #custom-html-f6 #fenetre,
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .close {
    font-size: 5vh;
  }
  #custom-html-f6 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-f6 .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-f6 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-f6 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-f6 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-f6 #qcm {
    font-size: 2vw;
    width: 35vw;
    margin-top: 2vw;
  }
  #custom-html-f6 #score {
    font-size: 2vw;
    width: 21vw;
    margin-top: 2vw;
  }
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #pleinEcran,
  #custom-html-f6 #fenetre,
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .close {
    font-size: 3vh;
  }
  #custom-html-f6 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-f6 .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #pleinEcran,
  #custom-html-f6 #fenetre,
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-f6 .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .close {
    font-size: 3vh;
  }
  #custom-html-f6 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-f6 .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-f6 .close {
    font-size: 7vh;
  }
  #custom-html-f6 .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-f6 #qrcode {
    display: none;
  }
  #custom-html-f6 #vol {
    display: none;
  }
  #custom-html-f6 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-f6 .close {
    font-size: 7vh;
  }
  #custom-html-f6 .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-f7 {
  /* Type valid CSS here */
}
#custom-html-f7 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-f7 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-tO26ShjAs3 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tO26ShjAs3 .row {
  flex-direction: row-reverse;
}
.cid-tO26ShjAs3 .mbr-section-title {
  color: #ffffff;
}
.cid-tO26ShjAs3 .mbr-text,
.cid-tO26ShjAs3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO26ShjAs3 .mbr-section-subtitle {
  color: #ff9e00;
}
.cid-tO26ShjAs3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO26ShjAs3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO26ShjAs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO26ShjAs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO26ShPbBv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tO26ShPbBv .mbr-section-title {
  color: #ffffff;
}
.cid-tO26ShPbBv .mbr-text,
.cid-tO26ShPbBv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO26ShPbBv .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO26ShPbBv img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO26ShPbBv .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO26ShPbBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO26ShPbBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2jtXm19D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
}
.cid-tO2jtXm19D .row {
  flex-direction: row-reverse;
}
.cid-tO2jtXm19D .mbr-section-title {
  color: #ffffff;
}
.cid-tO2jtXm19D .mbr-text,
.cid-tO2jtXm19D .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO2jtXm19D .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO2jtXm19D img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO2jtXm19D .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO2jtXm19D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2jtXm19D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2jUZPiSg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tO2jUZPiSg .mbr-section-title {
  color: #ffffff;
}
.cid-tO2jUZPiSg .mbr-text,
.cid-tO2jUZPiSg .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO2jUZPiSg .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO2jUZPiSg img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO2jUZPiSg .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO2jUZPiSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2jUZPiSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO26Si49BW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tO26Si49BW .row {
  flex-direction: row-reverse;
}
.cid-tO26Si49BW .mbr-section-title {
  color: #ffffff;
}
.cid-tO26Si49BW .mbr-text,
.cid-tO26Si49BW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tO26Si49BW .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tO26Si49BW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO26Si49BW .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO26Si49BW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO26Si49BW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcJAN9xHh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOcJAN9xHh .image-wrapper {
  position: relative;
}
.cid-tOcJAN9xHh .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tOcJAN9xHh .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tOcJAN9xHh img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tOcJAN9xHh .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tOcJAN9xHh .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tOcJAN9xHh .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tOcJAN9xHh a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tOcJAN9xHh rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tOcJAN9xHh .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tOcJAN9xHh svg {
  margin-left: 15px;
}
.cid-tOcJAN9xHh path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tOcJAN9xHh .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tOcJAN9xHh .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tOcJAN9xHh .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-tOcJAN9xHh .wrapper {
  margin: auto;
}
.cid-tO26SijT4W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-tO26SijT4W .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tO26SijT4W .mbr-text,
.cid-tO26SijT4W .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tO26SixkPB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-tO26SixkPB .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tO26SixkPB .row {
    padding: 20px 34px;
  }
}
.cid-tO26SixkPB .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-tOcK7YBZEQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tOcK7YBZEQ .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-tOcK7YBZEQ .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-tOcK7YBZEQ .card:hover {
  margin-top: -0.6rem;
}
.cid-tOcK7YBZEQ .card-wrapper {
  position: relative;
}
.cid-tOcK7YBZEQ .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-tOcK7YBZEQ .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-tOcK7YBZEQ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-tOcK7YBZEQ .big {
  margin-top: -25%;
}
.cid-tOcK7YBZEQ .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tOcK7YBZEQ .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tOcK7YBZEQ .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-tOcK7YBZEQ .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-tOcHY0Pvlg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOcHY0Pvlg .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tO26SkSjeg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tO26SkSjeg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tO26SkSjeg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tO26SkSjeg .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tO26SkSjeg .bg-youtube:hover {
  background: #cc0000;
}
.cid-tO26SkSjeg .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tO26SkSjeg .bg-twitch:hover {
  background: #7313ff;
}
.cid-tO26SkSjeg .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-tO26SkSjeg [class^="socicon-"]:before,
.cid-tO26SkSjeg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tO26SkSjeg .mbr-section-title,
.cid-tO26SkSjeg .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tO26SlfLkv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tO26SlfLkv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tO26SlfLkv .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tO26SlfLkv .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-tO26SlfLkv .form-control:focus,
.cid-tO26SlfLkv .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tO26SlfLkv .form-group {
  margin-bottom: 1rem;
}
.cid-tO26SlfLkv input::-webkit-input-placeholder,
.cid-tO26SlfLkv textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tO26SlfLkv input:-moz-placeholder,
.cid-tO26SlfLkv textarea:-moz-placeholder {
  color: #656565;
}
.cid-tO26SlfLkv .jq-selectbox li,
.cid-tO26SlfLkv .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tO26SlfLkv .jq-selectbox li:hover,
.cid-tO26SlfLkv .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tO26SlfLkv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tO26SlfLkv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tO26SlfLkv textarea.form-control {
  resize: none;
}
.cid-tO26SlfLkv .input-group-btn {
  display: inline-block;
}
.cid-tO26SlfLkv .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tO26SlfLkv .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tO26SlfLkv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tO26SlfLkv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tO26SlfLkv .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tO26SlfLkv .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tO26SlfLkv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tO26SlfLkv .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tO26SlfLkv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tO26SlfLkv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tO26SlfLkv .form-control,
.cid-tO26SlfLkv .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tO26SlfLkv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tO26SlfLkv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tO26SlfLkv #creativecommons img,
.cid-tO26SlfLkv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tO26SlfLkv .offset-md-1 {
  margin-left: 1vw;
}
.cid-tO26SjxojP.popup-builder {
  background-color: #ffffff;
}
.cid-tO26SjxojP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tO26SjxojP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tO26SjxojP .modal-content,
.cid-tO26SjxojP .modal-dialog {
  height: auto;
}
.cid-tO26SjxojP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tO26SjxojP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tO26SjxojP .form-wrapper .mbr-form .form-group,
  .cid-tO26SjxojP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tO26SjxojP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tO26SjxojP .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-tO26SjxojP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tO26SjxojP .pt-0 {
  padding-top: 0 !important;
}
.cid-tO26SjxojP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tO26SjxojP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tO26SjxojP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tO26SjxojP .modal-open {
  overflow: hidden;
}
.cid-tO26SjxojP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tO26SjxojP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tO26SjxojP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tO26SjxojP .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-tO26SjxojP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tO26SjxojP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tO26SjxojP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tO26SjxojP .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-tO26SjxojP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tO26SjxojP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tO26SjxojP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tO26SjxojP .modal-backdrop.show {
  opacity: .5;
}
.cid-tO26SjxojP .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-tO26SjxojP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tO26SjxojP .modal-header {
    padding: 1rem;
  }
}
.cid-tO26SjxojP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tO26SjxojP .modal-header .close svg {
  fill: #ffffff;
}
.cid-tO26SjxojP .modal-header .close:hover {
  opacity: 1;
}
.cid-tO26SjxojP .modal-header .close:focus {
  outline: none;
}
.cid-tO26SjxojP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tO26SjxojP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tO26SjxojP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO26SjxojP .modal-body {
    padding: 1rem;
  }
}
.cid-tO26SjxojP .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-tO26SjxojP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO26SjxojP .modal-footer {
    padding: 1rem;
  }
}
.cid-tO26SjxojP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tO26SjxojP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tO26SjxojP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tO26SjxojP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tO26SjxojP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tO26SjxojP .modal-lg,
  .cid-tO26SjxojP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tO26SjxojP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tO26SjxojP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tO26SjxojP .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-tO26SjxojP .form-group {
  margin-bottom: 1rem;
}
.cid-tO26SjxojP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tO26SjxojP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tO26SjxojP .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-tO26SjxojP .mbr-section-btn {
  margin: 0;
}
.cid-tO26SjxojP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFl4zGRCVX.popup-builder {
  background-color: #ffffff;
}
.cid-uFl4zGRCVX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFl4zGRCVX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFl4zGRCVX .modal-content,
.cid-uFl4zGRCVX .modal-dialog {
  height: auto;
}
.cid-uFl4zGRCVX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFl4zGRCVX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFl4zGRCVX .form-wrapper .mbr-form .form-group,
  .cid-uFl4zGRCVX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFl4zGRCVX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFl4zGRCVX .pt-0 {
  padding-top: 0 !important;
}
.cid-uFl4zGRCVX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFl4zGRCVX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFl4zGRCVX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFl4zGRCVX .modal-open {
  overflow: hidden;
}
.cid-uFl4zGRCVX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFl4zGRCVX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFl4zGRCVX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFl4zGRCVX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFl4zGRCVX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFl4zGRCVX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFl4zGRCVX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFl4zGRCVX .modal-backdrop.show {
  opacity: .5;
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl4zGRCVX .modal-header {
    padding: 1rem;
  }
}
.cid-uFl4zGRCVX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFl4zGRCVX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFl4zGRCVX .modal-header .close:hover {
  opacity: 1;
}
.cid-uFl4zGRCVX .modal-header .close:focus {
  outline: none;
}
.cid-uFl4zGRCVX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFl4zGRCVX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFl4zGRCVX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl4zGRCVX .modal-body {
    padding: 1rem;
  }
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl4zGRCVX .modal-footer {
    padding: 1rem;
  }
}
.cid-uFl4zGRCVX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFl4zGRCVX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFl4zGRCVX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFl4zGRCVX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFl4zGRCVX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFl4zGRCVX .modal-lg,
  .cid-uFl4zGRCVX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFl4zGRCVX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFl4zGRCVX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .form-group {
  margin-bottom: 1rem;
}
.cid-uFl4zGRCVX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFl4zGRCVX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFl4zGRCVX .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-uFl4zGRCVX .mbr-section-btn {
  margin: 0;
}
.cid-uFl4zGRCVX .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3HadWu9a3.popup-builder {
  background-color: #ffffff;
}
.cid-v3HadWu9a3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3HadWu9a3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3HadWu9a3 .modal-content,
.cid-v3HadWu9a3 .modal-dialog {
  height: auto;
}
.cid-v3HadWu9a3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3HadWu9a3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3HadWu9a3 .form-wrapper .mbr-form .form-group,
  .cid-v3HadWu9a3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3HadWu9a3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v3HadWu9a3 .pt-0 {
  padding-top: 0 !important;
}
.cid-v3HadWu9a3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3HadWu9a3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3HadWu9a3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3HadWu9a3 .modal-open {
  overflow: hidden;
}
.cid-v3HadWu9a3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3HadWu9a3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3HadWu9a3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3HadWu9a3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3HadWu9a3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v3HadWu9a3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3HadWu9a3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3HadWu9a3 .modal-backdrop.show {
  opacity: .5;
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3HadWu9a3 .modal-header {
    padding: 1rem;
  }
}
.cid-v3HadWu9a3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3HadWu9a3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v3HadWu9a3 .modal-header .close:hover {
  opacity: 1;
}
.cid-v3HadWu9a3 .modal-header .close:focus {
  outline: none;
}
.cid-v3HadWu9a3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v3HadWu9a3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v3HadWu9a3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3HadWu9a3 .modal-body {
    padding: 1rem;
  }
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3HadWu9a3 .modal-footer {
    padding: 1rem;
  }
}
.cid-v3HadWu9a3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3HadWu9a3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3HadWu9a3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3HadWu9a3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3HadWu9a3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v3HadWu9a3 .modal-lg,
  .cid-v3HadWu9a3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v3HadWu9a3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v3HadWu9a3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .form-group {
  margin-bottom: 1rem;
}
.cid-v3HadWu9a3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3HadWu9a3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3HadWu9a3 .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-v3HadWu9a3 .mbr-section-btn {
  margin: 0;
}
.cid-v3HadWu9a3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3HadWu9a3 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v3HadWu9a3 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v3HadWu9a3 #creativecommons img,
.cid-v3HadWu9a3 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uELA3Uwt1i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELA3Uwt1i nav.navbar {
  position: fixed;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELA3Uwt1i .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELA3Uwt1i #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELA3Uwt1i .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover,
.cid-uELA3Uwt1i .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELA3Uwt1i .dropdown-item:hover span {
  color: white;
}
.cid-uELA3Uwt1i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELA3Uwt1i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELA3Uwt1i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELA3Uwt1i .nav-link {
  position: relative;
}
.cid-uELA3Uwt1i .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELA3Uwt1i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELA3Uwt1i .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELA3Uwt1i .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELA3Uwt1i .dropdown-menu,
.cid-uELA3Uwt1i .navbar.opened {
  background: #353535 !important;
}
.cid-uELA3Uwt1i .nav-item:focus,
.cid-uELA3Uwt1i .nav-link:focus {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELA3Uwt1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELA3Uwt1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELA3Uwt1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.opened {
  transition: all 0.3s;
}
.cid-uELA3Uwt1i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELA3Uwt1i .navbar .navbar-logo img {
  width: auto;
}
.cid-uELA3Uwt1i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELA3Uwt1i .navbar.collapsed {
  justify-content: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELA3Uwt1i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELA3Uwt1i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELA3Uwt1i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELA3Uwt1i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELA3Uwt1i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELA3Uwt1i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELA3Uwt1i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELA3Uwt1i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELA3Uwt1i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELA3Uwt1i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELA3Uwt1i .dropdown-item.active,
.cid-uELA3Uwt1i .dropdown-item:active {
  background-color: transparent;
}
.cid-uELA3Uwt1i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELA3Uwt1i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELA3Uwt1i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELA3Uwt1i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELA3Uwt1i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELA3Uwt1i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELA3Uwt1i button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELA3Uwt1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELA3Uwt1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELA3Uwt1i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELA3Uwt1i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar {
    height: 70px;
  }
  .cid-uELA3Uwt1i .navbar.opened {
    height: auto;
  }
  .cid-uELA3Uwt1i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELA3Uwt1i .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELA3Uwt1i .navbar-toggler {
  margin-left: 10px;
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELA3Uwt1i .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-text {
    display: none;
  }
}
.cid-uELA3Uwt1i .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELA3Uwt1i .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELA3Uwt1i .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELA3Uwt1i .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-uELA3Uwt1i #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-uELA3Uwt1i #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-uELA3Uwt1i #vol {
    display: none;
  }
}
.cid-uELA3Uwt1i .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tOcLZGKAXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOcLZGKAXI .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tOcLZGKAXI .mbr-section-subtitle {
  text-align: center;
}
.cid-tOcLZGKAXI .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOcLZGKAXI .display-1 {
    font-size: 75px;
  }
  .cid-tOcLZGKAXI .display-5 {
    font-size: 29px;
  }
  .cid-tOcLZGKAXI .display-4 {
    font-weight: 300;
  }
}
#custom-html-fx {
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
  /* Modale Contenu */
  /* le bouton de fermeture de la modale */
  /* Add Animation */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 1024px and down) */
  /* Extra small devices (TV, 1201px and down) */
}
#custom-html-fx body {
  background-color: black;
}
#custom-html-fx .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-fx p {
  font-size: 60px;
  color: #777;
}
#custom-html-fx * {
  margin: 0;
  padding: 0;
}
#custom-html-fx #clicMOI {
  width: 10%;
}
#custom-html-fx .moisAnnee {
  padding-top: 5vh;
  padding-right: 0px;
  margin-bottom: 2vh;
  text-align: right;
  padding-right: 3vh;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
#custom-html-fx #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#custom-html-fx #qrcode {
  background-image: url("");
  position: unset;
  width: 190%;
  height: 87%;
  opacity: 1;
  background-position: center center;
  background-size: contain;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
}
#custom-html-fx #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
}
#custom-html-fx #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-fx #platine {
  margin-bottom: -4vh;
}
#custom-html-fx #slider {
  margin-top: :3vh;
}
#custom-html-fx .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-fx .donneesLecteur {
  padding-left: .5vw;
}
#custom-html-fx #lectureVideo,
#custom-html-fx #pauseVideo {
  cursor: pointer;
}
#custom-html-fx #pleinEcran,
#custom-html-fx #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-fx #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-fx #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-fx #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-fx #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-fx input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-fx input[type="range"]:focus {
  outline: none;
}
#custom-html-fx input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-fx input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  /*custom styles*/
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-fx input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-fx input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-fx input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-fx input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-fx .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-fx .custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  box-sizing: border-box;
  transform: scale(4);
}
#custom-html-fx .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-fx .conteneurVideo.paused::after {
  content: "En lecture, sous la vidéo, est inscrit le nom de l'espèce à l'écran.\A Pour en savoir plus, cliquez sur la vidéo ou le nom.";
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vh;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTIyOS43NjMgMjUuODE3Yy0yLjY5OS0xMC4xNjItMTAuNjUtMTguMTY1LTIwLjc0OC0yMC44ODFDMTkwLjcxNiAwIDExNy4zMzMgMCAxMTcuMzMzIDBTNDMuOTUxIDAgMjUuNjUxIDQuOTM2QzE1LjU1MyA3LjY1MiA3LjYgMTUuNjU1IDQuOTAzIDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwMyA1Ni44NUM3LjYgMTQ5LjY4IDE1LjU1MyAxNTcuNjgxIDI1LjY1IDE2MC40YzE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODItNC45MzRjMTAuMDk4LTIuNzE4IDE4LjA0OS0xMC43MiAyMC43NDgtMjAuODgyIDQuOTA0LTE4LjQyMSA0LjkwNC01Ni44NSA0LjkwNC01Ni44NXMwLTM4LjQzMS00LjkwNC01Ni44NSIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5bDYxLjMzMy0zNC44OS02MS4zMzMtMzQuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  font-size: 1.5vh;
  padding-top: .5vh;
  color: white;
  font-style: italic;
}
#custom-html-fx .conteneurVideo.ended::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#custom-html-fx .conteneurVideo.qcmPatience::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#custom-html-fx .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-fx .conteneurVideo iframe,
#custom-html-fx .conteneurVideo object,
#custom-html-fx .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-fx #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-fx .identification {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  font-size: 1vh;
  background-color: #000 !important;
  border: none;
  /*border-radius: .8rem;*/
  color: white;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  margin-top: .5vh;
  /*max-width: 45vh;*/
  cursor: pointer;
}
#custom-html-fx #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5vh;
}
#custom-html-fx .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-fx a {
  text-decoration: none;
}
#custom-html-fx a:link {
  color: white;
}
#custom-html-fx a:visited {
  color: white;
}
#custom-html-fx .modeEmploi {
  position: initial;
  font-family: arial;
  font-size: 1.2vh;
  font-style: italic;
  /* background-color: #4479d9; */
  border: none;
  border-radius: .8rem;
  color: #404040;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  display: initial;
  opacity: 0;
}
#custom-html-fx .conteneurQCM {
  display: inline-flex;
}
#custom-html-fx #score,
#custom-html-fx #qcm {
  background-color: #4479d9;
  padding: .5vw;
  font-size: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5vw;
  color: white;
  cursor: pointer;
  margin-top: 1vw;
  display: none;
}
#custom-html-fx #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-fx #score {
  width: 10vw;
  margin-left: 1vw;
  cursor: default;
}
#custom-html-fx #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-fx .option {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5vw;
  color: #777;
}
#custom-html-fx .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-fx input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-fx .modaleOverlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 1000;
}
#custom-html-fx .modaleQCM,
#custom-html-fx .modaleVideo {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#custom-html-fx .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-fx .questionTotal {
  font: 1.5vw Arial, sans-serif;
  width: 2.5em;
  height: 2.5em;
  /* box-sizing: initial; */
  background-color: #4479d9;
  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  float: inline-start;
  margin-left: .3em;
  margin-top: -0.1em;
}
#custom-html-fx .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-fx .contenuModaleQCM,
#custom-html-fx .contenuModaleVideo {
  position: relative;
  background-color: #353535;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Jost,Arial;
  border-radius: .5vh;
}
#custom-html-fx .contenuModaleQCM {
  width: 40%;
}
#custom-html-fx .enteteModaleQCM,
#custom-html-fx .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-fx .close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: normal;
  font-family: Jost,Arial;
  width: 4%;
  position: absolute;
  right: 1vh;
  top: .5vh;
  cursor: pointer;
}
#custom-html-fx .close:hover,
#custom-html-fx .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-fx .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-fx .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-fx .piedModaleQCM,
#custom-html-fx .piedModaleVideo {
  padding: 2px 16px;
  /*background-color: #353535;*/
  color: white;
  border-radius: 0 0 .5vh .5vh;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  #custom-html-fx .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-fx .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-fx .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-fx #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-fx #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-fx .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-fx .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-fx .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-fx #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-fx #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 5vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-fx .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 5vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-fx .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-fx .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-fx .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-fx #qcm {
    font-size: 2vw;
    width: 35vw;
    margin-top: 2vw;
  }
  #custom-html-fx #score {
    font-size: 2vw;
    width: 21vw;
    margin-top: 2vw;
  }
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 3vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #pleinEcran,
  #custom-html-fx #fenetre,
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-fx .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .close {
    font-size: 3vh;
  }
  #custom-html-fx .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-fx .close {
    font-size: 7vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-fx #qrcode {
    display: none;
  }
  #custom-html-fx #vol {
    display: none;
  }
  #custom-html-fx .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-fx .close {
    font-size: 7vh;
  }
  #custom-html-fx .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-fy {
  /* Type valid CSS here */
}
#custom-html-fy div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-fy .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-tOcLZI7CS4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tOcLZI7CS4 .row {
  flex-direction: row-reverse;
}
.cid-tOcLZI7CS4 .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZI7CS4 .mbr-text,
.cid-tOcLZI7CS4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tOcLZI7CS4 .mbr-section-subtitle {
  color: #ff9e00;
}
.cid-tOcLZI7CS4 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZI7CS4 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZI7CS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZI7CS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZIzXIf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tOcLZIzXIf .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZIzXIf .mbr-text,
.cid-tOcLZIzXIf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tOcLZIzXIf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tOcLZIzXIf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZIzXIf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZIzXIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZIzXIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZIWqPW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
}
.cid-tOcLZIWqPW .row {
  flex-direction: row-reverse;
}
.cid-tOcLZIWqPW .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZIWqPW .mbr-text,
.cid-tOcLZIWqPW .mbr-section-btn {
  color: #ffffff;
}
.cid-tOcLZIWqPW .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tOcLZIWqPW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZIWqPW .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZIWqPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZIWqPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZJixR3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tOcLZJixR3 .mbr-section-title {
  color: #ffffff;
}
.cid-tOcLZJixR3 .mbr-text,
.cid-tOcLZJixR3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tOcLZJixR3 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tOcLZJixR3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tOcLZJixR3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tOcLZJixR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcLZJixR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcLZJY2wJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOcLZJY2wJ .image-wrapper {
  position: relative;
}
.cid-tOcLZJY2wJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tOcLZJY2wJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tOcLZJY2wJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tOcLZJY2wJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tOcLZJY2wJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tOcLZJY2wJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tOcLZJY2wJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tOcLZJY2wJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tOcLZJY2wJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tOcLZJY2wJ svg {
  margin-left: 15px;
}
.cid-tOcLZJY2wJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tOcLZJY2wJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tOcLZJY2wJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tOcLZJY2wJ .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-tOcLZJY2wJ .wrapper {
  margin: auto;
}
.cid-tOcLZL3pYx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-tOcLZL3pYx .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tOcLZL3pYx .mbr-text,
.cid-tOcLZL3pYx .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tOcLZLrr8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-tOcLZLrr8c .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tOcLZLrr8c .row {
    padding: 20px 34px;
  }
}
.cid-tOcLZLrr8c .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-tOcLZMm70l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tOcLZMm70l .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-tOcLZMm70l .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-tOcLZMm70l .card:hover {
  margin-top: -0.6rem;
}
.cid-tOcLZMm70l .card-wrapper {
  position: relative;
}
.cid-tOcLZMm70l .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-tOcLZMm70l .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-tOcLZMm70l .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-tOcLZMm70l .big {
  margin-top: -25%;
}
.cid-tOcLZMm70l .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tOcLZMm70l .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tOcLZMm70l .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-tOcLZMm70l .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-tOcLZMWSQP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOcLZMWSQP .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tOcLZNA0mD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tOcLZNA0mD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tOcLZNA0mD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tOcLZNA0mD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tOcLZNA0mD .bg-youtube:hover {
  background: #cc0000;
}
.cid-tOcLZNA0mD .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tOcLZNA0mD .bg-twitch:hover {
  background: #7313ff;
}
.cid-tOcLZNA0mD .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-tOcLZNA0mD [class^="socicon-"]:before,
.cid-tOcLZNA0mD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tOcLZNA0mD .mbr-section-title,
.cid-tOcLZNA0mD .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tOcLZNUdgF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tOcLZNUdgF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tOcLZNUdgF .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tOcLZNUdgF .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-tOcLZNUdgF .form-control:focus,
.cid-tOcLZNUdgF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tOcLZNUdgF .form-group {
  margin-bottom: 1rem;
}
.cid-tOcLZNUdgF input::-webkit-input-placeholder,
.cid-tOcLZNUdgF textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tOcLZNUdgF input:-moz-placeholder,
.cid-tOcLZNUdgF textarea:-moz-placeholder {
  color: #656565;
}
.cid-tOcLZNUdgF .jq-selectbox li,
.cid-tOcLZNUdgF .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tOcLZNUdgF .jq-selectbox li:hover,
.cid-tOcLZNUdgF .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tOcLZNUdgF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tOcLZNUdgF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tOcLZNUdgF textarea.form-control {
  resize: none;
}
.cid-tOcLZNUdgF .input-group-btn {
  display: inline-block;
}
.cid-tOcLZNUdgF .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tOcLZNUdgF .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOcLZNUdgF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tOcLZNUdgF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tOcLZNUdgF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tOcLZNUdgF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tOcLZNUdgF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOcLZNUdgF .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tOcLZNUdgF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tOcLZNUdgF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tOcLZNUdgF .form-control,
.cid-tOcLZNUdgF .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tOcLZNUdgF #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tOcLZNUdgF #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tOcLZNUdgF #creativecommons img,
.cid-tOcLZNUdgF iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tOcLZNUdgF .offset-md-1 {
  margin-left: 1vw;
}
.cid-tOcLZOxPzv.popup-builder {
  background-color: #ffffff;
}
.cid-tOcLZOxPzv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOcLZOxPzv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOcLZOxPzv .modal-content,
.cid-tOcLZOxPzv .modal-dialog {
  height: auto;
}
.cid-tOcLZOxPzv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOcLZOxPzv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOcLZOxPzv .form-wrapper .mbr-form .form-group,
  .cid-tOcLZOxPzv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOcLZOxPzv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tOcLZOxPzv .pt-0 {
  padding-top: 0 !important;
}
.cid-tOcLZOxPzv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOcLZOxPzv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOcLZOxPzv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOcLZOxPzv .modal-open {
  overflow: hidden;
}
.cid-tOcLZOxPzv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOcLZOxPzv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOcLZOxPzv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOcLZOxPzv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOcLZOxPzv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOcLZOxPzv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOcLZOxPzv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOcLZOxPzv .modal-backdrop.show {
  opacity: .5;
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOxPzv .modal-header {
    padding: 1rem;
  }
}
.cid-tOcLZOxPzv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOcLZOxPzv .modal-header .close svg {
  fill: #ffffff;
}
.cid-tOcLZOxPzv .modal-header .close:hover {
  opacity: 1;
}
.cid-tOcLZOxPzv .modal-header .close:focus {
  outline: none;
}
.cid-tOcLZOxPzv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tOcLZOxPzv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOcLZOxPzv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOxPzv .modal-body {
    padding: 1rem;
  }
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOxPzv .modal-footer {
    padding: 1rem;
  }
}
.cid-tOcLZOxPzv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOcLZOxPzv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOcLZOxPzv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOcLZOxPzv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOcLZOxPzv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOcLZOxPzv .modal-lg,
  .cid-tOcLZOxPzv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOcLZOxPzv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOcLZOxPzv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .form-group {
  margin-bottom: 1rem;
}
.cid-tOcLZOxPzv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOcLZOxPzv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOcLZOxPzv .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-tOcLZOxPzv .mbr-section-btn {
  margin: 0;
}
.cid-tOcLZOxPzv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOcLZOXQTt.popup-builder {
  background-color: #ffffff;
}
.cid-tOcLZOXQTt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOcLZOXQTt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOcLZOXQTt .modal-content,
.cid-tOcLZOXQTt .modal-dialog {
  height: auto;
}
.cid-tOcLZOXQTt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOcLZOXQTt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOcLZOXQTt .form-wrapper .mbr-form .form-group,
  .cid-tOcLZOXQTt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOcLZOXQTt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tOcLZOXQTt .pt-0 {
  padding-top: 0 !important;
}
.cid-tOcLZOXQTt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOcLZOXQTt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOcLZOXQTt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOcLZOXQTt .modal-open {
  overflow: hidden;
}
.cid-tOcLZOXQTt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOcLZOXQTt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOcLZOXQTt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOcLZOXQTt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOcLZOXQTt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOcLZOXQTt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOcLZOXQTt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOcLZOXQTt .modal-backdrop.show {
  opacity: .5;
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOXQTt .modal-header {
    padding: 1rem;
  }
}
.cid-tOcLZOXQTt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOcLZOXQTt .modal-header .close svg {
  fill: #ffffff;
}
.cid-tOcLZOXQTt .modal-header .close:hover {
  opacity: 1;
}
.cid-tOcLZOXQTt .modal-header .close:focus {
  outline: none;
}
.cid-tOcLZOXQTt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tOcLZOXQTt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOcLZOXQTt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOXQTt .modal-body {
    padding: 1rem;
  }
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOcLZOXQTt .modal-footer {
    padding: 1rem;
  }
}
.cid-tOcLZOXQTt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOcLZOXQTt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOcLZOXQTt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOcLZOXQTt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOcLZOXQTt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOcLZOXQTt .modal-lg,
  .cid-tOcLZOXQTt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOcLZOXQTt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOcLZOXQTt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .form-group {
  margin-bottom: 1rem;
}
.cid-tOcLZOXQTt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOcLZOXQTt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOcLZOXQTt .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-tOcLZOXQTt .mbr-section-btn {
  margin: 0;
}
.cid-tOcLZOXQTt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOcLZOXQTt #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tOcLZOXQTt #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tOcLZOXQTt #creativecommons img,
.cid-tOcLZOXQTt iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uFl5BxiHkP.popup-builder {
  background-color: #ffffff;
}
.cid-uFl5BxiHkP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFl5BxiHkP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFl5BxiHkP .modal-content,
.cid-uFl5BxiHkP .modal-dialog {
  height: auto;
}
.cid-uFl5BxiHkP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFl5BxiHkP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFl5BxiHkP .form-wrapper .mbr-form .form-group,
  .cid-uFl5BxiHkP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFl5BxiHkP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFl5BxiHkP .pt-0 {
  padding-top: 0 !important;
}
.cid-uFl5BxiHkP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFl5BxiHkP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFl5BxiHkP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFl5BxiHkP .modal-open {
  overflow: hidden;
}
.cid-uFl5BxiHkP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFl5BxiHkP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFl5BxiHkP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFl5BxiHkP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFl5BxiHkP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFl5BxiHkP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFl5BxiHkP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFl5BxiHkP .modal-backdrop.show {
  opacity: .5;
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BxiHkP .modal-header {
    padding: 1rem;
  }
}
.cid-uFl5BxiHkP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFl5BxiHkP .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFl5BxiHkP .modal-header .close:hover {
  opacity: 1;
}
.cid-uFl5BxiHkP .modal-header .close:focus {
  outline: none;
}
.cid-uFl5BxiHkP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFl5BxiHkP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFl5BxiHkP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BxiHkP .modal-body {
    padding: 1rem;
  }
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFl5BxiHkP .modal-footer {
    padding: 1rem;
  }
}
.cid-uFl5BxiHkP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFl5BxiHkP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFl5BxiHkP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFl5BxiHkP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFl5BxiHkP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFl5BxiHkP .modal-lg,
  .cid-uFl5BxiHkP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFl5BxiHkP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFl5BxiHkP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .form-group {
  margin-bottom: 1rem;
}
.cid-uFl5BxiHkP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFl5BxiHkP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFl5BxiHkP .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-uFl5BxiHkP .mbr-section-btn {
  margin: 0;
}
.cid-uFl5BxiHkP .mbr-section-btn .btn {
  margin: 0;
}
