@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-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .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-tSDQuZzovX.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQuZzovX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQuZzovX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQuZzovX .modal-content,
.cid-tSDQuZzovX .modal-dialog {
  height: auto;
}
.cid-tSDQuZzovX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQuZzovX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQuZzovX .form-wrapper .mbr-form .form-group,
  .cid-tSDQuZzovX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQuZzovX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQuZzovX .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-tSDQuZzovX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQuZzovX .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQuZzovX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQuZzovX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQuZzovX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQuZzovX .modal-open {
  overflow: hidden;
}
.cid-tSDQuZzovX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQuZzovX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQuZzovX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQuZzovX .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-tSDQuZzovX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQuZzovX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQuZzovX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQuZzovX .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-tSDQuZzovX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQuZzovX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQuZzovX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQuZzovX .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQuZzovX .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-tSDQuZzovX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQuZzovX .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQuZzovX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQuZzovX .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQuZzovX .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQuZzovX .modal-header .close:focus {
  outline: none;
}
.cid-tSDQuZzovX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQuZzovX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQuZzovX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQuZzovX .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQuZzovX .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-tSDQuZzovX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQuZzovX .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQuZzovX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQuZzovX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQuZzovX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQuZzovX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQuZzovX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQuZzovX .modal-lg,
  .cid-tSDQuZzovX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQuZzovX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQuZzovX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQuZzovX .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-tSDQuZzovX .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQuZzovX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQuZzovX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQuZzovX .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-tSDQuZzovX .mbr-section-btn {
  margin: 0;
}
.cid-tSDQuZzovX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFjAa22Ezp.popup-builder {
  background-color: #ffffff;
}
.cid-uFjAa22Ezp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFjAa22Ezp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFjAa22Ezp .modal-content,
.cid-uFjAa22Ezp .modal-dialog {
  height: auto;
}
.cid-uFjAa22Ezp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFjAa22Ezp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFjAa22Ezp .form-wrapper .mbr-form .form-group,
  .cid-uFjAa22Ezp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFjAa22Ezp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uFjAa22Ezp .pt-0 {
  padding-top: 0 !important;
}
.cid-uFjAa22Ezp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFjAa22Ezp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFjAa22Ezp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFjAa22Ezp .modal-open {
  overflow: hidden;
}
.cid-uFjAa22Ezp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFjAa22Ezp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFjAa22Ezp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFjAa22Ezp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFjAa22Ezp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFjAa22Ezp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFjAa22Ezp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFjAa22Ezp .modal-backdrop.show {
  opacity: .5;
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFjAa22Ezp .modal-header {
    padding: 1rem;
  }
}
.cid-uFjAa22Ezp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFjAa22Ezp .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFjAa22Ezp .modal-header .close:hover {
  opacity: 1;
}
.cid-uFjAa22Ezp .modal-header .close:focus {
  outline: none;
}
.cid-uFjAa22Ezp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFjAa22Ezp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFjAa22Ezp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFjAa22Ezp .modal-body {
    padding: 1rem;
  }
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFjAa22Ezp .modal-footer {
    padding: 1rem;
  }
}
.cid-uFjAa22Ezp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFjAa22Ezp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFjAa22Ezp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFjAa22Ezp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFjAa22Ezp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFjAa22Ezp .modal-lg,
  .cid-uFjAa22Ezp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFjAa22Ezp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFjAa22Ezp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .form-group {
  margin-bottom: 1rem;
}
.cid-uFjAa22Ezp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFjAa22Ezp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFjAa22Ezp .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-uFjAa22Ezp .mbr-section-btn {
  margin: 0;
}
.cid-uFjAa22Ezp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-jn {
  /* Type valid CSS here */
}
#custom-html-jn div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-jn .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ueNIE1Ts4d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ueNIE1Ts4d .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-u2rPoER5Ec {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u2rPoER5Ec .mbr-section-title {
  color: #ffffff;
}
.cid-u2rPoER5Ec .mbr-text {
  color: #bbbbbb;
}
.cid-u2rPoER5Ec .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2rPoER5Ec .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 4vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-u2sLxhAB0W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u2sLxhAB0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sLxhAB0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2sLxhAB0W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2sLxhAB0W .row {
  flex-direction: row-reverse;
}
.cid-u2sLxhAB0W img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u2sLxhAB0W .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2sLxhAB0W .mbr-section-title {
  color: #ffffff;
}
.cid-u2sLxhAB0W .mbr-text {
  color: #bbbbbb;
}
.cid-u2sLxhAB0W .mbr-description {
  color: #4479d9;
}
.cid-u2sLSn4vVS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u2sLSn4vVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sLSn4vVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2sLSn4vVS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2sLSn4vVS img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u2sLSn4vVS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2sLSn4vVS .mbr-section-title {
  color: #ffffff;
}
.cid-u2sLSn4vVS .mbr-text {
  color: #bbbbbb;
}
.cid-u2sLSn4vVS .mbr-description {
  color: #4479d9;
}
.cid-u2sMaU9a4G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u2sMaU9a4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sMaU9a4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2sMaU9a4G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2sMaU9a4G .row {
  flex-direction: row-reverse;
}
.cid-u2sMaU9a4G img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u2sMaU9a4G .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2sMaU9a4G .mbr-description {
  text-align: left;
  color: #4479d9;
}
.cid-u2sMaU9a4G .mbr-section-title {
  color: #ffffff;
}
.cid-u2sMaU9a4G .mbr-text {
  color: #bbbbbb;
}
.cid-ueNIFWzYyi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ueNIFWzYyi .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ueNIFWzYyi .mbr-text,
.cid-ueNIFWzYyi .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u2nPV5tYJC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u2nPV5tYJC .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u2nPV5tYJC .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u2nPV5tYJC .card:hover {
  margin-top: -0.6rem;
}
.cid-u2nPV5tYJC .card-wrapper {
  position: relative;
}
.cid-u2nPV5tYJC .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u2nPV5tYJC .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u2nPV5tYJC .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-u2nPV5tYJC .big {
  margin-top: -25%;
}
.cid-u2nPV5tYJC .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-u2nPV5tYJC .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u2nPV5tYJC .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u2nPV5tYJC .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u2nPV6LVL8.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV6LVL8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV6LVL8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV6LVL8 .modal-content,
.cid-u2nPV6LVL8 .modal-dialog {
  height: auto;
}
.cid-u2nPV6LVL8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV6LVL8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV6LVL8 .form-wrapper .mbr-form .form-group,
  .cid-u2nPV6LVL8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV6LVL8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV6LVL8 .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV6LVL8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV6LVL8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV6LVL8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV6LVL8 .modal-open {
  overflow: hidden;
}
.cid-u2nPV6LVL8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV6LVL8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV6LVL8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV6LVL8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV6LVL8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV6LVL8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV6LVL8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV6LVL8 .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV6LVL8 .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV6LVL8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV6LVL8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV6LVL8 .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV6LVL8 .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV6LVL8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV6LVL8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV6LVL8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV6LVL8 .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV6LVL8 .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV6LVL8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV6LVL8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV6LVL8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV6LVL8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV6LVL8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV6LVL8 .modal-lg,
  .cid-u2nPV6LVL8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV6LVL8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV6LVL8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV6LVL8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV6LVL8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV6LVL8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV6LVL8 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u2nPV6LVL8 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u2nPV6LVL8 #creativecommons img,
.cid-u2nPV6LVL8 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u2nPV7uuRN.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV7uuRN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV7uuRN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV7uuRN .modal-content,
.cid-u2nPV7uuRN .modal-dialog {
  height: auto;
}
.cid-u2nPV7uuRN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV7uuRN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV7uuRN .form-wrapper .mbr-form .form-group,
  .cid-u2nPV7uuRN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV7uuRN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV7uuRN .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV7uuRN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV7uuRN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV7uuRN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV7uuRN .modal-open {
  overflow: hidden;
}
.cid-u2nPV7uuRN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV7uuRN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV7uuRN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV7uuRN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV7uuRN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV7uuRN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV7uuRN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV7uuRN .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV7uuRN .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV7uuRN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV7uuRN .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV7uuRN .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV7uuRN .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV7uuRN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV7uuRN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV7uuRN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV7uuRN .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV7uuRN .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV7uuRN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV7uuRN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV7uuRN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV7uuRN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV7uuRN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV7uuRN .modal-lg,
  .cid-u2nPV7uuRN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV7uuRN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV7uuRN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV7uuRN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV7uuRN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV7uuRN .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPVahrs9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2nPVahrs9 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u2nPVaFbvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u2nPVaFbvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u2nPVaFbvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u2nPVaFbvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u2nPVaFbvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-u2nPVaFbvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u2nPVaFbvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-u2nPVaFbvH .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-u2nPVaFbvH [class^="socicon-"]:before,
.cid-u2nPVaFbvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u2nPVaFbvH .mbr-section-title,
.cid-u2nPVaFbvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u2nPVbqRpu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u2nPVbqRpu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2nPVbqRpu .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u2nPVbqRpu .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-u2nPVbqRpu .form-control:focus,
.cid-u2nPVbqRpu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2nPVbqRpu .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPVbqRpu input::-webkit-input-placeholder,
.cid-u2nPVbqRpu textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u2nPVbqRpu input:-moz-placeholder,
.cid-u2nPVbqRpu textarea:-moz-placeholder {
  color: #656565;
}
.cid-u2nPVbqRpu .jq-selectbox li,
.cid-u2nPVbqRpu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2nPVbqRpu .jq-selectbox li:hover,
.cid-u2nPVbqRpu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2nPVbqRpu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2nPVbqRpu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2nPVbqRpu textarea.form-control {
  resize: none;
}
.cid-u2nPVbqRpu .input-group-btn {
  display: inline-block;
}
.cid-u2nPVbqRpu .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u2nPVbqRpu .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2nPVbqRpu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2nPVbqRpu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u2nPVbqRpu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2nPVbqRpu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2nPVbqRpu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2nPVbqRpu .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u2nPVbqRpu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2nPVbqRpu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u2nPVbqRpu .form-control,
.cid-u2nPVbqRpu .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u2nPVbqRpu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u2nPVbqRpu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u2nPVbqRpu #creativecommons img,
.cid-u2nPVbqRpu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u2nPVbqRpu .offset-md-1 {
  margin-left: 1vw;
}
.cid-u2nPVcU4ar.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPVcU4ar.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPVcU4ar.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPVcU4ar .modal-content,
.cid-u2nPVcU4ar .modal-dialog {
  height: auto;
}
.cid-u2nPVcU4ar .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPVcU4ar .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPVcU4ar .form-wrapper .mbr-form .form-group,
  .cid-u2nPVcU4ar .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPVcU4ar .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPVcU4ar .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPVcU4ar .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPVcU4ar .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPVcU4ar .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPVcU4ar .modal-open {
  overflow: hidden;
}
.cid-u2nPVcU4ar .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPVcU4ar .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPVcU4ar .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPVcU4ar .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPVcU4ar .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPVcU4ar .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPVcU4ar .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPVcU4ar .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPVcU4ar .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPVcU4ar .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPVcU4ar .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPVcU4ar .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPVcU4ar .modal-header .close:focus {
  outline: none;
}
.cid-u2nPVcU4ar .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPVcU4ar .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPVcU4ar .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPVcU4ar .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPVcU4ar .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPVcU4ar .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPVcU4ar .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPVcU4ar .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPVcU4ar .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPVcU4ar .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPVcU4ar .modal-lg,
  .cid-u2nPVcU4ar .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPVcU4ar .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPVcU4ar .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPVcU4ar .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPVcU4ar .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .mbr-section-btn {
  margin: 0;
}
.cid-u2nPVcU4ar .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2pdvYwzL2.popup-builder {
  background-color: #ffffff;
}
.cid-u2pdvYwzL2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2pdvYwzL2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2pdvYwzL2 .modal-content,
.cid-u2pdvYwzL2 .modal-dialog {
  height: auto;
}
.cid-u2pdvYwzL2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2pdvYwzL2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2pdvYwzL2 .form-wrapper .mbr-form .form-group,
  .cid-u2pdvYwzL2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2pdvYwzL2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2pdvYwzL2 .pt-0 {
  padding-top: 0 !important;
}
.cid-u2pdvYwzL2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2pdvYwzL2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2pdvYwzL2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2pdvYwzL2 .modal-open {
  overflow: hidden;
}
.cid-u2pdvYwzL2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2pdvYwzL2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2pdvYwzL2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2pdvYwzL2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2pdvYwzL2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2pdvYwzL2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2pdvYwzL2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2pdvYwzL2 .modal-backdrop.show {
  opacity: .5;
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2pdvYwzL2 .modal-header {
    padding: 1rem;
  }
}
.cid-u2pdvYwzL2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2pdvYwzL2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2pdvYwzL2 .modal-header .close:hover {
  opacity: 1;
}
.cid-u2pdvYwzL2 .modal-header .close:focus {
  outline: none;
}
.cid-u2pdvYwzL2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2pdvYwzL2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2pdvYwzL2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2pdvYwzL2 .modal-body {
    padding: 1rem;
  }
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2pdvYwzL2 .modal-footer {
    padding: 1rem;
  }
}
.cid-u2pdvYwzL2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2pdvYwzL2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2pdvYwzL2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2pdvYwzL2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2pdvYwzL2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2pdvYwzL2 .modal-lg,
  .cid-u2pdvYwzL2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2pdvYwzL2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2pdvYwzL2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .form-group {
  margin-bottom: 1rem;
}
.cid-u2pdvYwzL2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2pdvYwzL2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2pdvYwzL2 .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-u2pdvYwzL2 .mbr-section-btn {
  margin: 0;
}
.cid-u2pdvYwzL2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBx2dy.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBx2dy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBx2dy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBx2dy .modal-content,
.cid-uO17aBx2dy .modal-dialog {
  height: auto;
}
.cid-uO17aBx2dy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBx2dy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBx2dy .form-wrapper .mbr-form .form-group,
  .cid-uO17aBx2dy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBx2dy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBx2dy .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-uO17aBx2dy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBx2dy .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBx2dy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBx2dy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBx2dy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBx2dy .modal-open {
  overflow: hidden;
}
.cid-uO17aBx2dy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBx2dy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBx2dy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBx2dy .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-uO17aBx2dy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBx2dy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBx2dy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBx2dy .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-uO17aBx2dy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBx2dy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBx2dy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBx2dy .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBx2dy .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-uO17aBx2dy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBx2dy .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBx2dy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBx2dy .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBx2dy .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBx2dy .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBx2dy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBx2dy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBx2dy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBx2dy .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBx2dy .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-uO17aBx2dy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBx2dy .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBx2dy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBx2dy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBx2dy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBx2dy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBx2dy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBx2dy .modal-lg,
  .cid-uO17aBx2dy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBx2dy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBx2dy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBx2dy .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-uO17aBx2dy .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBx2dy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBx2dy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBx2dy .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-uO17aBx2dy .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBx2dy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-jj {
  /* Type valid CSS here */
}
#custom-html-jj div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-jj .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ueNHYDjGI2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ueNHYDjGI2 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-u320pgbTPe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u320pgbTPe .mbr-section-title {
  color: #ffffff;
}
.cid-u320pgbTPe .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u320pgbTPe .mbr-text {
  color: #bbbbbb;
}
.cid-u320pgbTPe .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-u320pgs9HL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u320pgs9HL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u320pgs9HL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u320pgs9HL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u320pgs9HL .row {
  flex-direction: row-reverse;
}
.cid-u320pgs9HL img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u320pgs9HL .text-wrapper {
    padding: 2rem;
  }
}
.cid-u320pgs9HL .mbr-section-title {
  color: #ffffff;
}
.cid-u320pgs9HL .mbr-text {
  color: #bbbbbb;
}
.cid-u320pgs9HL .mbr-description {
  color: #4479d9;
}
.cid-u320pgRKMT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u320pgRKMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u320pgRKMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u320pgRKMT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u320pgRKMT img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u320pgRKMT .text-wrapper {
    padding: 2rem;
  }
}
.cid-u320pgRKMT .mbr-section-title {
  color: #ffffff;
}
.cid-u320pgRKMT .mbr-text {
  color: #bbbbbb;
}
.cid-u320pgRKMT .mbr-description {
  color: #4479d9;
}
.cid-ujTpsZ3x8K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ujTpsZ3x8K .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-u320phdDxY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u320phdDxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u320phdDxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u320phdDxY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u320phdDxY .row {
  flex-direction: row-reverse;
}
.cid-u320phdDxY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u320phdDxY .text-wrapper {
    padding: 2rem;
  }
}
.cid-u320phdDxY .mbr-description {
  text-align: center;
}
.cid-u320phdDxY .mbr-section-title {
  color: #ffffff;
}
.cid-u320phdDxY .mbr-text {
  color: #bbbbbb;
}
.cid-ueNI0KV1Zi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ueNI0KV1Zi .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ueNI0KV1Zi .mbr-text,
.cid-ueNI0KV1Zi .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u320pihA18 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u320pihA18 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u320pihA18 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u320pihA18 .card:hover {
  margin-top: -0.6rem;
}
.cid-u320pihA18 .card-wrapper {
  position: relative;
}
.cid-u320pihA18 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u320pihA18 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u320pihA18 .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-u320pihA18 .big {
  margin-top: -25%;
}
.cid-u320pihA18 .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-u320pihA18 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u320pihA18 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u320pihA18 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u320piIhYh.popup-builder {
  background-color: #ffffff;
}
.cid-u320piIhYh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320piIhYh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320piIhYh .modal-content,
.cid-u320piIhYh .modal-dialog {
  height: auto;
}
.cid-u320piIhYh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320piIhYh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320piIhYh .form-wrapper .mbr-form .form-group,
  .cid-u320piIhYh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320piIhYh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320piIhYh .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-u320piIhYh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320piIhYh .pt-0 {
  padding-top: 0 !important;
}
.cid-u320piIhYh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320piIhYh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320piIhYh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320piIhYh .modal-open {
  overflow: hidden;
}
.cid-u320piIhYh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320piIhYh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320piIhYh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320piIhYh .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-u320piIhYh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320piIhYh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320piIhYh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320piIhYh .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-u320piIhYh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320piIhYh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320piIhYh .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320piIhYh .modal-backdrop.show {
  opacity: .5;
}
.cid-u320piIhYh .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-u320piIhYh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320piIhYh .modal-header {
    padding: 1rem;
  }
}
.cid-u320piIhYh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320piIhYh .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320piIhYh .modal-header .close:hover {
  opacity: 1;
}
.cid-u320piIhYh .modal-header .close:focus {
  outline: none;
}
.cid-u320piIhYh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320piIhYh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320piIhYh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320piIhYh .modal-body {
    padding: 1rem;
  }
}
.cid-u320piIhYh .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-u320piIhYh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320piIhYh .modal-footer {
    padding: 1rem;
  }
}
.cid-u320piIhYh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320piIhYh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320piIhYh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320piIhYh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320piIhYh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320piIhYh .modal-lg,
  .cid-u320piIhYh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320piIhYh .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320piIhYh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320piIhYh .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-u320piIhYh .form-group {
  margin-bottom: 1rem;
}
.cid-u320piIhYh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320piIhYh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320piIhYh .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-u320piIhYh .mbr-section-btn {
  margin: 0;
}
.cid-u320piIhYh .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320piIhYh #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u320piIhYh #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u320piIhYh #creativecommons img,
.cid-u320piIhYh iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u320pjfDJR.popup-builder {
  background-color: #ffffff;
}
.cid-u320pjfDJR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pjfDJR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pjfDJR .modal-content,
.cid-u320pjfDJR .modal-dialog {
  height: auto;
}
.cid-u320pjfDJR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pjfDJR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pjfDJR .form-wrapper .mbr-form .form-group,
  .cid-u320pjfDJR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pjfDJR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pjfDJR .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-u320pjfDJR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pjfDJR .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pjfDJR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pjfDJR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pjfDJR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pjfDJR .modal-open {
  overflow: hidden;
}
.cid-u320pjfDJR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pjfDJR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pjfDJR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pjfDJR .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-u320pjfDJR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pjfDJR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pjfDJR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pjfDJR .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-u320pjfDJR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pjfDJR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pjfDJR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pjfDJR .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pjfDJR .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-u320pjfDJR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjfDJR .modal-header {
    padding: 1rem;
  }
}
.cid-u320pjfDJR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pjfDJR .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pjfDJR .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pjfDJR .modal-header .close:focus {
  outline: none;
}
.cid-u320pjfDJR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pjfDJR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pjfDJR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjfDJR .modal-body {
    padding: 1rem;
  }
}
.cid-u320pjfDJR .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-u320pjfDJR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjfDJR .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pjfDJR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pjfDJR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pjfDJR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pjfDJR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pjfDJR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pjfDJR .modal-lg,
  .cid-u320pjfDJR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pjfDJR .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pjfDJR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pjfDJR .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-u320pjfDJR .form-group {
  margin-bottom: 1rem;
}
.cid-u320pjfDJR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pjfDJR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pjfDJR .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-u320pjfDJR .mbr-section-btn {
  margin: 0;
}
.cid-u320pjfDJR .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320plncxY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u320plncxY .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u320plI0Hu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u320plI0Hu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u320plI0Hu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u320plI0Hu .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u320plI0Hu .bg-youtube:hover {
  background: #cc0000;
}
.cid-u320plI0Hu .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u320plI0Hu .bg-twitch:hover {
  background: #7313ff;
}
.cid-u320plI0Hu .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-u320plI0Hu [class^="socicon-"]:before,
.cid-u320plI0Hu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u320plI0Hu .mbr-section-title,
.cid-u320plI0Hu .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u320pmgcB5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u320pmgcB5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u320pmgcB5 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u320pmgcB5 .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-u320pmgcB5 .form-control:focus,
.cid-u320pmgcB5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u320pmgcB5 .form-group {
  margin-bottom: 1rem;
}
.cid-u320pmgcB5 input::-webkit-input-placeholder,
.cid-u320pmgcB5 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u320pmgcB5 input:-moz-placeholder,
.cid-u320pmgcB5 textarea:-moz-placeholder {
  color: #656565;
}
.cid-u320pmgcB5 .jq-selectbox li,
.cid-u320pmgcB5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u320pmgcB5 .jq-selectbox li:hover,
.cid-u320pmgcB5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u320pmgcB5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u320pmgcB5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u320pmgcB5 textarea.form-control {
  resize: none;
}
.cid-u320pmgcB5 .input-group-btn {
  display: inline-block;
}
.cid-u320pmgcB5 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u320pmgcB5 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u320pmgcB5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u320pmgcB5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u320pmgcB5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u320pmgcB5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u320pmgcB5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u320pmgcB5 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u320pmgcB5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u320pmgcB5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u320pmgcB5 .form-control,
.cid-u320pmgcB5 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u320pmgcB5 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u320pmgcB5 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u320pmgcB5 #creativecommons img,
.cid-u320pmgcB5 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u320pmgcB5 .offset-md-1 {
  margin-left: 1vw;
}
.cid-u320pndSe5.popup-builder {
  background-color: #ffffff;
}
.cid-u320pndSe5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pndSe5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pndSe5 .modal-content,
.cid-u320pndSe5 .modal-dialog {
  height: auto;
}
.cid-u320pndSe5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pndSe5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pndSe5 .form-wrapper .mbr-form .form-group,
  .cid-u320pndSe5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pndSe5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pndSe5 .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-u320pndSe5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pndSe5 .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pndSe5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pndSe5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pndSe5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pndSe5 .modal-open {
  overflow: hidden;
}
.cid-u320pndSe5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pndSe5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pndSe5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pndSe5 .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-u320pndSe5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pndSe5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pndSe5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pndSe5 .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-u320pndSe5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pndSe5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pndSe5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pndSe5 .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pndSe5 .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-u320pndSe5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pndSe5 .modal-header {
    padding: 1rem;
  }
}
.cid-u320pndSe5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pndSe5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pndSe5 .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pndSe5 .modal-header .close:focus {
  outline: none;
}
.cid-u320pndSe5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pndSe5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pndSe5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pndSe5 .modal-body {
    padding: 1rem;
  }
}
.cid-u320pndSe5 .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-u320pndSe5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pndSe5 .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pndSe5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pndSe5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pndSe5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pndSe5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pndSe5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pndSe5 .modal-lg,
  .cid-u320pndSe5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pndSe5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pndSe5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pndSe5 .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-u320pndSe5 .form-group {
  margin-bottom: 1rem;
}
.cid-u320pndSe5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pndSe5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pndSe5 .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-u320pndSe5 .mbr-section-btn {
  margin: 0;
}
.cid-u320pndSe5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320pnHnsR.popup-builder {
  background-color: #ffffff;
}
.cid-u320pnHnsR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pnHnsR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pnHnsR .modal-content,
.cid-u320pnHnsR .modal-dialog {
  height: auto;
}
.cid-u320pnHnsR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pnHnsR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pnHnsR .form-wrapper .mbr-form .form-group,
  .cid-u320pnHnsR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pnHnsR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pnHnsR .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-u320pnHnsR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pnHnsR .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pnHnsR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pnHnsR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pnHnsR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pnHnsR .modal-open {
  overflow: hidden;
}
.cid-u320pnHnsR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pnHnsR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pnHnsR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pnHnsR .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-u320pnHnsR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pnHnsR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pnHnsR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pnHnsR .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-u320pnHnsR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pnHnsR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pnHnsR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pnHnsR .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pnHnsR .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-u320pnHnsR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pnHnsR .modal-header {
    padding: 1rem;
  }
}
.cid-u320pnHnsR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pnHnsR .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pnHnsR .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pnHnsR .modal-header .close:focus {
  outline: none;
}
.cid-u320pnHnsR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pnHnsR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pnHnsR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pnHnsR .modal-body {
    padding: 1rem;
  }
}
.cid-u320pnHnsR .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-u320pnHnsR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pnHnsR .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pnHnsR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pnHnsR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pnHnsR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pnHnsR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pnHnsR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pnHnsR .modal-lg,
  .cid-u320pnHnsR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pnHnsR .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pnHnsR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pnHnsR .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-u320pnHnsR .form-group {
  margin-bottom: 1rem;
}
.cid-u320pnHnsR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pnHnsR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pnHnsR .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-u320pnHnsR .mbr-section-btn {
  margin: 0;
}
.cid-u320pnHnsR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBz9jG.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBz9jG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBz9jG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBz9jG .modal-content,
.cid-uO17aBz9jG .modal-dialog {
  height: auto;
}
.cid-uO17aBz9jG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBz9jG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBz9jG .form-wrapper .mbr-form .form-group,
  .cid-uO17aBz9jG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBz9jG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBz9jG .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-uO17aBz9jG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBz9jG .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBz9jG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBz9jG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBz9jG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBz9jG .modal-open {
  overflow: hidden;
}
.cid-uO17aBz9jG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBz9jG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBz9jG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBz9jG .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-uO17aBz9jG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBz9jG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBz9jG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBz9jG .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-uO17aBz9jG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBz9jG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBz9jG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBz9jG .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBz9jG .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-uO17aBz9jG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBz9jG .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBz9jG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBz9jG .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBz9jG .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBz9jG .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBz9jG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBz9jG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBz9jG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBz9jG .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBz9jG .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-uO17aBz9jG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBz9jG .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBz9jG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBz9jG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBz9jG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBz9jG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBz9jG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBz9jG .modal-lg,
  .cid-uO17aBz9jG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBz9jG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBz9jG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBz9jG .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-uO17aBz9jG .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBz9jG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBz9jG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBz9jG .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-uO17aBz9jG .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBz9jG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-jf {
  /* Type valid CSS here */
}
#custom-html-jf div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-jf .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ueNG1EWV6b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ueNG1EWV6b .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-u4ZmEPJdbS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u4ZmEPJdbS .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZmEPJdbS .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u4ZmEPJdbS .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZmEPJdbS .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-u4ZmEQelI0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u4ZmEQelI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZmEQelI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZmEQelI0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZmEQelI0 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZmEQelI0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZmEQelI0 .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZmEQelI0 .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZmEQelI0 .mbr-description {
  color: #4479d9;
}
.cid-u4ZmEQw6qV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-u4ZmEQw6qV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZmEQw6qV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZmEQw6qV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZmEQw6qV .row {
  flex-direction: row-reverse;
}
.cid-u4ZmEQw6qV img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZmEQw6qV .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZmEQw6qV .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-u4ZmEQw6qV .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZmEQw6qV .mbr-text {
  color: #bbbbbb;
}
.cid-u4Zuc9j1Jz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u4Zuc9j1Jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Zuc9j1Jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4Zuc9j1Jz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4Zuc9j1Jz img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4Zuc9j1Jz .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4Zuc9j1Jz .mbr-section-title {
  color: #ffffff;
}
.cid-u4Zuc9j1Jz .mbr-text {
  color: #bbbbbb;
}
.cid-u4Zuc9j1Jz .mbr-description {
  color: #4479d9;
}
.cid-u4ZB12pRC3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-u4ZB12pRC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZB12pRC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZB12pRC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZB12pRC3 .row {
  flex-direction: row-reverse;
}
.cid-u4ZB12pRC3 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZB12pRC3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZB12pRC3 .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-u4ZB12pRC3 .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZB12pRC3 .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZCE1fwAW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u4ZCE1fwAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZCE1fwAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZCE1fwAW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZCE1fwAW img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZCE1fwAW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZCE1fwAW .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZCE1fwAW .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZCE1fwAW .mbr-description {
  color: #4479d9;
}
.cid-u4ZmEPYJDo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-u4ZmEPYJDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZmEPYJDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZmEPYJDo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZmEPYJDo .row {
  flex-direction: row-reverse;
}
.cid-u4ZmEPYJDo img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZmEPYJDo .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZmEPYJDo .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZmEPYJDo .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZmEPYJDo .mbr-description {
  color: #4479d9;
}
.cid-u4ZyFT2M5K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u4ZyFT2M5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZyFT2M5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZyFT2M5K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZyFT2M5K img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZyFT2M5K .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZyFT2M5K .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZyFT2M5K .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZyFT2M5K .mbr-description {
  color: #4479d9;
}
.cid-u4ZwxrkNth {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-u4ZwxrkNth .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZwxrkNth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZwxrkNth .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZwxrkNth .row {
  flex-direction: row-reverse;
}
.cid-u4ZwxrkNth img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-u4ZwxrkNth .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZwxrkNth .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-u4ZwxrkNth .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZwxrkNth .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZULzGwRF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u4ZULzGwRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZULzGwRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZULzGwRF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZULzGwRF img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u4ZULzGwRF .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZULzGwRF .mbr-section-title {
  color: #ffffff;
}
.cid-u4ZULzGwRF .mbr-text {
  color: #bbbbbb;
}
.cid-u4ZULzGwRF .mbr-description {
  color: #4479d9;
}
.cid-ueNH11T15D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ueNH11T15D .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ueNH11T15D .mbr-text,
.cid-ueNH11T15D .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u4ZmERkymO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u4ZmERkymO .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u4ZmERkymO .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u4ZmERkymO .card:hover {
  margin-top: -0.6rem;
}
.cid-u4ZmERkymO .card-wrapper {
  position: relative;
}
.cid-u4ZmERkymO .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u4ZmERkymO .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u4ZmERkymO .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-u4ZmERkymO .big {
  margin-top: -25%;
}
.cid-u4ZmERkymO .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-u4ZmERkymO .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u4ZmERkymO .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u4ZmERkymO .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u4ZmERJGVa.popup-builder {
  background-color: #ffffff;
}
.cid-u4ZmERJGVa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4ZmERJGVa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4ZmERJGVa .modal-content,
.cid-u4ZmERJGVa .modal-dialog {
  height: auto;
}
.cid-u4ZmERJGVa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4ZmERJGVa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4ZmERJGVa .form-wrapper .mbr-form .form-group,
  .cid-u4ZmERJGVa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4ZmERJGVa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4ZmERJGVa .pt-0 {
  padding-top: 0 !important;
}
.cid-u4ZmERJGVa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4ZmERJGVa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4ZmERJGVa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4ZmERJGVa .modal-open {
  overflow: hidden;
}
.cid-u4ZmERJGVa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4ZmERJGVa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4ZmERJGVa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4ZmERJGVa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4ZmERJGVa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4ZmERJGVa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4ZmERJGVa .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4ZmERJGVa .modal-backdrop.show {
  opacity: .5;
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmERJGVa .modal-header {
    padding: 1rem;
  }
}
.cid-u4ZmERJGVa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4ZmERJGVa .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4ZmERJGVa .modal-header .close:hover {
  opacity: 1;
}
.cid-u4ZmERJGVa .modal-header .close:focus {
  outline: none;
}
.cid-u4ZmERJGVa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4ZmERJGVa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4ZmERJGVa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmERJGVa .modal-body {
    padding: 1rem;
  }
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmERJGVa .modal-footer {
    padding: 1rem;
  }
}
.cid-u4ZmERJGVa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4ZmERJGVa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4ZmERJGVa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4ZmERJGVa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4ZmERJGVa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4ZmERJGVa .modal-lg,
  .cid-u4ZmERJGVa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4ZmERJGVa .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4ZmERJGVa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .form-group {
  margin-bottom: 1rem;
}
.cid-u4ZmERJGVa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4ZmERJGVa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4ZmERJGVa .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-u4ZmERJGVa .mbr-section-btn {
  margin: 0;
}
.cid-u4ZmERJGVa .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4ZmERJGVa #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u4ZmERJGVa #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u4ZmERJGVa #creativecommons img,
.cid-u4ZmERJGVa iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u4ZmESecap.popup-builder {
  background-color: #ffffff;
}
.cid-u4ZmESecap.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4ZmESecap.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4ZmESecap .modal-content,
.cid-u4ZmESecap .modal-dialog {
  height: auto;
}
.cid-u4ZmESecap .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4ZmESecap .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4ZmESecap .form-wrapper .mbr-form .form-group,
  .cid-u4ZmESecap .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4ZmESecap .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4ZmESecap .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-u4ZmESecap .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4ZmESecap .pt-0 {
  padding-top: 0 !important;
}
.cid-u4ZmESecap .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4ZmESecap .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4ZmESecap .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4ZmESecap .modal-open {
  overflow: hidden;
}
.cid-u4ZmESecap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4ZmESecap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4ZmESecap .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4ZmESecap .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-u4ZmESecap .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4ZmESecap .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4ZmESecap .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4ZmESecap .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-u4ZmESecap .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4ZmESecap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4ZmESecap .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4ZmESecap .modal-backdrop.show {
  opacity: .5;
}
.cid-u4ZmESecap .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-u4ZmESecap .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmESecap .modal-header {
    padding: 1rem;
  }
}
.cid-u4ZmESecap .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4ZmESecap .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4ZmESecap .modal-header .close:hover {
  opacity: 1;
}
.cid-u4ZmESecap .modal-header .close:focus {
  outline: none;
}
.cid-u4ZmESecap .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4ZmESecap .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4ZmESecap .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmESecap .modal-body {
    padding: 1rem;
  }
}
.cid-u4ZmESecap .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-u4ZmESecap .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmESecap .modal-footer {
    padding: 1rem;
  }
}
.cid-u4ZmESecap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4ZmESecap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4ZmESecap .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4ZmESecap .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4ZmESecap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4ZmESecap .modal-lg,
  .cid-u4ZmESecap .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4ZmESecap .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4ZmESecap .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4ZmESecap .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-u4ZmESecap .form-group {
  margin-bottom: 1rem;
}
.cid-u4ZmESecap .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4ZmESecap .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4ZmESecap .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-u4ZmESecap .mbr-section-btn {
  margin: 0;
}
.cid-u4ZmESecap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4ZmESNkra {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u4ZmESNkra .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u4ZmETaKVf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u4ZmETaKVf .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u4ZmETaKVf .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u4ZmETaKVf .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u4ZmETaKVf .bg-youtube:hover {
  background: #cc0000;
}
.cid-u4ZmETaKVf .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u4ZmETaKVf .bg-twitch:hover {
  background: #7313ff;
}
.cid-u4ZmETaKVf .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-u4ZmETaKVf [class^="socicon-"]:before,
.cid-u4ZmETaKVf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u4ZmETaKVf .mbr-section-title,
.cid-u4ZmETaKVf .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u4ZmETFWpv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u4ZmETFWpv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4ZmETFWpv .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u4ZmETFWpv .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-u4ZmETFWpv .form-control:focus,
.cid-u4ZmETFWpv .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u4ZmETFWpv .form-group {
  margin-bottom: 1rem;
}
.cid-u4ZmETFWpv input::-webkit-input-placeholder,
.cid-u4ZmETFWpv textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u4ZmETFWpv input:-moz-placeholder,
.cid-u4ZmETFWpv textarea:-moz-placeholder {
  color: #656565;
}
.cid-u4ZmETFWpv .jq-selectbox li,
.cid-u4ZmETFWpv .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u4ZmETFWpv .jq-selectbox li:hover,
.cid-u4ZmETFWpv .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u4ZmETFWpv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u4ZmETFWpv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u4ZmETFWpv textarea.form-control {
  resize: none;
}
.cid-u4ZmETFWpv .input-group-btn {
  display: inline-block;
}
.cid-u4ZmETFWpv .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u4ZmETFWpv .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4ZmETFWpv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4ZmETFWpv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u4ZmETFWpv .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u4ZmETFWpv .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u4ZmETFWpv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4ZmETFWpv .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u4ZmETFWpv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u4ZmETFWpv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u4ZmETFWpv .form-control,
.cid-u4ZmETFWpv .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u4ZmETFWpv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u4ZmETFWpv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u4ZmETFWpv #creativecommons img,
.cid-u4ZmETFWpv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u4ZmETFWpv .offset-md-1 {
  margin-left: 1vw;
}
.cid-u4ZmEUu1Gi.popup-builder {
  background-color: #ffffff;
}
.cid-u4ZmEUu1Gi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4ZmEUu1Gi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4ZmEUu1Gi .modal-content,
.cid-u4ZmEUu1Gi .modal-dialog {
  height: auto;
}
.cid-u4ZmEUu1Gi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4ZmEUu1Gi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4ZmEUu1Gi .form-wrapper .mbr-form .form-group,
  .cid-u4ZmEUu1Gi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4ZmEUu1Gi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4ZmEUu1Gi .pt-0 {
  padding-top: 0 !important;
}
.cid-u4ZmEUu1Gi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4ZmEUu1Gi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4ZmEUu1Gi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4ZmEUu1Gi .modal-open {
  overflow: hidden;
}
.cid-u4ZmEUu1Gi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4ZmEUu1Gi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4ZmEUu1Gi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4ZmEUu1Gi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4ZmEUu1Gi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4ZmEUu1Gi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4ZmEUu1Gi .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4ZmEUu1Gi .modal-backdrop.show {
  opacity: .5;
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmEUu1Gi .modal-header {
    padding: 1rem;
  }
}
.cid-u4ZmEUu1Gi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4ZmEUu1Gi .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4ZmEUu1Gi .modal-header .close:hover {
  opacity: 1;
}
.cid-u4ZmEUu1Gi .modal-header .close:focus {
  outline: none;
}
.cid-u4ZmEUu1Gi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4ZmEUu1Gi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4ZmEUu1Gi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmEUu1Gi .modal-body {
    padding: 1rem;
  }
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmEUu1Gi .modal-footer {
    padding: 1rem;
  }
}
.cid-u4ZmEUu1Gi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4ZmEUu1Gi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4ZmEUu1Gi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4ZmEUu1Gi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4ZmEUu1Gi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4ZmEUu1Gi .modal-lg,
  .cid-u4ZmEUu1Gi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4ZmEUu1Gi .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4ZmEUu1Gi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .form-group {
  margin-bottom: 1rem;
}
.cid-u4ZmEUu1Gi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4ZmEUu1Gi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4ZmEUu1Gi .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-u4ZmEUu1Gi .mbr-section-btn {
  margin: 0;
}
.cid-u4ZmEUu1Gi .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4ZmEVuCFZ.popup-builder {
  background-color: #ffffff;
}
.cid-u4ZmEVuCFZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4ZmEVuCFZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4ZmEVuCFZ .modal-content,
.cid-u4ZmEVuCFZ .modal-dialog {
  height: auto;
}
.cid-u4ZmEVuCFZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4ZmEVuCFZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4ZmEVuCFZ .form-wrapper .mbr-form .form-group,
  .cid-u4ZmEVuCFZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4ZmEVuCFZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4ZmEVuCFZ .pt-0 {
  padding-top: 0 !important;
}
.cid-u4ZmEVuCFZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4ZmEVuCFZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4ZmEVuCFZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4ZmEVuCFZ .modal-open {
  overflow: hidden;
}
.cid-u4ZmEVuCFZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4ZmEVuCFZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4ZmEVuCFZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4ZmEVuCFZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4ZmEVuCFZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4ZmEVuCFZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4ZmEVuCFZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4ZmEVuCFZ .modal-backdrop.show {
  opacity: .5;
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmEVuCFZ .modal-header {
    padding: 1rem;
  }
}
.cid-u4ZmEVuCFZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4ZmEVuCFZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4ZmEVuCFZ .modal-header .close:hover {
  opacity: 1;
}
.cid-u4ZmEVuCFZ .modal-header .close:focus {
  outline: none;
}
.cid-u4ZmEVuCFZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4ZmEVuCFZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4ZmEVuCFZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmEVuCFZ .modal-body {
    padding: 1rem;
  }
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZmEVuCFZ .modal-footer {
    padding: 1rem;
  }
}
.cid-u4ZmEVuCFZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4ZmEVuCFZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4ZmEVuCFZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4ZmEVuCFZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4ZmEVuCFZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4ZmEVuCFZ .modal-lg,
  .cid-u4ZmEVuCFZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4ZmEVuCFZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4ZmEVuCFZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .form-group {
  margin-bottom: 1rem;
}
.cid-u4ZmEVuCFZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4ZmEVuCFZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4ZmEVuCFZ .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-u4ZmEVuCFZ .mbr-section-btn {
  margin: 0;
}
.cid-u4ZmEVuCFZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBzN9P.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBzN9P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBzN9P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBzN9P .modal-content,
.cid-uO17aBzN9P .modal-dialog {
  height: auto;
}
.cid-uO17aBzN9P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBzN9P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBzN9P .form-wrapper .mbr-form .form-group,
  .cid-uO17aBzN9P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBzN9P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBzN9P .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-uO17aBzN9P .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBzN9P .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBzN9P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBzN9P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBzN9P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBzN9P .modal-open {
  overflow: hidden;
}
.cid-uO17aBzN9P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBzN9P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBzN9P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBzN9P .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-uO17aBzN9P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBzN9P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBzN9P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBzN9P .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-uO17aBzN9P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBzN9P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBzN9P .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBzN9P .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBzN9P .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-uO17aBzN9P .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzN9P .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBzN9P .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBzN9P .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBzN9P .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBzN9P .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBzN9P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBzN9P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBzN9P .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzN9P .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBzN9P .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-uO17aBzN9P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzN9P .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBzN9P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBzN9P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBzN9P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBzN9P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBzN9P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBzN9P .modal-lg,
  .cid-uO17aBzN9P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBzN9P .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBzN9P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBzN9P .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-uO17aBzN9P .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBzN9P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBzN9P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBzN9P .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-uO17aBzN9P .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBzN9P .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ueSVmSLXiV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ueSVmSLXiV .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ueSVmSLXiV .mbr-section-subtitle {
  text-align: center;
}
.cid-ueSVmSLXiV .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueSVmSLXiV .display-1 {
    font-size: 75px;
  }
  .cid-ueSVmSLXiV .display-5 {
    font-size: 29px;
  }
  .cid-ueSVmSLXiV .display-4 {
    font-weight: 300;
  }
}
#custom-html-i1 {
  /********** 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-i1 body {
  background-color: black;
}
#custom-html-i1 .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-i1 .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-i1 .complet {
  background-color: #000000;
}
#custom-html-i1 p {
  font-size: 60px;
  color: #777;
}
#custom-html-i1 * {
  margin: 0;
  padding: 0;
}
#custom-html-i1 #clicMOI {
  width: 10%;
}
#custom-html-i1 #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: .5em;
  right: .6em;
}
#custom-html-i1 #qrcode {
  background-image: url("");
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#custom-html-i1 #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  background-color: #000000;
}
#custom-html-i1 #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-i1 #platine {
  margin-bottom: -4vh;
  background-color: #000000;
}
#custom-html-i1 #slider {
  margin-top: :3vh;
  background-color: #000000;
}
#custom-html-i1 .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
  background-color: #000000;
}
#custom-html-i1 .donneesLecteur {
  padding-left: .5vw;
  background-color: #000000;
}
#custom-html-i1 #lectureVideo,
#custom-html-i1 #pauseVideo {
  cursor: pointer;
}
#custom-html-i1 #pleinEcran,
#custom-html-i1 #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-i1 #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-i1 #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-i1 #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-i1 #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-i1 input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-i1 input[type="range"]:focus {
  outline: none;
}
#custom-html-i1 input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-i1 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-i1 input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-i1 input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-i1 input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-i1 input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-i1 .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-i1 .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-i1 .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-i1 .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-i1 .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-i1 .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-i1 .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-i1 .conteneurVideo iframe,
#custom-html-i1 .conteneurVideo object,
#custom-html-i1 .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-i1 #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-i1 .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-i1 #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5vh;
}
#custom-html-i1 .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-i1 a {
  text-decoration: none;
}
#custom-html-i1 a:link {
  color: white;
}
#custom-html-i1 a:visited {
  color: white;
}
#custom-html-i1 .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-i1 .conteneurQCM {
  display: inline-flex;
  background-color: #000000;
}
#custom-html-i1 #score,
#custom-html-i1 #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-i1 #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-i1 #score {
  width: 10vw;
  margin-left: 1vw;
  cursor: default;
}
#custom-html-i1 #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-i1 .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-i1 .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-i1 input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-i1 .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-i1 .modaleQCM,
#custom-html-i1 .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-i1 .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-i1 .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-i1 .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-i1 .contenuModaleQCM,
#custom-html-i1 .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-i1 .contenuModaleQCM {
  width: 40%;
}
#custom-html-i1 .enteteModaleQCM,
#custom-html-i1 .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-i1 .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-i1 .close:hover,
#custom-html-i1 .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-i1 .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-i1 .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-i1 .piedModaleQCM,
#custom-html-i1 .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-i1 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-i1 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-i1 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-i1 #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-i1 #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-i1 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-i1 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-i1 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-i1 #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-i1 #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #pleinEcran,
  #custom-html-i1 #fenetre,
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .close {
    font-size: 5vh;
  }
  #custom-html-i1 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-i1 .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-i1 .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #pleinEcran,
  #custom-html-i1 #fenetre,
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .close {
    font-size: 5vh;
  }
  #custom-html-i1 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-i1 .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-i1 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-i1 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-i1 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-i1 #qcm {
    font-size: 2vw;
    width: 35vw;
    margin-top: 2vw;
  }
  #custom-html-i1 #score {
    font-size: 2vw;
    width: 21vw;
    margin-top: 2vw;
  }
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #pleinEcran,
  #custom-html-i1 #fenetre,
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .close {
    font-size: 3vh;
  }
  #custom-html-i1 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-i1 .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #pleinEcran,
  #custom-html-i1 #fenetre,
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-i1 .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .close {
    font-size: 3vh;
  }
  #custom-html-i1 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-i1 .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-i1 .close {
    font-size: 7vh;
  }
  #custom-html-i1 .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-i1 #qrcode {
    display: none;
  }
  #custom-html-i1 #vol {
    display: none;
  }
  #custom-html-i1 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-i1 .close {
    font-size: 7vh;
  }
  #custom-html-i1 .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-hd {
  /* Type valid CSS here */
}
#custom-html-hd div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-hd .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ueIasm62H0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ueIasm62H0 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-ueBJ3iRiFv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ueBJ3iRiFv .mbr-section-title {
  color: #ffffff;
}
.cid-ueBJ3iRiFv .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ueBJ3iRiFv .mbr-text {
  color: #bbbbbb;
}
.cid-ueBJ3iRiFv .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-ueBJ3j8cAd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ueBJ3j8cAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBJ3j8cAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueBJ3j8cAd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueBJ3j8cAd img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-ueBJ3j8cAd .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueBJ3j8cAd .mbr-section-title {
  color: #ffffff;
}
.cid-ueBJ3j8cAd .mbr-text {
  color: #bbbbbb;
}
.cid-ueBJ3j8cAd .mbr-description {
  color: #4479d9;
}
.cid-ueBJ3jsBhb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-ueBJ3jsBhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBJ3jsBhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueBJ3jsBhb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueBJ3jsBhb .row {
  flex-direction: row-reverse;
}
.cid-ueBJ3jsBhb img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ueBJ3jsBhb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueBJ3jsBhb .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-ueBJ3jsBhb .mbr-section-title {
  color: #ffffff;
}
.cid-ueBJ3jsBhb .mbr-text {
  color: #bbbbbb;
}
.cid-ueBJ3jRFa6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ueBJ3jRFa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBJ3jRFa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueBJ3jRFa6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueBJ3jRFa6 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ueBJ3jRFa6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueBJ3jRFa6 .mbr-section-title {
  color: #ffffff;
}
.cid-ueBJ3jRFa6 .mbr-text {
  color: #bbbbbb;
}
.cid-ueBJ3jRFa6 .mbr-description {
  color: #4479d9;
}
.cid-ueBJ3kikFP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-ueBJ3kikFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBJ3kikFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueBJ3kikFP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueBJ3kikFP .row {
  flex-direction: row-reverse;
}
.cid-ueBJ3kikFP img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ueBJ3kikFP .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueBJ3kikFP .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-ueBJ3kikFP .mbr-section-title {
  color: #ffffff;
}
.cid-ueBJ3kikFP .mbr-text {
  color: #bbbbbb;
}
.cid-ueBJ3limod {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ueBJ3limod .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueBJ3limod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueBJ3limod .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueBJ3limod img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ueBJ3limod .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueBJ3limod .mbr-section-title {
  color: #ffffff;
}
.cid-ueBJ3limod .mbr-text {
  color: #bbbbbb;
}
.cid-ueBJ3limod .mbr-description {
  color: #4479d9;
}
.cid-ufbvpxrGAV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ufbvpxrGAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbvpxrGAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufbvpxrGAV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufbvpxrGAV .row {
  flex-direction: row-reverse;
}
.cid-ufbvpxrGAV img {
  width: 100%;
}
.cid-ufbvpxrGAV .mbr-description {
  color: #4479d9;
  text-align: left;
}
.cid-ujTpFvgPsa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ujTpFvgPsa .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-ueCA0bkgB8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ueCA0bkgB8 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ueCA0bkgB8 .mbr-text,
.cid-ueCA0bkgB8 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ueBJ3nT054 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ueBJ3nT054 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ueBJ3nT054 .row {
    padding: 20px 34px;
  }
}
.cid-ueBJ3nT054 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ueBJ3oii53 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ueBJ3oii53 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ueBJ3oii53 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ueBJ3oii53 .card:hover {
  margin-top: -0.6rem;
}
.cid-ueBJ3oii53 .card-wrapper {
  position: relative;
}
.cid-ueBJ3oii53 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ueBJ3oii53 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ueBJ3oii53 .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-ueBJ3oii53 .big {
  margin-top: -25%;
}
.cid-ueBJ3oii53 .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-ueBJ3oii53 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueBJ3oii53 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ueBJ3oii53 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ueBJ3oIiak.popup-builder {
  background-color: #ffffff;
}
.cid-ueBJ3oIiak.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ueBJ3oIiak.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ueBJ3oIiak .modal-content,
.cid-ueBJ3oIiak .modal-dialog {
  height: auto;
}
.cid-ueBJ3oIiak .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ueBJ3oIiak .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ueBJ3oIiak .form-wrapper .mbr-form .form-group,
  .cid-ueBJ3oIiak .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ueBJ3oIiak .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ueBJ3oIiak .pt-0 {
  padding-top: 0 !important;
}
.cid-ueBJ3oIiak .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ueBJ3oIiak .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ueBJ3oIiak .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ueBJ3oIiak .modal-open {
  overflow: hidden;
}
.cid-ueBJ3oIiak .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ueBJ3oIiak .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ueBJ3oIiak .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ueBJ3oIiak .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ueBJ3oIiak .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ueBJ3oIiak .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ueBJ3oIiak .modal-backdrop.fade {
  opacity: 0;
}
.cid-ueBJ3oIiak .modal-backdrop.show {
  opacity: .5;
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3oIiak .modal-header {
    padding: 1rem;
  }
}
.cid-ueBJ3oIiak .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ueBJ3oIiak .modal-header .close svg {
  fill: #ffffff;
}
.cid-ueBJ3oIiak .modal-header .close:hover {
  opacity: 1;
}
.cid-ueBJ3oIiak .modal-header .close:focus {
  outline: none;
}
.cid-ueBJ3oIiak .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ueBJ3oIiak .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ueBJ3oIiak .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3oIiak .modal-body {
    padding: 1rem;
  }
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3oIiak .modal-footer {
    padding: 1rem;
  }
}
.cid-ueBJ3oIiak .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ueBJ3oIiak .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ueBJ3oIiak .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ueBJ3oIiak .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ueBJ3oIiak .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ueBJ3oIiak .modal-lg,
  .cid-ueBJ3oIiak .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ueBJ3oIiak .modal-xl {
    max-width: 1140px;
  }
}
.cid-ueBJ3oIiak .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .form-group {
  margin-bottom: 1rem;
}
.cid-ueBJ3oIiak .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ueBJ3oIiak .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ueBJ3oIiak .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-ueBJ3oIiak .mbr-section-btn {
  margin: 0;
}
.cid-ueBJ3oIiak .mbr-section-btn .btn {
  margin: 0;
}
.cid-ueBJ3oIiak #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ueBJ3oIiak #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ueBJ3oIiak #creativecommons img,
.cid-ueBJ3oIiak iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ueBJ3pfuWF.popup-builder {
  background-color: #ffffff;
}
.cid-ueBJ3pfuWF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ueBJ3pfuWF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ueBJ3pfuWF .modal-content,
.cid-ueBJ3pfuWF .modal-dialog {
  height: auto;
}
.cid-ueBJ3pfuWF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ueBJ3pfuWF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ueBJ3pfuWF .form-wrapper .mbr-form .form-group,
  .cid-ueBJ3pfuWF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ueBJ3pfuWF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ueBJ3pfuWF .pt-0 {
  padding-top: 0 !important;
}
.cid-ueBJ3pfuWF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ueBJ3pfuWF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ueBJ3pfuWF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ueBJ3pfuWF .modal-open {
  overflow: hidden;
}
.cid-ueBJ3pfuWF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ueBJ3pfuWF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ueBJ3pfuWF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ueBJ3pfuWF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ueBJ3pfuWF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ueBJ3pfuWF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ueBJ3pfuWF .modal-backdrop.fade {
  opacity: 0;
}
.cid-ueBJ3pfuWF .modal-backdrop.show {
  opacity: .5;
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3pfuWF .modal-header {
    padding: 1rem;
  }
}
.cid-ueBJ3pfuWF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ueBJ3pfuWF .modal-header .close svg {
  fill: #ffffff;
}
.cid-ueBJ3pfuWF .modal-header .close:hover {
  opacity: 1;
}
.cid-ueBJ3pfuWF .modal-header .close:focus {
  outline: none;
}
.cid-ueBJ3pfuWF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ueBJ3pfuWF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ueBJ3pfuWF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3pfuWF .modal-body {
    padding: 1rem;
  }
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3pfuWF .modal-footer {
    padding: 1rem;
  }
}
.cid-ueBJ3pfuWF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ueBJ3pfuWF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ueBJ3pfuWF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ueBJ3pfuWF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ueBJ3pfuWF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ueBJ3pfuWF .modal-lg,
  .cid-ueBJ3pfuWF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ueBJ3pfuWF .modal-xl {
    max-width: 1140px;
  }
}
.cid-ueBJ3pfuWF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .form-group {
  margin-bottom: 1rem;
}
.cid-ueBJ3pfuWF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ueBJ3pfuWF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ueBJ3pfuWF .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-ueBJ3pfuWF .mbr-section-btn {
  margin: 0;
}
.cid-ueBJ3pfuWF .mbr-section-btn .btn {
  margin: 0;
}
.cid-ueBJ3pI8Q8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ueBJ3pI8Q8 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ueBJ3q4mWz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ueBJ3q4mWz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ueBJ3q4mWz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ueBJ3q4mWz .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ueBJ3q4mWz .bg-youtube:hover {
  background: #cc0000;
}
.cid-ueBJ3q4mWz .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ueBJ3q4mWz .bg-twitch:hover {
  background: #7313ff;
}
.cid-ueBJ3q4mWz .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-ueBJ3q4mWz [class^="socicon-"]:before,
.cid-ueBJ3q4mWz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ueBJ3q4mWz .mbr-section-title,
.cid-ueBJ3q4mWz .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ueBJ3qAJhz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ueBJ3qAJhz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ueBJ3qAJhz .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ueBJ3qAJhz .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-ueBJ3qAJhz .form-control:focus,
.cid-ueBJ3qAJhz .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ueBJ3qAJhz .form-group {
  margin-bottom: 1rem;
}
.cid-ueBJ3qAJhz input::-webkit-input-placeholder,
.cid-ueBJ3qAJhz textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ueBJ3qAJhz input:-moz-placeholder,
.cid-ueBJ3qAJhz textarea:-moz-placeholder {
  color: #656565;
}
.cid-ueBJ3qAJhz .jq-selectbox li,
.cid-ueBJ3qAJhz .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ueBJ3qAJhz .jq-selectbox li:hover,
.cid-ueBJ3qAJhz .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ueBJ3qAJhz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ueBJ3qAJhz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ueBJ3qAJhz textarea.form-control {
  resize: none;
}
.cid-ueBJ3qAJhz .input-group-btn {
  display: inline-block;
}
.cid-ueBJ3qAJhz .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ueBJ3qAJhz .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueBJ3qAJhz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueBJ3qAJhz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ueBJ3qAJhz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ueBJ3qAJhz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ueBJ3qAJhz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueBJ3qAJhz .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ueBJ3qAJhz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ueBJ3qAJhz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ueBJ3qAJhz .form-control,
.cid-ueBJ3qAJhz .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ueBJ3qAJhz #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ueBJ3qAJhz #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ueBJ3qAJhz #creativecommons img,
.cid-ueBJ3qAJhz iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ueBJ3qAJhz .offset-md-1 {
  margin-left: 1vw;
}
.cid-ueBJ3rzTpC.popup-builder {
  background-color: #ffffff;
}
.cid-ueBJ3rzTpC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ueBJ3rzTpC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ueBJ3rzTpC .modal-content,
.cid-ueBJ3rzTpC .modal-dialog {
  height: auto;
}
.cid-ueBJ3rzTpC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ueBJ3rzTpC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ueBJ3rzTpC .form-wrapper .mbr-form .form-group,
  .cid-ueBJ3rzTpC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ueBJ3rzTpC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ueBJ3rzTpC .pt-0 {
  padding-top: 0 !important;
}
.cid-ueBJ3rzTpC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ueBJ3rzTpC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ueBJ3rzTpC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ueBJ3rzTpC .modal-open {
  overflow: hidden;
}
.cid-ueBJ3rzTpC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ueBJ3rzTpC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ueBJ3rzTpC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ueBJ3rzTpC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ueBJ3rzTpC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ueBJ3rzTpC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ueBJ3rzTpC .modal-backdrop.fade {
  opacity: 0;
}
.cid-ueBJ3rzTpC .modal-backdrop.show {
  opacity: .5;
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3rzTpC .modal-header {
    padding: 1rem;
  }
}
.cid-ueBJ3rzTpC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ueBJ3rzTpC .modal-header .close svg {
  fill: #ffffff;
}
.cid-ueBJ3rzTpC .modal-header .close:hover {
  opacity: 1;
}
.cid-ueBJ3rzTpC .modal-header .close:focus {
  outline: none;
}
.cid-ueBJ3rzTpC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ueBJ3rzTpC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ueBJ3rzTpC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3rzTpC .modal-body {
    padding: 1rem;
  }
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueBJ3rzTpC .modal-footer {
    padding: 1rem;
  }
}
.cid-ueBJ3rzTpC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ueBJ3rzTpC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ueBJ3rzTpC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ueBJ3rzTpC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ueBJ3rzTpC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ueBJ3rzTpC .modal-lg,
  .cid-ueBJ3rzTpC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ueBJ3rzTpC .modal-xl {
    max-width: 1140px;
  }
}
.cid-ueBJ3rzTpC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .form-group {
  margin-bottom: 1rem;
}
.cid-ueBJ3rzTpC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ueBJ3rzTpC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ueBJ3rzTpC .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-ueBJ3rzTpC .mbr-section-btn {
  margin: 0;
}
.cid-ueBJ3rzTpC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBzA6G.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBzA6G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBzA6G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBzA6G .modal-content,
.cid-uO17aBzA6G .modal-dialog {
  height: auto;
}
.cid-uO17aBzA6G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBzA6G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBzA6G .form-wrapper .mbr-form .form-group,
  .cid-uO17aBzA6G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBzA6G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBzA6G .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-uO17aBzA6G .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBzA6G .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBzA6G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBzA6G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBzA6G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBzA6G .modal-open {
  overflow: hidden;
}
.cid-uO17aBzA6G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBzA6G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBzA6G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBzA6G .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-uO17aBzA6G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBzA6G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBzA6G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBzA6G .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-uO17aBzA6G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBzA6G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBzA6G .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBzA6G .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBzA6G .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-uO17aBzA6G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzA6G .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBzA6G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBzA6G .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBzA6G .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBzA6G .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBzA6G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBzA6G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBzA6G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzA6G .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBzA6G .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-uO17aBzA6G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzA6G .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBzA6G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBzA6G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBzA6G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBzA6G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBzA6G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBzA6G .modal-lg,
  .cid-uO17aBzA6G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBzA6G .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBzA6G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBzA6G .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-uO17aBzA6G .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBzA6G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBzA6G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBzA6G .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-uO17aBzA6G .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBzA6G .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-kn {
  /* Type valid CSS here */
}
#custom-html-kn div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-kn .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ujal53e7hC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ujal53e7hC .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-ujal53tovW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ujal53tovW .mbr-section-title {
  color: #ffffff;
}
.cid-ujal53tovW .mbr-text {
  color: #bbbbbb;
}
.cid-ujal53tovW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujal53tovW .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-ujal53JDTW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujal53JDTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujal53JDTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujal53JDTW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujal53JDTW .row {
  flex-direction: row-reverse;
}
.cid-ujal53JDTW img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ujal53JDTW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujal53JDTW .mbr-section-title {
  color: #ffffff;
}
.cid-ujal53JDTW .mbr-text {
  color: #bbbbbb;
}
.cid-ujal53JDTW .mbr-description {
  color: #4479d9;
}
.cid-ujal544kNy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ujal544kNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujal544kNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujal544kNy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujal544kNy img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ujal544kNy .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujal544kNy .mbr-section-title {
  color: #ffffff;
}
.cid-ujal544kNy .mbr-text {
  color: #bbbbbb;
}
.cid-ujal544kNy .mbr-description {
  color: #4479d9;
}
.cid-ujC3JxSGro {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujC3JxSGro .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujC3JxSGro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujC3JxSGro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujC3JxSGro .row {
  flex-direction: row-reverse;
}
.cid-ujC3JxSGro img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ujC3JxSGro .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujC3JxSGro .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-ujC3JxSGro .mbr-section-title {
  color: #ffffff;
}
.cid-ujC3JxSGro .mbr-text {
  color: #bbbbbb;
}
.cid-ujC3YY8pUb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ujC3YY8pUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujC3YY8pUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujC3YY8pUb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujC3YY8pUb img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ujC3YY8pUb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujC3YY8pUb .mbr-section-title {
  color: #ffffff;
}
.cid-ujC3YY8pUb .mbr-text {
  color: #bbbbbb;
}
.cid-ujC3YY8pUb .mbr-description {
  color: #4479d9;
}
.cid-ujTpS1Q6M4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ujTpS1Q6M4 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-ujC76BbcG2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ujC76BbcG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujC76BbcG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujC76BbcG2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujC76BbcG2 .row {
  flex-direction: row-reverse;
}
.cid-ujC76BbcG2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujC76BbcG2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujC76BbcG2 .mbr-description {
  text-align: center;
}
.cid-ujC76BbcG2 .mbr-section-title {
  color: #ffffff;
}
.cid-ujC76BbcG2 .mbr-text {
  color: #bbbbbb;
}
.cid-ujal55JVy3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ujal55JVy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujal55JVy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujal55JVy3 .row {
  justify-content: space-between;
}
.cid-ujal55JVy3 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ujal55JVy3 .content-wrapper {
    padding: 0;
  }
}
.cid-ujal55JVy3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujal55JVy3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujal55JVy3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujal55JVy3 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujal55JVy3 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujal55JVy3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ujal55JVy3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ujal55JVy3 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujal55JVy3 .mbr-section-title {
  color: #000000;
}
.cid-ujal55JVy3 .mbr-desc {
  color: #000000;
}
.cid-ujal55JVy3 .mbr-text {
  color: #ffffff;
}
.cid-ujal55JVy3 .mbr-section-title,
.cid-ujal55JVy3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ujal5653XD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ujal5653XD .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ujal5653XD .mbr-text,
.cid-ujal5653XD .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ujal56L1Tb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ujal56L1Tb .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ujal56L1Tb .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ujal56L1Tb .card:hover {
  margin-top: -0.6rem;
}
.cid-ujal56L1Tb .card-wrapper {
  position: relative;
}
.cid-ujal56L1Tb .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ujal56L1Tb .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ujal56L1Tb .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-ujal56L1Tb .big {
  margin-top: -25%;
}
.cid-ujal56L1Tb .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-ujal56L1Tb .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ujal56L1Tb .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ujal56L1Tb .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ujal57hxIu.popup-builder {
  background-color: #ffffff;
}
.cid-ujal57hxIu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujal57hxIu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujal57hxIu .modal-content,
.cid-ujal57hxIu .modal-dialog {
  height: auto;
}
.cid-ujal57hxIu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujal57hxIu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujal57hxIu .form-wrapper .mbr-form .form-group,
  .cid-ujal57hxIu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujal57hxIu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujal57hxIu .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-ujal57hxIu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujal57hxIu .pt-0 {
  padding-top: 0 !important;
}
.cid-ujal57hxIu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujal57hxIu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujal57hxIu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujal57hxIu .modal-open {
  overflow: hidden;
}
.cid-ujal57hxIu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujal57hxIu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujal57hxIu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujal57hxIu .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-ujal57hxIu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujal57hxIu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujal57hxIu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujal57hxIu .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-ujal57hxIu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujal57hxIu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujal57hxIu .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujal57hxIu .modal-backdrop.show {
  opacity: .5;
}
.cid-ujal57hxIu .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-ujal57hxIu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal57hxIu .modal-header {
    padding: 1rem;
  }
}
.cid-ujal57hxIu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujal57hxIu .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujal57hxIu .modal-header .close:hover {
  opacity: 1;
}
.cid-ujal57hxIu .modal-header .close:focus {
  outline: none;
}
.cid-ujal57hxIu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujal57hxIu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujal57hxIu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal57hxIu .modal-body {
    padding: 1rem;
  }
}
.cid-ujal57hxIu .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-ujal57hxIu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal57hxIu .modal-footer {
    padding: 1rem;
  }
}
.cid-ujal57hxIu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujal57hxIu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujal57hxIu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujal57hxIu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujal57hxIu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujal57hxIu .modal-lg,
  .cid-ujal57hxIu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujal57hxIu .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujal57hxIu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujal57hxIu .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-ujal57hxIu .form-group {
  margin-bottom: 1rem;
}
.cid-ujal57hxIu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujal57hxIu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujal57hxIu .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-ujal57hxIu .mbr-section-btn {
  margin: 0;
}
.cid-ujal57hxIu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujal57hxIu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ujal57hxIu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ujal57hxIu #creativecommons img,
.cid-ujal57hxIu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ujal57JY7P.popup-builder {
  background-color: #ffffff;
}
.cid-ujal57JY7P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujal57JY7P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujal57JY7P .modal-content,
.cid-ujal57JY7P .modal-dialog {
  height: auto;
}
.cid-ujal57JY7P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujal57JY7P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujal57JY7P .form-wrapper .mbr-form .form-group,
  .cid-ujal57JY7P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujal57JY7P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujal57JY7P .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-ujal57JY7P .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujal57JY7P .pt-0 {
  padding-top: 0 !important;
}
.cid-ujal57JY7P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujal57JY7P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujal57JY7P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujal57JY7P .modal-open {
  overflow: hidden;
}
.cid-ujal57JY7P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujal57JY7P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujal57JY7P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujal57JY7P .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-ujal57JY7P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujal57JY7P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujal57JY7P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujal57JY7P .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-ujal57JY7P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujal57JY7P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujal57JY7P .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujal57JY7P .modal-backdrop.show {
  opacity: .5;
}
.cid-ujal57JY7P .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-ujal57JY7P .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal57JY7P .modal-header {
    padding: 1rem;
  }
}
.cid-ujal57JY7P .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujal57JY7P .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujal57JY7P .modal-header .close:hover {
  opacity: 1;
}
.cid-ujal57JY7P .modal-header .close:focus {
  outline: none;
}
.cid-ujal57JY7P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujal57JY7P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujal57JY7P .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal57JY7P .modal-body {
    padding: 1rem;
  }
}
.cid-ujal57JY7P .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-ujal57JY7P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal57JY7P .modal-footer {
    padding: 1rem;
  }
}
.cid-ujal57JY7P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujal57JY7P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujal57JY7P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujal57JY7P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujal57JY7P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujal57JY7P .modal-lg,
  .cid-ujal57JY7P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujal57JY7P .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujal57JY7P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujal57JY7P .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-ujal57JY7P .form-group {
  margin-bottom: 1rem;
}
.cid-ujal57JY7P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujal57JY7P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujal57JY7P .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-ujal57JY7P .mbr-section-btn {
  margin: 0;
}
.cid-ujal57JY7P .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujal58e4Zn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ujal58e4Zn .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ujal58A1GG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ujal58A1GG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ujal58A1GG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ujal58A1GG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ujal58A1GG .bg-youtube:hover {
  background: #cc0000;
}
.cid-ujal58A1GG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ujal58A1GG .bg-twitch:hover {
  background: #7313ff;
}
.cid-ujal58A1GG .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-ujal58A1GG [class^="socicon-"]:before,
.cid-ujal58A1GG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ujal58A1GG .mbr-section-title,
.cid-ujal58A1GG .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ujal590EOM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ujal590EOM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujal590EOM .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ujal590EOM .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-ujal590EOM .form-control:focus,
.cid-ujal590EOM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ujal590EOM .form-group {
  margin-bottom: 1rem;
}
.cid-ujal590EOM input::-webkit-input-placeholder,
.cid-ujal590EOM textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ujal590EOM input:-moz-placeholder,
.cid-ujal590EOM textarea:-moz-placeholder {
  color: #656565;
}
.cid-ujal590EOM .jq-selectbox li,
.cid-ujal590EOM .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ujal590EOM .jq-selectbox li:hover,
.cid-ujal590EOM .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ujal590EOM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ujal590EOM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ujal590EOM textarea.form-control {
  resize: none;
}
.cid-ujal590EOM .input-group-btn {
  display: inline-block;
}
.cid-ujal590EOM .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ujal590EOM .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujal590EOM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujal590EOM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujal590EOM .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ujal590EOM .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ujal590EOM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujal590EOM .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ujal590EOM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujal590EOM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ujal590EOM .form-control,
.cid-ujal590EOM .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ujal590EOM #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ujal590EOM #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ujal590EOM #creativecommons img,
.cid-ujal590EOM iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ujal590EOM .offset-md-1 {
  margin-left: 1vw;
}
.cid-ujal59XZs3.popup-builder {
  background-color: #ffffff;
}
.cid-ujal59XZs3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujal59XZs3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujal59XZs3 .modal-content,
.cid-ujal59XZs3 .modal-dialog {
  height: auto;
}
.cid-ujal59XZs3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujal59XZs3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujal59XZs3 .form-wrapper .mbr-form .form-group,
  .cid-ujal59XZs3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujal59XZs3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujal59XZs3 .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-ujal59XZs3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujal59XZs3 .pt-0 {
  padding-top: 0 !important;
}
.cid-ujal59XZs3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujal59XZs3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujal59XZs3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujal59XZs3 .modal-open {
  overflow: hidden;
}
.cid-ujal59XZs3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujal59XZs3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujal59XZs3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujal59XZs3 .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-ujal59XZs3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujal59XZs3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujal59XZs3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujal59XZs3 .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-ujal59XZs3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujal59XZs3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujal59XZs3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujal59XZs3 .modal-backdrop.show {
  opacity: .5;
}
.cid-ujal59XZs3 .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-ujal59XZs3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal59XZs3 .modal-header {
    padding: 1rem;
  }
}
.cid-ujal59XZs3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujal59XZs3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujal59XZs3 .modal-header .close:hover {
  opacity: 1;
}
.cid-ujal59XZs3 .modal-header .close:focus {
  outline: none;
}
.cid-ujal59XZs3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujal59XZs3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujal59XZs3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal59XZs3 .modal-body {
    padding: 1rem;
  }
}
.cid-ujal59XZs3 .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-ujal59XZs3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal59XZs3 .modal-footer {
    padding: 1rem;
  }
}
.cid-ujal59XZs3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujal59XZs3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujal59XZs3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujal59XZs3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujal59XZs3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujal59XZs3 .modal-lg,
  .cid-ujal59XZs3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujal59XZs3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujal59XZs3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujal59XZs3 .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-ujal59XZs3 .form-group {
  margin-bottom: 1rem;
}
.cid-ujal59XZs3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujal59XZs3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujal59XZs3 .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-ujal59XZs3 .mbr-section-btn {
  margin: 0;
}
.cid-ujal59XZs3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujal5ao8NJ.popup-builder {
  background-color: #ffffff;
}
.cid-ujal5ao8NJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujal5ao8NJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujal5ao8NJ .modal-content,
.cid-ujal5ao8NJ .modal-dialog {
  height: auto;
}
.cid-ujal5ao8NJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujal5ao8NJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujal5ao8NJ .form-wrapper .mbr-form .form-group,
  .cid-ujal5ao8NJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujal5ao8NJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujal5ao8NJ .pt-0 {
  padding-top: 0 !important;
}
.cid-ujal5ao8NJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujal5ao8NJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujal5ao8NJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujal5ao8NJ .modal-open {
  overflow: hidden;
}
.cid-ujal5ao8NJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujal5ao8NJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujal5ao8NJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujal5ao8NJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujal5ao8NJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujal5ao8NJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujal5ao8NJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujal5ao8NJ .modal-backdrop.show {
  opacity: .5;
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal5ao8NJ .modal-header {
    padding: 1rem;
  }
}
.cid-ujal5ao8NJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujal5ao8NJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujal5ao8NJ .modal-header .close:hover {
  opacity: 1;
}
.cid-ujal5ao8NJ .modal-header .close:focus {
  outline: none;
}
.cid-ujal5ao8NJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujal5ao8NJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujal5ao8NJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal5ao8NJ .modal-body {
    padding: 1rem;
  }
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujal5ao8NJ .modal-footer {
    padding: 1rem;
  }
}
.cid-ujal5ao8NJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujal5ao8NJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujal5ao8NJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujal5ao8NJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujal5ao8NJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujal5ao8NJ .modal-lg,
  .cid-ujal5ao8NJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujal5ao8NJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujal5ao8NJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .form-group {
  margin-bottom: 1rem;
}
.cid-ujal5ao8NJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujal5ao8NJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujal5ao8NJ .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-ujal5ao8NJ .mbr-section-btn {
  margin: 0;
}
.cid-ujal5ao8NJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBzkWm.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBzkWm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBzkWm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBzkWm .modal-content,
.cid-uO17aBzkWm .modal-dialog {
  height: auto;
}
.cid-uO17aBzkWm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBzkWm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBzkWm .form-wrapper .mbr-form .form-group,
  .cid-uO17aBzkWm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBzkWm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBzkWm .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-uO17aBzkWm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBzkWm .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBzkWm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBzkWm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBzkWm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBzkWm .modal-open {
  overflow: hidden;
}
.cid-uO17aBzkWm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBzkWm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBzkWm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBzkWm .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-uO17aBzkWm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBzkWm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBzkWm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBzkWm .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-uO17aBzkWm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBzkWm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBzkWm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBzkWm .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBzkWm .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-uO17aBzkWm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzkWm .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBzkWm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBzkWm .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBzkWm .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBzkWm .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBzkWm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBzkWm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBzkWm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzkWm .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBzkWm .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-uO17aBzkWm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzkWm .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBzkWm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBzkWm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBzkWm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBzkWm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBzkWm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBzkWm .modal-lg,
  .cid-uO17aBzkWm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBzkWm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBzkWm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBzkWm .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-uO17aBzkWm .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBzkWm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBzkWm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBzkWm .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-uO17aBzkWm .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBzkWm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-lm {
  /* Type valid CSS here */
}
#custom-html-lm div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-lm .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uknlkDv3q6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uknlkDv3q6 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uknlkDOo33 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uknlkDOo33 .mbr-section-title {
  color: #ffffff;
}
.cid-uknlkDOo33 .mbr-text {
  color: #bbbbbb;
}
.cid-uknlkDOo33 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uknlkDOo33 .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-uknlkE5a1f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uknlkE5a1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknlkE5a1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uknlkE5a1f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uknlkE5a1f .row {
  flex-direction: row-reverse;
}
.cid-uknlkE5a1f img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uknlkE5a1f .text-wrapper {
    padding: 2rem;
  }
}
.cid-uknlkE5a1f .mbr-section-title {
  color: #ffffff;
}
.cid-uknlkE5a1f .mbr-text {
  color: #bbbbbb;
}
.cid-uknlkE5a1f .mbr-description {
  color: #4479d9;
}
.cid-uknlkEnebe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uknlkEnebe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknlkEnebe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uknlkEnebe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uknlkEnebe img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uknlkEnebe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uknlkEnebe .mbr-section-title {
  color: #ffffff;
}
.cid-uknlkEnebe .mbr-text {
  color: #bbbbbb;
}
.cid-uknlkEnebe .mbr-description {
  color: #4479d9;
}
.cid-uknlkEF0fm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uknlkEF0fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknlkEF0fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uknlkEF0fm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uknlkEF0fm .row {
  flex-direction: row-reverse;
}
.cid-uknlkEF0fm img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uknlkEF0fm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uknlkEF0fm .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-uknlkEF0fm .mbr-section-title {
  color: #ffffff;
}
.cid-uknlkEF0fm .mbr-text {
  color: #bbbbbb;
}
.cid-uknlkEWXou {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uknlkEWXou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknlkEWXou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uknlkEWXou .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uknlkEWXou img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uknlkEWXou .text-wrapper {
    padding: 2rem;
  }
}
.cid-uknlkEWXou .mbr-section-title {
  color: #ffffff;
}
.cid-uknlkEWXou .mbr-text {
  color: #bbbbbb;
}
.cid-uknlkEWXou .mbr-description {
  color: #4479d9;
}
.cid-uknlkFejCa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uknlkFejCa .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uknlkFxFtm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uknlkFxFtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknlkFxFtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uknlkFxFtm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uknlkFxFtm .row {
  flex-direction: row-reverse;
}
.cid-uknlkFxFtm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uknlkFxFtm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uknlkFxFtm .mbr-description {
  text-align: center;
}
.cid-uknlkFxFtm .mbr-section-title {
  color: #ffffff;
}
.cid-uknlkFxFtm .mbr-text {
  color: #bbbbbb;
}
.cid-uknlkFP6Vf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uknlkFP6Vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uknlkFP6Vf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uknlkFP6Vf .row {
  justify-content: space-between;
}
.cid-uknlkFP6Vf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uknlkFP6Vf .content-wrapper {
    padding: 0;
  }
}
.cid-uknlkFP6Vf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uknlkFP6Vf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uknlkFP6Vf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uknlkFP6Vf .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uknlkFP6Vf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uknlkFP6Vf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uknlkFP6Vf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uknlkFP6Vf .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uknlkFP6Vf .mbr-section-title {
  color: #000000;
}
.cid-uknlkFP6Vf .mbr-desc {
  color: #000000;
}
.cid-uknlkFP6Vf .mbr-text {
  color: #ffffff;
}
.cid-uknlkFP6Vf .mbr-section-title,
.cid-uknlkFP6Vf .mbr-section-btn {
  color: #ffffff;
}
.cid-uknlkG8GeS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uknlkG8GeS .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uknlkG8GeS .mbr-text,
.cid-uknlkG8GeS .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uknlkGKgxN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uknlkGKgxN .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uknlkGKgxN .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uknlkGKgxN .card:hover {
  margin-top: -0.6rem;
}
.cid-uknlkGKgxN .card-wrapper {
  position: relative;
}
.cid-uknlkGKgxN .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uknlkGKgxN .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uknlkGKgxN .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-uknlkGKgxN .big {
  margin-top: -25%;
}
.cid-uknlkGKgxN .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-uknlkGKgxN .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uknlkGKgxN .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uknlkGKgxN .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uknlkHcxWS.popup-builder {
  background-color: #ffffff;
}
.cid-uknlkHcxWS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uknlkHcxWS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uknlkHcxWS .modal-content,
.cid-uknlkHcxWS .modal-dialog {
  height: auto;
}
.cid-uknlkHcxWS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uknlkHcxWS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uknlkHcxWS .form-wrapper .mbr-form .form-group,
  .cid-uknlkHcxWS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uknlkHcxWS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uknlkHcxWS .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-uknlkHcxWS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uknlkHcxWS .pt-0 {
  padding-top: 0 !important;
}
.cid-uknlkHcxWS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uknlkHcxWS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uknlkHcxWS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uknlkHcxWS .modal-open {
  overflow: hidden;
}
.cid-uknlkHcxWS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uknlkHcxWS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uknlkHcxWS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uknlkHcxWS .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-uknlkHcxWS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uknlkHcxWS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uknlkHcxWS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uknlkHcxWS .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-uknlkHcxWS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uknlkHcxWS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uknlkHcxWS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uknlkHcxWS .modal-backdrop.show {
  opacity: .5;
}
.cid-uknlkHcxWS .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-uknlkHcxWS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkHcxWS .modal-header {
    padding: 1rem;
  }
}
.cid-uknlkHcxWS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uknlkHcxWS .modal-header .close svg {
  fill: #ffffff;
}
.cid-uknlkHcxWS .modal-header .close:hover {
  opacity: 1;
}
.cid-uknlkHcxWS .modal-header .close:focus {
  outline: none;
}
.cid-uknlkHcxWS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uknlkHcxWS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uknlkHcxWS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkHcxWS .modal-body {
    padding: 1rem;
  }
}
.cid-uknlkHcxWS .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-uknlkHcxWS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkHcxWS .modal-footer {
    padding: 1rem;
  }
}
.cid-uknlkHcxWS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uknlkHcxWS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uknlkHcxWS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uknlkHcxWS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uknlkHcxWS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uknlkHcxWS .modal-lg,
  .cid-uknlkHcxWS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uknlkHcxWS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uknlkHcxWS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uknlkHcxWS .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-uknlkHcxWS .form-group {
  margin-bottom: 1rem;
}
.cid-uknlkHcxWS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uknlkHcxWS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uknlkHcxWS .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-uknlkHcxWS .mbr-section-btn {
  margin: 0;
}
.cid-uknlkHcxWS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uknlkHcxWS #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uknlkHcxWS #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uknlkHcxWS #creativecommons img,
.cid-uknlkHcxWS iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uknlkHB0Uw.popup-builder {
  background-color: #ffffff;
}
.cid-uknlkHB0Uw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uknlkHB0Uw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uknlkHB0Uw .modal-content,
.cid-uknlkHB0Uw .modal-dialog {
  height: auto;
}
.cid-uknlkHB0Uw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uknlkHB0Uw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uknlkHB0Uw .form-wrapper .mbr-form .form-group,
  .cid-uknlkHB0Uw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uknlkHB0Uw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uknlkHB0Uw .pt-0 {
  padding-top: 0 !important;
}
.cid-uknlkHB0Uw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uknlkHB0Uw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uknlkHB0Uw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uknlkHB0Uw .modal-open {
  overflow: hidden;
}
.cid-uknlkHB0Uw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uknlkHB0Uw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uknlkHB0Uw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uknlkHB0Uw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uknlkHB0Uw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uknlkHB0Uw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uknlkHB0Uw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uknlkHB0Uw .modal-backdrop.show {
  opacity: .5;
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkHB0Uw .modal-header {
    padding: 1rem;
  }
}
.cid-uknlkHB0Uw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uknlkHB0Uw .modal-header .close svg {
  fill: #ffffff;
}
.cid-uknlkHB0Uw .modal-header .close:hover {
  opacity: 1;
}
.cid-uknlkHB0Uw .modal-header .close:focus {
  outline: none;
}
.cid-uknlkHB0Uw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uknlkHB0Uw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uknlkHB0Uw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkHB0Uw .modal-body {
    padding: 1rem;
  }
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkHB0Uw .modal-footer {
    padding: 1rem;
  }
}
.cid-uknlkHB0Uw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uknlkHB0Uw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uknlkHB0Uw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uknlkHB0Uw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uknlkHB0Uw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uknlkHB0Uw .modal-lg,
  .cid-uknlkHB0Uw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uknlkHB0Uw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uknlkHB0Uw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .form-group {
  margin-bottom: 1rem;
}
.cid-uknlkHB0Uw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uknlkHB0Uw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uknlkHB0Uw .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-uknlkHB0Uw .mbr-section-btn {
  margin: 0;
}
.cid-uknlkHB0Uw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uknlkI25BA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uknlkI25BA .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uknlkInt3c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uknlkInt3c .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uknlkInt3c .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uknlkInt3c .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uknlkInt3c .bg-youtube:hover {
  background: #cc0000;
}
.cid-uknlkInt3c .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uknlkInt3c .bg-twitch:hover {
  background: #7313ff;
}
.cid-uknlkInt3c .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-uknlkInt3c [class^="socicon-"]:before,
.cid-uknlkInt3c [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uknlkInt3c .mbr-section-title,
.cid-uknlkInt3c .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uknlkIO5WJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uknlkIO5WJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uknlkIO5WJ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uknlkIO5WJ .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-uknlkIO5WJ .form-control:focus,
.cid-uknlkIO5WJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uknlkIO5WJ .form-group {
  margin-bottom: 1rem;
}
.cid-uknlkIO5WJ input::-webkit-input-placeholder,
.cid-uknlkIO5WJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uknlkIO5WJ input:-moz-placeholder,
.cid-uknlkIO5WJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-uknlkIO5WJ .jq-selectbox li,
.cid-uknlkIO5WJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uknlkIO5WJ .jq-selectbox li:hover,
.cid-uknlkIO5WJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uknlkIO5WJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uknlkIO5WJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uknlkIO5WJ textarea.form-control {
  resize: none;
}
.cid-uknlkIO5WJ .input-group-btn {
  display: inline-block;
}
.cid-uknlkIO5WJ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uknlkIO5WJ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uknlkIO5WJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uknlkIO5WJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uknlkIO5WJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uknlkIO5WJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uknlkIO5WJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uknlkIO5WJ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uknlkIO5WJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uknlkIO5WJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uknlkIO5WJ .form-control,
.cid-uknlkIO5WJ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uknlkIO5WJ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uknlkIO5WJ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uknlkIO5WJ #creativecommons img,
.cid-uknlkIO5WJ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uknlkIO5WJ .offset-md-1 {
  margin-left: 1vw;
}
.cid-uknlkJFEVt.popup-builder {
  background-color: #ffffff;
}
.cid-uknlkJFEVt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uknlkJFEVt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uknlkJFEVt .modal-content,
.cid-uknlkJFEVt .modal-dialog {
  height: auto;
}
.cid-uknlkJFEVt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uknlkJFEVt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uknlkJFEVt .form-wrapper .mbr-form .form-group,
  .cid-uknlkJFEVt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uknlkJFEVt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uknlkJFEVt .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-uknlkJFEVt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uknlkJFEVt .pt-0 {
  padding-top: 0 !important;
}
.cid-uknlkJFEVt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uknlkJFEVt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uknlkJFEVt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uknlkJFEVt .modal-open {
  overflow: hidden;
}
.cid-uknlkJFEVt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uknlkJFEVt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uknlkJFEVt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uknlkJFEVt .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-uknlkJFEVt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uknlkJFEVt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uknlkJFEVt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uknlkJFEVt .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-uknlkJFEVt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uknlkJFEVt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uknlkJFEVt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uknlkJFEVt .modal-backdrop.show {
  opacity: .5;
}
.cid-uknlkJFEVt .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-uknlkJFEVt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkJFEVt .modal-header {
    padding: 1rem;
  }
}
.cid-uknlkJFEVt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uknlkJFEVt .modal-header .close svg {
  fill: #ffffff;
}
.cid-uknlkJFEVt .modal-header .close:hover {
  opacity: 1;
}
.cid-uknlkJFEVt .modal-header .close:focus {
  outline: none;
}
.cid-uknlkJFEVt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uknlkJFEVt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uknlkJFEVt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkJFEVt .modal-body {
    padding: 1rem;
  }
}
.cid-uknlkJFEVt .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-uknlkJFEVt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkJFEVt .modal-footer {
    padding: 1rem;
  }
}
.cid-uknlkJFEVt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uknlkJFEVt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uknlkJFEVt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uknlkJFEVt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uknlkJFEVt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uknlkJFEVt .modal-lg,
  .cid-uknlkJFEVt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uknlkJFEVt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uknlkJFEVt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uknlkJFEVt .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-uknlkJFEVt .form-group {
  margin-bottom: 1rem;
}
.cid-uknlkJFEVt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uknlkJFEVt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uknlkJFEVt .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-uknlkJFEVt .mbr-section-btn {
  margin: 0;
}
.cid-uknlkJFEVt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uknlkK6tcl.popup-builder {
  background-color: #ffffff;
}
.cid-uknlkK6tcl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uknlkK6tcl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uknlkK6tcl .modal-content,
.cid-uknlkK6tcl .modal-dialog {
  height: auto;
}
.cid-uknlkK6tcl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uknlkK6tcl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uknlkK6tcl .form-wrapper .mbr-form .form-group,
  .cid-uknlkK6tcl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uknlkK6tcl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uknlkK6tcl .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-uknlkK6tcl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uknlkK6tcl .pt-0 {
  padding-top: 0 !important;
}
.cid-uknlkK6tcl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uknlkK6tcl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uknlkK6tcl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uknlkK6tcl .modal-open {
  overflow: hidden;
}
.cid-uknlkK6tcl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uknlkK6tcl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uknlkK6tcl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uknlkK6tcl .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-uknlkK6tcl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uknlkK6tcl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uknlkK6tcl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uknlkK6tcl .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-uknlkK6tcl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uknlkK6tcl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uknlkK6tcl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uknlkK6tcl .modal-backdrop.show {
  opacity: .5;
}
.cid-uknlkK6tcl .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-uknlkK6tcl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkK6tcl .modal-header {
    padding: 1rem;
  }
}
.cid-uknlkK6tcl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uknlkK6tcl .modal-header .close svg {
  fill: #ffffff;
}
.cid-uknlkK6tcl .modal-header .close:hover {
  opacity: 1;
}
.cid-uknlkK6tcl .modal-header .close:focus {
  outline: none;
}
.cid-uknlkK6tcl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uknlkK6tcl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uknlkK6tcl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkK6tcl .modal-body {
    padding: 1rem;
  }
}
.cid-uknlkK6tcl .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-uknlkK6tcl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uknlkK6tcl .modal-footer {
    padding: 1rem;
  }
}
.cid-uknlkK6tcl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uknlkK6tcl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uknlkK6tcl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uknlkK6tcl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uknlkK6tcl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uknlkK6tcl .modal-lg,
  .cid-uknlkK6tcl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uknlkK6tcl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uknlkK6tcl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uknlkK6tcl .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-uknlkK6tcl .form-group {
  margin-bottom: 1rem;
}
.cid-uknlkK6tcl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uknlkK6tcl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uknlkK6tcl .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-uknlkK6tcl .mbr-section-btn {
  margin: 0;
}
.cid-uknlkK6tcl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBzWrL.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBzWrL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBzWrL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBzWrL .modal-content,
.cid-uO17aBzWrL .modal-dialog {
  height: auto;
}
.cid-uO17aBzWrL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBzWrL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBzWrL .form-wrapper .mbr-form .form-group,
  .cid-uO17aBzWrL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBzWrL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBzWrL .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-uO17aBzWrL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBzWrL .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBzWrL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBzWrL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBzWrL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBzWrL .modal-open {
  overflow: hidden;
}
.cid-uO17aBzWrL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBzWrL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBzWrL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBzWrL .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-uO17aBzWrL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBzWrL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBzWrL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBzWrL .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-uO17aBzWrL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBzWrL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBzWrL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBzWrL .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBzWrL .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-uO17aBzWrL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzWrL .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBzWrL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBzWrL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBzWrL .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBzWrL .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBzWrL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBzWrL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBzWrL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzWrL .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBzWrL .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-uO17aBzWrL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBzWrL .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBzWrL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBzWrL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBzWrL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBzWrL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBzWrL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBzWrL .modal-lg,
  .cid-uO17aBzWrL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBzWrL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBzWrL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBzWrL .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-uO17aBzWrL .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBzWrL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBzWrL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBzWrL .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-uO17aBzWrL .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBzWrL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-jw {
  /* Type valid CSS here */
}
#custom-html-jw div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-jw .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uiYL1Yfx0l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uiYL1Yfx0l .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uiYL1YuYBe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uiYL1YuYBe .mbr-section-title {
  color: #ffffff;
}
.cid-uiYL1YuYBe .mbr-text {
  color: #bbbbbb;
}
.cid-uiYL1YuYBe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiYL1YuYBe .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-uiYL1YLJyq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uiYL1YLJyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYL1YLJyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiYL1YLJyq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYL1YLJyq .row {
  flex-direction: row-reverse;
}
.cid-uiYL1YLJyq img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uiYL1YLJyq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiYL1YLJyq .mbr-section-title {
  color: #ffffff;
}
.cid-uiYL1YLJyq .mbr-text {
  color: #bbbbbb;
}
.cid-uiYL1YLJyq .mbr-description {
  color: #4479d9;
}
.cid-uiYQRkMTiV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uiYQRkMTiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYQRkMTiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiYQRkMTiV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYQRkMTiV img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uiYQRkMTiV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiYQRkMTiV .mbr-section-title {
  color: #ffffff;
}
.cid-uiYQRkMTiV .mbr-text {
  color: #bbbbbb;
}
.cid-uiYQRkMTiV .mbr-description {
  color: #4479d9;
}
.cid-uiYL1ZjVPI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uiYL1ZjVPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYL1ZjVPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiYL1ZjVPI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYL1ZjVPI .row {
  flex-direction: row-reverse;
}
.cid-uiYL1ZjVPI img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uiYL1ZjVPI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiYL1ZjVPI .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-uiYL1ZjVPI .mbr-section-title {
  color: #ffffff;
}
.cid-uiYL1ZjVPI .mbr-text {
  color: #bbbbbb;
}
.cid-uiYLYCmlqb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uiYLYCmlqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYLYCmlqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiYLYCmlqb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYLYCmlqb img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uiYLYCmlqb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiYLYCmlqb .mbr-section-title {
  color: #ffffff;
}
.cid-uiYLYCmlqb .mbr-text {
  color: #bbbbbb;
}
.cid-uiYLYCmlqb .mbr-description {
  color: #4479d9;
}
.cid-uiYTiuX6HK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uiYTiuX6HK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYTiuX6HK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiYTiuX6HK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYTiuX6HK .row {
  flex-direction: row-reverse;
}
.cid-uiYTiuX6HK img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uiYTiuX6HK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiYTiuX6HK .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-uiYTiuX6HK .mbr-section-title {
  color: #ffffff;
}
.cid-uiYTiuX6HK .mbr-text {
  color: #bbbbbb;
}
.cid-uiYTCWnpfM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uiYTCWnpfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYTCWnpfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiYTCWnpfM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYTCWnpfM img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uiYTCWnpfM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiYTCWnpfM .mbr-section-title {
  color: #ffffff;
}
.cid-uiYTCWnpfM .mbr-text {
  color: #bbbbbb;
}
.cid-uiYTCWnpfM .mbr-description {
  color: #4479d9;
}
.cid-uiYNcWW3tL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uiYNcWW3tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYNcWW3tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiYNcWW3tL .row {
  justify-content: space-between;
}
.cid-uiYNcWW3tL .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uiYNcWW3tL .content-wrapper {
    padding: 0;
  }
}
.cid-uiYNcWW3tL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiYNcWW3tL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiYNcWW3tL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiYNcWW3tL .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiYNcWW3tL .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiYNcWW3tL .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uiYNcWW3tL .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uiYNcWW3tL .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uiYNcWW3tL .mbr-section-title {
  color: #000000;
}
.cid-uiYNcWW3tL .mbr-desc {
  color: #000000;
}
.cid-uiYNcWW3tL .mbr-text {
  color: #ffffff;
}
.cid-uiYNcWW3tL .mbr-section-title,
.cid-uiYNcWW3tL .mbr-section-btn {
  color: #ffffff;
}
.cid-uiYL1ZCeq0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uiYL1ZCeq0 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uiYL1ZCeq0 .mbr-text,
.cid-uiYL1ZCeq0 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uiYL2094z2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uiYL2094z2 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uiYL2094z2 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uiYL2094z2 .card:hover {
  margin-top: -0.6rem;
}
.cid-uiYL2094z2 .card-wrapper {
  position: relative;
}
.cid-uiYL2094z2 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uiYL2094z2 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uiYL2094z2 .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-uiYL2094z2 .big {
  margin-top: -25%;
}
.cid-uiYL2094z2 .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-uiYL2094z2 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uiYL2094z2 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uiYL2094z2 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uiYL20vChj.popup-builder {
  background-color: #ffffff;
}
.cid-uiYL20vChj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiYL20vChj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiYL20vChj .modal-content,
.cid-uiYL20vChj .modal-dialog {
  height: auto;
}
.cid-uiYL20vChj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiYL20vChj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiYL20vChj .form-wrapper .mbr-form .form-group,
  .cid-uiYL20vChj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiYL20vChj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiYL20vChj .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-uiYL20vChj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uiYL20vChj .pt-0 {
  padding-top: 0 !important;
}
.cid-uiYL20vChj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiYL20vChj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiYL20vChj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiYL20vChj .modal-open {
  overflow: hidden;
}
.cid-uiYL20vChj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiYL20vChj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiYL20vChj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiYL20vChj .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-uiYL20vChj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiYL20vChj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiYL20vChj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiYL20vChj .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-uiYL20vChj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uiYL20vChj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiYL20vChj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiYL20vChj .modal-backdrop.show {
  opacity: .5;
}
.cid-uiYL20vChj .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-uiYL20vChj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL20vChj .modal-header {
    padding: 1rem;
  }
}
.cid-uiYL20vChj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiYL20vChj .modal-header .close svg {
  fill: #ffffff;
}
.cid-uiYL20vChj .modal-header .close:hover {
  opacity: 1;
}
.cid-uiYL20vChj .modal-header .close:focus {
  outline: none;
}
.cid-uiYL20vChj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uiYL20vChj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uiYL20vChj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL20vChj .modal-body {
    padding: 1rem;
  }
}
.cid-uiYL20vChj .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-uiYL20vChj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL20vChj .modal-footer {
    padding: 1rem;
  }
}
.cid-uiYL20vChj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiYL20vChj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiYL20vChj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiYL20vChj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiYL20vChj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uiYL20vChj .modal-lg,
  .cid-uiYL20vChj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uiYL20vChj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uiYL20vChj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiYL20vChj .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-uiYL20vChj .form-group {
  margin-bottom: 1rem;
}
.cid-uiYL20vChj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiYL20vChj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiYL20vChj .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-uiYL20vChj .mbr-section-btn {
  margin: 0;
}
.cid-uiYL20vChj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uiYL20vChj #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uiYL20vChj #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uiYL20vChj #creativecommons img,
.cid-uiYL20vChj iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uiYL20Tpk4.popup-builder {
  background-color: #ffffff;
}
.cid-uiYL20Tpk4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiYL20Tpk4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiYL20Tpk4 .modal-content,
.cid-uiYL20Tpk4 .modal-dialog {
  height: auto;
}
.cid-uiYL20Tpk4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiYL20Tpk4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiYL20Tpk4 .form-wrapper .mbr-form .form-group,
  .cid-uiYL20Tpk4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiYL20Tpk4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uiYL20Tpk4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uiYL20Tpk4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiYL20Tpk4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiYL20Tpk4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiYL20Tpk4 .modal-open {
  overflow: hidden;
}
.cid-uiYL20Tpk4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiYL20Tpk4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiYL20Tpk4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiYL20Tpk4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiYL20Tpk4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uiYL20Tpk4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiYL20Tpk4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiYL20Tpk4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL20Tpk4 .modal-header {
    padding: 1rem;
  }
}
.cid-uiYL20Tpk4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiYL20Tpk4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uiYL20Tpk4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uiYL20Tpk4 .modal-header .close:focus {
  outline: none;
}
.cid-uiYL20Tpk4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uiYL20Tpk4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uiYL20Tpk4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL20Tpk4 .modal-body {
    padding: 1rem;
  }
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL20Tpk4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uiYL20Tpk4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiYL20Tpk4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiYL20Tpk4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiYL20Tpk4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiYL20Tpk4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uiYL20Tpk4 .modal-lg,
  .cid-uiYL20Tpk4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uiYL20Tpk4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uiYL20Tpk4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .form-group {
  margin-bottom: 1rem;
}
.cid-uiYL20Tpk4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiYL20Tpk4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiYL20Tpk4 .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-uiYL20Tpk4 .mbr-section-btn {
  margin: 0;
}
.cid-uiYL20Tpk4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uiYL21nXos {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uiYL21nXos .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uiYL21EYM1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uiYL21EYM1 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uiYL21EYM1 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uiYL21EYM1 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uiYL21EYM1 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uiYL21EYM1 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uiYL21EYM1 .bg-twitch:hover {
  background: #7313ff;
}
.cid-uiYL21EYM1 .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-uiYL21EYM1 [class^="socicon-"]:before,
.cid-uiYL21EYM1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uiYL21EYM1 .mbr-section-title,
.cid-uiYL21EYM1 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uiYL220iqK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uiYL220iqK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uiYL220iqK .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uiYL220iqK .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-uiYL220iqK .form-control:focus,
.cid-uiYL220iqK .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uiYL220iqK .form-group {
  margin-bottom: 1rem;
}
.cid-uiYL220iqK input::-webkit-input-placeholder,
.cid-uiYL220iqK textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uiYL220iqK input:-moz-placeholder,
.cid-uiYL220iqK textarea:-moz-placeholder {
  color: #656565;
}
.cid-uiYL220iqK .jq-selectbox li,
.cid-uiYL220iqK .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uiYL220iqK .jq-selectbox li:hover,
.cid-uiYL220iqK .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uiYL220iqK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uiYL220iqK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uiYL220iqK textarea.form-control {
  resize: none;
}
.cid-uiYL220iqK .input-group-btn {
  display: inline-block;
}
.cid-uiYL220iqK .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uiYL220iqK .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiYL220iqK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uiYL220iqK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uiYL220iqK .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uiYL220iqK .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uiYL220iqK .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uiYL220iqK .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uiYL220iqK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uiYL220iqK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uiYL220iqK .form-control,
.cid-uiYL220iqK .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uiYL220iqK #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uiYL220iqK #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uiYL220iqK #creativecommons img,
.cid-uiYL220iqK iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uiYL220iqK .offset-md-1 {
  margin-left: 1vw;
}
.cid-uiYL22IWZL.popup-builder {
  background-color: #ffffff;
}
.cid-uiYL22IWZL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiYL22IWZL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiYL22IWZL .modal-content,
.cid-uiYL22IWZL .modal-dialog {
  height: auto;
}
.cid-uiYL22IWZL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiYL22IWZL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiYL22IWZL .form-wrapper .mbr-form .form-group,
  .cid-uiYL22IWZL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiYL22IWZL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiYL22IWZL .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-uiYL22IWZL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uiYL22IWZL .pt-0 {
  padding-top: 0 !important;
}
.cid-uiYL22IWZL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiYL22IWZL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiYL22IWZL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiYL22IWZL .modal-open {
  overflow: hidden;
}
.cid-uiYL22IWZL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiYL22IWZL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiYL22IWZL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiYL22IWZL .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-uiYL22IWZL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiYL22IWZL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiYL22IWZL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiYL22IWZL .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-uiYL22IWZL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uiYL22IWZL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiYL22IWZL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiYL22IWZL .modal-backdrop.show {
  opacity: .5;
}
.cid-uiYL22IWZL .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-uiYL22IWZL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL22IWZL .modal-header {
    padding: 1rem;
  }
}
.cid-uiYL22IWZL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiYL22IWZL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uiYL22IWZL .modal-header .close:hover {
  opacity: 1;
}
.cid-uiYL22IWZL .modal-header .close:focus {
  outline: none;
}
.cid-uiYL22IWZL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uiYL22IWZL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uiYL22IWZL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL22IWZL .modal-body {
    padding: 1rem;
  }
}
.cid-uiYL22IWZL .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-uiYL22IWZL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL22IWZL .modal-footer {
    padding: 1rem;
  }
}
.cid-uiYL22IWZL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiYL22IWZL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiYL22IWZL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiYL22IWZL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiYL22IWZL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uiYL22IWZL .modal-lg,
  .cid-uiYL22IWZL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uiYL22IWZL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uiYL22IWZL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiYL22IWZL .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-uiYL22IWZL .form-group {
  margin-bottom: 1rem;
}
.cid-uiYL22IWZL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiYL22IWZL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiYL22IWZL .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-uiYL22IWZL .mbr-section-btn {
  margin: 0;
}
.cid-uiYL22IWZL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uiYL23awEw.popup-builder {
  background-color: #ffffff;
}
.cid-uiYL23awEw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiYL23awEw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiYL23awEw .modal-content,
.cid-uiYL23awEw .modal-dialog {
  height: auto;
}
.cid-uiYL23awEw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiYL23awEw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiYL23awEw .form-wrapper .mbr-form .form-group,
  .cid-uiYL23awEw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiYL23awEw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiYL23awEw .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-uiYL23awEw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uiYL23awEw .pt-0 {
  padding-top: 0 !important;
}
.cid-uiYL23awEw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiYL23awEw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiYL23awEw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiYL23awEw .modal-open {
  overflow: hidden;
}
.cid-uiYL23awEw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiYL23awEw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiYL23awEw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiYL23awEw .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-uiYL23awEw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiYL23awEw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiYL23awEw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiYL23awEw .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-uiYL23awEw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uiYL23awEw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiYL23awEw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiYL23awEw .modal-backdrop.show {
  opacity: .5;
}
.cid-uiYL23awEw .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-uiYL23awEw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL23awEw .modal-header {
    padding: 1rem;
  }
}
.cid-uiYL23awEw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiYL23awEw .modal-header .close svg {
  fill: #ffffff;
}
.cid-uiYL23awEw .modal-header .close:hover {
  opacity: 1;
}
.cid-uiYL23awEw .modal-header .close:focus {
  outline: none;
}
.cid-uiYL23awEw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uiYL23awEw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uiYL23awEw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL23awEw .modal-body {
    padding: 1rem;
  }
}
.cid-uiYL23awEw .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-uiYL23awEw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYL23awEw .modal-footer {
    padding: 1rem;
  }
}
.cid-uiYL23awEw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiYL23awEw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiYL23awEw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiYL23awEw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiYL23awEw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uiYL23awEw .modal-lg,
  .cid-uiYL23awEw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uiYL23awEw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uiYL23awEw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiYL23awEw .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-uiYL23awEw .form-group {
  margin-bottom: 1rem;
}
.cid-uiYL23awEw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiYL23awEw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiYL23awEw .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-uiYL23awEw .mbr-section-btn {
  margin: 0;
}
.cid-uiYL23awEw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBAjOc.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBAjOc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBAjOc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBAjOc .modal-content,
.cid-uO17aBAjOc .modal-dialog {
  height: auto;
}
.cid-uO17aBAjOc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBAjOc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBAjOc .form-wrapper .mbr-form .form-group,
  .cid-uO17aBAjOc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBAjOc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBAjOc .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-uO17aBAjOc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBAjOc .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBAjOc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBAjOc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBAjOc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBAjOc .modal-open {
  overflow: hidden;
}
.cid-uO17aBAjOc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBAjOc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBAjOc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBAjOc .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-uO17aBAjOc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBAjOc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBAjOc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBAjOc .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-uO17aBAjOc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBAjOc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBAjOc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBAjOc .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBAjOc .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-uO17aBAjOc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAjOc .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBAjOc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBAjOc .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBAjOc .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBAjOc .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBAjOc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBAjOc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBAjOc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAjOc .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBAjOc .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-uO17aBAjOc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAjOc .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBAjOc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBAjOc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBAjOc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBAjOc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBAjOc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBAjOc .modal-lg,
  .cid-uO17aBAjOc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBAjOc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBAjOc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBAjOc .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-uO17aBAjOc .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBAjOc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBAjOc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBAjOc .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-uO17aBAjOc .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBAjOc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-m9 {
  /* Type valid CSS here */
}
#custom-html-m9 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-m9 .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ul2vqfeqxT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ul2vqfeqxT .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uEzivbjf2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/plongeurnaturalistevsbio.jpg-1-2000x1125.jpg");
}
.cid-uEzivbjf2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzivbjf2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzivbjf2m .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uEzivbjf2m .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uEzivbjf2m .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uEzivbjf2m .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uEzivbjf2m .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uEzivbjf2m .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uEzivbjf2m .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uEzivbjf2m .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uEzivbjf2m .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uEzivbjf2m .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uEzivbjf2m .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uEzivbjf2m .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uEzivbjf2m .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uEzivbjf2m .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uEzivbjf2m .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEzivbjf2m .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uEzivbjf2m .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uEzivbjf2m .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uEzivbjf2m .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uEzivbjf2m .mbr-link,
.cid-uEzivbjf2m .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uEzivbjf2m .mbr-section-title {
  color: #000000;
}
.cid-uEzivbjf2m .mbr-text {
  color: #ffffff;
}
.cid-uEzivbjf2m .mbr-section-title,
.cid-uEzivbjf2m .mbr-section-btn,
.cid-uEzivbjf2m .title-link-wrap {
  color: #4479d9;
}
.cid-ul2vqfExRu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-ul2vqfExRu .mbr-section-title {
  color: #ffffff;
}
.cid-ul2vqfExRu .mbr-text {
  color: #bbbbbb;
}
.cid-ul2vqfExRu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ul2vqfExRu .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-ul2vqfW2ye {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ul2vqfW2ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul2vqfW2ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul2vqfW2ye .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul2vqfW2ye .row {
  flex-direction: row-reverse;
}
.cid-ul2vqfW2ye img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ul2vqfW2ye .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul2vqfW2ye .mbr-section-title {
  color: #ffffff;
}
.cid-ul2vqfW2ye .mbr-text {
  color: #bbbbbb;
}
.cid-ul2vqfW2ye .mbr-description {
  color: #4479d9;
  text-align: left;
}
.cid-ul2vqgfriF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ul2vqgfriF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul2vqgfriF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul2vqgfriF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul2vqgfriF img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ul2vqgfriF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul2vqgfriF .mbr-section-title {
  color: #ffffff;
}
.cid-ul2vqgfriF .mbr-text {
  color: #bbbbbb;
}
.cid-ul2vqgfriF .mbr-description {
  color: #4479d9;
}
.cid-ul2vqgzOlB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ul2vqgzOlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul2vqgzOlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul2vqgzOlB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul2vqgzOlB .row {
  flex-direction: row-reverse;
}
.cid-ul2vqgzOlB img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ul2vqgzOlB .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul2vqgzOlB .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-ul2vqgzOlB .mbr-section-title {
  color: #ffffff;
}
.cid-ul2vqgzOlB .mbr-text {
  color: #bbbbbb;
}
.cid-ul9JhWaGf6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ul9JhWaGf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul9JhWaGf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul9JhWaGf6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul9JhWaGf6 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-ul9JhWaGf6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul9JhWaGf6 .mbr-section-title {
  color: #ffffff;
}
.cid-ul9JhWaGf6 .mbr-text {
  color: #bbbbbb;
}
.cid-ul9JhWaGf6 .mbr-description {
  color: #4479d9;
}
.cid-ul9PZgltKD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ul9PZgltKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul9PZgltKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ul9PZgltKD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul9PZgltKD .row {
  flex-direction: row-reverse;
}
.cid-ul9PZgltKD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul9PZgltKD .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul9PZgltKD .mbr-description {
  text-align: center;
}
.cid-ul9PZgltKD .mbr-section-title {
  color: #ffffff;
}
.cid-ul9PZgltKD .mbr-text {
  color: #bbbbbb;
}
.cid-ul2vqjlTfg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ul2vqjlTfg .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ul2vqjlTfg .mbr-text,
.cid-ul2vqjlTfg .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ul2vqk3W8z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ul2vqk3W8z .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ul2vqk3W8z .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ul2vqk3W8z .card:hover {
  margin-top: -0.6rem;
}
.cid-ul2vqk3W8z .card-wrapper {
  position: relative;
}
.cid-ul2vqk3W8z .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ul2vqk3W8z .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ul2vqk3W8z .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-ul2vqk3W8z .big {
  margin-top: -25%;
}
.cid-ul2vqk3W8z .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-ul2vqk3W8z .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ul2vqk3W8z .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ul2vqk3W8z .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ul2vql7NR6.popup-builder {
  background-color: #ffffff;
}
.cid-ul2vql7NR6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ul2vql7NR6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ul2vql7NR6 .modal-content,
.cid-ul2vql7NR6 .modal-dialog {
  height: auto;
}
.cid-ul2vql7NR6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ul2vql7NR6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ul2vql7NR6 .form-wrapper .mbr-form .form-group,
  .cid-ul2vql7NR6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ul2vql7NR6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul2vql7NR6 .pt-0 {
  padding-top: 0 !important;
}
.cid-ul2vql7NR6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ul2vql7NR6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ul2vql7NR6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ul2vql7NR6 .modal-open {
  overflow: hidden;
}
.cid-ul2vql7NR6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ul2vql7NR6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ul2vql7NR6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ul2vql7NR6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ul2vql7NR6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ul2vql7NR6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ul2vql7NR6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ul2vql7NR6 .modal-backdrop.show {
  opacity: .5;
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vql7NR6 .modal-header {
    padding: 1rem;
  }
}
.cid-ul2vql7NR6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ul2vql7NR6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ul2vql7NR6 .modal-header .close:hover {
  opacity: 1;
}
.cid-ul2vql7NR6 .modal-header .close:focus {
  outline: none;
}
.cid-ul2vql7NR6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ul2vql7NR6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ul2vql7NR6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vql7NR6 .modal-body {
    padding: 1rem;
  }
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vql7NR6 .modal-footer {
    padding: 1rem;
  }
}
.cid-ul2vql7NR6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ul2vql7NR6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ul2vql7NR6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ul2vql7NR6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ul2vql7NR6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ul2vql7NR6 .modal-lg,
  .cid-ul2vql7NR6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ul2vql7NR6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ul2vql7NR6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .form-group {
  margin-bottom: 1rem;
}
.cid-ul2vql7NR6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ul2vql7NR6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ul2vql7NR6 .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-ul2vql7NR6 .mbr-section-btn {
  margin: 0;
}
.cid-ul2vql7NR6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ul2vql7NR6 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ul2vql7NR6 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ul2vql7NR6 #creativecommons img,
.cid-ul2vql7NR6 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ul2vqlIMdh.popup-builder {
  background-color: #ffffff;
}
.cid-ul2vqlIMdh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ul2vqlIMdh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ul2vqlIMdh .modal-content,
.cid-ul2vqlIMdh .modal-dialog {
  height: auto;
}
.cid-ul2vqlIMdh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ul2vqlIMdh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ul2vqlIMdh .form-wrapper .mbr-form .form-group,
  .cid-ul2vqlIMdh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ul2vqlIMdh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul2vqlIMdh .pt-0 {
  padding-top: 0 !important;
}
.cid-ul2vqlIMdh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ul2vqlIMdh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ul2vqlIMdh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ul2vqlIMdh .modal-open {
  overflow: hidden;
}
.cid-ul2vqlIMdh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ul2vqlIMdh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ul2vqlIMdh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ul2vqlIMdh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ul2vqlIMdh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ul2vqlIMdh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ul2vqlIMdh .modal-backdrop.fade {
  opacity: 0;
}
.cid-ul2vqlIMdh .modal-backdrop.show {
  opacity: .5;
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqlIMdh .modal-header {
    padding: 1rem;
  }
}
.cid-ul2vqlIMdh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ul2vqlIMdh .modal-header .close svg {
  fill: #ffffff;
}
.cid-ul2vqlIMdh .modal-header .close:hover {
  opacity: 1;
}
.cid-ul2vqlIMdh .modal-header .close:focus {
  outline: none;
}
.cid-ul2vqlIMdh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ul2vqlIMdh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ul2vqlIMdh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqlIMdh .modal-body {
    padding: 1rem;
  }
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqlIMdh .modal-footer {
    padding: 1rem;
  }
}
.cid-ul2vqlIMdh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ul2vqlIMdh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ul2vqlIMdh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ul2vqlIMdh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ul2vqlIMdh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ul2vqlIMdh .modal-lg,
  .cid-ul2vqlIMdh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ul2vqlIMdh .modal-xl {
    max-width: 1140px;
  }
}
.cid-ul2vqlIMdh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .form-group {
  margin-bottom: 1rem;
}
.cid-ul2vqlIMdh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ul2vqlIMdh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ul2vqlIMdh .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-ul2vqlIMdh .mbr-section-btn {
  margin: 0;
}
.cid-ul2vqlIMdh .mbr-section-btn .btn {
  margin: 0;
}
.cid-ul2vqm9AQN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ul2vqm9AQN .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ul2vqmzERC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ul2vqmzERC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ul2vqmzERC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ul2vqmzERC .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ul2vqmzERC .bg-youtube:hover {
  background: #cc0000;
}
.cid-ul2vqmzERC .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ul2vqmzERC .bg-twitch:hover {
  background: #7313ff;
}
.cid-ul2vqmzERC .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-ul2vqmzERC [class^="socicon-"]:before,
.cid-ul2vqmzERC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ul2vqmzERC .mbr-section-title,
.cid-ul2vqmzERC .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ul2vqn6vOx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ul2vqn6vOx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ul2vqn6vOx .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ul2vqn6vOx .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-ul2vqn6vOx .form-control:focus,
.cid-ul2vqn6vOx .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ul2vqn6vOx .form-group {
  margin-bottom: 1rem;
}
.cid-ul2vqn6vOx input::-webkit-input-placeholder,
.cid-ul2vqn6vOx textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ul2vqn6vOx input:-moz-placeholder,
.cid-ul2vqn6vOx textarea:-moz-placeholder {
  color: #656565;
}
.cid-ul2vqn6vOx .jq-selectbox li,
.cid-ul2vqn6vOx .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ul2vqn6vOx .jq-selectbox li:hover,
.cid-ul2vqn6vOx .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ul2vqn6vOx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ul2vqn6vOx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ul2vqn6vOx textarea.form-control {
  resize: none;
}
.cid-ul2vqn6vOx .input-group-btn {
  display: inline-block;
}
.cid-ul2vqn6vOx .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ul2vqn6vOx .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ul2vqn6vOx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul2vqn6vOx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ul2vqn6vOx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ul2vqn6vOx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ul2vqn6vOx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ul2vqn6vOx .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ul2vqn6vOx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ul2vqn6vOx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ul2vqn6vOx .form-control,
.cid-ul2vqn6vOx .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ul2vqn6vOx #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ul2vqn6vOx #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ul2vqn6vOx #creativecommons img,
.cid-ul2vqn6vOx iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ul2vqn6vOx .offset-md-1 {
  margin-left: 1vw;
}
.cid-ul2vqo3dao.popup-builder {
  background-color: #ffffff;
}
.cid-ul2vqo3dao.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ul2vqo3dao.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ul2vqo3dao .modal-content,
.cid-ul2vqo3dao .modal-dialog {
  height: auto;
}
.cid-ul2vqo3dao .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ul2vqo3dao .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ul2vqo3dao .form-wrapper .mbr-form .form-group,
  .cid-ul2vqo3dao .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ul2vqo3dao .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ul2vqo3dao .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-ul2vqo3dao .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul2vqo3dao .pt-0 {
  padding-top: 0 !important;
}
.cid-ul2vqo3dao .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ul2vqo3dao .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ul2vqo3dao .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ul2vqo3dao .modal-open {
  overflow: hidden;
}
.cid-ul2vqo3dao .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ul2vqo3dao .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ul2vqo3dao .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ul2vqo3dao .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-ul2vqo3dao .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ul2vqo3dao .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ul2vqo3dao .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ul2vqo3dao .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-ul2vqo3dao .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ul2vqo3dao .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ul2vqo3dao .modal-backdrop.fade {
  opacity: 0;
}
.cid-ul2vqo3dao .modal-backdrop.show {
  opacity: .5;
}
.cid-ul2vqo3dao .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-ul2vqo3dao .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqo3dao .modal-header {
    padding: 1rem;
  }
}
.cid-ul2vqo3dao .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ul2vqo3dao .modal-header .close svg {
  fill: #ffffff;
}
.cid-ul2vqo3dao .modal-header .close:hover {
  opacity: 1;
}
.cid-ul2vqo3dao .modal-header .close:focus {
  outline: none;
}
.cid-ul2vqo3dao .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ul2vqo3dao .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ul2vqo3dao .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqo3dao .modal-body {
    padding: 1rem;
  }
}
.cid-ul2vqo3dao .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-ul2vqo3dao .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqo3dao .modal-footer {
    padding: 1rem;
  }
}
.cid-ul2vqo3dao .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ul2vqo3dao .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ul2vqo3dao .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ul2vqo3dao .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ul2vqo3dao .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ul2vqo3dao .modal-lg,
  .cid-ul2vqo3dao .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ul2vqo3dao .modal-xl {
    max-width: 1140px;
  }
}
.cid-ul2vqo3dao .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ul2vqo3dao .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-ul2vqo3dao .form-group {
  margin-bottom: 1rem;
}
.cid-ul2vqo3dao .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ul2vqo3dao .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ul2vqo3dao .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-ul2vqo3dao .mbr-section-btn {
  margin: 0;
}
.cid-ul2vqo3dao .mbr-section-btn .btn {
  margin: 0;
}
.cid-ul2vqozR9v.popup-builder {
  background-color: #ffffff;
}
.cid-ul2vqozR9v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ul2vqozR9v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ul2vqozR9v .modal-content,
.cid-ul2vqozR9v .modal-dialog {
  height: auto;
}
.cid-ul2vqozR9v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ul2vqozR9v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ul2vqozR9v .form-wrapper .mbr-form .form-group,
  .cid-ul2vqozR9v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ul2vqozR9v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ul2vqozR9v .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-ul2vqozR9v .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul2vqozR9v .pt-0 {
  padding-top: 0 !important;
}
.cid-ul2vqozR9v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ul2vqozR9v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ul2vqozR9v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ul2vqozR9v .modal-open {
  overflow: hidden;
}
.cid-ul2vqozR9v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ul2vqozR9v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ul2vqozR9v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ul2vqozR9v .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-ul2vqozR9v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ul2vqozR9v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ul2vqozR9v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ul2vqozR9v .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-ul2vqozR9v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ul2vqozR9v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ul2vqozR9v .modal-backdrop.fade {
  opacity: 0;
}
.cid-ul2vqozR9v .modal-backdrop.show {
  opacity: .5;
}
.cid-ul2vqozR9v .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-ul2vqozR9v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqozR9v .modal-header {
    padding: 1rem;
  }
}
.cid-ul2vqozR9v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ul2vqozR9v .modal-header .close svg {
  fill: #ffffff;
}
.cid-ul2vqozR9v .modal-header .close:hover {
  opacity: 1;
}
.cid-ul2vqozR9v .modal-header .close:focus {
  outline: none;
}
.cid-ul2vqozR9v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ul2vqozR9v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ul2vqozR9v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqozR9v .modal-body {
    padding: 1rem;
  }
}
.cid-ul2vqozR9v .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-ul2vqozR9v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul2vqozR9v .modal-footer {
    padding: 1rem;
  }
}
.cid-ul2vqozR9v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ul2vqozR9v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ul2vqozR9v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ul2vqozR9v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ul2vqozR9v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ul2vqozR9v .modal-lg,
  .cid-ul2vqozR9v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ul2vqozR9v .modal-xl {
    max-width: 1140px;
  }
}
.cid-ul2vqozR9v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ul2vqozR9v .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-ul2vqozR9v .form-group {
  margin-bottom: 1rem;
}
.cid-ul2vqozR9v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ul2vqozR9v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ul2vqozR9v .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-ul2vqozR9v .mbr-section-btn {
  margin: 0;
}
.cid-ul2vqozR9v .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBACer.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBACer.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBACer.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBACer .modal-content,
.cid-uO17aBACer .modal-dialog {
  height: auto;
}
.cid-uO17aBACer .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBACer .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBACer .form-wrapper .mbr-form .form-group,
  .cid-uO17aBACer .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBACer .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBACer .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-uO17aBACer .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBACer .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBACer .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBACer .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBACer .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBACer .modal-open {
  overflow: hidden;
}
.cid-uO17aBACer .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBACer .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBACer .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBACer .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-uO17aBACer .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBACer .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBACer .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBACer .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-uO17aBACer .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBACer .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBACer .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBACer .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBACer .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-uO17aBACer .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBACer .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBACer .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBACer .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBACer .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBACer .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBACer .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBACer .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBACer .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBACer .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBACer .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-uO17aBACer .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBACer .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBACer .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBACer .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBACer .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBACer .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBACer .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBACer .modal-lg,
  .cid-uO17aBACer .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBACer .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBACer .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBACer .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-uO17aBACer .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBACer .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBACer .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBACer .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-uO17aBACer .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBACer .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-utNBbuW2Un {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-utNBbuW2Un .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-utNBbuW2Un .mbr-section-subtitle {
  text-align: center;
}
.cid-utNBbuW2Un .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utNBbuW2Un .display-1 {
    font-size: 75px;
  }
  .cid-utNBbuW2Un .display-5 {
    font-size: 29px;
  }
  .cid-utNBbuW2Un .display-4 {
    font-weight: 300;
  }
}
#custom-html-ny {
  /********** 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-ny body {
  background-color: black;
}
#custom-html-ny .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-ny p {
  font-size: 60px;
  color: #777;
}
#custom-html-ny * {
  margin: 0;
  padding: 0;
}
#custom-html-ny #clicMOI {
  width: 10%;
}
#custom-html-ny .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-ny #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#custom-html-ny #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-ny #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-ny #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-ny #platine {
  margin-bottom: -4vh;
}
#custom-html-ny #slider {
  margin-top: :3vh;
}
#custom-html-ny .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-ny .donneesLecteur {
  padding-left: .5vw;
}
#custom-html-ny #lectureVideo,
#custom-html-ny #pauseVideo {
  cursor: pointer;
}
#custom-html-ny #pleinEcran,
#custom-html-ny #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-ny #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-ny #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-ny #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-ny #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-ny input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-ny input[type="range"]:focus {
  outline: none;
}
#custom-html-ny input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-ny 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-ny input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-ny input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-ny input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-ny input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-ny .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-ny .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-ny .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-ny .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-ny .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-ny .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-ny .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-ny .conteneurVideo iframe,
#custom-html-ny .conteneurVideo object,
#custom-html-ny .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-ny #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-ny .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-ny #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5vh;
}
#custom-html-ny .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-ny a {
  text-decoration: none;
}
#custom-html-ny a:link {
  color: white;
}
#custom-html-ny a:visited {
  color: white;
}
#custom-html-ny .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-ny .conteneurQCM {
  display: inline-flex;
}
#custom-html-ny #score,
#custom-html-ny #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-ny #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-ny #score {
  width: 10vw;
  margin-left: 1vw;
  cursor: default;
}
#custom-html-ny #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-ny .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-ny .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-ny input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-ny .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-ny .modaleQCM,
#custom-html-ny .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-ny .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-ny .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-ny .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-ny .contenuModaleQCM,
#custom-html-ny .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-ny .contenuModaleQCM {
  width: 40%;
}
#custom-html-ny .enteteModaleQCM,
#custom-html-ny .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-ny .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-ny .close:hover,
#custom-html-ny .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-ny .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-ny .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-ny .piedModaleQCM,
#custom-html-ny .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-ny .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-ny .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-ny .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-ny #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-ny #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-ny .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-ny .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-ny .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-ny #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-ny #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #pleinEcran,
  #custom-html-ny #fenetre,
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .close {
    font-size: 5vh;
  }
  #custom-html-ny .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-ny .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-ny .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #pleinEcran,
  #custom-html-ny #fenetre,
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .close {
    font-size: 5vh;
  }
  #custom-html-ny .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-ny .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-ny .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-ny .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-ny .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-ny #qcm {
    font-size: 2vw;
    width: 35vw;
    margin-top: 2vw;
  }
  #custom-html-ny #score {
    font-size: 2vw;
    width: 21vw;
    margin-top: 2vw;
  }
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #pleinEcran,
  #custom-html-ny #fenetre,
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .close {
    font-size: 3vh;
  }
  #custom-html-ny .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-ny .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #pleinEcran,
  #custom-html-ny #fenetre,
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-ny .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .close {
    font-size: 3vh;
  }
  #custom-html-ny .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-ny .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-ny .close {
    font-size: 7vh;
  }
  #custom-html-ny .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-ny #qrcode {
    display: none;
  }
  #custom-html-ny #vol {
    display: none;
  }
  #custom-html-ny .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-ny .close {
    font-size: 7vh;
  }
  #custom-html-ny .contenuModaleVideo {
    width: 73%;
  }
}
.cid-utNBbwgwMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-utNBbwgwMt .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-utNW5wEdf7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-utNW5wEdf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNW5wEdf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utNW5wEdf7 .container {
    padding: 0 24px;
  }
}
.cid-utNW5wEdf7 .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-utNW5wEdf7 .content-wrapper {
    padding: 0;
  }
}
.cid-utNW5wEdf7 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utNW5wEdf7 .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-utNW5wEdf7 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-utNW5wEdf7 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-utNW5wEdf7 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-utNW5wEdf7 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-utNW5wEdf7 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utNW5wEdf7 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-utNW5wEdf7 .mbr-section-title {
  color: #141414;
}
.cid-utNW5wEdf7 .mbr-desc {
  color: #141414;
}
.cid-utNW5wEdf7 .mbr-text {
  color: #141414;
}
.cid-utNW5wEdf7 .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-utNBbwPjC0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-utNBbwPjC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNBbwPjC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNBbwPjC0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNBbwPjC0 img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-utNBbwPjC0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNBbwPjC0 .mbr-section-title {
  color: #ffffff;
}
.cid-utNBbwPjC0 .mbr-text {
  color: #bbbbbb;
}
.cid-utNBbwPjC0 .mbr-description {
  color: #4479d9;
}
.cid-utNBbx6FCV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-utNBbx6FCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNBbx6FCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNBbx6FCV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNBbx6FCV .row {
  flex-direction: row-reverse;
}
.cid-utNBbx6FCV img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNBbx6FCV .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNBbx6FCV .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-utNBbx6FCV .mbr-section-title {
  color: #ffffff;
}
.cid-utNBbx6FCV .mbr-text {
  color: #bbbbbb;
}
.cid-utNBbxoV2S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-utNBbxoV2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNBbxoV2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNBbxoV2S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNBbxoV2S img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNBbxoV2S .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNBbxoV2S .mbr-section-title {
  color: #ffffff;
}
.cid-utNBbxoV2S .mbr-text {
  color: #bbbbbb;
}
.cid-utNBbxoV2S .mbr-description {
  color: #4479d9;
}
.cid-utNBbxFVRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-utNBbxFVRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNBbxFVRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNBbxFVRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNBbxFVRK .row {
  flex-direction: row-reverse;
}
.cid-utNBbxFVRK img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNBbxFVRK .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNBbxFVRK .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-utNBbxFVRK .mbr-section-title {
  color: #ffffff;
}
.cid-utNBbxFVRK .mbr-text {
  color: #bbbbbb;
}
.cid-utNBbxWMv3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-utNBbxWMv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNBbxWMv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNBbxWMv3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNBbxWMv3 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNBbxWMv3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNBbxWMv3 .mbr-section-title {
  color: #ffffff;
}
.cid-utNBbxWMv3 .mbr-text {
  color: #bbbbbb;
}
.cid-utNBbxWMv3 .mbr-description {
  color: #4479d9;
}
.cid-utNCCYmPP2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-utNCCYmPP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNCCYmPP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNCCYmPP2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNCCYmPP2 .row {
  flex-direction: row-reverse;
}
.cid-utNCCYmPP2 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNCCYmPP2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNCCYmPP2 .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-utNCCYmPP2 .mbr-section-title {
  color: #ffffff;
}
.cid-utNCCYmPP2 .mbr-text {
  color: #bbbbbb;
}
.cid-utNCMRDSFl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-utNCMRDSFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNCMRDSFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNCMRDSFl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNCMRDSFl img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNCMRDSFl .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNCMRDSFl .mbr-section-title {
  color: #ffffff;
}
.cid-utNCMRDSFl .mbr-text {
  color: #bbbbbb;
}
.cid-utNCMRDSFl .mbr-description {
  color: #4479d9;
}
.cid-utNCXrCQdI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-utNCXrCQdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNCXrCQdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNCXrCQdI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNCXrCQdI .row {
  flex-direction: row-reverse;
}
.cid-utNCXrCQdI img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNCXrCQdI .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNCXrCQdI .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-utNCXrCQdI .mbr-section-title {
  color: #ffffff;
}
.cid-utNCXrCQdI .mbr-text {
  color: #bbbbbb;
}
.cid-utNDbitGJy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-utNDbitGJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNDbitGJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNDbitGJy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNDbitGJy img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNDbitGJy .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNDbitGJy .mbr-section-title {
  color: #ffffff;
}
.cid-utNDbitGJy .mbr-text {
  color: #bbbbbb;
}
.cid-utNDbitGJy .mbr-description {
  color: #4479d9;
}
.cid-utNDmugVe9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-utNDmugVe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNDmugVe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNDmugVe9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNDmugVe9 .row {
  flex-direction: row-reverse;
}
.cid-utNDmugVe9 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNDmugVe9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNDmugVe9 .mbr-description {
  text-align: center;
  color: #4479d9;
}
.cid-utNDmugVe9 .mbr-section-title {
  color: #ffffff;
}
.cid-utNDmugVe9 .mbr-text {
  color: #bbbbbb;
}
.cid-utNDw4RNmg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-utNDw4RNmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNDw4RNmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNDw4RNmg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNDw4RNmg img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-utNDw4RNmg .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNDw4RNmg .mbr-section-title {
  color: #ffffff;
}
.cid-utNDw4RNmg .mbr-text {
  color: #bbbbbb;
}
.cid-utNDw4RNmg .mbr-description {
  color: #4479d9;
}
.cid-utNNO2jInh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-utNNO2jInh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utNNO2jInh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utNNO2jInh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utNNO2jInh .row {
  flex-direction: row-reverse;
}
.cid-utNNO2jInh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utNNO2jInh .text-wrapper {
    padding: 2rem;
  }
}
.cid-utNNO2jInh .mbr-description {
  text-align: center;
}
.cid-utNNO2jInh .mbr-section-title {
  color: #ffffff;
}
.cid-utNNO2jInh .mbr-text {
  color: #bbbbbb;
}
.cid-v2NHc1WFvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v2NHc1WFvl .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-utNBbyQbcM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-utNBbyQbcM .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-utNBbyQbcM .mbr-text,
.cid-utNBbyQbcM .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-utNBbz86hs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-utNBbz86hs .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-utNBbz86hs .row {
    padding: 20px 34px;
  }
}
.cid-utNBbz86hs .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-utNBbzpZFQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-utNBbzpZFQ .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-utNBbzpZFQ .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-utNBbzpZFQ .card:hover {
  margin-top: -0.6rem;
}
.cid-utNBbzpZFQ .card-wrapper {
  position: relative;
}
.cid-utNBbzpZFQ .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-utNBbzpZFQ .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-utNBbzpZFQ .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-utNBbzpZFQ .big {
  margin-top: -25%;
}
.cid-utNBbzpZFQ .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-utNBbzpZFQ .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-utNBbzpZFQ .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-utNBbzpZFQ .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-utNBbzOgzv.popup-builder {
  background-color: #ffffff;
}
.cid-utNBbzOgzv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utNBbzOgzv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utNBbzOgzv .modal-content,
.cid-utNBbzOgzv .modal-dialog {
  height: auto;
}
.cid-utNBbzOgzv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utNBbzOgzv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utNBbzOgzv .form-wrapper .mbr-form .form-group,
  .cid-utNBbzOgzv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utNBbzOgzv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utNBbzOgzv .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-utNBbzOgzv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-utNBbzOgzv .pt-0 {
  padding-top: 0 !important;
}
.cid-utNBbzOgzv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utNBbzOgzv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utNBbzOgzv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utNBbzOgzv .modal-open {
  overflow: hidden;
}
.cid-utNBbzOgzv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utNBbzOgzv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utNBbzOgzv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utNBbzOgzv .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-utNBbzOgzv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utNBbzOgzv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utNBbzOgzv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utNBbzOgzv .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-utNBbzOgzv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-utNBbzOgzv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utNBbzOgzv .modal-backdrop.fade {
  opacity: 0;
}
.cid-utNBbzOgzv .modal-backdrop.show {
  opacity: .5;
}
.cid-utNBbzOgzv .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-utNBbzOgzv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbzOgzv .modal-header {
    padding: 1rem;
  }
}
.cid-utNBbzOgzv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utNBbzOgzv .modal-header .close svg {
  fill: #ffffff;
}
.cid-utNBbzOgzv .modal-header .close:hover {
  opacity: 1;
}
.cid-utNBbzOgzv .modal-header .close:focus {
  outline: none;
}
.cid-utNBbzOgzv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-utNBbzOgzv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-utNBbzOgzv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbzOgzv .modal-body {
    padding: 1rem;
  }
}
.cid-utNBbzOgzv .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-utNBbzOgzv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbzOgzv .modal-footer {
    padding: 1rem;
  }
}
.cid-utNBbzOgzv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utNBbzOgzv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utNBbzOgzv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utNBbzOgzv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utNBbzOgzv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-utNBbzOgzv .modal-lg,
  .cid-utNBbzOgzv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-utNBbzOgzv .modal-xl {
    max-width: 1140px;
  }
}
.cid-utNBbzOgzv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utNBbzOgzv .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-utNBbzOgzv .form-group {
  margin-bottom: 1rem;
}
.cid-utNBbzOgzv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utNBbzOgzv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utNBbzOgzv .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-utNBbzOgzv .mbr-section-btn {
  margin: 0;
}
.cid-utNBbzOgzv .mbr-section-btn .btn {
  margin: 0;
}
.cid-utNBbzOgzv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-utNBbzOgzv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-utNBbzOgzv #creativecommons img,
.cid-utNBbzOgzv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-utNBbAgiQZ.popup-builder {
  background-color: #ffffff;
}
.cid-utNBbAgiQZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utNBbAgiQZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utNBbAgiQZ .modal-content,
.cid-utNBbAgiQZ .modal-dialog {
  height: auto;
}
.cid-utNBbAgiQZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utNBbAgiQZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utNBbAgiQZ .form-wrapper .mbr-form .form-group,
  .cid-utNBbAgiQZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utNBbAgiQZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-utNBbAgiQZ .pt-0 {
  padding-top: 0 !important;
}
.cid-utNBbAgiQZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utNBbAgiQZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utNBbAgiQZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utNBbAgiQZ .modal-open {
  overflow: hidden;
}
.cid-utNBbAgiQZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utNBbAgiQZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utNBbAgiQZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utNBbAgiQZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utNBbAgiQZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-utNBbAgiQZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utNBbAgiQZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-utNBbAgiQZ .modal-backdrop.show {
  opacity: .5;
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbAgiQZ .modal-header {
    padding: 1rem;
  }
}
.cid-utNBbAgiQZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utNBbAgiQZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-utNBbAgiQZ .modal-header .close:hover {
  opacity: 1;
}
.cid-utNBbAgiQZ .modal-header .close:focus {
  outline: none;
}
.cid-utNBbAgiQZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-utNBbAgiQZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-utNBbAgiQZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbAgiQZ .modal-body {
    padding: 1rem;
  }
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbAgiQZ .modal-footer {
    padding: 1rem;
  }
}
.cid-utNBbAgiQZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utNBbAgiQZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utNBbAgiQZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utNBbAgiQZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utNBbAgiQZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-utNBbAgiQZ .modal-lg,
  .cid-utNBbAgiQZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-utNBbAgiQZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-utNBbAgiQZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .form-group {
  margin-bottom: 1rem;
}
.cid-utNBbAgiQZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utNBbAgiQZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utNBbAgiQZ .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-utNBbAgiQZ .mbr-section-btn {
  margin: 0;
}
.cid-utNBbAgiQZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-utNBbAHCOM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-utNBbAHCOM .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-utNBbB01zA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-utNBbB01zA .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-utNBbB01zA .bg-facebook:hover {
  background: #0b60cb;
}
.cid-utNBbB01zA .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-utNBbB01zA .bg-youtube:hover {
  background: #cc0000;
}
.cid-utNBbB01zA .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-utNBbB01zA .bg-twitch:hover {
  background: #7313ff;
}
.cid-utNBbB01zA .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-utNBbB01zA [class^="socicon-"]:before,
.cid-utNBbB01zA [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-utNBbB01zA .mbr-section-title,
.cid-utNBbB01zA .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-utNBbBqq9K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-utNBbBqq9K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utNBbBqq9K .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-utNBbBqq9K .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-utNBbBqq9K .form-control:focus,
.cid-utNBbBqq9K .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-utNBbBqq9K .form-group {
  margin-bottom: 1rem;
}
.cid-utNBbBqq9K input::-webkit-input-placeholder,
.cid-utNBbBqq9K textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-utNBbBqq9K input:-moz-placeholder,
.cid-utNBbBqq9K textarea:-moz-placeholder {
  color: #656565;
}
.cid-utNBbBqq9K .jq-selectbox li,
.cid-utNBbBqq9K .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-utNBbBqq9K .jq-selectbox li:hover,
.cid-utNBbBqq9K .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-utNBbBqq9K .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-utNBbBqq9K .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-utNBbBqq9K textarea.form-control {
  resize: none;
}
.cid-utNBbBqq9K .input-group-btn {
  display: inline-block;
}
.cid-utNBbBqq9K .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-utNBbBqq9K .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utNBbBqq9K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utNBbBqq9K .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-utNBbBqq9K .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-utNBbBqq9K .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-utNBbBqq9K .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utNBbBqq9K .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-utNBbBqq9K .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-utNBbBqq9K .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-utNBbBqq9K .form-control,
.cid-utNBbBqq9K .input-group-btn .btn {
  border-radius: 3px;
}
.cid-utNBbBqq9K #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-utNBbBqq9K #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-utNBbBqq9K #creativecommons img,
.cid-utNBbBqq9K iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-utNBbBqq9K .offset-md-1 {
  margin-left: 1vw;
}
.cid-utNBbC8rCg.popup-builder {
  background-color: #ffffff;
}
.cid-utNBbC8rCg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utNBbC8rCg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utNBbC8rCg .modal-content,
.cid-utNBbC8rCg .modal-dialog {
  height: auto;
}
.cid-utNBbC8rCg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utNBbC8rCg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utNBbC8rCg .form-wrapper .mbr-form .form-group,
  .cid-utNBbC8rCg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utNBbC8rCg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utNBbC8rCg .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-utNBbC8rCg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-utNBbC8rCg .pt-0 {
  padding-top: 0 !important;
}
.cid-utNBbC8rCg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utNBbC8rCg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utNBbC8rCg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utNBbC8rCg .modal-open {
  overflow: hidden;
}
.cid-utNBbC8rCg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utNBbC8rCg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utNBbC8rCg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utNBbC8rCg .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-utNBbC8rCg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utNBbC8rCg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utNBbC8rCg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utNBbC8rCg .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-utNBbC8rCg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-utNBbC8rCg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utNBbC8rCg .modal-backdrop.fade {
  opacity: 0;
}
.cid-utNBbC8rCg .modal-backdrop.show {
  opacity: .5;
}
.cid-utNBbC8rCg .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-utNBbC8rCg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbC8rCg .modal-header {
    padding: 1rem;
  }
}
.cid-utNBbC8rCg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utNBbC8rCg .modal-header .close svg {
  fill: #ffffff;
}
.cid-utNBbC8rCg .modal-header .close:hover {
  opacity: 1;
}
.cid-utNBbC8rCg .modal-header .close:focus {
  outline: none;
}
.cid-utNBbC8rCg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-utNBbC8rCg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-utNBbC8rCg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbC8rCg .modal-body {
    padding: 1rem;
  }
}
.cid-utNBbC8rCg .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-utNBbC8rCg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utNBbC8rCg .modal-footer {
    padding: 1rem;
  }
}
.cid-utNBbC8rCg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utNBbC8rCg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utNBbC8rCg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utNBbC8rCg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utNBbC8rCg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-utNBbC8rCg .modal-lg,
  .cid-utNBbC8rCg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-utNBbC8rCg .modal-xl {
    max-width: 1140px;
  }
}
.cid-utNBbC8rCg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utNBbC8rCg .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-utNBbC8rCg .form-group {
  margin-bottom: 1rem;
}
.cid-utNBbC8rCg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utNBbC8rCg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utNBbC8rCg .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-utNBbC8rCg .mbr-section-btn {
  margin: 0;
}
.cid-utNBbC8rCg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBAv1A.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBAv1A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBAv1A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBAv1A .modal-content,
.cid-uO17aBAv1A .modal-dialog {
  height: auto;
}
.cid-uO17aBAv1A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBAv1A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBAv1A .form-wrapper .mbr-form .form-group,
  .cid-uO17aBAv1A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBAv1A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBAv1A .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-uO17aBAv1A .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBAv1A .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBAv1A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBAv1A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBAv1A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBAv1A .modal-open {
  overflow: hidden;
}
.cid-uO17aBAv1A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBAv1A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBAv1A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBAv1A .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-uO17aBAv1A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBAv1A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBAv1A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBAv1A .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-uO17aBAv1A .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBAv1A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBAv1A .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBAv1A .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBAv1A .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-uO17aBAv1A .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAv1A .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBAv1A .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBAv1A .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBAv1A .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBAv1A .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBAv1A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBAv1A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBAv1A .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAv1A .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBAv1A .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-uO17aBAv1A .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAv1A .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBAv1A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBAv1A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBAv1A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBAv1A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBAv1A .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBAv1A .modal-lg,
  .cid-uO17aBAv1A .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBAv1A .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBAv1A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBAv1A .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-uO17aBAv1A .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBAv1A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBAv1A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBAv1A .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-uO17aBAv1A .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBAv1A .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-pp {
  /* Type valid CSS here */
}
#custom-html-pp div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-pp .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uw5ApbJiNw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uw5ApbJiNw .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#simulateur {
  /* Type valid CSS here */
}
#simulateur iframe {
  width: 100vw;
  height: 60vh;
}
.cid-uw5AOW2URf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uw5AOW2URf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5AOW2URf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5AOW2URf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uw5AOW2URf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uw5AOW2URf .container {
    padding: 0;
  }
}
.cid-uw5AOW2URf .row {
  justify-content: center;
}
.cid-uw5AOW2URf .title-wrapper {
  padding: 0 16px;
}
.cid-uw5AOW2URf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uw5AOW2URf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uw5AVgjI6P {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5AVgjI6P .mbr-section-title {
  color: #ffffff;
}
.cid-uw5AVgjI6P .mbr-text {
  color: #bbbbbb;
}
.cid-uw5AVgjI6P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uw5AVgjI6P .moisAnnee {
  padding-right: 3vh;
  margin-bottom: 5vh;
  text-align: right;
  color: #4479d9;
  font-size: 2vh;
  font-family: Jost,Arial;
}
.cid-uw5Bhvd5VS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw5Bhvd5VS .wrapper {
  background-color: #212428;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-uw5Bhvd5VS .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uw5Bhvd5VS .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5Bhvd5VS .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-uw5Bhvd5VS .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-uw5Bhvd5VS H3 {
  color: #4479d9;
}
.cid-uw5Bxt4ZJu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #212428;
}
@media (max-width: 991px) {
  .cid-uw5Bxt4ZJu .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uw5Bxt4ZJu .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uw5Bxt4ZJu .card-wrap {
  background: #000000;
  border-radius: 30px;
  height: 100%;
}
.cid-uw5Bxt4ZJu .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-uw5Bxt4ZJu .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uw5Bxt4ZJu .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-uw5Bxt4ZJu .card-title {
  color: #ff9e00;
}
.cid-uw5Bxt4ZJu .card-text {
  color: #ff9e00;
}
.cid-uw5BA2iLpL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uw5BA2iLpL .wrapper {
  background-color: #212428;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-uw5BA2iLpL .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uw5BA2iLpL .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5BA2iLpL .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-uw5BA2iLpL .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-uw5BA2iLpL H3 {
  color: #4479d9;
}
.cid-uw5BC2nvQE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5BC2nvQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5BC2nvQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5BC2nvQE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5BC2nvQE .row {
  flex-direction: row-reverse;
}
.cid-uw5BC2nvQE img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5BC2nvQE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5BC2nvQE .mbr-section-title {
  color: #ffffff;
}
.cid-uw5BC2nvQE .mbr-text {
  color: #bbbbbb;
}
.cid-uw5BC2nvQE .mbr-description {
  color: #4479d9;
}
.cid-uw5BDe8gyQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw5BDe8gyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5BDe8gyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5BDe8gyQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5BDe8gyQ img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5BDe8gyQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5BDe8gyQ .mbr-section-title {
  color: #ffffff;
}
.cid-uw5BDe8gyQ .mbr-text {
  color: #bbbbbb;
}
.cid-uw5BDe8gyQ .mbr-description {
  color: #4479d9;
}
.cid-uw5BEGT79z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5BEGT79z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5BEGT79z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5BEGT79z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5BEGT79z .row {
  flex-direction: row-reverse;
}
.cid-uw5BEGT79z img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5BEGT79z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5BEGT79z .mbr-section-title {
  color: #ffffff;
}
.cid-uw5BEGT79z .mbr-text {
  color: #bbbbbb;
}
.cid-uw5BEGT79z .mbr-description {
  color: #4479d9;
}
.cid-uw5BGeZstH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw5BGeZstH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5BGeZstH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5BGeZstH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5BGeZstH img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5BGeZstH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5BGeZstH .mbr-section-title {
  color: #ffffff;
}
.cid-uw5BGeZstH .mbr-text {
  color: #bbbbbb;
}
.cid-uw5BGeZstH .mbr-description {
  color: #4479d9;
}
.cid-uw5Cojyt0W {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5Cojyt0W .wrapper {
  background-color: #000000;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-uw5Cojyt0W .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uw5Cojyt0W .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5Cojyt0W .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-uw5Cojyt0W .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-uw5Cojyt0W H3 {
  color: #4479d9;
}
.cid-uw5CqGvdSg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw5CqGvdSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5CqGvdSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5CqGvdSg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5CqGvdSg .row {
  flex-direction: row-reverse;
}
.cid-uw5CqGvdSg img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5CqGvdSg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5CqGvdSg .mbr-section-title {
  color: #ffffff;
}
.cid-uw5CqGvdSg .mbr-text {
  color: #bbbbbb;
}
.cid-uw5CqGvdSg .mbr-description {
  color: #4479d9;
}
.cid-uw5CuczFSi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5CuczFSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5CuczFSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5CuczFSi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5CuczFSi img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5CuczFSi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5CuczFSi .mbr-section-title {
  color: #ffffff;
}
.cid-uw5CuczFSi .mbr-text {
  color: #bbbbbb;
}
.cid-uw5CuczFSi .mbr-description {
  color: #4479d9;
}
.cid-uw5CvFrzRd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw5CvFrzRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5CvFrzRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5CvFrzRd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5CvFrzRd .row {
  flex-direction: row-reverse;
}
.cid-uw5CvFrzRd img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5CvFrzRd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5CvFrzRd .mbr-section-title {
  color: #ffffff;
}
.cid-uw5CvFrzRd .mbr-text {
  color: #bbbbbb;
}
.cid-uw5CvFrzRd .mbr-description {
  color: #4479d9;
}
.cid-uw5CxDguiJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5CxDguiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5CxDguiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5CxDguiJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5CxDguiJ img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uw5CxDguiJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5CxDguiJ .mbr-section-title {
  color: #ffffff;
}
.cid-uw5CxDguiJ .mbr-text {
  color: #bbbbbb;
}
.cid-uw5CxDguiJ .mbr-description {
  color: #4479d9;
}
.cid-uw5ApdEP9I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uw5ApdEP9I .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uw5CyGzcBL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uw5CyGzcBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5CyGzcBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw5CyGzcBL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw5CyGzcBL .row {
  flex-direction: row-reverse;
}
.cid-uw5CyGzcBL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uw5CyGzcBL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw5CyGzcBL .mbr-description {
  text-align: center;
}
.cid-uw5CyGzcBL .mbr-section-title {
  color: #ffffff;
}
.cid-uw5CyGzcBL .mbr-text {
  color: #bbbbbb;
}
.cid-uw5CTvZR0P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uw5CTvZR0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5CTvZR0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5CTvZR0P .row {
  justify-content: space-between;
}
.cid-uw5CTvZR0P .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uw5CTvZR0P .content-wrapper {
    padding: 0;
  }
}
.cid-uw5CTvZR0P .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5CTvZR0P .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uw5CTvZR0P .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5CTvZR0P .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uw5CTvZR0P .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uw5CTvZR0P .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uw5CTvZR0P .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uw5CTvZR0P .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uw5CTvZR0P .mbr-section-title {
  color: #000000;
}
.cid-uw5CTvZR0P .mbr-desc {
  color: #000000;
}
.cid-uw5CTvZR0P .mbr-text {
  color: #ffffff;
}
.cid-uw5CTvZR0P .mbr-section-title,
.cid-uw5CTvZR0P .mbr-section-btn {
  color: #ffffff;
}
.cid-uw5Apeu4Gf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uw5Apeu4Gf .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uw5Apeu4Gf .mbr-text,
.cid-uw5Apeu4Gf .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uw5ApeN7zS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uw5ApeN7zS .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uw5ApeN7zS .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uw5ApeN7zS .card:hover {
  margin-top: -0.6rem;
}
.cid-uw5ApeN7zS .card-wrapper {
  position: relative;
}
.cid-uw5ApeN7zS .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uw5ApeN7zS .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uw5ApeN7zS .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-uw5ApeN7zS .big {
  margin-top: -25%;
}
.cid-uw5ApeN7zS .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-uw5ApeN7zS .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uw5ApeN7zS .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uw5ApeN7zS .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uw5ApfhyzK.popup-builder {
  background-color: #ffffff;
}
.cid-uw5ApfhyzK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw5ApfhyzK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw5ApfhyzK .modal-content,
.cid-uw5ApfhyzK .modal-dialog {
  height: auto;
}
.cid-uw5ApfhyzK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw5ApfhyzK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw5ApfhyzK .form-wrapper .mbr-form .form-group,
  .cid-uw5ApfhyzK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw5ApfhyzK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uw5ApfhyzK .pt-0 {
  padding-top: 0 !important;
}
.cid-uw5ApfhyzK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw5ApfhyzK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw5ApfhyzK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw5ApfhyzK .modal-open {
  overflow: hidden;
}
.cid-uw5ApfhyzK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw5ApfhyzK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw5ApfhyzK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw5ApfhyzK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw5ApfhyzK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw5ApfhyzK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw5ApfhyzK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw5ApfhyzK .modal-backdrop.show {
  opacity: .5;
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApfhyzK .modal-header {
    padding: 1rem;
  }
}
.cid-uw5ApfhyzK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw5ApfhyzK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uw5ApfhyzK .modal-header .close:hover {
  opacity: 1;
}
.cid-uw5ApfhyzK .modal-header .close:focus {
  outline: none;
}
.cid-uw5ApfhyzK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uw5ApfhyzK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw5ApfhyzK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApfhyzK .modal-body {
    padding: 1rem;
  }
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApfhyzK .modal-footer {
    padding: 1rem;
  }
}
.cid-uw5ApfhyzK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw5ApfhyzK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw5ApfhyzK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw5ApfhyzK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw5ApfhyzK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw5ApfhyzK .modal-lg,
  .cid-uw5ApfhyzK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw5ApfhyzK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw5ApfhyzK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .form-group {
  margin-bottom: 1rem;
}
.cid-uw5ApfhyzK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw5ApfhyzK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw5ApfhyzK .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-uw5ApfhyzK .mbr-section-btn {
  margin: 0;
}
.cid-uw5ApfhyzK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uw5ApfhyzK #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uw5ApfhyzK #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uw5ApfhyzK #creativecommons img,
.cid-uw5ApfhyzK iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uw5ApfHz2E.popup-builder {
  background-color: #ffffff;
}
.cid-uw5ApfHz2E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw5ApfHz2E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw5ApfHz2E .modal-content,
.cid-uw5ApfHz2E .modal-dialog {
  height: auto;
}
.cid-uw5ApfHz2E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw5ApfHz2E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw5ApfHz2E .form-wrapper .mbr-form .form-group,
  .cid-uw5ApfHz2E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw5ApfHz2E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uw5ApfHz2E .pt-0 {
  padding-top: 0 !important;
}
.cid-uw5ApfHz2E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw5ApfHz2E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw5ApfHz2E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw5ApfHz2E .modal-open {
  overflow: hidden;
}
.cid-uw5ApfHz2E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw5ApfHz2E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw5ApfHz2E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw5ApfHz2E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw5ApfHz2E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw5ApfHz2E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw5ApfHz2E .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw5ApfHz2E .modal-backdrop.show {
  opacity: .5;
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApfHz2E .modal-header {
    padding: 1rem;
  }
}
.cid-uw5ApfHz2E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw5ApfHz2E .modal-header .close svg {
  fill: #ffffff;
}
.cid-uw5ApfHz2E .modal-header .close:hover {
  opacity: 1;
}
.cid-uw5ApfHz2E .modal-header .close:focus {
  outline: none;
}
.cid-uw5ApfHz2E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uw5ApfHz2E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw5ApfHz2E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApfHz2E .modal-body {
    padding: 1rem;
  }
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApfHz2E .modal-footer {
    padding: 1rem;
  }
}
.cid-uw5ApfHz2E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw5ApfHz2E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw5ApfHz2E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw5ApfHz2E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw5ApfHz2E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw5ApfHz2E .modal-lg,
  .cid-uw5ApfHz2E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw5ApfHz2E .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw5ApfHz2E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .form-group {
  margin-bottom: 1rem;
}
.cid-uw5ApfHz2E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw5ApfHz2E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw5ApfHz2E .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-uw5ApfHz2E .mbr-section-btn {
  margin: 0;
}
.cid-uw5ApfHz2E .mbr-section-btn .btn {
  margin: 0;
}
.cid-uw5Apgmbiv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uw5Apgmbiv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uw5ApgNgyB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uw5ApgNgyB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uw5ApgNgyB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uw5ApgNgyB .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uw5ApgNgyB .bg-youtube:hover {
  background: #cc0000;
}
.cid-uw5ApgNgyB .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uw5ApgNgyB .bg-twitch:hover {
  background: #7313ff;
}
.cid-uw5ApgNgyB .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-uw5ApgNgyB [class^="socicon-"]:before,
.cid-uw5ApgNgyB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uw5ApgNgyB .mbr-section-title,
.cid-uw5ApgNgyB .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uw5AphUDM3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uw5AphUDM3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uw5AphUDM3 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uw5AphUDM3 .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-uw5AphUDM3 .form-control:focus,
.cid-uw5AphUDM3 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uw5AphUDM3 .form-group {
  margin-bottom: 1rem;
}
.cid-uw5AphUDM3 input::-webkit-input-placeholder,
.cid-uw5AphUDM3 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uw5AphUDM3 input:-moz-placeholder,
.cid-uw5AphUDM3 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uw5AphUDM3 .jq-selectbox li,
.cid-uw5AphUDM3 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uw5AphUDM3 .jq-selectbox li:hover,
.cid-uw5AphUDM3 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uw5AphUDM3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uw5AphUDM3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uw5AphUDM3 textarea.form-control {
  resize: none;
}
.cid-uw5AphUDM3 .input-group-btn {
  display: inline-block;
}
.cid-uw5AphUDM3 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uw5AphUDM3 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uw5AphUDM3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uw5AphUDM3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uw5AphUDM3 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uw5AphUDM3 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uw5AphUDM3 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uw5AphUDM3 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uw5AphUDM3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uw5AphUDM3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uw5AphUDM3 .form-control,
.cid-uw5AphUDM3 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uw5AphUDM3 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uw5AphUDM3 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uw5AphUDM3 #creativecommons img,
.cid-uw5AphUDM3 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uw5AphUDM3 .offset-md-1 {
  margin-left: 1vw;
}
.cid-uw5ApiWBIW.popup-builder {
  background-color: #ffffff;
}
.cid-uw5ApiWBIW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw5ApiWBIW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw5ApiWBIW .modal-content,
.cid-uw5ApiWBIW .modal-dialog {
  height: auto;
}
.cid-uw5ApiWBIW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw5ApiWBIW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw5ApiWBIW .form-wrapper .mbr-form .form-group,
  .cid-uw5ApiWBIW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw5ApiWBIW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uw5ApiWBIW .pt-0 {
  padding-top: 0 !important;
}
.cid-uw5ApiWBIW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw5ApiWBIW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw5ApiWBIW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw5ApiWBIW .modal-open {
  overflow: hidden;
}
.cid-uw5ApiWBIW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw5ApiWBIW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw5ApiWBIW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw5ApiWBIW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw5ApiWBIW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw5ApiWBIW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw5ApiWBIW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw5ApiWBIW .modal-backdrop.show {
  opacity: .5;
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApiWBIW .modal-header {
    padding: 1rem;
  }
}
.cid-uw5ApiWBIW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw5ApiWBIW .modal-header .close svg {
  fill: #ffffff;
}
.cid-uw5ApiWBIW .modal-header .close:hover {
  opacity: 1;
}
.cid-uw5ApiWBIW .modal-header .close:focus {
  outline: none;
}
.cid-uw5ApiWBIW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uw5ApiWBIW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw5ApiWBIW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApiWBIW .modal-body {
    padding: 1rem;
  }
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5ApiWBIW .modal-footer {
    padding: 1rem;
  }
}
.cid-uw5ApiWBIW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw5ApiWBIW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw5ApiWBIW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw5ApiWBIW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw5ApiWBIW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw5ApiWBIW .modal-lg,
  .cid-uw5ApiWBIW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw5ApiWBIW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw5ApiWBIW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .form-group {
  margin-bottom: 1rem;
}
.cid-uw5ApiWBIW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw5ApiWBIW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw5ApiWBIW .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-uw5ApiWBIW .mbr-section-btn {
  margin: 0;
}
.cid-uw5ApiWBIW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uw5Apjpc8R.popup-builder {
  background-color: #ffffff;
}
.cid-uw5Apjpc8R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw5Apjpc8R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw5Apjpc8R .modal-content,
.cid-uw5Apjpc8R .modal-dialog {
  height: auto;
}
.cid-uw5Apjpc8R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw5Apjpc8R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw5Apjpc8R .form-wrapper .mbr-form .form-group,
  .cid-uw5Apjpc8R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw5Apjpc8R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uw5Apjpc8R .pt-0 {
  padding-top: 0 !important;
}
.cid-uw5Apjpc8R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw5Apjpc8R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw5Apjpc8R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw5Apjpc8R .modal-open {
  overflow: hidden;
}
.cid-uw5Apjpc8R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw5Apjpc8R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw5Apjpc8R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw5Apjpc8R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw5Apjpc8R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw5Apjpc8R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw5Apjpc8R .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw5Apjpc8R .modal-backdrop.show {
  opacity: .5;
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5Apjpc8R .modal-header {
    padding: 1rem;
  }
}
.cid-uw5Apjpc8R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw5Apjpc8R .modal-header .close svg {
  fill: #ffffff;
}
.cid-uw5Apjpc8R .modal-header .close:hover {
  opacity: 1;
}
.cid-uw5Apjpc8R .modal-header .close:focus {
  outline: none;
}
.cid-uw5Apjpc8R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uw5Apjpc8R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw5Apjpc8R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5Apjpc8R .modal-body {
    padding: 1rem;
  }
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5Apjpc8R .modal-footer {
    padding: 1rem;
  }
}
.cid-uw5Apjpc8R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw5Apjpc8R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw5Apjpc8R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw5Apjpc8R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw5Apjpc8R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw5Apjpc8R .modal-lg,
  .cid-uw5Apjpc8R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw5Apjpc8R .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw5Apjpc8R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .form-group {
  margin-bottom: 1rem;
}
.cid-uw5Apjpc8R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw5Apjpc8R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw5Apjpc8R .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-uw5Apjpc8R .mbr-section-btn {
  margin: 0;
}
.cid-uw5Apjpc8R .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBAffi.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBAffi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBAffi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBAffi .modal-content,
.cid-uO17aBAffi .modal-dialog {
  height: auto;
}
.cid-uO17aBAffi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBAffi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBAffi .form-wrapper .mbr-form .form-group,
  .cid-uO17aBAffi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBAffi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBAffi .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-uO17aBAffi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBAffi .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBAffi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBAffi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBAffi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBAffi .modal-open {
  overflow: hidden;
}
.cid-uO17aBAffi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBAffi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBAffi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBAffi .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-uO17aBAffi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBAffi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBAffi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBAffi .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-uO17aBAffi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBAffi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBAffi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBAffi .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBAffi .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-uO17aBAffi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAffi .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBAffi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBAffi .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBAffi .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBAffi .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBAffi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBAffi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBAffi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAffi .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBAffi .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-uO17aBAffi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAffi .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBAffi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBAffi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBAffi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBAffi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBAffi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBAffi .modal-lg,
  .cid-uO17aBAffi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBAffi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBAffi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBAffi .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-uO17aBAffi .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBAffi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBAffi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBAffi .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-uO17aBAffi .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBAffi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uELy3Lj2to {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uELy3Lj2to nav.navbar {
  position: fixed;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uELy3Lj2to .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uELy3Lj2to #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uELy3Lj2to .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uELy3Lj2to .dropdown-item:hover,
.cid-uELy3Lj2to .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uELy3Lj2to .dropdown-item:hover span {
  color: white;
}
.cid-uELy3Lj2to .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uELy3Lj2to .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uELy3Lj2to .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uELy3Lj2to .nav-link {
  position: relative;
}
.cid-uELy3Lj2to .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uELy3Lj2to .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uELy3Lj2to .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uELy3Lj2to .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uELy3Lj2to .dropdown-menu,
.cid-uELy3Lj2to .navbar.opened {
  background: #353535 !important;
}
.cid-uELy3Lj2to .nav-item:focus,
.cid-uELy3Lj2to .nav-link:focus {
  outline: none;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uELy3Lj2to .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uELy3Lj2to .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uELy3Lj2to .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.opened {
  transition: all 0.3s;
}
.cid-uELy3Lj2to .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uELy3Lj2to .navbar .navbar-logo img {
  width: auto;
}
.cid-uELy3Lj2to .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uELy3Lj2to .navbar.collapsed {
  justify-content: center;
}
.cid-uELy3Lj2to .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uELy3Lj2to .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uELy3Lj2to .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uELy3Lj2to .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uELy3Lj2to .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uELy3Lj2to .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uELy3Lj2to .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-uELy3Lj2to .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uELy3Lj2to .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uELy3Lj2to .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uELy3Lj2to .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uELy3Lj2to .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uELy3Lj2to .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uELy3Lj2to .dropdown-item.active,
.cid-uELy3Lj2to .dropdown-item:active {
  background-color: transparent;
}
.cid-uELy3Lj2to .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uELy3Lj2to .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uELy3Lj2to .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uELy3Lj2to .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uELy3Lj2to ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uELy3Lj2to .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uELy3Lj2to button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uELy3Lj2to button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uELy3Lj2to nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uELy3Lj2to .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uELy3Lj2to a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar {
    height: 70px;
  }
  .cid-uELy3Lj2to .navbar.opened {
    height: auto;
  }
  .cid-uELy3Lj2to .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELy3Lj2to .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uELy3Lj2to .navbar-toggler {
  margin-left: 10px;
}
.cid-uELy3Lj2to .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-uELy3Lj2to .navbar-logo {
  margin-right: 0 !important;
}
.cid-uELy3Lj2to .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-text {
    display: none;
  }
}
.cid-uELy3Lj2to .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uELy3Lj2to .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uELy3Lj2to .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uELy3Lj2to .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-uELy3Lj2to #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-uELy3Lj2to #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-uELy3Lj2to #vol {
    display: none;
  }
}
.cid-uELy3Lj2to .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-qs {
  /* Type valid CSS here */
}
#custom-html-qs div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-qs .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uxS4BGefkP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxS4BGefkP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uAuWO9bzyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/coralligenecouverture.jpg-1-1792x1024.jpg");
}
.cid-uAuWO9bzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAuWO9bzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAuWO9bzyN .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uAuWO9bzyN .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uAuWO9bzyN .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uAuWO9bzyN .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uAuWO9bzyN .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uAuWO9bzyN .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uAuWO9bzyN .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAuWO9bzyN .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAuWO9bzyN .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uAuWO9bzyN .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAuWO9bzyN .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uAuWO9bzyN .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uAuWO9bzyN .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uAuWO9bzyN .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uAuWO9bzyN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAuWO9bzyN .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uAuWO9bzyN .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAuWO9bzyN .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uAuWO9bzyN .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uAuWO9bzyN .mbr-link,
.cid-uAuWO9bzyN .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uAuWO9bzyN .mbr-section-title {
  color: #000000;
}
.cid-uAuWO9bzyN .mbr-text {
  color: #ffffff;
}
.cid-uAuWO9bzyN .mbr-section-title,
.cid-uAuWO9bzyN .mbr-section-btn,
.cid-uAuWO9bzyN .title-link-wrap {
  color: #4479d9;
}
.cid-uAuXSCnyDE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-uAuXSCnyDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAuXSCnyDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAuXSCnyDE p {
  line-height: 2;
}
.cid-uAuXSCnyDE a:hover {
  text-decoration: underline;
}
.cid-uAuXSCnyDE .mbr-text {
  color: #ffffff;
}
.cid-uAuXSCnyDE .mbr-section-title {
  color: #4479d9;
}
.cid-uxS7kp39tL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uxS7kp39tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS7kp39tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxS7kp39tL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxS7kp39tL img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uxS7kp39tL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxS7kp39tL .mbr-section-title {
  color: #4479d9;
}
.cid-uxS7kp39tL .mbr-text {
  color: #bbbbbb;
}
.cid-uxS7kp39tL .mbr-description {
  color: #4479d9;
}
.cid-uxXmLswSqs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #212428;
}
@media (max-width: 991px) {
  .cid-uxXmLswSqs .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uxXmLswSqs .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uxXmLswSqs .card-wrap {
  background: #000000;
  border-radius: 30px;
  height: 100%;
}
.cid-uxXmLswSqs .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-uxXmLswSqs .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uxXmLswSqs .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-uxXmLswSqs .card-title {
  color: #ff9e00;
}
.cid-uxXmLswSqs .card-text {
  color: #ff9e00;
}
.cid-uxXmLswSqs .mbr-section-title {
  color: #4479d9;
}
.cid-uxS7R6JPq6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uxS7R6JPq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS7R6JPq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxS7R6JPq6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxS7R6JPq6 .row {
  flex-direction: row-reverse;
}
.cid-uxS7R6JPq6 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uxS7R6JPq6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxS7R6JPq6 .mbr-section-title {
  color: #4479d9;
}
.cid-uxS7R6JPq6 .mbr-text {
  color: #bbbbbb;
}
.cid-uxS7R6JPq6 .mbr-description {
  color: #4479d9;
}
.cid-uxS4BJs8au {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uxS4BJs8au .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS4BJs8au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxS4BJs8au .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxS4BJs8au img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uxS4BJs8au .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxS4BJs8au .mbr-section-title {
  color: #4479d9;
}
.cid-uxS4BJs8au .mbr-text {
  color: #bbbbbb;
}
.cid-uxS4BJs8au .mbr-description {
  color: #4479d9;
}
.cid-uy3ab4IXZg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uy3ab4IXZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3ab4IXZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uy3ab4IXZg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3ab4IXZg .row {
  flex-direction: row-reverse;
}
.cid-uy3ab4IXZg img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uy3ab4IXZg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3ab4IXZg .mbr-section-title {
  color: #4479d9;
}
.cid-uy3ab4IXZg .mbr-text {
  color: #bbbbbb;
}
.cid-uy3ab4IXZg .mbr-description {
  color: #4479d9;
}
.cid-uy3lEr8V4t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uy3lEr8V4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3lEr8V4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uy3lEr8V4t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3lEr8V4t img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uy3lEr8V4t .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3lEr8V4t .mbr-section-title {
  color: #4479d9;
}
.cid-uy3lEr8V4t .mbr-text {
  color: #bbbbbb;
}
.cid-uy3lEr8V4t .mbr-description {
  color: #4479d9;
}
.cid-uy3lYcHyax {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uy3lYcHyax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3lYcHyax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uy3lYcHyax .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3lYcHyax .row {
  flex-direction: row-reverse;
}
.cid-uy3lYcHyax img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uy3lYcHyax .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3lYcHyax .mbr-section-title {
  color: #4479d9;
}
.cid-uy3lYcHyax .mbr-text {
  color: #bbbbbb;
}
.cid-uy3lYcHyax .mbr-description {
  color: #4479d9;
}
.cid-uy3NAU4WDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uy3NAU4WDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3NAU4WDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy3NAU4WDn .card-wrapper {
  border-radius: 2rem;
  background: #4479d9;
}
@media (max-width: 767px) {
  .cid-uy3NAU4WDn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uy3NAU4WDn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uy3NAU4WDn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uy3NAU4WDn .mbr-text,
.cid-uy3NAU4WDn .mbr-section-btn {
  color: #ffffff;
}
.cid-uy3NAU4WDn .card-title,
.cid-uy3NAU4WDn .card-box {
  text-align: left;
}
.cid-uy3bSERFWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uy3bSERFWt .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uy3mtSgqau {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uy3mtSgqau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy3mtSgqau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uy3mtSgqau .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy3mtSgqau .row {
  flex-direction: row-reverse;
}
.cid-uy3mtSgqau img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy3mtSgqau .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy3mtSgqau .mbr-description {
  text-align: center;
}
.cid-uy3mtSgqau .mbr-section-title {
  color: #ffffff;
}
.cid-uy3mtSgqau .mbr-text {
  color: #bbbbbb;
}
.cid-uxS4BMy6nB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uxS4BMy6nB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS4BMy6nB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxS4BMy6nB .row {
  justify-content: space-between;
}
.cid-uxS4BMy6nB .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uxS4BMy6nB .content-wrapper {
    padding: 0;
  }
}
.cid-uxS4BMy6nB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxS4BMy6nB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxS4BMy6nB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxS4BMy6nB .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uxS4BMy6nB .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uxS4BMy6nB .mbr-section-title {
  color: #000000;
}
.cid-uxS4BMy6nB .mbr-desc {
  color: #000000;
}
.cid-uxS4BMy6nB .mbr-text {
  color: #ffffff;
}
.cid-uxS4BMy6nB .mbr-section-title,
.cid-uxS4BMy6nB .mbr-section-btn {
  color: #ffffff;
}
.cid-uxS4BN0cRN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxS4BN0cRN .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uxS4BN0cRN .mbr-text,
.cid-uxS4BN0cRN .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uxS4BNrvPb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uxS4BNrvPb .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uxS4BNrvPb .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uxS4BNrvPb .card:hover {
  margin-top: -0.6rem;
}
.cid-uxS4BNrvPb .card-wrapper {
  position: relative;
}
.cid-uxS4BNrvPb .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uxS4BNrvPb .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uxS4BNrvPb .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-uxS4BNrvPb .big {
  margin-top: -25%;
}
.cid-uxS4BNrvPb .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-uxS4BNrvPb .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxS4BNrvPb .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uxS4BNrvPb .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uxS4BO0WCj.popup-builder {
  background-color: #ffffff;
}
.cid-uxS4BO0WCj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxS4BO0WCj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxS4BO0WCj .modal-content,
.cid-uxS4BO0WCj .modal-dialog {
  height: auto;
}
.cid-uxS4BO0WCj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxS4BO0WCj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxS4BO0WCj .form-wrapper .mbr-form .form-group,
  .cid-uxS4BO0WCj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxS4BO0WCj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxS4BO0WCj .pt-0 {
  padding-top: 0 !important;
}
.cid-uxS4BO0WCj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxS4BO0WCj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxS4BO0WCj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxS4BO0WCj .modal-open {
  overflow: hidden;
}
.cid-uxS4BO0WCj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxS4BO0WCj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxS4BO0WCj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxS4BO0WCj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxS4BO0WCj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxS4BO0WCj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxS4BO0WCj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxS4BO0WCj .modal-backdrop.show {
  opacity: .5;
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BO0WCj .modal-header {
    padding: 1rem;
  }
}
.cid-uxS4BO0WCj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxS4BO0WCj .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxS4BO0WCj .modal-header .close:hover {
  opacity: 1;
}
.cid-uxS4BO0WCj .modal-header .close:focus {
  outline: none;
}
.cid-uxS4BO0WCj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxS4BO0WCj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxS4BO0WCj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BO0WCj .modal-body {
    padding: 1rem;
  }
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BO0WCj .modal-footer {
    padding: 1rem;
  }
}
.cid-uxS4BO0WCj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxS4BO0WCj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxS4BO0WCj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxS4BO0WCj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxS4BO0WCj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxS4BO0WCj .modal-lg,
  .cid-uxS4BO0WCj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxS4BO0WCj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxS4BO0WCj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BO0WCj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxS4BO0WCj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxS4BO0WCj .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-uxS4BO0WCj .mbr-section-btn {
  margin: 0;
}
.cid-uxS4BO0WCj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxS4BO0WCj #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uxS4BO0WCj #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uxS4BO0WCj #creativecommons img,
.cid-uxS4BO0WCj iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uxS4BOwFoC.popup-builder {
  background-color: #ffffff;
}
.cid-uxS4BOwFoC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxS4BOwFoC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxS4BOwFoC .modal-content,
.cid-uxS4BOwFoC .modal-dialog {
  height: auto;
}
.cid-uxS4BOwFoC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxS4BOwFoC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxS4BOwFoC .form-wrapper .mbr-form .form-group,
  .cid-uxS4BOwFoC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxS4BOwFoC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxS4BOwFoC .pt-0 {
  padding-top: 0 !important;
}
.cid-uxS4BOwFoC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxS4BOwFoC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxS4BOwFoC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxS4BOwFoC .modal-open {
  overflow: hidden;
}
.cid-uxS4BOwFoC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxS4BOwFoC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxS4BOwFoC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxS4BOwFoC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxS4BOwFoC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxS4BOwFoC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxS4BOwFoC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxS4BOwFoC .modal-backdrop.show {
  opacity: .5;
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BOwFoC .modal-header {
    padding: 1rem;
  }
}
.cid-uxS4BOwFoC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxS4BOwFoC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxS4BOwFoC .modal-header .close:hover {
  opacity: 1;
}
.cid-uxS4BOwFoC .modal-header .close:focus {
  outline: none;
}
.cid-uxS4BOwFoC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxS4BOwFoC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxS4BOwFoC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BOwFoC .modal-body {
    padding: 1rem;
  }
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BOwFoC .modal-footer {
    padding: 1rem;
  }
}
.cid-uxS4BOwFoC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxS4BOwFoC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxS4BOwFoC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxS4BOwFoC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxS4BOwFoC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxS4BOwFoC .modal-lg,
  .cid-uxS4BOwFoC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxS4BOwFoC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxS4BOwFoC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BOwFoC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxS4BOwFoC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxS4BOwFoC .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-uxS4BOwFoC .mbr-section-btn {
  margin: 0;
}
.cid-uxS4BOwFoC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxS4BP3AuZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uxS4BP3AuZ .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uxS4BPwhht {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxS4BPwhht .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uxS4BPwhht .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uxS4BPwhht .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uxS4BPwhht .bg-youtube:hover {
  background: #cc0000;
}
.cid-uxS4BPwhht .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uxS4BPwhht .bg-twitch:hover {
  background: #7313ff;
}
.cid-uxS4BPwhht .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-uxS4BPwhht [class^="socicon-"]:before,
.cid-uxS4BPwhht [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uxS4BPwhht .mbr-section-title,
.cid-uxS4BPwhht .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uxS4BQ2Tdc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uxS4BQ2Tdc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uxS4BQ2Tdc .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uxS4BQ2Tdc .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-uxS4BQ2Tdc .form-control:focus,
.cid-uxS4BQ2Tdc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uxS4BQ2Tdc .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BQ2Tdc input::-webkit-input-placeholder,
.cid-uxS4BQ2Tdc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uxS4BQ2Tdc input:-moz-placeholder,
.cid-uxS4BQ2Tdc textarea:-moz-placeholder {
  color: #656565;
}
.cid-uxS4BQ2Tdc .jq-selectbox li,
.cid-uxS4BQ2Tdc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxS4BQ2Tdc .jq-selectbox li:hover,
.cid-uxS4BQ2Tdc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxS4BQ2Tdc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxS4BQ2Tdc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxS4BQ2Tdc textarea.form-control {
  resize: none;
}
.cid-uxS4BQ2Tdc .input-group-btn {
  display: inline-block;
}
.cid-uxS4BQ2Tdc .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uxS4BQ2Tdc .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxS4BQ2Tdc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxS4BQ2Tdc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uxS4BQ2Tdc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uxS4BQ2Tdc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uxS4BQ2Tdc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxS4BQ2Tdc .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uxS4BQ2Tdc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uxS4BQ2Tdc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uxS4BQ2Tdc .form-control,
.cid-uxS4BQ2Tdc .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uxS4BQ2Tdc #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uxS4BQ2Tdc #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uxS4BQ2Tdc #creativecommons img,
.cid-uxS4BQ2Tdc iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uxS4BQ2Tdc .offset-md-1 {
  margin-left: 1vw;
}
.cid-uxS4BR2Ajo.popup-builder {
  background-color: #ffffff;
}
.cid-uxS4BR2Ajo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxS4BR2Ajo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxS4BR2Ajo .modal-content,
.cid-uxS4BR2Ajo .modal-dialog {
  height: auto;
}
.cid-uxS4BR2Ajo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxS4BR2Ajo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxS4BR2Ajo .form-wrapper .mbr-form .form-group,
  .cid-uxS4BR2Ajo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxS4BR2Ajo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxS4BR2Ajo .pt-0 {
  padding-top: 0 !important;
}
.cid-uxS4BR2Ajo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxS4BR2Ajo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxS4BR2Ajo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxS4BR2Ajo .modal-open {
  overflow: hidden;
}
.cid-uxS4BR2Ajo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxS4BR2Ajo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxS4BR2Ajo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxS4BR2Ajo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxS4BR2Ajo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxS4BR2Ajo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxS4BR2Ajo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxS4BR2Ajo .modal-backdrop.show {
  opacity: .5;
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BR2Ajo .modal-header {
    padding: 1rem;
  }
}
.cid-uxS4BR2Ajo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxS4BR2Ajo .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxS4BR2Ajo .modal-header .close:hover {
  opacity: 1;
}
.cid-uxS4BR2Ajo .modal-header .close:focus {
  outline: none;
}
.cid-uxS4BR2Ajo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxS4BR2Ajo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxS4BR2Ajo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BR2Ajo .modal-body {
    padding: 1rem;
  }
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxS4BR2Ajo .modal-footer {
    padding: 1rem;
  }
}
.cid-uxS4BR2Ajo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxS4BR2Ajo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxS4BR2Ajo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxS4BR2Ajo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxS4BR2Ajo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxS4BR2Ajo .modal-lg,
  .cid-uxS4BR2Ajo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxS4BR2Ajo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxS4BR2Ajo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .form-group {
  margin-bottom: 1rem;
}
.cid-uxS4BR2Ajo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxS4BR2Ajo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxS4BR2Ajo .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-uxS4BR2Ajo .mbr-section-btn {
  margin: 0;
}
.cid-uxS4BR2Ajo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO17aBA3J5.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBA3J5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBA3J5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBA3J5 .modal-content,
.cid-uO17aBA3J5 .modal-dialog {
  height: auto;
}
.cid-uO17aBA3J5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBA3J5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBA3J5 .form-wrapper .mbr-form .form-group,
  .cid-uO17aBA3J5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBA3J5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBA3J5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBA3J5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBA3J5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBA3J5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBA3J5 .modal-open {
  overflow: hidden;
}
.cid-uO17aBA3J5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBA3J5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBA3J5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBA3J5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBA3J5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBA3J5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBA3J5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBA3J5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBA3J5 .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBA3J5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBA3J5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBA3J5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBA3J5 .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBA3J5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBA3J5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBA3J5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBA3J5 .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBA3J5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBA3J5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBA3J5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBA3J5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBA3J5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBA3J5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBA3J5 .modal-lg,
  .cid-uO17aBA3J5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBA3J5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBA3J5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBA3J5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBA3J5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBA3J5 .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-uO17aBA3J5 .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBA3J5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF7AUEwzFV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF7AUEwzFV nav.navbar {
  position: fixed;
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF7AUEwzFV .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uF7AUEwzFV #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uF7AUEwzFV .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uF7AUEwzFV .dropdown-item:hover,
.cid-uF7AUEwzFV .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uF7AUEwzFV .dropdown-item:hover span {
  color: white;
}
.cid-uF7AUEwzFV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF7AUEwzFV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF7AUEwzFV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uF7AUEwzFV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF7AUEwzFV .nav-link {
  position: relative;
}
.cid-uF7AUEwzFV .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uF7AUEwzFV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uF7AUEwzFV .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uF7AUEwzFV .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uF7AUEwzFV .dropdown-menu,
.cid-uF7AUEwzFV .navbar.opened {
  background: #353535 !important;
}
.cid-uF7AUEwzFV .nav-item:focus,
.cid-uF7AUEwzFV .nav-link:focus {
  outline: none;
}
.cid-uF7AUEwzFV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF7AUEwzFV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF7AUEwzFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF7AUEwzFV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7AUEwzFV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7AUEwzFV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV .navbar.opened {
  transition: all 0.3s;
}
.cid-uF7AUEwzFV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF7AUEwzFV .navbar .navbar-logo img {
  width: auto;
}
.cid-uF7AUEwzFV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7AUEwzFV .navbar.collapsed {
  justify-content: center;
}
.cid-uF7AUEwzFV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7AUEwzFV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF7AUEwzFV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7AUEwzFV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7AUEwzFV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF7AUEwzFV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7AUEwzFV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7AUEwzFV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7AUEwzFV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7AUEwzFV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF7AUEwzFV .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-uF7AUEwzFV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7AUEwzFV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF7AUEwzFV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF7AUEwzFV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF7AUEwzFV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7AUEwzFV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7AUEwzFV .dropdown-item.active,
.cid-uF7AUEwzFV .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7AUEwzFV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF7AUEwzFV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7AUEwzFV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7AUEwzFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uF7AUEwzFV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7AUEwzFV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7AUEwzFV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF7AUEwzFV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF7AUEwzFV button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF7AUEwzFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uF7AUEwzFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF7AUEwzFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7AUEwzFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7AUEwzFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF7AUEwzFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7AUEwzFV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF7AUEwzFV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF7AUEwzFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7AUEwzFV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF7AUEwzFV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV .navbar {
    height: 70px;
  }
  .cid-uF7AUEwzFV .navbar.opened {
    height: auto;
  }
  .cid-uF7AUEwzFV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7AUEwzFV .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uF7AUEwzFV .navbar-toggler {
  margin-left: 10px;
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV .navbar-logo {
  margin-right: 0 !important;
}
.cid-uF7AUEwzFV .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uF7AUEwzFV .mbr-text {
    display: none;
  }
}
.cid-uF7AUEwzFV .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uF7AUEwzFV .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uF7AUEwzFV .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uF7AUEwzFV .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-uF7AUEwzFV #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-uF7AUEwzFV #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-uF7AUEwzFV #vol {
    display: none;
  }
}
.cid-uF7AUEwzFV .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-sy {
  /* Type valid CSS here */
}
#custom-html-sy div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-sy .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uF7AUFCnKP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uF7AUFCnKP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uF7AUG1rAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/merou.jpg-1792x1004.jpg");
}
.cid-uF7AUG1rAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7AUG1rAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7AUG1rAW .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uF7AUG1rAW .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uF7AUG1rAW .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uF7AUG1rAW .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uF7AUG1rAW .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uF7AUG1rAW .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uF7AUG1rAW .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uF7AUG1rAW .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uF7AUG1rAW .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uF7AUG1rAW .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uF7AUG1rAW .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uF7AUG1rAW .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uF7AUG1rAW .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uF7AUG1rAW .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uF7AUG1rAW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uF7AUG1rAW .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uF7AUG1rAW .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uF7AUG1rAW .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uF7AUG1rAW .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uF7AUG1rAW .mbr-link,
.cid-uF7AUG1rAW .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uF7AUG1rAW .mbr-section-title {
  color: #000000;
}
.cid-uF7AUG1rAW .mbr-text {
  color: #ffffff;
}
.cid-uF7AUG1rAW .mbr-section-title,
.cid-uF7AUG1rAW .mbr-section-btn,
.cid-uF7AUG1rAW .title-link-wrap {
  color: #4479d9;
}
.cid-uF7AUGnjd9 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-uF7AUGnjd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7AUGnjd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7AUGnjd9 p {
  line-height: 2;
}
.cid-uF7AUGnjd9 a:hover {
  text-decoration: underline;
}
.cid-uF7AUGnjd9 .mbr-text {
  color: #ffffff;
}
.cid-uF7AUGnjd9 .mbr-section-title {
  color: #4479d9;
}
.cid-uFiMw0lfBa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFiMw0lfBa .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uFiMw0lfBa .mbr-text {
  color: #ffffff;
}
.cid-uFiM386Uh3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uFiM386Uh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiM386Uh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFiM386Uh3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFiM386Uh3 .row {
  flex-direction: row-reverse;
}
.cid-uFiM386Uh3 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uFiM386Uh3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFiM386Uh3 .mbr-section-title {
  color: #4479d9;
}
.cid-uFiM386Uh3 .mbr-text {
  color: #bbbbbb;
}
.cid-uFiM386Uh3 .mbr-description {
  color: #4479d9;
}
.cid-uFiM1Dbpin {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uFiM1Dbpin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiM1Dbpin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFiM1Dbpin .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFiM1Dbpin img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uFiM1Dbpin .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFiM1Dbpin .mbr-section-title {
  color: #4479d9;
}
.cid-uFiM1Dbpin .mbr-text {
  color: #bbbbbb;
}
.cid-uFiM1Dbpin .mbr-description {
  color: #4479d9;
}
.cid-uFiM1Dbpin .biophonie {
  padding: 1em;
  text-align: center;
}
.cid-uFiM1Dbpin figcaption {
  background-color: #4479d9;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cid-uF7CWMcKxm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uF7CWMcKxm .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uF7CWMcKxm .mbr-text {
  color: #ffffff;
}
.cid-uF7AUH1pTD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #212428;
}
@media (max-width: 991px) {
  .cid-uF7AUH1pTD .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uF7AUH1pTD .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uF7AUH1pTD .card-wrap {
  background: #000000;
  border-radius: 30px;
  height: 100%;
}
.cid-uF7AUH1pTD .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-uF7AUH1pTD .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uF7AUH1pTD .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-uF7AUH1pTD .card-title {
  color: #ff9e00;
}
.cid-uF7AUH1pTD .card-text {
  color: #ff9e00;
}
.cid-uF7AUH1pTD .mbr-section-title {
  color: #4479d9;
}
.cid-uF7AUHlwn9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uF7AUHlwn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7AUHlwn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF7AUHlwn9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF7AUHlwn9 .row {
  flex-direction: row-reverse;
}
.cid-uF7AUHlwn9 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uF7AUHlwn9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uF7AUHlwn9 .mbr-section-title {
  color: #4479d9;
}
.cid-uF7AUHlwn9 .mbr-text {
  color: #ffffff;
}
.cid-uF7AUHlwn9 .mbr-description {
  color: #4479d9;
}
.cid-uFeVbMUFGq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uFeVbMUFGq .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uFeVbMUFGq .mbr-text {
  color: #ffffff;
}
.cid-uFeTCszy7g {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uFeTCszy7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFeTCszy7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFeTCszy7g .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFeTCszy7g .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFeTCszy7g .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFeTCszy7g .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFeTCszy7g .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFeTCszy7g .item {
    margin-bottom: 28px;
  }
}
.cid-uFeTCszy7g .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFeTCszy7g .item .item-wrapper:hover,
.cid-uFeTCszy7g .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uFeTCszy7g .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFeTCszy7g .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uFeTCszy7g .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uFeTCszy7g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFeTCszy7g .item-title {
  color: #9aa0a6;
}
.cid-uFeTCszy7g .item-text {
  color: #ffffff;
}
.cid-uFeTCszy7g .item-date {
  color: #9aa0a6;
}
.cid-uFeTCszy7g .mbr-section-title,
.cid-uFeTCszy7g .mbr-section-btn {
  text-align: center;
}
.cid-uFeTCszy7g .item-title,
.cid-uFeTCszy7g .icon-wrapper {
  color: #4479d9;
}
.cid-uF7AUIkdog {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uF7AUIkdog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7AUIkdog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF7AUIkdog .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF7AUIkdog img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uF7AUIkdog .text-wrapper {
    padding: 2rem;
  }
}
.cid-uF7AUIkdog .mbr-section-title {
  color: #4479d9;
}
.cid-uF7AUIkdog .mbr-text {
  color: #ffffff;
}
.cid-uF7AUIkdog .mbr-description {
  color: #4479d9;
}
.cid-uF7AUJEL38 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uF7AUJEL38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7AUJEL38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF7AUJEL38 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF7AUJEL38 .row {
  flex-direction: row-reverse;
}
.cid-uF7AUJEL38 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF7AUJEL38 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uF7AUJEL38 .mbr-description {
  text-align: center;
}
.cid-uF7AUJEL38 .mbr-section-title {
  color: #ffffff;
}
.cid-uF7AUJEL38 .mbr-text {
  color: #bbbbbb;
}
.cid-uF7AUJZD29 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uF7AUJZD29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7AUJZD29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7AUJZD29 .row {
  justify-content: space-between;
}
.cid-uF7AUJZD29 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uF7AUJZD29 .content-wrapper {
    padding: 0;
  }
}
.cid-uF7AUJZD29 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF7AUJZD29 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uF7AUJZD29 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF7AUJZD29 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uF7AUJZD29 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uF7AUJZD29 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uF7AUJZD29 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uF7AUJZD29 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uF7AUJZD29 .mbr-section-title {
  color: #000000;
}
.cid-uF7AUJZD29 .mbr-desc {
  color: #000000;
}
.cid-uF7AUJZD29 .mbr-text {
  color: #ffffff;
}
.cid-uF7AUJZD29 .mbr-section-title,
.cid-uF7AUJZD29 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF7AUKks2l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uF7AUKks2l .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uF7AUKks2l .mbr-text,
.cid-uF7AUKks2l .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uF7AUKFQ2k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uF7AUKFQ2k .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uF7AUKFQ2k .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uF7AUKFQ2k .card:hover {
  margin-top: -0.6rem;
}
.cid-uF7AUKFQ2k .card-wrapper {
  position: relative;
}
.cid-uF7AUKFQ2k .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uF7AUKFQ2k .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uF7AUKFQ2k .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-uF7AUKFQ2k .big {
  margin-top: -25%;
}
.cid-uF7AUKFQ2k .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-uF7AUKFQ2k .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uF7AUKFQ2k .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uF7AUKFQ2k .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uF7AUL7KIf.popup-builder {
  background-color: #ffffff;
}
.cid-uF7AUL7KIf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uF7AUL7KIf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uF7AUL7KIf .modal-content,
.cid-uF7AUL7KIf .modal-dialog {
  height: auto;
}
.cid-uF7AUL7KIf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uF7AUL7KIf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uF7AUL7KIf .form-wrapper .mbr-form .form-group,
  .cid-uF7AUL7KIf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uF7AUL7KIf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uF7AUL7KIf .pt-0 {
  padding-top: 0 !important;
}
.cid-uF7AUL7KIf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uF7AUL7KIf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uF7AUL7KIf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uF7AUL7KIf .modal-open {
  overflow: hidden;
}
.cid-uF7AUL7KIf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uF7AUL7KIf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uF7AUL7KIf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uF7AUL7KIf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uF7AUL7KIf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uF7AUL7KIf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uF7AUL7KIf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uF7AUL7KIf .modal-backdrop.show {
  opacity: .5;
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AUL7KIf .modal-header {
    padding: 1rem;
  }
}
.cid-uF7AUL7KIf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uF7AUL7KIf .modal-header .close svg {
  fill: #ffffff;
}
.cid-uF7AUL7KIf .modal-header .close:hover {
  opacity: 1;
}
.cid-uF7AUL7KIf .modal-header .close:focus {
  outline: none;
}
.cid-uF7AUL7KIf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uF7AUL7KIf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uF7AUL7KIf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AUL7KIf .modal-body {
    padding: 1rem;
  }
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AUL7KIf .modal-footer {
    padding: 1rem;
  }
}
.cid-uF7AUL7KIf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uF7AUL7KIf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uF7AUL7KIf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uF7AUL7KIf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uF7AUL7KIf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uF7AUL7KIf .modal-lg,
  .cid-uF7AUL7KIf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uF7AUL7KIf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uF7AUL7KIf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .form-group {
  margin-bottom: 1rem;
}
.cid-uF7AUL7KIf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uF7AUL7KIf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uF7AUL7KIf .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-uF7AUL7KIf .mbr-section-btn {
  margin: 0;
}
.cid-uF7AUL7KIf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF7AUL7KIf #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uF7AUL7KIf #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uF7AUL7KIf #creativecommons img,
.cid-uF7AUL7KIf iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uF7AULBvjo.popup-builder {
  background-color: #ffffff;
}
.cid-uF7AULBvjo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uF7AULBvjo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uF7AULBvjo .modal-content,
.cid-uF7AULBvjo .modal-dialog {
  height: auto;
}
.cid-uF7AULBvjo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uF7AULBvjo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uF7AULBvjo .form-wrapper .mbr-form .form-group,
  .cid-uF7AULBvjo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uF7AULBvjo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uF7AULBvjo .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-uF7AULBvjo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uF7AULBvjo .pt-0 {
  padding-top: 0 !important;
}
.cid-uF7AULBvjo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uF7AULBvjo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uF7AULBvjo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uF7AULBvjo .modal-open {
  overflow: hidden;
}
.cid-uF7AULBvjo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uF7AULBvjo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uF7AULBvjo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uF7AULBvjo .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-uF7AULBvjo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uF7AULBvjo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uF7AULBvjo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uF7AULBvjo .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-uF7AULBvjo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uF7AULBvjo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uF7AULBvjo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uF7AULBvjo .modal-backdrop.show {
  opacity: .5;
}
.cid-uF7AULBvjo .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-uF7AULBvjo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AULBvjo .modal-header {
    padding: 1rem;
  }
}
.cid-uF7AULBvjo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uF7AULBvjo .modal-header .close svg {
  fill: #ffffff;
}
.cid-uF7AULBvjo .modal-header .close:hover {
  opacity: 1;
}
.cid-uF7AULBvjo .modal-header .close:focus {
  outline: none;
}
.cid-uF7AULBvjo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uF7AULBvjo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uF7AULBvjo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AULBvjo .modal-body {
    padding: 1rem;
  }
}
.cid-uF7AULBvjo .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-uF7AULBvjo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AULBvjo .modal-footer {
    padding: 1rem;
  }
}
.cid-uF7AULBvjo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uF7AULBvjo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uF7AULBvjo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uF7AULBvjo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uF7AULBvjo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uF7AULBvjo .modal-lg,
  .cid-uF7AULBvjo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uF7AULBvjo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uF7AULBvjo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uF7AULBvjo .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-uF7AULBvjo .form-group {
  margin-bottom: 1rem;
}
.cid-uF7AULBvjo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uF7AULBvjo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uF7AULBvjo .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-uF7AULBvjo .mbr-section-btn {
  margin: 0;
}
.cid-uF7AULBvjo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF7AUM2Cqo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uF7AUM2Cqo .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uF7AUMo0fg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uF7AUMo0fg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uF7AUMo0fg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uF7AUMo0fg .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uF7AUMo0fg .bg-youtube:hover {
  background: #cc0000;
}
.cid-uF7AUMo0fg .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uF7AUMo0fg .bg-twitch:hover {
  background: #7313ff;
}
.cid-uF7AUMo0fg .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-uF7AUMo0fg [class^="socicon-"]:before,
.cid-uF7AUMo0fg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uF7AUMo0fg .mbr-section-title,
.cid-uF7AUMo0fg .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uF7AUMR3C9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uF7AUMR3C9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uF7AUMR3C9 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uF7AUMR3C9 .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-uF7AUMR3C9 .form-control:focus,
.cid-uF7AUMR3C9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uF7AUMR3C9 .form-group {
  margin-bottom: 1rem;
}
.cid-uF7AUMR3C9 input::-webkit-input-placeholder,
.cid-uF7AUMR3C9 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uF7AUMR3C9 input:-moz-placeholder,
.cid-uF7AUMR3C9 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uF7AUMR3C9 .jq-selectbox li,
.cid-uF7AUMR3C9 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uF7AUMR3C9 .jq-selectbox li:hover,
.cid-uF7AUMR3C9 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uF7AUMR3C9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uF7AUMR3C9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uF7AUMR3C9 textarea.form-control {
  resize: none;
}
.cid-uF7AUMR3C9 .input-group-btn {
  display: inline-block;
}
.cid-uF7AUMR3C9 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uF7AUMR3C9 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF7AUMR3C9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF7AUMR3C9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF7AUMR3C9 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uF7AUMR3C9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uF7AUMR3C9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF7AUMR3C9 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uF7AUMR3C9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF7AUMR3C9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uF7AUMR3C9 .form-control,
.cid-uF7AUMR3C9 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uF7AUMR3C9 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uF7AUMR3C9 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uF7AUMR3C9 #creativecommons img,
.cid-uF7AUMR3C9 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uF7AUMR3C9 .offset-md-1 {
  margin-left: 1vw;
}
.cid-uF7AUNIoBE.popup-builder {
  background-color: #ffffff;
}
.cid-uF7AUNIoBE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uF7AUNIoBE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uF7AUNIoBE .modal-content,
.cid-uF7AUNIoBE .modal-dialog {
  height: auto;
}
.cid-uF7AUNIoBE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uF7AUNIoBE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uF7AUNIoBE .form-wrapper .mbr-form .form-group,
  .cid-uF7AUNIoBE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uF7AUNIoBE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uF7AUNIoBE .pt-0 {
  padding-top: 0 !important;
}
.cid-uF7AUNIoBE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uF7AUNIoBE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uF7AUNIoBE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uF7AUNIoBE .modal-open {
  overflow: hidden;
}
.cid-uF7AUNIoBE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uF7AUNIoBE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uF7AUNIoBE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uF7AUNIoBE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uF7AUNIoBE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uF7AUNIoBE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uF7AUNIoBE .modal-backdrop.fade {
  opacity: 0;
}
.cid-uF7AUNIoBE .modal-backdrop.show {
  opacity: .5;
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AUNIoBE .modal-header {
    padding: 1rem;
  }
}
.cid-uF7AUNIoBE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uF7AUNIoBE .modal-header .close svg {
  fill: #ffffff;
}
.cid-uF7AUNIoBE .modal-header .close:hover {
  opacity: 1;
}
.cid-uF7AUNIoBE .modal-header .close:focus {
  outline: none;
}
.cid-uF7AUNIoBE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uF7AUNIoBE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uF7AUNIoBE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AUNIoBE .modal-body {
    padding: 1rem;
  }
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7AUNIoBE .modal-footer {
    padding: 1rem;
  }
}
.cid-uF7AUNIoBE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uF7AUNIoBE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uF7AUNIoBE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uF7AUNIoBE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uF7AUNIoBE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uF7AUNIoBE .modal-lg,
  .cid-uF7AUNIoBE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uF7AUNIoBE .modal-xl {
    max-width: 1140px;
  }
}
.cid-uF7AUNIoBE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .form-group {
  margin-bottom: 1rem;
}
.cid-uF7AUNIoBE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uF7AUNIoBE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uF7AUNIoBE .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-uF7AUNIoBE .mbr-section-btn {
  margin: 0;
}
.cid-uF7AUNIoBE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFeVGdlw7h.popup-builder {
  background-color: #ffffff;
}
.cid-uFeVGdlw7h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFeVGdlw7h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFeVGdlw7h .modal-content,
.cid-uFeVGdlw7h .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uFeVGdlw7h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFeVGdlw7h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFeVGdlw7h .form-wrapper .mbr-form .form-group,
  .cid-uFeVGdlw7h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFeVGdlw7h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFeVGdlw7h .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-uFeVGdlw7h .mbr-text {
  text-align: center;
}
.cid-uFeVGdlw7h .pt-0 {
  padding-top: 0 !important;
}
.cid-uFeVGdlw7h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFeVGdlw7h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFeVGdlw7h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFeVGdlw7h .modal-open {
  overflow: hidden;
}
.cid-uFeVGdlw7h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFeVGdlw7h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFeVGdlw7h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFeVGdlw7h .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-uFeVGdlw7h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFeVGdlw7h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFeVGdlw7h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFeVGdlw7h .modal-content {
  background: #212428;
  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-uFeVGdlw7h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFeVGdlw7h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFeVGdlw7h .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFeVGdlw7h .modal-backdrop.show {
  opacity: .5;
}
.cid-uFeVGdlw7h .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-uFeVGdlw7h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGdlw7h .modal-header {
    padding: 1rem;
  }
}
.cid-uFeVGdlw7h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFeVGdlw7h .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFeVGdlw7h .modal-header .close:hover {
  opacity: 1;
}
.cid-uFeVGdlw7h .modal-header .close:focus {
  outline: none;
}
.cid-uFeVGdlw7h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFeVGdlw7h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFeVGdlw7h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGdlw7h .modal-body {
    padding: 1rem;
  }
}
.cid-uFeVGdlw7h .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-uFeVGdlw7h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGdlw7h .modal-footer {
    padding: 1rem;
  }
}
.cid-uFeVGdlw7h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFeVGdlw7h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFeVGdlw7h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFeVGdlw7h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFeVGdlw7h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFeVGdlw7h .modal-lg,
  .cid-uFeVGdlw7h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFeVGdlw7h .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFeVGdlw7h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFeVGdlw7h .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-uFeVGdlw7h .form-group {
  margin-bottom: 1rem;
}
.cid-uFeVGdlw7h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFeVGdlw7h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFeVGdlw7h .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-uFeVGdlw7h .mbr-section-btn {
  margin: 0;
}
.cid-uFeVGdlw7h .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFeVGdlw7h .organisme {
  min-height: 90vh;
}
.cid-uFeVGdlw7h .container {
  margin-top: 0;
}
.cid-uFeVGCG2a0.popup-builder {
  background-color: #ffffff;
}
.cid-uFeVGCG2a0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFeVGCG2a0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFeVGCG2a0 .modal-content,
.cid-uFeVGCG2a0 .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uFeVGCG2a0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFeVGCG2a0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFeVGCG2a0 .form-wrapper .mbr-form .form-group,
  .cid-uFeVGCG2a0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFeVGCG2a0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFeVGCG2a0 .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-uFeVGCG2a0 .mbr-text {
  text-align: center;
}
.cid-uFeVGCG2a0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uFeVGCG2a0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFeVGCG2a0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFeVGCG2a0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFeVGCG2a0 .modal-open {
  overflow: hidden;
}
.cid-uFeVGCG2a0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFeVGCG2a0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFeVGCG2a0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFeVGCG2a0 .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-uFeVGCG2a0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFeVGCG2a0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFeVGCG2a0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFeVGCG2a0 .modal-content {
  background: #212428;
  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-uFeVGCG2a0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFeVGCG2a0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFeVGCG2a0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFeVGCG2a0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uFeVGCG2a0 .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-uFeVGCG2a0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGCG2a0 .modal-header {
    padding: 1rem;
  }
}
.cid-uFeVGCG2a0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFeVGCG2a0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFeVGCG2a0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uFeVGCG2a0 .modal-header .close:focus {
  outline: none;
}
.cid-uFeVGCG2a0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFeVGCG2a0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFeVGCG2a0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGCG2a0 .modal-body {
    padding: 1rem;
  }
}
.cid-uFeVGCG2a0 .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-uFeVGCG2a0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGCG2a0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uFeVGCG2a0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFeVGCG2a0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFeVGCG2a0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFeVGCG2a0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFeVGCG2a0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFeVGCG2a0 .modal-lg,
  .cid-uFeVGCG2a0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFeVGCG2a0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFeVGCG2a0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFeVGCG2a0 .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-uFeVGCG2a0 .form-group {
  margin-bottom: 1rem;
}
.cid-uFeVGCG2a0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFeVGCG2a0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFeVGCG2a0 .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-uFeVGCG2a0 .mbr-section-btn {
  margin: 0;
}
.cid-uFeVGCG2a0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFeVGCG2a0 .organisme {
  min-height: 90vh;
}
.cid-uFeVGCG2a0 .container {
  margin-top: 0;
}
.cid-uFeVGXpOsG.popup-builder {
  background-color: #ffffff;
}
.cid-uFeVGXpOsG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFeVGXpOsG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFeVGXpOsG .modal-content,
.cid-uFeVGXpOsG .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uFeVGXpOsG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFeVGXpOsG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFeVGXpOsG .form-wrapper .mbr-form .form-group,
  .cid-uFeVGXpOsG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFeVGXpOsG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFeVGXpOsG .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-uFeVGXpOsG .mbr-text {
  text-align: center;
}
.cid-uFeVGXpOsG .pt-0 {
  padding-top: 0 !important;
}
.cid-uFeVGXpOsG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFeVGXpOsG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFeVGXpOsG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFeVGXpOsG .modal-open {
  overflow: hidden;
}
.cid-uFeVGXpOsG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFeVGXpOsG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFeVGXpOsG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFeVGXpOsG .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-uFeVGXpOsG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFeVGXpOsG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFeVGXpOsG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFeVGXpOsG .modal-content {
  background: #212428;
  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-uFeVGXpOsG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFeVGXpOsG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFeVGXpOsG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFeVGXpOsG .modal-backdrop.show {
  opacity: .5;
}
.cid-uFeVGXpOsG .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-uFeVGXpOsG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGXpOsG .modal-header {
    padding: 1rem;
  }
}
.cid-uFeVGXpOsG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFeVGXpOsG .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFeVGXpOsG .modal-header .close:hover {
  opacity: 1;
}
.cid-uFeVGXpOsG .modal-header .close:focus {
  outline: none;
}
.cid-uFeVGXpOsG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uFeVGXpOsG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFeVGXpOsG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGXpOsG .modal-body {
    padding: 1rem;
  }
}
.cid-uFeVGXpOsG .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-uFeVGXpOsG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFeVGXpOsG .modal-footer {
    padding: 1rem;
  }
}
.cid-uFeVGXpOsG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFeVGXpOsG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFeVGXpOsG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFeVGXpOsG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFeVGXpOsG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFeVGXpOsG .modal-lg,
  .cid-uFeVGXpOsG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFeVGXpOsG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFeVGXpOsG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFeVGXpOsG .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-uFeVGXpOsG .form-group {
  margin-bottom: 1rem;
}
.cid-uFeVGXpOsG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFeVGXpOsG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFeVGXpOsG .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-uFeVGXpOsG .mbr-section-btn {
  margin: 0;
}
.cid-uFeVGXpOsG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFeVGXpOsG .organisme {
  min-height: 90vh;
}
.cid-uFeVGXpOsG .container {
  margin-top: 0;
}
.cid-uO17aBAF0i.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBAF0i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBAF0i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBAF0i .modal-content,
.cid-uO17aBAF0i .modal-dialog {
  height: auto;
}
.cid-uO17aBAF0i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBAF0i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBAF0i .form-wrapper .mbr-form .form-group,
  .cid-uO17aBAF0i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBAF0i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBAF0i .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-uO17aBAF0i .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBAF0i .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBAF0i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBAF0i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBAF0i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBAF0i .modal-open {
  overflow: hidden;
}
.cid-uO17aBAF0i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBAF0i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBAF0i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBAF0i .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-uO17aBAF0i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBAF0i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBAF0i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBAF0i .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-uO17aBAF0i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBAF0i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBAF0i .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBAF0i .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBAF0i .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-uO17aBAF0i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAF0i .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBAF0i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBAF0i .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBAF0i .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBAF0i .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBAF0i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBAF0i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBAF0i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAF0i .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBAF0i .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-uO17aBAF0i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAF0i .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBAF0i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBAF0i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBAF0i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBAF0i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBAF0i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBAF0i .modal-lg,
  .cid-uO17aBAF0i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBAF0i .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBAF0i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBAF0i .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-uO17aBAF0i .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBAF0i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBAF0i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBAF0i .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-uO17aBAF0i .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBAF0i .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGn1KVPEUn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGn1KVPEUn nav.navbar {
  position: fixed;
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGn1KVPEUn .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uGn1KVPEUn #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uGn1KVPEUn .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uGn1KVPEUn .dropdown-item:hover,
.cid-uGn1KVPEUn .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uGn1KVPEUn .dropdown-item:hover span {
  color: white;
}
.cid-uGn1KVPEUn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGn1KVPEUn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGn1KVPEUn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uGn1KVPEUn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGn1KVPEUn .nav-link {
  position: relative;
}
.cid-uGn1KVPEUn .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uGn1KVPEUn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uGn1KVPEUn .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uGn1KVPEUn .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uGn1KVPEUn .dropdown-menu,
.cid-uGn1KVPEUn .navbar.opened {
  background: #353535 !important;
}
.cid-uGn1KVPEUn .nav-item:focus,
.cid-uGn1KVPEUn .nav-link:focus {
  outline: none;
}
.cid-uGn1KVPEUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGn1KVPEUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGn1KVPEUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGn1KVPEUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGn1KVPEUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGn1KVPEUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn .navbar.opened {
  transition: all 0.3s;
}
.cid-uGn1KVPEUn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGn1KVPEUn .navbar .navbar-logo img {
  width: auto;
}
.cid-uGn1KVPEUn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGn1KVPEUn .navbar.collapsed {
  justify-content: center;
}
.cid-uGn1KVPEUn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGn1KVPEUn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGn1KVPEUn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGn1KVPEUn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGn1KVPEUn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGn1KVPEUn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGn1KVPEUn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGn1KVPEUn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGn1KVPEUn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGn1KVPEUn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGn1KVPEUn .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-uGn1KVPEUn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGn1KVPEUn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGn1KVPEUn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGn1KVPEUn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGn1KVPEUn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGn1KVPEUn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGn1KVPEUn .dropdown-item.active,
.cid-uGn1KVPEUn .dropdown-item:active {
  background-color: transparent;
}
.cid-uGn1KVPEUn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGn1KVPEUn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGn1KVPEUn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGn1KVPEUn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uGn1KVPEUn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGn1KVPEUn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGn1KVPEUn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGn1KVPEUn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGn1KVPEUn button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGn1KVPEUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uGn1KVPEUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGn1KVPEUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGn1KVPEUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGn1KVPEUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGn1KVPEUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGn1KVPEUn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGn1KVPEUn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGn1KVPEUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGn1KVPEUn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGn1KVPEUn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn .navbar {
    height: 70px;
  }
  .cid-uGn1KVPEUn .navbar.opened {
    height: auto;
  }
  .cid-uGn1KVPEUn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGn1KVPEUn .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uGn1KVPEUn .navbar-toggler {
  margin-left: 10px;
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn .navbar-logo {
  margin-right: 0 !important;
}
.cid-uGn1KVPEUn .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uGn1KVPEUn .mbr-text {
    display: none;
  }
}
.cid-uGn1KVPEUn .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uGn1KVPEUn .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uGn1KVPEUn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uGn1KVPEUn .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-uGn1KVPEUn #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-uGn1KVPEUn #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-uGn1KVPEUn #vol {
    display: none;
  }
}
.cid-uGn1KVPEUn .soutien {
  font-family: jost;
  font-size: 1em;
}
#custom-html-v3 {
  /* Type valid CSS here */
}
#custom-html-v3 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-v3 .leTexte {
  display: none;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uGn1KWPz6q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGn1KWPz6q .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uGn1KXdwrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mucus.jpg-1792x1024.jpg");
}
.cid-uGn1KXdwrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn1KXdwrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGn1KXdwrC .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uGn1KXdwrC .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uGn1KXdwrC .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uGn1KXdwrC .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uGn1KXdwrC .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #6592e6 !important;
}
.cid-uGn1KXdwrC .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uGn1KXdwrC .title-wrapper {
  opacity: 0.7;
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uGn1KXdwrC .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGn1KXdwrC .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-uGn1KXdwrC .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uGn1KXdwrC .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-uGn1KXdwrC .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-uGn1KXdwrC .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-uGn1KXdwrC .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-uGn1KXdwrC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGn1KXdwrC .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uGn1KXdwrC .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uGn1KXdwrC .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-uGn1KXdwrC .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-uGn1KXdwrC .mbr-link,
.cid-uGn1KXdwrC .mbr-iconfont {
  color: #8c8c8c;
}
.cid-uGn1KXdwrC .mbr-section-title {
  color: #000000;
}
.cid-uGn1KXdwrC .mbr-text {
  color: #ffffff;
}
.cid-uGn1KXdwrC .mbr-section-title,
.cid-uGn1KXdwrC .mbr-section-btn,
.cid-uGn1KXdwrC .title-link-wrap {
  color: #4479d9;
}
.cid-uGn1KXEruV {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-uGn1KXEruV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn1KXEruV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGn1KXEruV p {
  line-height: 2;
}
.cid-uGn1KXEruV a:hover {
  text-decoration: underline;
}
.cid-uGn1KXEruV .mbr-text {
  color: #ffffff;
}
.cid-uGn1KXEruV .mbr-section-title {
  color: #4479d9;
}
.cid-uGnD1kRHPX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGnD1kRHPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnD1kRHPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnD1kRHPX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnD1kRHPX img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGnD1kRHPX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnD1kRHPX .mbr-section-title {
  color: #4479d9;
}
.cid-uGnD1kRHPX .mbr-text {
  color: #ffffff;
}
.cid-uGnD1kRHPX .mbr-description {
  color: #4479d9;
}
.cid-uGoeaHPwmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-uGoeaHPwmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoeaHPwmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoeaHPwmu .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uGoeaHPwmu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uGoeaHPwmu .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uGoeaHPwmu .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uGoeaHPwmu .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uGoeaHPwmu .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uGoeaHPwmu .mbr-section-head {
  width: 100%;
}
.cid-uGoeaHPwmu .mbr-section-title {
  color: #4479d9;
}
@media (max-width: 767px) {
  .cid-uGoeaHPwmu .mbr-section-title {
    text-align: center;
  }
}
.cid-uGoeaHPwmu .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uGoeaHPwmu .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uGoeaHPwmu .card-row {
  align-items: stretch;
}
.cid-uGoeaHPwmu .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uGoeaHPwmu .card {
    margin-top: 30px;
  }
}
.cid-uGoeaHPwmu .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uGoeaHPwmu .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uGoeaHPwmu .card-wrapper {
    padding: 20px;
  }
}
.cid-uGoeaHPwmu .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uGoeaHPwmu .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uGoeaHPwmu .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uGoeaHPwmu .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uGoeaHPwmu .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-uGoeaHPwmu .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #353535, #353535);
  opacity: 0;
  transition: .5s all;
}
.cid-uGoeaHPwmu .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uGoeaHPwmu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uGoeaHPwmu .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uGoeaHPwmu .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff9e00;
}
.cid-uGoeaHPwmu .card-title {
  color: #ff9e00;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-uGoeaHPwmu .card-title {
    margin-bottom: 15px;
  }
}
.cid-uGoeaHPwmu .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uGoeaHPwmu .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-uGoeaHPwmu .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ffa405;
}
.cid-uGn1KZgBpI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGn1KZgBpI .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uGn1KZgBpI .mbr-text {
  color: #ffffff;
}
.cid-uGn1KZgBpI .mbr-section-title {
  color: #4479d9;
}
.cid-uGn1KYRGaU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGn1KYRGaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn1KYRGaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGn1KYRGaU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGn1KYRGaU img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGn1KYRGaU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGn1KYRGaU .mbr-section-title {
  color: #4479d9;
}
.cid-uGn1KYRGaU .mbr-text {
  color: #ffffff;
}
.cid-uGn1KYRGaU .mbr-description {
  color: #4479d9;
}
.cid-uGn1KYRGaU .biophonie {
  padding: 1em;
  text-align: center;
}
.cid-uGn1KYRGaU figcaption {
  background-color: #4479d9;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cid-uGnCdgUgAY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGnCdgUgAY .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uGnCdgUgAY .mbr-text {
  color: #ffffff;
}
.cid-uGn1L03iwR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uGn1L03iwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn1L03iwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGn1L03iwR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGn1L03iwR .row {
  flex-direction: row-reverse;
}
.cid-uGn1L03iwR img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGn1L03iwR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGn1L03iwR .mbr-section-title {
  color: #4479d9;
}
.cid-uGn1L03iwR .mbr-text {
  color: #ffffff;
}
.cid-uGn1L03iwR .mbr-description {
  color: #4479d9;
}
.cid-uGojqsXZ74 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGojqsXZ74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGojqsXZ74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGojqsXZ74 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGojqsXZ74 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGojqsXZ74 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGojqsXZ74 .mbr-section-title {
  color: #4479d9;
}
.cid-uGojqsXZ74 .mbr-text {
  color: #ffffff;
}
.cid-uGojqsXZ74 .mbr-description {
  color: #4479d9;
  text-align: center;
}
.cid-uGnDBRF9U1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGnDBRF9U1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnDBRF9U1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnDBRF9U1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnDBRF9U1 .row {
  flex-direction: row-reverse;
}
.cid-uGnDBRF9U1 img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGnDBRF9U1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnDBRF9U1 .mbr-section-title {
  color: #4479d9;
}
.cid-uGnDBRF9U1 .mbr-text {
  color: #ffffff;
}
.cid-uGnDBRF9U1 .mbr-description {
  color: #4479d9;
}
.cid-uGA7ubloQ6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #212428;
}
@media (max-width: 991px) {
  .cid-uGA7ubloQ6 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGA7ubloQ6 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uGA7ubloQ6 .card-wrap {
  background: #000000;
  border-radius: 30px;
  height: 100%;
}
.cid-uGA7ubloQ6 .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-uGA7ubloQ6 .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uGA7ubloQ6 .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-uGA7ubloQ6 .card-title {
  color: #ff9e00;
}
.cid-uGA7ubloQ6 .card-text {
  color: #ff9e00;
}
.cid-uGA7ubloQ6 .mbr-section-title {
  color: #4479d9;
}
.cid-uGnFap6FAK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGnFap6FAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnFap6FAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnFap6FAK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnFap6FAK img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGnFap6FAK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnFap6FAK .mbr-section-title {
  color: #4479d9;
}
.cid-uGnFap6FAK .mbr-text {
  color: #ffffff;
}
.cid-uGnFap6FAK .mbr-description {
  color: #4479d9;
}
.cid-uGnFyuruyx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uGnFyuruyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnFyuruyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnFyuruyx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnFyuruyx .row {
  flex-direction: row-reverse;
}
.cid-uGnFyuruyx img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGnFyuruyx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnFyuruyx .mbr-section-title {
  color: #4479d9;
}
.cid-uGnFyuruyx .mbr-text {
  color: #ffffff;
}
.cid-uGnFyuruyx .mbr-description {
  color: #4479d9;
}
.cid-uGnITZwQxj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGnITZwQxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnITZwQxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnITZwQxj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnITZwQxj img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGnITZwQxj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnITZwQxj .mbr-section-title {
  color: #4479d9;
}
.cid-uGnITZwQxj .mbr-text {
  color: #ffffff;
}
.cid-uGnITZwQxj .mbr-description {
  color: #4479d9;
}
.cid-uGCHjsm1bN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uGCHjsm1bN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCHjsm1bN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCHjsm1bN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGCHjsm1bN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGCHjsm1bN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGCHjsm1bN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGCHjsm1bN .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGCHjsm1bN .item {
    margin-bottom: 28px;
  }
}
.cid-uGCHjsm1bN .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uGCHjsm1bN .item .item-wrapper:hover,
.cid-uGCHjsm1bN .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uGCHjsm1bN .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGCHjsm1bN .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uGCHjsm1bN .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uGCHjsm1bN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGCHjsm1bN .item-title {
  color: #9aa0a6;
}
.cid-uGCHjsm1bN .item-text {
  color: #ffffff;
}
.cid-uGCHjsm1bN .item-date {
  color: #9aa0a6;
}
.cid-uGCHjsm1bN .mbr-section-title,
.cid-uGCHjsm1bN .mbr-section-btn {
  text-align: left;
  color: #4479d9;
}
.cid-uGCHjsm1bN .item-title,
.cid-uGCHjsm1bN .icon-wrapper {
  color: #4479d9;
}
.cid-uGnVDcoxBi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGnVDcoxBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnVDcoxBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnVDcoxBi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnVDcoxBi .row {
  flex-direction: row-reverse;
}
.cid-uGnVDcoxBi img {
  width: 100%;
  border-radius: 2rem;
  transition: transform .1s;
}
@media (min-width: 992px) {
  .cid-uGnVDcoxBi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnVDcoxBi .mbr-section-title {
  color: #4479d9;
}
.cid-uGnVDcoxBi .mbr-text {
  color: #ffffff;
}
.cid-uGnVDcoxBi .mbr-description {
  color: #4479d9;
}
.cid-uGnW83cJHN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uGnW83cJHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnW83cJHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGnW83cJHN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGnW83cJHN img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uGnW83cJHN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGnW83cJHN .mbr-section-title {
  color: #ffffff;
}
.cid-uGnW83cJHN .mbr-text {
  color: #ffffff;
}
.cid-uGnW83cJHN .mbr-description {
  color: #4479d9;
}
.cid-uGn1L2tBLR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uGn1L2tBLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn1L2tBLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGn1L2tBLR .row {
  justify-content: space-between;
}
.cid-uGn1L2tBLR .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uGn1L2tBLR .content-wrapper {
    padding: 0;
  }
}
.cid-uGn1L2tBLR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGn1L2tBLR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uGn1L2tBLR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGn1L2tBLR .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGn1L2tBLR .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGn1L2tBLR .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uGn1L2tBLR .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uGn1L2tBLR .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uGn1L2tBLR .mbr-section-title {
  color: #000000;
}
.cid-uGn1L2tBLR .mbr-desc {
  color: #000000;
}
.cid-uGn1L2tBLR .mbr-text {
  color: #ffffff;
}
.cid-uGn1L2tBLR .mbr-section-title,
.cid-uGn1L2tBLR .mbr-section-btn {
  color: #ffffff;
}
.cid-uGn1L2VFtr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uGn1L2VFtr .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uGn1L2VFtr .mbr-text,
.cid-uGn1L2VFtr .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uGn1L3nSc6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uGn1L3nSc6 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uGn1L3nSc6 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uGn1L3nSc6 .card:hover {
  margin-top: -0.6rem;
}
.cid-uGn1L3nSc6 .card-wrapper {
  position: relative;
}
.cid-uGn1L3nSc6 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uGn1L3nSc6 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uGn1L3nSc6 .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-uGn1L3nSc6 .big {
  margin-top: -25%;
}
.cid-uGn1L3nSc6 .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-uGn1L3nSc6 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uGn1L3nSc6 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uGn1L3nSc6 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uGn1L3XFM4.popup-builder {
  background-color: #ffffff;
}
.cid-uGn1L3XFM4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGn1L3XFM4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGn1L3XFM4 .modal-content,
.cid-uGn1L3XFM4 .modal-dialog {
  height: auto;
}
.cid-uGn1L3XFM4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGn1L3XFM4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGn1L3XFM4 .form-wrapper .mbr-form .form-group,
  .cid-uGn1L3XFM4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGn1L3XFM4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGn1L3XFM4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uGn1L3XFM4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGn1L3XFM4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGn1L3XFM4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGn1L3XFM4 .modal-open {
  overflow: hidden;
}
.cid-uGn1L3XFM4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGn1L3XFM4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGn1L3XFM4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGn1L3XFM4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGn1L3XFM4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGn1L3XFM4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGn1L3XFM4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGn1L3XFM4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L3XFM4 .modal-header {
    padding: 1rem;
  }
}
.cid-uGn1L3XFM4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGn1L3XFM4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGn1L3XFM4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uGn1L3XFM4 .modal-header .close:focus {
  outline: none;
}
.cid-uGn1L3XFM4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGn1L3XFM4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGn1L3XFM4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L3XFM4 .modal-body {
    padding: 1rem;
  }
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L3XFM4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uGn1L3XFM4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGn1L3XFM4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGn1L3XFM4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGn1L3XFM4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGn1L3XFM4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGn1L3XFM4 .modal-lg,
  .cid-uGn1L3XFM4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGn1L3XFM4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGn1L3XFM4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .form-group {
  margin-bottom: 1rem;
}
.cid-uGn1L3XFM4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGn1L3XFM4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGn1L3XFM4 .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-uGn1L3XFM4 .mbr-section-btn {
  margin: 0;
}
.cid-uGn1L3XFM4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGn1L3XFM4 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uGn1L3XFM4 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uGn1L3XFM4 #creativecommons img,
.cid-uGn1L3XFM4 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uGn1L4BXIF.popup-builder {
  background-color: #ffffff;
}
.cid-uGn1L4BXIF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGn1L4BXIF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGn1L4BXIF .modal-content,
.cid-uGn1L4BXIF .modal-dialog {
  height: auto;
}
.cid-uGn1L4BXIF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGn1L4BXIF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGn1L4BXIF .form-wrapper .mbr-form .form-group,
  .cid-uGn1L4BXIF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGn1L4BXIF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGn1L4BXIF .pt-0 {
  padding-top: 0 !important;
}
.cid-uGn1L4BXIF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGn1L4BXIF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGn1L4BXIF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGn1L4BXIF .modal-open {
  overflow: hidden;
}
.cid-uGn1L4BXIF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGn1L4BXIF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGn1L4BXIF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGn1L4BXIF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGn1L4BXIF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGn1L4BXIF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGn1L4BXIF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGn1L4BXIF .modal-backdrop.show {
  opacity: .5;
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L4BXIF .modal-header {
    padding: 1rem;
  }
}
.cid-uGn1L4BXIF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGn1L4BXIF .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGn1L4BXIF .modal-header .close:hover {
  opacity: 1;
}
.cid-uGn1L4BXIF .modal-header .close:focus {
  outline: none;
}
.cid-uGn1L4BXIF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGn1L4BXIF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGn1L4BXIF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L4BXIF .modal-body {
    padding: 1rem;
  }
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L4BXIF .modal-footer {
    padding: 1rem;
  }
}
.cid-uGn1L4BXIF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGn1L4BXIF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGn1L4BXIF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGn1L4BXIF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGn1L4BXIF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGn1L4BXIF .modal-lg,
  .cid-uGn1L4BXIF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGn1L4BXIF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGn1L4BXIF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .form-group {
  margin-bottom: 1rem;
}
.cid-uGn1L4BXIF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGn1L4BXIF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGn1L4BXIF .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-uGn1L4BXIF .mbr-section-btn {
  margin: 0;
}
.cid-uGn1L4BXIF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGn1L5eaG7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGn1L5eaG7 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uGn1L5IJwl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGn1L5IJwl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uGn1L5IJwl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uGn1L5IJwl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uGn1L5IJwl .bg-youtube:hover {
  background: #cc0000;
}
.cid-uGn1L5IJwl .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uGn1L5IJwl .bg-twitch:hover {
  background: #7313ff;
}
.cid-uGn1L5IJwl .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-uGn1L5IJwl [class^="socicon-"]:before,
.cid-uGn1L5IJwl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uGn1L5IJwl .mbr-section-title,
.cid-uGn1L5IJwl .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uGn1L6irTT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uGn1L6irTT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGn1L6irTT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uGn1L6irTT .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-uGn1L6irTT .form-control:focus,
.cid-uGn1L6irTT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uGn1L6irTT .form-group {
  margin-bottom: 1rem;
}
.cid-uGn1L6irTT input::-webkit-input-placeholder,
.cid-uGn1L6irTT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uGn1L6irTT input:-moz-placeholder,
.cid-uGn1L6irTT textarea:-moz-placeholder {
  color: #656565;
}
.cid-uGn1L6irTT .jq-selectbox li,
.cid-uGn1L6irTT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGn1L6irTT .jq-selectbox li:hover,
.cid-uGn1L6irTT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGn1L6irTT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGn1L6irTT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGn1L6irTT textarea.form-control {
  resize: none;
}
.cid-uGn1L6irTT .input-group-btn {
  display: inline-block;
}
.cid-uGn1L6irTT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uGn1L6irTT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGn1L6irTT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGn1L6irTT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uGn1L6irTT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uGn1L6irTT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGn1L6irTT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGn1L6irTT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uGn1L6irTT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGn1L6irTT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uGn1L6irTT .form-control,
.cid-uGn1L6irTT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uGn1L6irTT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uGn1L6irTT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uGn1L6irTT #creativecommons img,
.cid-uGn1L6irTT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uGn1L6irTT .offset-md-1 {
  margin-left: 1vw;
}
.cid-uGn1L7qlPI.popup-builder {
  background-color: #ffffff;
}
.cid-uGn1L7qlPI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGn1L7qlPI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGn1L7qlPI .modal-content,
.cid-uGn1L7qlPI .modal-dialog {
  height: auto;
}
.cid-uGn1L7qlPI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGn1L7qlPI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGn1L7qlPI .form-wrapper .mbr-form .form-group,
  .cid-uGn1L7qlPI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGn1L7qlPI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGn1L7qlPI .pt-0 {
  padding-top: 0 !important;
}
.cid-uGn1L7qlPI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGn1L7qlPI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGn1L7qlPI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGn1L7qlPI .modal-open {
  overflow: hidden;
}
.cid-uGn1L7qlPI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGn1L7qlPI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGn1L7qlPI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGn1L7qlPI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGn1L7qlPI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGn1L7qlPI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGn1L7qlPI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGn1L7qlPI .modal-backdrop.show {
  opacity: .5;
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L7qlPI .modal-header {
    padding: 1rem;
  }
}
.cid-uGn1L7qlPI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGn1L7qlPI .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGn1L7qlPI .modal-header .close:hover {
  opacity: 1;
}
.cid-uGn1L7qlPI .modal-header .close:focus {
  outline: none;
}
.cid-uGn1L7qlPI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGn1L7qlPI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGn1L7qlPI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L7qlPI .modal-body {
    padding: 1rem;
  }
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGn1L7qlPI .modal-footer {
    padding: 1rem;
  }
}
.cid-uGn1L7qlPI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGn1L7qlPI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGn1L7qlPI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGn1L7qlPI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGn1L7qlPI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGn1L7qlPI .modal-lg,
  .cid-uGn1L7qlPI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGn1L7qlPI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGn1L7qlPI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .form-group {
  margin-bottom: 1rem;
}
.cid-uGn1L7qlPI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGn1L7qlPI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGn1L7qlPI .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-uGn1L7qlPI .mbr-section-btn {
  margin: 0;
}
.cid-uGn1L7qlPI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGr6befigK.popup-builder {
  background-color: #ffffff;
}
.cid-uGr6befigK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGr6befigK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGr6befigK .modal-content,
.cid-uGr6befigK .modal-dialog {
  height: auto;
}
.cid-uGr6befigK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGr6befigK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGr6befigK .form-wrapper .mbr-form .form-group,
  .cid-uGr6befigK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGr6befigK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGr6befigK .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-uGr6befigK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGr6befigK .pt-0 {
  padding-top: 0 !important;
}
.cid-uGr6befigK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGr6befigK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGr6befigK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGr6befigK .modal-open {
  overflow: hidden;
}
.cid-uGr6befigK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGr6befigK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGr6befigK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGr6befigK .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-uGr6befigK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGr6befigK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGr6befigK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGr6befigK .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-uGr6befigK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGr6befigK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGr6befigK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGr6befigK .modal-backdrop.show {
  opacity: .5;
}
.cid-uGr6befigK .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-uGr6befigK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGr6befigK .modal-header {
    padding: 1rem;
  }
}
.cid-uGr6befigK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGr6befigK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGr6befigK .modal-header .close:hover {
  opacity: 1;
}
.cid-uGr6befigK .modal-header .close:focus {
  outline: none;
}
.cid-uGr6befigK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGr6befigK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGr6befigK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGr6befigK .modal-body {
    padding: 1rem;
  }
}
.cid-uGr6befigK .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-uGr6befigK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGr6befigK .modal-footer {
    padding: 1rem;
  }
}
.cid-uGr6befigK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGr6befigK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGr6befigK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGr6befigK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGr6befigK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGr6befigK .modal-lg,
  .cid-uGr6befigK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGr6befigK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGr6befigK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGr6befigK .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-uGr6befigK .form-group {
  margin-bottom: 1rem;
}
.cid-uGr6befigK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGr6befigK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGr6befigK .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-uGr6befigK .mbr-section-btn {
  margin: 0;
}
.cid-uGr6befigK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGCIXxHRL7.popup-builder {
  background-color: #ffffff;
}
.cid-uGCIXxHRL7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGCIXxHRL7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGCIXxHRL7 .modal-content,
.cid-uGCIXxHRL7 .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uGCIXxHRL7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGCIXxHRL7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGCIXxHRL7 .form-wrapper .mbr-form .form-group,
  .cid-uGCIXxHRL7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGCIXxHRL7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGCIXxHRL7 .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-uGCIXxHRL7 .mbr-text {
  text-align: center;
}
.cid-uGCIXxHRL7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uGCIXxHRL7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGCIXxHRL7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGCIXxHRL7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGCIXxHRL7 .modal-open {
  overflow: hidden;
}
.cid-uGCIXxHRL7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGCIXxHRL7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGCIXxHRL7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGCIXxHRL7 .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-uGCIXxHRL7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGCIXxHRL7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGCIXxHRL7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGCIXxHRL7 .modal-content {
  background: #212428;
  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-uGCIXxHRL7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGCIXxHRL7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGCIXxHRL7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGCIXxHRL7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uGCIXxHRL7 .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-uGCIXxHRL7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIXxHRL7 .modal-header {
    padding: 1rem;
  }
}
.cid-uGCIXxHRL7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGCIXxHRL7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGCIXxHRL7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uGCIXxHRL7 .modal-header .close:focus {
  outline: none;
}
.cid-uGCIXxHRL7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGCIXxHRL7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGCIXxHRL7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIXxHRL7 .modal-body {
    padding: 1rem;
  }
}
.cid-uGCIXxHRL7 .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-uGCIXxHRL7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIXxHRL7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uGCIXxHRL7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGCIXxHRL7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGCIXxHRL7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGCIXxHRL7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGCIXxHRL7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGCIXxHRL7 .modal-lg,
  .cid-uGCIXxHRL7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGCIXxHRL7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGCIXxHRL7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGCIXxHRL7 .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-uGCIXxHRL7 .form-group {
  margin-bottom: 1rem;
}
.cid-uGCIXxHRL7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGCIXxHRL7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGCIXxHRL7 .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-uGCIXxHRL7 .mbr-section-btn {
  margin: 0;
}
.cid-uGCIXxHRL7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGCIXxHRL7 .organisme {
  min-height: 90vh;
}
.cid-uGCIXxHRL7 .container {
  margin-top: 0;
}
.cid-uGCIZ1WtvP.popup-builder {
  background-color: #ffffff;
}
.cid-uGCIZ1WtvP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGCIZ1WtvP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGCIZ1WtvP .modal-content,
.cid-uGCIZ1WtvP .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uGCIZ1WtvP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGCIZ1WtvP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGCIZ1WtvP .form-wrapper .mbr-form .form-group,
  .cid-uGCIZ1WtvP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGCIZ1WtvP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGCIZ1WtvP .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-uGCIZ1WtvP .mbr-text {
  text-align: center;
}
.cid-uGCIZ1WtvP .pt-0 {
  padding-top: 0 !important;
}
.cid-uGCIZ1WtvP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGCIZ1WtvP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGCIZ1WtvP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGCIZ1WtvP .modal-open {
  overflow: hidden;
}
.cid-uGCIZ1WtvP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGCIZ1WtvP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGCIZ1WtvP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGCIZ1WtvP .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-uGCIZ1WtvP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGCIZ1WtvP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGCIZ1WtvP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGCIZ1WtvP .modal-content {
  background: #212428;
  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-uGCIZ1WtvP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGCIZ1WtvP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGCIZ1WtvP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGCIZ1WtvP .modal-backdrop.show {
  opacity: .5;
}
.cid-uGCIZ1WtvP .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-uGCIZ1WtvP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIZ1WtvP .modal-header {
    padding: 1rem;
  }
}
.cid-uGCIZ1WtvP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGCIZ1WtvP .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGCIZ1WtvP .modal-header .close:hover {
  opacity: 1;
}
.cid-uGCIZ1WtvP .modal-header .close:focus {
  outline: none;
}
.cid-uGCIZ1WtvP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGCIZ1WtvP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGCIZ1WtvP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIZ1WtvP .modal-body {
    padding: 1rem;
  }
}
.cid-uGCIZ1WtvP .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-uGCIZ1WtvP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIZ1WtvP .modal-footer {
    padding: 1rem;
  }
}
.cid-uGCIZ1WtvP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGCIZ1WtvP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGCIZ1WtvP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGCIZ1WtvP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGCIZ1WtvP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGCIZ1WtvP .modal-lg,
  .cid-uGCIZ1WtvP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGCIZ1WtvP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGCIZ1WtvP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGCIZ1WtvP .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-uGCIZ1WtvP .form-group {
  margin-bottom: 1rem;
}
.cid-uGCIZ1WtvP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGCIZ1WtvP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGCIZ1WtvP .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-uGCIZ1WtvP .mbr-section-btn {
  margin: 0;
}
.cid-uGCIZ1WtvP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGCIZ1WtvP .organisme {
  min-height: 90vh;
}
.cid-uGCIZ1WtvP .container {
  margin-top: 0;
}
.cid-uGCIZx86hK.popup-builder {
  background-color: #ffffff;
}
.cid-uGCIZx86hK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGCIZx86hK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGCIZx86hK .modal-content,
.cid-uGCIZx86hK .modal-dialog {
  height: auto;
  min-height: 90vh;
}
.cid-uGCIZx86hK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGCIZx86hK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGCIZx86hK .form-wrapper .mbr-form .form-group,
  .cid-uGCIZx86hK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGCIZx86hK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGCIZx86hK .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-uGCIZx86hK .mbr-text {
  text-align: center;
}
.cid-uGCIZx86hK .pt-0 {
  padding-top: 0 !important;
}
.cid-uGCIZx86hK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGCIZx86hK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGCIZx86hK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGCIZx86hK .modal-open {
  overflow: hidden;
}
.cid-uGCIZx86hK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGCIZx86hK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGCIZx86hK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGCIZx86hK .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-uGCIZx86hK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGCIZx86hK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGCIZx86hK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGCIZx86hK .modal-content {
  background: #212428;
  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-uGCIZx86hK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGCIZx86hK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGCIZx86hK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGCIZx86hK .modal-backdrop.show {
  opacity: .5;
}
.cid-uGCIZx86hK .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-uGCIZx86hK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIZx86hK .modal-header {
    padding: 1rem;
  }
}
.cid-uGCIZx86hK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGCIZx86hK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGCIZx86hK .modal-header .close:hover {
  opacity: 1;
}
.cid-uGCIZx86hK .modal-header .close:focus {
  outline: none;
}
.cid-uGCIZx86hK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGCIZx86hK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGCIZx86hK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIZx86hK .modal-body {
    padding: 1rem;
  }
}
.cid-uGCIZx86hK .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-uGCIZx86hK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCIZx86hK .modal-footer {
    padding: 1rem;
  }
}
.cid-uGCIZx86hK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGCIZx86hK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGCIZx86hK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGCIZx86hK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGCIZx86hK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGCIZx86hK .modal-lg,
  .cid-uGCIZx86hK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGCIZx86hK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGCIZx86hK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGCIZx86hK .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-uGCIZx86hK .form-group {
  margin-bottom: 1rem;
}
.cid-uGCIZx86hK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGCIZx86hK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGCIZx86hK .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-uGCIZx86hK .mbr-section-btn {
  margin: 0;
}
.cid-uGCIZx86hK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGCIZx86hK .organisme {
  min-height: 90vh;
}
.cid-uGCIZx86hK .container {
  margin-top: 0;
}
.cid-uO17aBAE45.popup-builder {
  background-color: #ffffff;
}
.cid-uO17aBAE45.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO17aBAE45.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO17aBAE45 .modal-content,
.cid-uO17aBAE45 .modal-dialog {
  height: auto;
}
.cid-uO17aBAE45 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO17aBAE45 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO17aBAE45 .form-wrapper .mbr-form .form-group,
  .cid-uO17aBAE45 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO17aBAE45 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO17aBAE45 .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-uO17aBAE45 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO17aBAE45 .pt-0 {
  padding-top: 0 !important;
}
.cid-uO17aBAE45 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO17aBAE45 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO17aBAE45 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO17aBAE45 .modal-open {
  overflow: hidden;
}
.cid-uO17aBAE45 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO17aBAE45 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO17aBAE45 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO17aBAE45 .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-uO17aBAE45 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO17aBAE45 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO17aBAE45 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO17aBAE45 .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-uO17aBAE45 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO17aBAE45 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO17aBAE45 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO17aBAE45 .modal-backdrop.show {
  opacity: .5;
}
.cid-uO17aBAE45 .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-uO17aBAE45 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAE45 .modal-header {
    padding: 1rem;
  }
}
.cid-uO17aBAE45 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO17aBAE45 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO17aBAE45 .modal-header .close:hover {
  opacity: 1;
}
.cid-uO17aBAE45 .modal-header .close:focus {
  outline: none;
}
.cid-uO17aBAE45 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO17aBAE45 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO17aBAE45 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAE45 .modal-body {
    padding: 1rem;
  }
}
.cid-uO17aBAE45 .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-uO17aBAE45 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO17aBAE45 .modal-footer {
    padding: 1rem;
  }
}
.cid-uO17aBAE45 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO17aBAE45 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO17aBAE45 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO17aBAE45 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO17aBAE45 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO17aBAE45 .modal-lg,
  .cid-uO17aBAE45 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO17aBAE45 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO17aBAE45 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO17aBAE45 .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-uO17aBAE45 .form-group {
  margin-bottom: 1rem;
}
.cid-uO17aBAE45 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO17aBAE45 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO17aBAE45 .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-uO17aBAE45 .mbr-section-btn {
  margin: 0;
}
.cid-uO17aBAE45 .mbr-section-btn .btn {
  margin: 0;
}
