@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-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t303y46dy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t303y46dy0 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-t303y46dy0 .mbr-section-subtitle {
  text-align: center;
}
.cid-t303y46dy0 .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t303y46dy0 .display-1 {
    font-size: 75px;
  }
  .cid-t303y46dy0 .display-5 {
    font-size: 29px;
  }
  .cid-t303y46dy0 .display-4 {
    font-weight: 300;
  }
}
#custom-html-td {
  /* Type valid CSS here */
}
#custom-html-td div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-td p {
  font-size: 60px;
  color: #777;
}
#custom-html-td * {
  margin: 0;
  padding: 0;
}
#custom-html-td .embed-container {
  position: relative;
  max-height: 100vh;
  height: 50vh;
  overflow: hidden;
}
#custom-html-td .embed-container iframe,
#custom-html-td .embed-container object,
#custom-html-td .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDQRiI6FS.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQRiI6FS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQRiI6FS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQRiI6FS .modal-content,
.cid-tSDQRiI6FS .modal-dialog {
  height: auto;
}
.cid-tSDQRiI6FS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQRiI6FS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQRiI6FS .form-wrapper .mbr-form .form-group,
  .cid-tSDQRiI6FS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQRiI6FS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQRiI6FS .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQRiI6FS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQRiI6FS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQRiI6FS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQRiI6FS .modal-open {
  overflow: hidden;
}
.cid-tSDQRiI6FS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQRiI6FS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQRiI6FS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQRiI6FS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQRiI6FS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQRiI6FS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQRiI6FS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQRiI6FS .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQRiI6FS .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQRiI6FS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQRiI6FS .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQRiI6FS .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQRiI6FS .modal-header .close:focus {
  outline: none;
}
.cid-tSDQRiI6FS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQRiI6FS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQRiI6FS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQRiI6FS .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQRiI6FS .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQRiI6FS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQRiI6FS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQRiI6FS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQRiI6FS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQRiI6FS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQRiI6FS .modal-lg,
  .cid-tSDQRiI6FS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQRiI6FS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQRiI6FS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQRiI6FS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQRiI6FS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQRiI6FS .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-tSDQRiI6FS .mbr-section-btn {
  margin: 0;
}
.cid-tSDQRiI6FS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1PtmwlIbs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t1PtmwlIbs .video-wrapper iframe {
  width: 100%;
}
.cid-t1PtmwlIbs .mbr-section-title,
.cid-t1PtmwlIbs .mbr-section-subtitle,
.cid-t1PtmwlIbs .mbr-text {
  text-align: center;
}
.cid-t1PtmwlIbs .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t1PtmwlIbs .mbr-section-subtitle {
  text-align: right;
}
#custom-html-zq {
  /* Type valid CSS here */
}
#custom-html-zq div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-zq .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-svdQIsaQZh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-svdQIsaQZh .mbr-section-title {
  margin-bottom: 20px;
  color: #4479d9;
}
.cid-svdQIsaQZh .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-svdQIsaQZh .tab_text {
  margin-bottom: 0;
}
.cid-svdQIsaQZh .nav-tabs .nav-item.open .nav-link:focus,
.cid-svdQIsaQZh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-svdQIsaQZh .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-svdQIsaQZh .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-svdQIsaQZh .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-svdQIsaQZh .nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0 !important;
}
.cid-svdQIsaQZh .nav-tabs .nav-link:not(.active) {
  color: #4479d9;
}
.cid-svdQIsaQZh .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-svdQIsaQZh .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #1b5dd3;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-svdQIsaQZh .nav-link:hover {
  color: #1b5dd3 !important;
}
.cid-svdQIsaQZh .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-svdQIsaQZh .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #1b5dd3;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-svdQIsaQZh .mbr-section-btn {
  margin-top: 30px;
}
.cid-svdQIsaQZh .nav-tabs .nav-link.active {
  color: #1b5dd3;
}
@media (max-width: 991px) {
  .cid-svdQIsaQZh .title_block,
  .cid-svdQIsaQZh .tab-content {
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
  .cid-svdQIsaQZh .image {
    margin-bottom: 40px;
  }
  .cid-svdQIsaQZh .nav-link {
    padding: 12px 25px;
  }
  .cid-svdQIsaQZh .mbr-section-btn {
    text-align: center;
  }
}
.cid-svdQIsaQZh .tab_text,
.cid-svdQIsaQZh .mbr-section-btn {
  color: #ffffff;
}
.cid-svdQIsaQZh P {
  color: #ffffff;
}
.cid-t2BrNxRbdG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-t2BrNxRbdG .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2BrNxRbdG .mbr-text,
.cid-t2BrNxRbdG .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-srUs93QvTM {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-srUs93QvTM .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-srUs93QvTM .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-srUs93QvTM .card:hover {
  margin-top: -0.6rem;
}
.cid-srUs93QvTM .card-wrapper {
  position: relative;
}
.cid-srUs93QvTM .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-srUs93QvTM .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-srUs93QvTM .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-srUs93QvTM .big {
  margin-top: -25%;
}
.cid-srUs93QvTM .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-srUs93QvTM .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-srUs93QvTM .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-srUs93QvTM .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-sRGsU0Lf4s.popup-builder {
  background-color: #ffffff;
}
.cid-sRGsU0Lf4s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGsU0Lf4s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGsU0Lf4s .modal-content,
.cid-sRGsU0Lf4s .modal-dialog {
  height: auto;
}
.cid-sRGsU0Lf4s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGsU0Lf4s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGsU0Lf4s .form-wrapper .mbr-form .form-group,
  .cid-sRGsU0Lf4s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGsU0Lf4s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGsU0Lf4s .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGsU0Lf4s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGsU0Lf4s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGsU0Lf4s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGsU0Lf4s .modal-open {
  overflow: hidden;
}
.cid-sRGsU0Lf4s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGsU0Lf4s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGsU0Lf4s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGsU0Lf4s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGsU0Lf4s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGsU0Lf4s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGsU0Lf4s .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGsU0Lf4s .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGsU0Lf4s .modal-header {
    padding: 1rem;
  }
}
.cid-sRGsU0Lf4s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGsU0Lf4s .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGsU0Lf4s .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGsU0Lf4s .modal-header .close:focus {
  outline: none;
}
.cid-sRGsU0Lf4s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGsU0Lf4s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGsU0Lf4s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGsU0Lf4s .modal-body {
    padding: 1rem;
  }
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGsU0Lf4s .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGsU0Lf4s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGsU0Lf4s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGsU0Lf4s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGsU0Lf4s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGsU0Lf4s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGsU0Lf4s .modal-lg,
  .cid-sRGsU0Lf4s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGsU0Lf4s .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGsU0Lf4s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .form-group {
  margin-bottom: 1rem;
}
.cid-sRGsU0Lf4s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGsU0Lf4s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGsU0Lf4s .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-sRGsU0Lf4s .mbr-section-btn {
  margin: 0;
}
.cid-sRGsU0Lf4s .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGt3J70Xd.popup-builder {
  background-color: #ffffff;
}
.cid-sRGt3J70Xd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGt3J70Xd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGt3J70Xd .modal-content,
.cid-sRGt3J70Xd .modal-dialog {
  height: auto;
}
.cid-sRGt3J70Xd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGt3J70Xd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGt3J70Xd .form-wrapper .mbr-form .form-group,
  .cid-sRGt3J70Xd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGt3J70Xd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGt3J70Xd .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGt3J70Xd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGt3J70Xd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGt3J70Xd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGt3J70Xd .modal-open {
  overflow: hidden;
}
.cid-sRGt3J70Xd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGt3J70Xd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGt3J70Xd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGt3J70Xd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGt3J70Xd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGt3J70Xd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGt3J70Xd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGt3J70Xd .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGt3J70Xd .modal-header {
    padding: 1rem;
  }
}
.cid-sRGt3J70Xd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGt3J70Xd .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGt3J70Xd .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGt3J70Xd .modal-header .close:focus {
  outline: none;
}
.cid-sRGt3J70Xd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGt3J70Xd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGt3J70Xd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGt3J70Xd .modal-body {
    padding: 1rem;
  }
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGt3J70Xd .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGt3J70Xd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGt3J70Xd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGt3J70Xd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGt3J70Xd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGt3J70Xd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGt3J70Xd .modal-lg,
  .cid-sRGt3J70Xd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGt3J70Xd .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGt3J70Xd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .form-group {
  margin-bottom: 1rem;
}
.cid-sRGt3J70Xd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGt3J70Xd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGt3J70Xd .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-sRGt3J70Xd .mbr-section-btn {
  margin: 0;
}
.cid-sRGt3J70Xd .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGtcYZkAe.popup-builder {
  background-color: #ffffff;
}
.cid-sRGtcYZkAe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGtcYZkAe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGtcYZkAe .modal-content,
.cid-sRGtcYZkAe .modal-dialog {
  height: auto;
}
.cid-sRGtcYZkAe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGtcYZkAe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGtcYZkAe .form-wrapper .mbr-form .form-group,
  .cid-sRGtcYZkAe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGtcYZkAe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGtcYZkAe .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGtcYZkAe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGtcYZkAe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGtcYZkAe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGtcYZkAe .modal-open {
  overflow: hidden;
}
.cid-sRGtcYZkAe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGtcYZkAe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGtcYZkAe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGtcYZkAe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGtcYZkAe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGtcYZkAe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGtcYZkAe .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGtcYZkAe .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtcYZkAe .modal-header {
    padding: 1rem;
  }
}
.cid-sRGtcYZkAe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGtcYZkAe .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGtcYZkAe .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGtcYZkAe .modal-header .close:focus {
  outline: none;
}
.cid-sRGtcYZkAe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGtcYZkAe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGtcYZkAe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtcYZkAe .modal-body {
    padding: 1rem;
  }
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtcYZkAe .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGtcYZkAe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGtcYZkAe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGtcYZkAe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGtcYZkAe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGtcYZkAe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGtcYZkAe .modal-lg,
  .cid-sRGtcYZkAe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGtcYZkAe .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGtcYZkAe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .form-group {
  margin-bottom: 1rem;
}
.cid-sRGtcYZkAe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGtcYZkAe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGtcYZkAe .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-sRGtcYZkAe .mbr-section-btn {
  margin: 0;
}
.cid-sRGtcYZkAe .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGtl7iMZp.popup-builder {
  background-color: #ffffff;
}
.cid-sRGtl7iMZp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGtl7iMZp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGtl7iMZp .modal-content,
.cid-sRGtl7iMZp .modal-dialog {
  height: auto;
}
.cid-sRGtl7iMZp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGtl7iMZp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGtl7iMZp .form-wrapper .mbr-form .form-group,
  .cid-sRGtl7iMZp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGtl7iMZp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGtl7iMZp .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGtl7iMZp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGtl7iMZp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGtl7iMZp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGtl7iMZp .modal-open {
  overflow: hidden;
}
.cid-sRGtl7iMZp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGtl7iMZp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGtl7iMZp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGtl7iMZp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGtl7iMZp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGtl7iMZp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGtl7iMZp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGtl7iMZp .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtl7iMZp .modal-header {
    padding: 1rem;
  }
}
.cid-sRGtl7iMZp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGtl7iMZp .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGtl7iMZp .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGtl7iMZp .modal-header .close:focus {
  outline: none;
}
.cid-sRGtl7iMZp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGtl7iMZp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGtl7iMZp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtl7iMZp .modal-body {
    padding: 1rem;
  }
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtl7iMZp .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGtl7iMZp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGtl7iMZp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGtl7iMZp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGtl7iMZp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGtl7iMZp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGtl7iMZp .modal-lg,
  .cid-sRGtl7iMZp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGtl7iMZp .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGtl7iMZp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .form-group {
  margin-bottom: 1rem;
}
.cid-sRGtl7iMZp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGtl7iMZp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGtl7iMZp .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-sRGtl7iMZp .mbr-section-btn {
  margin: 0;
}
.cid-sRGtl7iMZp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2BEo38Vrt.popup-builder {
  background-color: #ffffff;
}
.cid-t2BEo38Vrt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BEo38Vrt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BEo38Vrt .modal-content,
.cid-t2BEo38Vrt .modal-dialog {
  height: auto;
}
.cid-t2BEo38Vrt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BEo38Vrt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BEo38Vrt .form-wrapper .mbr-form .form-group,
  .cid-t2BEo38Vrt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BEo38Vrt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BEo38Vrt .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BEo38Vrt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BEo38Vrt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BEo38Vrt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BEo38Vrt .modal-open {
  overflow: hidden;
}
.cid-t2BEo38Vrt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BEo38Vrt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BEo38Vrt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BEo38Vrt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BEo38Vrt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BEo38Vrt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BEo38Vrt .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BEo38Vrt .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEo38Vrt .modal-header {
    padding: 1rem;
  }
}
.cid-t2BEo38Vrt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BEo38Vrt .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BEo38Vrt .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BEo38Vrt .modal-header .close:focus {
  outline: none;
}
.cid-t2BEo38Vrt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BEo38Vrt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BEo38Vrt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEo38Vrt .modal-body {
    padding: 1rem;
  }
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEo38Vrt .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BEo38Vrt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BEo38Vrt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BEo38Vrt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BEo38Vrt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BEo38Vrt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BEo38Vrt .modal-lg,
  .cid-t2BEo38Vrt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BEo38Vrt .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BEo38Vrt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .form-group {
  margin-bottom: 1rem;
}
.cid-t2BEo38Vrt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BEo38Vrt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BEo38Vrt .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-t2BEo38Vrt .mbr-section-btn {
  margin: 0;
}
.cid-t2BEo38Vrt .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BEql5QhJ.popup-builder {
  background-color: #ffffff;
}
.cid-t2BEql5QhJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BEql5QhJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BEql5QhJ .modal-content,
.cid-t2BEql5QhJ .modal-dialog {
  height: auto;
}
.cid-t2BEql5QhJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BEql5QhJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BEql5QhJ .form-wrapper .mbr-form .form-group,
  .cid-t2BEql5QhJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BEql5QhJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BEql5QhJ .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BEql5QhJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BEql5QhJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BEql5QhJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BEql5QhJ .modal-open {
  overflow: hidden;
}
.cid-t2BEql5QhJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BEql5QhJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BEql5QhJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BEql5QhJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BEql5QhJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BEql5QhJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BEql5QhJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BEql5QhJ .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEql5QhJ .modal-header {
    padding: 1rem;
  }
}
.cid-t2BEql5QhJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BEql5QhJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BEql5QhJ .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BEql5QhJ .modal-header .close:focus {
  outline: none;
}
.cid-t2BEql5QhJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BEql5QhJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BEql5QhJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEql5QhJ .modal-body {
    padding: 1rem;
  }
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEql5QhJ .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BEql5QhJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BEql5QhJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BEql5QhJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BEql5QhJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BEql5QhJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BEql5QhJ .modal-lg,
  .cid-t2BEql5QhJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BEql5QhJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BEql5QhJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .form-group {
  margin-bottom: 1rem;
}
.cid-t2BEql5QhJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BEql5QhJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BEql5QhJ .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-t2BEql5QhJ .mbr-section-btn {
  margin: 0;
}
.cid-t2BEql5QhJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BEtgxNP0.popup-builder {
  background-color: #ffffff;
}
.cid-t2BEtgxNP0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BEtgxNP0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BEtgxNP0 .modal-content,
.cid-t2BEtgxNP0 .modal-dialog {
  height: auto;
}
.cid-t2BEtgxNP0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BEtgxNP0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BEtgxNP0 .form-wrapper .mbr-form .form-group,
  .cid-t2BEtgxNP0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BEtgxNP0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BEtgxNP0 .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BEtgxNP0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BEtgxNP0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BEtgxNP0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BEtgxNP0 .modal-open {
  overflow: hidden;
}
.cid-t2BEtgxNP0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BEtgxNP0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BEtgxNP0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BEtgxNP0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BEtgxNP0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BEtgxNP0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BEtgxNP0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BEtgxNP0 .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEtgxNP0 .modal-header {
    padding: 1rem;
  }
}
.cid-t2BEtgxNP0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BEtgxNP0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BEtgxNP0 .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BEtgxNP0 .modal-header .close:focus {
  outline: none;
}
.cid-t2BEtgxNP0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BEtgxNP0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BEtgxNP0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEtgxNP0 .modal-body {
    padding: 1rem;
  }
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEtgxNP0 .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BEtgxNP0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BEtgxNP0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BEtgxNP0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BEtgxNP0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BEtgxNP0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BEtgxNP0 .modal-lg,
  .cid-t2BEtgxNP0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BEtgxNP0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BEtgxNP0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .form-group {
  margin-bottom: 1rem;
}
.cid-t2BEtgxNP0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BEtgxNP0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BEtgxNP0 .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-t2BEtgxNP0 .mbr-section-btn {
  margin: 0;
}
.cid-t2BEtgxNP0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BEwmhucb.popup-builder {
  background-color: #ffffff;
}
.cid-t2BEwmhucb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BEwmhucb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BEwmhucb .modal-content,
.cid-t2BEwmhucb .modal-dialog {
  height: auto;
}
.cid-t2BEwmhucb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BEwmhucb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BEwmhucb .form-wrapper .mbr-form .form-group,
  .cid-t2BEwmhucb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BEwmhucb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BEwmhucb .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-t2BEwmhucb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BEwmhucb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BEwmhucb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BEwmhucb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BEwmhucb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BEwmhucb .modal-open {
  overflow: hidden;
}
.cid-t2BEwmhucb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BEwmhucb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BEwmhucb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BEwmhucb .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-t2BEwmhucb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BEwmhucb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BEwmhucb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BEwmhucb .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-t2BEwmhucb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BEwmhucb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BEwmhucb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BEwmhucb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BEwmhucb .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-t2BEwmhucb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEwmhucb .modal-header {
    padding: 1rem;
  }
}
.cid-t2BEwmhucb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BEwmhucb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BEwmhucb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BEwmhucb .modal-header .close:focus {
  outline: none;
}
.cid-t2BEwmhucb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BEwmhucb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BEwmhucb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEwmhucb .modal-body {
    padding: 1rem;
  }
}
.cid-t2BEwmhucb .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-t2BEwmhucb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEwmhucb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BEwmhucb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BEwmhucb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BEwmhucb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BEwmhucb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BEwmhucb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BEwmhucb .modal-lg,
  .cid-t2BEwmhucb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BEwmhucb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BEwmhucb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BEwmhucb .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-t2BEwmhucb .form-group {
  margin-bottom: 1rem;
}
.cid-t2BEwmhucb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BEwmhucb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BEwmhucb .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-t2BEwmhucb .mbr-section-btn {
  margin: 0;
}
.cid-t2BEwmhucb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BExUOIGf.popup-builder {
  background-color: #ffffff;
}
.cid-t2BExUOIGf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BExUOIGf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BExUOIGf .modal-content,
.cid-t2BExUOIGf .modal-dialog {
  height: auto;
}
.cid-t2BExUOIGf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BExUOIGf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BExUOIGf .form-wrapper .mbr-form .form-group,
  .cid-t2BExUOIGf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BExUOIGf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BExUOIGf .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-t2BExUOIGf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BExUOIGf .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BExUOIGf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BExUOIGf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BExUOIGf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BExUOIGf .modal-open {
  overflow: hidden;
}
.cid-t2BExUOIGf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BExUOIGf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BExUOIGf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BExUOIGf .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-t2BExUOIGf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BExUOIGf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BExUOIGf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BExUOIGf .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-t2BExUOIGf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BExUOIGf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BExUOIGf .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BExUOIGf .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BExUOIGf .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-t2BExUOIGf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BExUOIGf .modal-header {
    padding: 1rem;
  }
}
.cid-t2BExUOIGf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BExUOIGf .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BExUOIGf .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BExUOIGf .modal-header .close:focus {
  outline: none;
}
.cid-t2BExUOIGf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BExUOIGf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BExUOIGf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BExUOIGf .modal-body {
    padding: 1rem;
  }
}
.cid-t2BExUOIGf .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-t2BExUOIGf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BExUOIGf .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BExUOIGf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BExUOIGf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BExUOIGf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BExUOIGf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BExUOIGf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BExUOIGf .modal-lg,
  .cid-t2BExUOIGf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BExUOIGf .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BExUOIGf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BExUOIGf .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-t2BExUOIGf .form-group {
  margin-bottom: 1rem;
}
.cid-t2BExUOIGf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BExUOIGf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BExUOIGf .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-t2BExUOIGf .mbr-section-btn {
  margin: 0;
}
.cid-t2BExUOIGf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDQUDeBS2.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQUDeBS2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQUDeBS2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQUDeBS2 .modal-content,
.cid-tSDQUDeBS2 .modal-dialog {
  height: auto;
}
.cid-tSDQUDeBS2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQUDeBS2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQUDeBS2 .form-wrapper .mbr-form .form-group,
  .cid-tSDQUDeBS2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQUDeBS2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQUDeBS2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQUDeBS2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQUDeBS2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQUDeBS2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQUDeBS2 .modal-open {
  overflow: hidden;
}
.cid-tSDQUDeBS2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQUDeBS2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQUDeBS2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQUDeBS2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQUDeBS2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQUDeBS2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQUDeBS2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQUDeBS2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDeBS2 .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQUDeBS2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQUDeBS2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQUDeBS2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQUDeBS2 .modal-header .close:focus {
  outline: none;
}
.cid-tSDQUDeBS2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQUDeBS2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQUDeBS2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDeBS2 .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDeBS2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQUDeBS2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQUDeBS2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQUDeBS2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQUDeBS2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQUDeBS2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQUDeBS2 .modal-lg,
  .cid-tSDQUDeBS2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQUDeBS2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQUDeBS2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQUDeBS2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQUDeBS2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQUDeBS2 .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-tSDQUDeBS2 .mbr-section-btn {
  margin: 0;
}
.cid-tSDQUDeBS2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1PtbrmP0x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t1PtbrmP0x .video-wrapper iframe {
  width: 100%;
}
.cid-t1PtbrmP0x .mbr-section-title,
.cid-t1PtbrmP0x .mbr-section-subtitle,
.cid-t1PtbrmP0x .mbr-text {
  text-align: center;
}
.cid-t1PtbrmP0x .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t1PtbrmP0x .mbr-section-subtitle {
  text-align: right;
}
#custom-html-zr {
  /* Type valid CSS here */
}
#custom-html-zr div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-zr .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-sv3wwUkOvB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-sv3wwUkOvB .mbr-section-title {
  margin-bottom: 20px;
  color: #4479d9;
}
.cid-sv3wwUkOvB .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sv3wwUkOvB .tab_text {
  margin-bottom: 0;
}
.cid-sv3wwUkOvB .nav-tabs .nav-item.open .nav-link:focus,
.cid-sv3wwUkOvB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sv3wwUkOvB .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-sv3wwUkOvB .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c3d4f3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-sv3wwUkOvB .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sv3wwUkOvB .nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0 !important;
}
.cid-sv3wwUkOvB .nav-tabs .nav-link:not(.active) {
  color: #4479d9;
}
.cid-sv3wwUkOvB .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-sv3wwUkOvB .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #1b5dd3;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3wwUkOvB .nav-link:hover {
  color: #1b5dd3 !important;
}
.cid-sv3wwUkOvB .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-sv3wwUkOvB .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #1b5dd3;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3wwUkOvB .mbr-section-btn {
  margin-top: 30px;
}
.cid-sv3wwUkOvB .nav-tabs .nav-link.active {
  color: #1b5dd3;
}
@media (max-width: 991px) {
  .cid-sv3wwUkOvB .title_block,
  .cid-sv3wwUkOvB .tab-content {
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
  .cid-sv3wwUkOvB .image {
    margin-bottom: 40px;
  }
  .cid-sv3wwUkOvB .nav-link {
    padding: 12px 25px;
  }
  .cid-sv3wwUkOvB .mbr-section-btn {
    text-align: center;
  }
}
.cid-sv3wwUkOvB .tab_text,
.cid-sv3wwUkOvB .mbr-section-btn {
  color: #ffffff;
}
.cid-sv3wwUkOvB P {
  color: #ffffff;
}
.cid-t2BrUieVrx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-t2BrUieVrx .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2BrUieVrx .mbr-text,
.cid-t2BrUieVrx .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-srUsxSh0oI {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-srUsxSh0oI .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-srUsxSh0oI .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-srUsxSh0oI .card:hover {
  margin-top: -0.6rem;
}
.cid-srUsxSh0oI .card-wrapper {
  position: relative;
}
.cid-srUsxSh0oI .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-srUsxSh0oI .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-srUsxSh0oI .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-srUsxSh0oI .big {
  margin-top: -25%;
}
.cid-srUsxSh0oI .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-srUsxSh0oI .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-srUsxSh0oI .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-srUsxSh0oI .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-sRGtFXe83D.popup-builder {
  background-color: #ffffff;
}
.cid-sRGtFXe83D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGtFXe83D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGtFXe83D .modal-content,
.cid-sRGtFXe83D .modal-dialog {
  height: auto;
}
.cid-sRGtFXe83D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGtFXe83D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGtFXe83D .form-wrapper .mbr-form .form-group,
  .cid-sRGtFXe83D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGtFXe83D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGtFXe83D .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-sRGtFXe83D .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGtFXe83D .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGtFXe83D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGtFXe83D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGtFXe83D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGtFXe83D .modal-open {
  overflow: hidden;
}
.cid-sRGtFXe83D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGtFXe83D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGtFXe83D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGtFXe83D .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-sRGtFXe83D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGtFXe83D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGtFXe83D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGtFXe83D .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-sRGtFXe83D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGtFXe83D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGtFXe83D .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGtFXe83D .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGtFXe83D .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-sRGtFXe83D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtFXe83D .modal-header {
    padding: 1rem;
  }
}
.cid-sRGtFXe83D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGtFXe83D .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGtFXe83D .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGtFXe83D .modal-header .close:focus {
  outline: none;
}
.cid-sRGtFXe83D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGtFXe83D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGtFXe83D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtFXe83D .modal-body {
    padding: 1rem;
  }
}
.cid-sRGtFXe83D .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-sRGtFXe83D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtFXe83D .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGtFXe83D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGtFXe83D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGtFXe83D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGtFXe83D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGtFXe83D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGtFXe83D .modal-lg,
  .cid-sRGtFXe83D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGtFXe83D .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGtFXe83D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGtFXe83D .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-sRGtFXe83D .form-group {
  margin-bottom: 1rem;
}
.cid-sRGtFXe83D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGtFXe83D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGtFXe83D .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-sRGtFXe83D .mbr-section-btn {
  margin: 0;
}
.cid-sRGtFXe83D .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGtMjRMaR.popup-builder {
  background-color: #ffffff;
}
.cid-sRGtMjRMaR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGtMjRMaR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGtMjRMaR .modal-content,
.cid-sRGtMjRMaR .modal-dialog {
  height: auto;
}
.cid-sRGtMjRMaR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGtMjRMaR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGtMjRMaR .form-wrapper .mbr-form .form-group,
  .cid-sRGtMjRMaR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGtMjRMaR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGtMjRMaR .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGtMjRMaR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGtMjRMaR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGtMjRMaR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGtMjRMaR .modal-open {
  overflow: hidden;
}
.cid-sRGtMjRMaR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGtMjRMaR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGtMjRMaR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGtMjRMaR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGtMjRMaR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGtMjRMaR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGtMjRMaR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGtMjRMaR .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtMjRMaR .modal-header {
    padding: 1rem;
  }
}
.cid-sRGtMjRMaR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGtMjRMaR .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGtMjRMaR .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGtMjRMaR .modal-header .close:focus {
  outline: none;
}
.cid-sRGtMjRMaR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGtMjRMaR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGtMjRMaR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtMjRMaR .modal-body {
    padding: 1rem;
  }
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGtMjRMaR .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGtMjRMaR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGtMjRMaR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGtMjRMaR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGtMjRMaR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGtMjRMaR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGtMjRMaR .modal-lg,
  .cid-sRGtMjRMaR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGtMjRMaR .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGtMjRMaR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .form-group {
  margin-bottom: 1rem;
}
.cid-sRGtMjRMaR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGtMjRMaR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGtMjRMaR .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-sRGtMjRMaR .mbr-section-btn {
  margin: 0;
}
.cid-sRGtMjRMaR .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2BEhKOamL.popup-builder {
  background-color: #ffffff;
}
.cid-t2BEhKOamL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BEhKOamL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BEhKOamL .modal-content,
.cid-t2BEhKOamL .modal-dialog {
  height: auto;
}
.cid-t2BEhKOamL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BEhKOamL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BEhKOamL .form-wrapper .mbr-form .form-group,
  .cid-t2BEhKOamL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BEhKOamL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BEhKOamL .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-t2BEhKOamL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BEhKOamL .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BEhKOamL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BEhKOamL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BEhKOamL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BEhKOamL .modal-open {
  overflow: hidden;
}
.cid-t2BEhKOamL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BEhKOamL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BEhKOamL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BEhKOamL .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-t2BEhKOamL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BEhKOamL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BEhKOamL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BEhKOamL .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-t2BEhKOamL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BEhKOamL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BEhKOamL .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BEhKOamL .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BEhKOamL .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-t2BEhKOamL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEhKOamL .modal-header {
    padding: 1rem;
  }
}
.cid-t2BEhKOamL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BEhKOamL .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BEhKOamL .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BEhKOamL .modal-header .close:focus {
  outline: none;
}
.cid-t2BEhKOamL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BEhKOamL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BEhKOamL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEhKOamL .modal-body {
    padding: 1rem;
  }
}
.cid-t2BEhKOamL .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-t2BEhKOamL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEhKOamL .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BEhKOamL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BEhKOamL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BEhKOamL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BEhKOamL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BEhKOamL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BEhKOamL .modal-lg,
  .cid-t2BEhKOamL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BEhKOamL .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BEhKOamL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BEhKOamL .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-t2BEhKOamL .form-group {
  margin-bottom: 1rem;
}
.cid-t2BEhKOamL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BEhKOamL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BEhKOamL .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-t2BEhKOamL .mbr-section-btn {
  margin: 0;
}
.cid-t2BEhKOamL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BEk12JlX.popup-builder {
  background-color: #ffffff;
}
.cid-t2BEk12JlX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BEk12JlX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BEk12JlX .modal-content,
.cid-t2BEk12JlX .modal-dialog {
  height: auto;
}
.cid-t2BEk12JlX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BEk12JlX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BEk12JlX .form-wrapper .mbr-form .form-group,
  .cid-t2BEk12JlX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BEk12JlX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BEk12JlX .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-t2BEk12JlX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BEk12JlX .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BEk12JlX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BEk12JlX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BEk12JlX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BEk12JlX .modal-open {
  overflow: hidden;
}
.cid-t2BEk12JlX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BEk12JlX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BEk12JlX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BEk12JlX .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-t2BEk12JlX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BEk12JlX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BEk12JlX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BEk12JlX .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-t2BEk12JlX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BEk12JlX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BEk12JlX .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BEk12JlX .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BEk12JlX .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-t2BEk12JlX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEk12JlX .modal-header {
    padding: 1rem;
  }
}
.cid-t2BEk12JlX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BEk12JlX .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BEk12JlX .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BEk12JlX .modal-header .close:focus {
  outline: none;
}
.cid-t2BEk12JlX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BEk12JlX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BEk12JlX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEk12JlX .modal-body {
    padding: 1rem;
  }
}
.cid-t2BEk12JlX .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-t2BEk12JlX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BEk12JlX .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BEk12JlX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BEk12JlX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BEk12JlX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BEk12JlX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BEk12JlX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BEk12JlX .modal-lg,
  .cid-t2BEk12JlX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BEk12JlX .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BEk12JlX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BEk12JlX .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-t2BEk12JlX .form-group {
  margin-bottom: 1rem;
}
.cid-t2BEk12JlX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BEk12JlX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BEk12JlX .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-t2BEk12JlX .mbr-section-btn {
  margin: 0;
}
.cid-t2BEk12JlX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDQUDefbG.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQUDefbG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQUDefbG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQUDefbG .modal-content,
.cid-tSDQUDefbG .modal-dialog {
  height: auto;
}
.cid-tSDQUDefbG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQUDefbG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQUDefbG .form-wrapper .mbr-form .form-group,
  .cid-tSDQUDefbG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQUDefbG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQUDefbG .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-tSDQUDefbG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQUDefbG .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQUDefbG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQUDefbG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQUDefbG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQUDefbG .modal-open {
  overflow: hidden;
}
.cid-tSDQUDefbG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQUDefbG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQUDefbG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQUDefbG .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-tSDQUDefbG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQUDefbG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQUDefbG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQUDefbG .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-tSDQUDefbG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQUDefbG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQUDefbG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQUDefbG .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQUDefbG .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-tSDQUDefbG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDefbG .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQUDefbG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQUDefbG .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQUDefbG .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQUDefbG .modal-header .close:focus {
  outline: none;
}
.cid-tSDQUDefbG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQUDefbG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQUDefbG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDefbG .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQUDefbG .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-tSDQUDefbG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDefbG .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQUDefbG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQUDefbG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQUDefbG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQUDefbG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQUDefbG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQUDefbG .modal-lg,
  .cid-tSDQUDefbG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQUDefbG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQUDefbG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQUDefbG .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-tSDQUDefbG .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQUDefbG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQUDefbG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQUDefbG .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-tSDQUDefbG .mbr-section-btn {
  margin: 0;
}
.cid-tSDQUDefbG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1PsXMmqof {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t1PsXMmqof .video-wrapper iframe {
  width: 100%;
}
.cid-t1PsXMmqof .mbr-section-title,
.cid-t1PsXMmqof .mbr-section-subtitle,
.cid-t1PsXMmqof .mbr-text {
  text-align: center;
}
.cid-t1PsXMmqof .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t1PsXMmqof .mbr-section-subtitle {
  text-align: right;
}
#custom-html-zs {
  /* Type valid CSS here */
}
#custom-html-zs div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-zs .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-sv3xxPOUGK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-sv3xxPOUGK .mbr-section-title {
  margin-bottom: 20px;
  color: #4479d9;
}
.cid-sv3xxPOUGK .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sv3xxPOUGK .tab_text {
  margin-bottom: 0;
}
.cid-sv3xxPOUGK .nav-tabs .nav-item.open .nav-link:focus,
.cid-sv3xxPOUGK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sv3xxPOUGK .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-sv3xxPOUGK .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c3d4f3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-sv3xxPOUGK .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sv3xxPOUGK .nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0 !important;
}
.cid-sv3xxPOUGK .nav-tabs .nav-link:not(.active) {
  color: #4479d9;
}
.cid-sv3xxPOUGK .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-sv3xxPOUGK .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #1b5dd3;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3xxPOUGK .nav-link:hover {
  color: #1b5dd3 !important;
}
.cid-sv3xxPOUGK .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-sv3xxPOUGK .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #1b5dd3;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3xxPOUGK .mbr-section-btn {
  margin-top: 30px;
}
.cid-sv3xxPOUGK .nav-tabs .nav-link.active {
  color: #1b5dd3;
}
@media (max-width: 991px) {
  .cid-sv3xxPOUGK .title_block,
  .cid-sv3xxPOUGK .tab-content {
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
  .cid-sv3xxPOUGK .image {
    margin-bottom: 40px;
  }
  .cid-sv3xxPOUGK .nav-link {
    padding: 12px 25px;
  }
  .cid-sv3xxPOUGK .mbr-section-btn {
    text-align: center;
  }
}
.cid-sv3xxPOUGK .tab_text,
.cid-sv3xxPOUGK .mbr-section-btn {
  color: #ffffff;
}
.cid-sv3xxPOUGK P {
  color: #ffffff;
}
.cid-t2BrZTyIsm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-t2BrZTyIsm .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2BrZTyIsm .mbr-text,
.cid-t2BrZTyIsm .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-srUsSrelmM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-srUsSrelmM .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-srUsSrelmM .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-srUsSrelmM .card:hover {
  margin-top: -0.6rem;
}
.cid-srUsSrelmM .card-wrapper {
  position: relative;
}
.cid-srUsSrelmM .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-srUsSrelmM .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-srUsSrelmM .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-srUsSrelmM .big {
  margin-top: -25%;
}
.cid-srUsSrelmM .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-srUsSrelmM .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-srUsSrelmM .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-srUsSrelmM .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-sRGu4pfxwh.popup-builder {
  background-color: #ffffff;
}
.cid-sRGu4pfxwh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGu4pfxwh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGu4pfxwh .modal-content,
.cid-sRGu4pfxwh .modal-dialog {
  height: auto;
}
.cid-sRGu4pfxwh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGu4pfxwh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGu4pfxwh .form-wrapper .mbr-form .form-group,
  .cid-sRGu4pfxwh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGu4pfxwh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGu4pfxwh .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGu4pfxwh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGu4pfxwh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGu4pfxwh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGu4pfxwh .modal-open {
  overflow: hidden;
}
.cid-sRGu4pfxwh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGu4pfxwh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGu4pfxwh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGu4pfxwh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGu4pfxwh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGu4pfxwh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGu4pfxwh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGu4pfxwh .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGu4pfxwh .modal-header {
    padding: 1rem;
  }
}
.cid-sRGu4pfxwh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGu4pfxwh .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGu4pfxwh .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGu4pfxwh .modal-header .close:focus {
  outline: none;
}
.cid-sRGu4pfxwh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGu4pfxwh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGu4pfxwh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGu4pfxwh .modal-body {
    padding: 1rem;
  }
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGu4pfxwh .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGu4pfxwh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGu4pfxwh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGu4pfxwh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGu4pfxwh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGu4pfxwh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGu4pfxwh .modal-lg,
  .cid-sRGu4pfxwh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGu4pfxwh .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGu4pfxwh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .form-group {
  margin-bottom: 1rem;
}
.cid-sRGu4pfxwh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGu4pfxwh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGu4pfxwh .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-sRGu4pfxwh .mbr-section-btn {
  margin: 0;
}
.cid-sRGu4pfxwh .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGubJsTFL.popup-builder {
  background-color: #ffffff;
}
.cid-sRGubJsTFL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGubJsTFL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGubJsTFL .modal-content,
.cid-sRGubJsTFL .modal-dialog {
  height: auto;
}
.cid-sRGubJsTFL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGubJsTFL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGubJsTFL .form-wrapper .mbr-form .form-group,
  .cid-sRGubJsTFL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGubJsTFL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGubJsTFL .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-sRGubJsTFL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGubJsTFL .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGubJsTFL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGubJsTFL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGubJsTFL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGubJsTFL .modal-open {
  overflow: hidden;
}
.cid-sRGubJsTFL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGubJsTFL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGubJsTFL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGubJsTFL .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-sRGubJsTFL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGubJsTFL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGubJsTFL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGubJsTFL .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-sRGubJsTFL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGubJsTFL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGubJsTFL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGubJsTFL .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGubJsTFL .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-sRGubJsTFL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGubJsTFL .modal-header {
    padding: 1rem;
  }
}
.cid-sRGubJsTFL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGubJsTFL .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGubJsTFL .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGubJsTFL .modal-header .close:focus {
  outline: none;
}
.cid-sRGubJsTFL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGubJsTFL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGubJsTFL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGubJsTFL .modal-body {
    padding: 1rem;
  }
}
.cid-sRGubJsTFL .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-sRGubJsTFL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGubJsTFL .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGubJsTFL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGubJsTFL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGubJsTFL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGubJsTFL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGubJsTFL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGubJsTFL .modal-lg,
  .cid-sRGubJsTFL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGubJsTFL .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGubJsTFL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGubJsTFL .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-sRGubJsTFL .form-group {
  margin-bottom: 1rem;
}
.cid-sRGubJsTFL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGubJsTFL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGubJsTFL .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-sRGubJsTFL .mbr-section-btn {
  margin: 0;
}
.cid-sRGubJsTFL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2BE6TGLeD.popup-builder {
  background-color: #ffffff;
}
.cid-t2BE6TGLeD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BE6TGLeD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BE6TGLeD .modal-content,
.cid-t2BE6TGLeD .modal-dialog {
  height: auto;
}
.cid-t2BE6TGLeD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BE6TGLeD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BE6TGLeD .form-wrapper .mbr-form .form-group,
  .cid-t2BE6TGLeD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BE6TGLeD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BE6TGLeD .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BE6TGLeD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BE6TGLeD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BE6TGLeD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BE6TGLeD .modal-open {
  overflow: hidden;
}
.cid-t2BE6TGLeD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BE6TGLeD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BE6TGLeD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BE6TGLeD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BE6TGLeD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BE6TGLeD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BE6TGLeD .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BE6TGLeD .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE6TGLeD .modal-header {
    padding: 1rem;
  }
}
.cid-t2BE6TGLeD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BE6TGLeD .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BE6TGLeD .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BE6TGLeD .modal-header .close:focus {
  outline: none;
}
.cid-t2BE6TGLeD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BE6TGLeD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BE6TGLeD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE6TGLeD .modal-body {
    padding: 1rem;
  }
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE6TGLeD .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BE6TGLeD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BE6TGLeD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BE6TGLeD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BE6TGLeD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BE6TGLeD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BE6TGLeD .modal-lg,
  .cid-t2BE6TGLeD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BE6TGLeD .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BE6TGLeD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .form-group {
  margin-bottom: 1rem;
}
.cid-t2BE6TGLeD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BE6TGLeD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BE6TGLeD .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-t2BE6TGLeD .mbr-section-btn {
  margin: 0;
}
.cid-t2BE6TGLeD .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BE9cSo14.popup-builder {
  background-color: #ffffff;
}
.cid-t2BE9cSo14.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BE9cSo14.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BE9cSo14 .modal-content,
.cid-t2BE9cSo14 .modal-dialog {
  height: auto;
}
.cid-t2BE9cSo14 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BE9cSo14 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BE9cSo14 .form-wrapper .mbr-form .form-group,
  .cid-t2BE9cSo14 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BE9cSo14 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BE9cSo14 .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BE9cSo14 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BE9cSo14 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BE9cSo14 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BE9cSo14 .modal-open {
  overflow: hidden;
}
.cid-t2BE9cSo14 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BE9cSo14 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BE9cSo14 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BE9cSo14 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BE9cSo14 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BE9cSo14 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BE9cSo14 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BE9cSo14 .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE9cSo14 .modal-header {
    padding: 1rem;
  }
}
.cid-t2BE9cSo14 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BE9cSo14 .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BE9cSo14 .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BE9cSo14 .modal-header .close:focus {
  outline: none;
}
.cid-t2BE9cSo14 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BE9cSo14 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BE9cSo14 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE9cSo14 .modal-body {
    padding: 1rem;
  }
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE9cSo14 .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BE9cSo14 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BE9cSo14 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BE9cSo14 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BE9cSo14 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BE9cSo14 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BE9cSo14 .modal-lg,
  .cid-t2BE9cSo14 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BE9cSo14 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BE9cSo14 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .form-group {
  margin-bottom: 1rem;
}
.cid-t2BE9cSo14 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BE9cSo14 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BE9cSo14 .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-t2BE9cSo14 .mbr-section-btn {
  margin: 0;
}
.cid-t2BE9cSo14 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDQUDeBGp.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQUDeBGp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQUDeBGp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQUDeBGp .modal-content,
.cid-tSDQUDeBGp .modal-dialog {
  height: auto;
}
.cid-tSDQUDeBGp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQUDeBGp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQUDeBGp .form-wrapper .mbr-form .form-group,
  .cid-tSDQUDeBGp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQUDeBGp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQUDeBGp .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQUDeBGp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQUDeBGp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQUDeBGp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQUDeBGp .modal-open {
  overflow: hidden;
}
.cid-tSDQUDeBGp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQUDeBGp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQUDeBGp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQUDeBGp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQUDeBGp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQUDeBGp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQUDeBGp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQUDeBGp .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDeBGp .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQUDeBGp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQUDeBGp .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQUDeBGp .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQUDeBGp .modal-header .close:focus {
  outline: none;
}
.cid-tSDQUDeBGp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQUDeBGp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQUDeBGp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDeBGp .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDeBGp .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQUDeBGp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQUDeBGp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQUDeBGp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQUDeBGp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQUDeBGp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQUDeBGp .modal-lg,
  .cid-tSDQUDeBGp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQUDeBGp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQUDeBGp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQUDeBGp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQUDeBGp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQUDeBGp .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-tSDQUDeBGp .mbr-section-btn {
  margin: 0;
}
.cid-tSDQUDeBGp .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1PsF5NvS3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t1PsF5NvS3 .video-wrapper iframe {
  width: 100%;
}
.cid-t1PsF5NvS3 .mbr-section-title,
.cid-t1PsF5NvS3 .mbr-section-subtitle,
.cid-t1PsF5NvS3 .mbr-text {
  text-align: center;
}
.cid-t1PsF5NvS3 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t1PsF5NvS3 .mbr-section-subtitle {
  text-align: right;
}
#custom-html-zv {
  /* Type valid CSS here */
}
#custom-html-zv div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-zv .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-svjDpggtYS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f1f1f;
}
.cid-svjDpggtYS .mbr-section-title {
  margin-bottom: 20px;
  color: #4479d9;
}
.cid-svjDpggtYS .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-svjDpggtYS .tab_text {
  margin-bottom: 0;
}
.cid-svjDpggtYS .nav-tabs .nav-item.open .nav-link:focus,
.cid-svjDpggtYS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-svjDpggtYS .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-svjDpggtYS .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-svjDpggtYS .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-svjDpggtYS .nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0 !important;
}
.cid-svjDpggtYS .nav-tabs .nav-link:not(.active) {
  color: #4479d9;
}
.cid-svjDpggtYS .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-svjDpggtYS .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #1b5dd3;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-svjDpggtYS .nav-link:hover {
  color: #1b5dd3 !important;
}
.cid-svjDpggtYS .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-svjDpggtYS .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #1b5dd3;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-svjDpggtYS .mbr-section-btn {
  margin-top: 30px;
}
.cid-svjDpggtYS .nav-tabs .nav-link.active {
  color: #1b5dd3;
}
@media (max-width: 991px) {
  .cid-svjDpggtYS .title_block,
  .cid-svjDpggtYS .tab-content {
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
  .cid-svjDpggtYS .image {
    margin-bottom: 40px;
  }
  .cid-svjDpggtYS .nav-link {
    padding: 12px 25px;
  }
  .cid-svjDpggtYS .mbr-section-btn {
    text-align: center;
  }
}
.cid-svjDpggtYS .tab_text,
.cid-svjDpggtYS .mbr-section-btn {
  color: #ffffff;
}
.cid-svjDpggtYS P {
  color: #ffffff;
}
.cid-t2Bs5P9YUS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-t2Bs5P9YUS .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2Bs5P9YUS .mbr-text,
.cid-t2Bs5P9YUS .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-srUu4E5BGj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-srUu4E5BGj .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-srUu4E5BGj .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-srUu4E5BGj .card:hover {
  margin-top: -0.6rem;
}
.cid-srUu4E5BGj .card-wrapper {
  position: relative;
}
.cid-srUu4E5BGj .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-srUu4E5BGj .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-srUu4E5BGj .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-srUu4E5BGj .big {
  margin-top: -25%;
}
.cid-srUu4E5BGj .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-srUu4E5BGj .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-srUu4E5BGj .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-srUu4E5BGj .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-sRGutOlrzp.popup-builder {
  background-color: #ffffff;
}
.cid-sRGutOlrzp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGutOlrzp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGutOlrzp .modal-content,
.cid-sRGutOlrzp .modal-dialog {
  height: auto;
}
.cid-sRGutOlrzp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGutOlrzp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGutOlrzp .form-wrapper .mbr-form .form-group,
  .cid-sRGutOlrzp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGutOlrzp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGutOlrzp .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-sRGutOlrzp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGutOlrzp .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGutOlrzp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGutOlrzp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGutOlrzp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGutOlrzp .modal-open {
  overflow: hidden;
}
.cid-sRGutOlrzp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGutOlrzp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGutOlrzp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGutOlrzp .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-sRGutOlrzp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGutOlrzp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGutOlrzp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGutOlrzp .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-sRGutOlrzp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGutOlrzp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGutOlrzp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGutOlrzp .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGutOlrzp .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-sRGutOlrzp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGutOlrzp .modal-header {
    padding: 1rem;
  }
}
.cid-sRGutOlrzp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGutOlrzp .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGutOlrzp .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGutOlrzp .modal-header .close:focus {
  outline: none;
}
.cid-sRGutOlrzp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGutOlrzp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGutOlrzp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGutOlrzp .modal-body {
    padding: 1rem;
  }
}
.cid-sRGutOlrzp .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-sRGutOlrzp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGutOlrzp .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGutOlrzp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGutOlrzp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGutOlrzp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGutOlrzp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGutOlrzp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGutOlrzp .modal-lg,
  .cid-sRGutOlrzp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGutOlrzp .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGutOlrzp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGutOlrzp .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-sRGutOlrzp .form-group {
  margin-bottom: 1rem;
}
.cid-sRGutOlrzp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGutOlrzp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGutOlrzp .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-sRGutOlrzp .mbr-section-btn {
  margin: 0;
}
.cid-sRGutOlrzp .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGuCI3FVz.popup-builder {
  background-color: #ffffff;
}
.cid-sRGuCI3FVz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGuCI3FVz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGuCI3FVz .modal-content,
.cid-sRGuCI3FVz .modal-dialog {
  height: auto;
}
.cid-sRGuCI3FVz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGuCI3FVz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGuCI3FVz .form-wrapper .mbr-form .form-group,
  .cid-sRGuCI3FVz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGuCI3FVz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGuCI3FVz .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGuCI3FVz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGuCI3FVz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGuCI3FVz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGuCI3FVz .modal-open {
  overflow: hidden;
}
.cid-sRGuCI3FVz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGuCI3FVz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGuCI3FVz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGuCI3FVz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGuCI3FVz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGuCI3FVz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGuCI3FVz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGuCI3FVz .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGuCI3FVz .modal-header {
    padding: 1rem;
  }
}
.cid-sRGuCI3FVz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGuCI3FVz .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGuCI3FVz .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGuCI3FVz .modal-header .close:focus {
  outline: none;
}
.cid-sRGuCI3FVz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGuCI3FVz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGuCI3FVz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGuCI3FVz .modal-body {
    padding: 1rem;
  }
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGuCI3FVz .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGuCI3FVz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGuCI3FVz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGuCI3FVz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGuCI3FVz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGuCI3FVz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGuCI3FVz .modal-lg,
  .cid-sRGuCI3FVz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGuCI3FVz .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGuCI3FVz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .form-group {
  margin-bottom: 1rem;
}
.cid-sRGuCI3FVz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGuCI3FVz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGuCI3FVz .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-sRGuCI3FVz .mbr-section-btn {
  margin: 0;
}
.cid-sRGuCI3FVz .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGuL1LQmc.popup-builder {
  background-color: #ffffff;
}
.cid-sRGuL1LQmc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGuL1LQmc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGuL1LQmc .modal-content,
.cid-sRGuL1LQmc .modal-dialog {
  height: auto;
}
.cid-sRGuL1LQmc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGuL1LQmc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGuL1LQmc .form-wrapper .mbr-form .form-group,
  .cid-sRGuL1LQmc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGuL1LQmc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGuL1LQmc .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGuL1LQmc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGuL1LQmc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGuL1LQmc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGuL1LQmc .modal-open {
  overflow: hidden;
}
.cid-sRGuL1LQmc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGuL1LQmc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGuL1LQmc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGuL1LQmc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGuL1LQmc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGuL1LQmc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGuL1LQmc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGuL1LQmc .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGuL1LQmc .modal-header {
    padding: 1rem;
  }
}
.cid-sRGuL1LQmc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGuL1LQmc .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGuL1LQmc .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGuL1LQmc .modal-header .close:focus {
  outline: none;
}
.cid-sRGuL1LQmc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGuL1LQmc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGuL1LQmc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGuL1LQmc .modal-body {
    padding: 1rem;
  }
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGuL1LQmc .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGuL1LQmc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGuL1LQmc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGuL1LQmc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGuL1LQmc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGuL1LQmc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGuL1LQmc .modal-lg,
  .cid-sRGuL1LQmc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGuL1LQmc .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGuL1LQmc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .form-group {
  margin-bottom: 1rem;
}
.cid-sRGuL1LQmc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGuL1LQmc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGuL1LQmc .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-sRGuL1LQmc .mbr-section-btn {
  margin: 0;
}
.cid-sRGuL1LQmc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2BDXwK1dm.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDXwK1dm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDXwK1dm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDXwK1dm .modal-content,
.cid-t2BDXwK1dm .modal-dialog {
  height: auto;
}
.cid-t2BDXwK1dm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDXwK1dm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDXwK1dm .form-wrapper .mbr-form .form-group,
  .cid-t2BDXwK1dm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDXwK1dm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDXwK1dm .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDXwK1dm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDXwK1dm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDXwK1dm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDXwK1dm .modal-open {
  overflow: hidden;
}
.cid-t2BDXwK1dm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDXwK1dm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDXwK1dm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDXwK1dm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDXwK1dm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDXwK1dm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDXwK1dm .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDXwK1dm .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDXwK1dm .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDXwK1dm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDXwK1dm .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDXwK1dm .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDXwK1dm .modal-header .close:focus {
  outline: none;
}
.cid-t2BDXwK1dm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDXwK1dm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDXwK1dm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDXwK1dm .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDXwK1dm .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDXwK1dm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDXwK1dm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDXwK1dm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDXwK1dm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDXwK1dm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDXwK1dm .modal-lg,
  .cid-t2BDXwK1dm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDXwK1dm .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDXwK1dm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDXwK1dm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDXwK1dm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDXwK1dm .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-t2BDXwK1dm .mbr-section-btn {
  margin: 0;
}
.cid-t2BDXwK1dm .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BDZWGhmx.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDZWGhmx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDZWGhmx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDZWGhmx .modal-content,
.cid-t2BDZWGhmx .modal-dialog {
  height: auto;
}
.cid-t2BDZWGhmx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDZWGhmx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDZWGhmx .form-wrapper .mbr-form .form-group,
  .cid-t2BDZWGhmx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDZWGhmx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDZWGhmx .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDZWGhmx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDZWGhmx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDZWGhmx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDZWGhmx .modal-open {
  overflow: hidden;
}
.cid-t2BDZWGhmx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDZWGhmx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDZWGhmx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDZWGhmx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDZWGhmx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDZWGhmx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDZWGhmx .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDZWGhmx .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDZWGhmx .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDZWGhmx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDZWGhmx .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDZWGhmx .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDZWGhmx .modal-header .close:focus {
  outline: none;
}
.cid-t2BDZWGhmx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDZWGhmx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDZWGhmx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDZWGhmx .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDZWGhmx .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDZWGhmx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDZWGhmx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDZWGhmx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDZWGhmx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDZWGhmx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDZWGhmx .modal-lg,
  .cid-t2BDZWGhmx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDZWGhmx .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDZWGhmx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDZWGhmx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDZWGhmx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDZWGhmx .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-t2BDZWGhmx .mbr-section-btn {
  margin: 0;
}
.cid-t2BDZWGhmx .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BE2huWRJ.popup-builder {
  background-color: #ffffff;
}
.cid-t2BE2huWRJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BE2huWRJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BE2huWRJ .modal-content,
.cid-t2BE2huWRJ .modal-dialog {
  height: auto;
}
.cid-t2BE2huWRJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BE2huWRJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BE2huWRJ .form-wrapper .mbr-form .form-group,
  .cid-t2BE2huWRJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BE2huWRJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BE2huWRJ .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BE2huWRJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BE2huWRJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BE2huWRJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BE2huWRJ .modal-open {
  overflow: hidden;
}
.cid-t2BE2huWRJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BE2huWRJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BE2huWRJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BE2huWRJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BE2huWRJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BE2huWRJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BE2huWRJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BE2huWRJ .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE2huWRJ .modal-header {
    padding: 1rem;
  }
}
.cid-t2BE2huWRJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BE2huWRJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BE2huWRJ .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BE2huWRJ .modal-header .close:focus {
  outline: none;
}
.cid-t2BE2huWRJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BE2huWRJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BE2huWRJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE2huWRJ .modal-body {
    padding: 1rem;
  }
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE2huWRJ .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BE2huWRJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BE2huWRJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BE2huWRJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BE2huWRJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BE2huWRJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BE2huWRJ .modal-lg,
  .cid-t2BE2huWRJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BE2huWRJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BE2huWRJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .form-group {
  margin-bottom: 1rem;
}
.cid-t2BE2huWRJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BE2huWRJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BE2huWRJ .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-t2BE2huWRJ .mbr-section-btn {
  margin: 0;
}
.cid-t2BE2huWRJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BE4vccIC.popup-builder {
  background-color: #ffffff;
}
.cid-t2BE4vccIC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BE4vccIC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BE4vccIC .modal-content,
.cid-t2BE4vccIC .modal-dialog {
  height: auto;
}
.cid-t2BE4vccIC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BE4vccIC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BE4vccIC .form-wrapper .mbr-form .form-group,
  .cid-t2BE4vccIC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BE4vccIC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BE4vccIC .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-t2BE4vccIC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BE4vccIC .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BE4vccIC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BE4vccIC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BE4vccIC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BE4vccIC .modal-open {
  overflow: hidden;
}
.cid-t2BE4vccIC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BE4vccIC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BE4vccIC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BE4vccIC .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-t2BE4vccIC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BE4vccIC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BE4vccIC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BE4vccIC .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-t2BE4vccIC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BE4vccIC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BE4vccIC .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BE4vccIC .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BE4vccIC .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-t2BE4vccIC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE4vccIC .modal-header {
    padding: 1rem;
  }
}
.cid-t2BE4vccIC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BE4vccIC .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BE4vccIC .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BE4vccIC .modal-header .close:focus {
  outline: none;
}
.cid-t2BE4vccIC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BE4vccIC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BE4vccIC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE4vccIC .modal-body {
    padding: 1rem;
  }
}
.cid-t2BE4vccIC .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-t2BE4vccIC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BE4vccIC .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BE4vccIC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BE4vccIC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BE4vccIC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BE4vccIC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BE4vccIC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BE4vccIC .modal-lg,
  .cid-t2BE4vccIC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BE4vccIC .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BE4vccIC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BE4vccIC .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-t2BE4vccIC .form-group {
  margin-bottom: 1rem;
}
.cid-t2BE4vccIC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BE4vccIC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BE4vccIC .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-t2BE4vccIC .mbr-section-btn {
  margin: 0;
}
.cid-t2BE4vccIC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDQUDepuW.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQUDepuW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQUDepuW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQUDepuW .modal-content,
.cid-tSDQUDepuW .modal-dialog {
  height: auto;
}
.cid-tSDQUDepuW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQUDepuW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQUDepuW .form-wrapper .mbr-form .form-group,
  .cid-tSDQUDepuW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQUDepuW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQUDepuW .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-tSDQUDepuW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQUDepuW .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQUDepuW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQUDepuW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQUDepuW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQUDepuW .modal-open {
  overflow: hidden;
}
.cid-tSDQUDepuW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQUDepuW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQUDepuW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQUDepuW .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-tSDQUDepuW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQUDepuW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQUDepuW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQUDepuW .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-tSDQUDepuW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQUDepuW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQUDepuW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQUDepuW .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQUDepuW .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-tSDQUDepuW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDepuW .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQUDepuW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQUDepuW .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQUDepuW .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQUDepuW .modal-header .close:focus {
  outline: none;
}
.cid-tSDQUDepuW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQUDepuW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQUDepuW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDepuW .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQUDepuW .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-tSDQUDepuW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDepuW .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQUDepuW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQUDepuW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQUDepuW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQUDepuW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQUDepuW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQUDepuW .modal-lg,
  .cid-tSDQUDepuW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQUDepuW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQUDepuW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQUDepuW .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-tSDQUDepuW .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQUDepuW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQUDepuW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQUDepuW .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-tSDQUDepuW .mbr-section-btn {
  margin: 0;
}
.cid-tSDQUDepuW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1PsvsdCb8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t1PsvsdCb8 .video-wrapper iframe {
  width: 100%;
}
.cid-t1PsvsdCb8 .mbr-section-title,
.cid-t1PsvsdCb8 .mbr-section-subtitle,
.cid-t1PsvsdCb8 .mbr-text {
  text-align: center;
}
.cid-t1PsvsdCb8 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t1PsvsdCb8 .mbr-section-subtitle {
  text-align: right;
}
#custom-html-zw {
  /* Type valid CSS here */
}
#custom-html-zw div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-zw .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-sv3zkdSrkv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-sv3zkdSrkv .mbr-section-title {
  margin-bottom: 20px;
  color: #4479d9;
}
.cid-sv3zkdSrkv .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sv3zkdSrkv .tab_text {
  margin-bottom: 0;
}
.cid-sv3zkdSrkv .nav-tabs .nav-item.open .nav-link:focus,
.cid-sv3zkdSrkv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sv3zkdSrkv .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-sv3zkdSrkv .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c3d4f3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-sv3zkdSrkv .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sv3zkdSrkv .nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0 !important;
}
.cid-sv3zkdSrkv .nav-tabs .nav-link:not(.active) {
  color: #4479d9;
}
.cid-sv3zkdSrkv .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-sv3zkdSrkv .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #1b5dd3;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3zkdSrkv .nav-link:hover {
  color: #1b5dd3 !important;
}
.cid-sv3zkdSrkv .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-sv3zkdSrkv .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #1b5dd3;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3zkdSrkv .mbr-section-btn {
  margin-top: 30px;
}
.cid-sv3zkdSrkv .nav-tabs .nav-link.active {
  color: #1b5dd3;
}
@media (max-width: 991px) {
  .cid-sv3zkdSrkv .title_block,
  .cid-sv3zkdSrkv .tab-content {
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
  .cid-sv3zkdSrkv .image {
    margin-bottom: 40px;
  }
  .cid-sv3zkdSrkv .nav-link {
    padding: 12px 25px;
  }
  .cid-sv3zkdSrkv .mbr-section-btn {
    text-align: center;
  }
}
.cid-sv3zkdSrkv .tab_text,
.cid-sv3zkdSrkv .mbr-section-btn {
  color: #ffffff;
}
.cid-sv3zkdSrkv P {
  color: #ffffff;
}
.cid-t2BsbFm7Mj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-t2BsbFm7Mj .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2BsbFm7Mj .mbr-text,
.cid-t2BsbFm7Mj .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-srUuto20Rq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-srUuto20Rq .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-srUuto20Rq .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-srUuto20Rq .card:hover {
  margin-top: -0.6rem;
}
.cid-srUuto20Rq .card-wrapper {
  position: relative;
}
.cid-srUuto20Rq .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-srUuto20Rq .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-srUuto20Rq .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-srUuto20Rq .big {
  margin-top: -25%;
}
.cid-srUuto20Rq .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-srUuto20Rq .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-srUuto20Rq .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-srUuto20Rq .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-sRGv5uJvSn.popup-builder {
  background-color: #ffffff;
}
.cid-sRGv5uJvSn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGv5uJvSn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGv5uJvSn .modal-content,
.cid-sRGv5uJvSn .modal-dialog {
  height: auto;
}
.cid-sRGv5uJvSn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGv5uJvSn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGv5uJvSn .form-wrapper .mbr-form .form-group,
  .cid-sRGv5uJvSn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGv5uJvSn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGv5uJvSn .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGv5uJvSn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGv5uJvSn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGv5uJvSn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGv5uJvSn .modal-open {
  overflow: hidden;
}
.cid-sRGv5uJvSn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGv5uJvSn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGv5uJvSn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGv5uJvSn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGv5uJvSn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGv5uJvSn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGv5uJvSn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGv5uJvSn .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGv5uJvSn .modal-header {
    padding: 1rem;
  }
}
.cid-sRGv5uJvSn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGv5uJvSn .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGv5uJvSn .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGv5uJvSn .modal-header .close:focus {
  outline: none;
}
.cid-sRGv5uJvSn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGv5uJvSn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGv5uJvSn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGv5uJvSn .modal-body {
    padding: 1rem;
  }
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGv5uJvSn .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGv5uJvSn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGv5uJvSn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGv5uJvSn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGv5uJvSn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGv5uJvSn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGv5uJvSn .modal-lg,
  .cid-sRGv5uJvSn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGv5uJvSn .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGv5uJvSn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .form-group {
  margin-bottom: 1rem;
}
.cid-sRGv5uJvSn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGv5uJvSn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGv5uJvSn .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-sRGv5uJvSn .mbr-section-btn {
  margin: 0;
}
.cid-sRGv5uJvSn .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGvdPO6iy.popup-builder {
  background-color: #ffffff;
}
.cid-sRGvdPO6iy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGvdPO6iy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGvdPO6iy .modal-content,
.cid-sRGvdPO6iy .modal-dialog {
  height: auto;
}
.cid-sRGvdPO6iy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGvdPO6iy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGvdPO6iy .form-wrapper .mbr-form .form-group,
  .cid-sRGvdPO6iy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGvdPO6iy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGvdPO6iy .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGvdPO6iy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGvdPO6iy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGvdPO6iy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGvdPO6iy .modal-open {
  overflow: hidden;
}
.cid-sRGvdPO6iy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGvdPO6iy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGvdPO6iy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGvdPO6iy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGvdPO6iy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGvdPO6iy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGvdPO6iy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGvdPO6iy .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvdPO6iy .modal-header {
    padding: 1rem;
  }
}
.cid-sRGvdPO6iy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGvdPO6iy .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGvdPO6iy .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGvdPO6iy .modal-header .close:focus {
  outline: none;
}
.cid-sRGvdPO6iy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGvdPO6iy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGvdPO6iy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvdPO6iy .modal-body {
    padding: 1rem;
  }
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvdPO6iy .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGvdPO6iy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGvdPO6iy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGvdPO6iy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGvdPO6iy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGvdPO6iy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGvdPO6iy .modal-lg,
  .cid-sRGvdPO6iy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGvdPO6iy .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGvdPO6iy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .form-group {
  margin-bottom: 1rem;
}
.cid-sRGvdPO6iy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGvdPO6iy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGvdPO6iy .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-sRGvdPO6iy .mbr-section-btn {
  margin: 0;
}
.cid-sRGvdPO6iy .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGvmioiWR.popup-builder {
  background-color: #ffffff;
}
.cid-sRGvmioiWR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGvmioiWR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGvmioiWR .modal-content,
.cid-sRGvmioiWR .modal-dialog {
  height: auto;
}
.cid-sRGvmioiWR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGvmioiWR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGvmioiWR .form-wrapper .mbr-form .form-group,
  .cid-sRGvmioiWR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGvmioiWR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGvmioiWR .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-sRGvmioiWR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGvmioiWR .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGvmioiWR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGvmioiWR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGvmioiWR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGvmioiWR .modal-open {
  overflow: hidden;
}
.cid-sRGvmioiWR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGvmioiWR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGvmioiWR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGvmioiWR .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-sRGvmioiWR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGvmioiWR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGvmioiWR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGvmioiWR .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-sRGvmioiWR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGvmioiWR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGvmioiWR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGvmioiWR .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGvmioiWR .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-sRGvmioiWR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvmioiWR .modal-header {
    padding: 1rem;
  }
}
.cid-sRGvmioiWR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGvmioiWR .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGvmioiWR .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGvmioiWR .modal-header .close:focus {
  outline: none;
}
.cid-sRGvmioiWR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGvmioiWR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGvmioiWR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvmioiWR .modal-body {
    padding: 1rem;
  }
}
.cid-sRGvmioiWR .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-sRGvmioiWR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvmioiWR .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGvmioiWR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGvmioiWR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGvmioiWR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGvmioiWR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGvmioiWR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGvmioiWR .modal-lg,
  .cid-sRGvmioiWR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGvmioiWR .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGvmioiWR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGvmioiWR .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-sRGvmioiWR .form-group {
  margin-bottom: 1rem;
}
.cid-sRGvmioiWR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGvmioiWR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGvmioiWR .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-sRGvmioiWR .mbr-section-btn {
  margin: 0;
}
.cid-sRGvmioiWR .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2BDNwVzUL.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDNwVzUL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDNwVzUL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDNwVzUL .modal-content,
.cid-t2BDNwVzUL .modal-dialog {
  height: auto;
}
.cid-t2BDNwVzUL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDNwVzUL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDNwVzUL .form-wrapper .mbr-form .form-group,
  .cid-t2BDNwVzUL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDNwVzUL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDNwVzUL .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDNwVzUL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDNwVzUL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDNwVzUL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDNwVzUL .modal-open {
  overflow: hidden;
}
.cid-t2BDNwVzUL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDNwVzUL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDNwVzUL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDNwVzUL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDNwVzUL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDNwVzUL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDNwVzUL .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDNwVzUL .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDNwVzUL .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDNwVzUL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDNwVzUL .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDNwVzUL .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDNwVzUL .modal-header .close:focus {
  outline: none;
}
.cid-t2BDNwVzUL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDNwVzUL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDNwVzUL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDNwVzUL .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDNwVzUL .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDNwVzUL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDNwVzUL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDNwVzUL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDNwVzUL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDNwVzUL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDNwVzUL .modal-lg,
  .cid-t2BDNwVzUL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDNwVzUL .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDNwVzUL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDNwVzUL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDNwVzUL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDNwVzUL .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-t2BDNwVzUL .mbr-section-btn {
  margin: 0;
}
.cid-t2BDNwVzUL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BDQcfvZt.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDQcfvZt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDQcfvZt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDQcfvZt .modal-content,
.cid-t2BDQcfvZt .modal-dialog {
  height: auto;
}
.cid-t2BDQcfvZt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDQcfvZt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDQcfvZt .form-wrapper .mbr-form .form-group,
  .cid-t2BDQcfvZt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDQcfvZt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDQcfvZt .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDQcfvZt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDQcfvZt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDQcfvZt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDQcfvZt .modal-open {
  overflow: hidden;
}
.cid-t2BDQcfvZt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDQcfvZt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDQcfvZt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDQcfvZt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDQcfvZt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDQcfvZt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDQcfvZt .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDQcfvZt .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDQcfvZt .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDQcfvZt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDQcfvZt .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDQcfvZt .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDQcfvZt .modal-header .close:focus {
  outline: none;
}
.cid-t2BDQcfvZt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDQcfvZt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDQcfvZt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDQcfvZt .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDQcfvZt .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDQcfvZt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDQcfvZt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDQcfvZt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDQcfvZt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDQcfvZt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDQcfvZt .modal-lg,
  .cid-t2BDQcfvZt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDQcfvZt .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDQcfvZt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDQcfvZt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDQcfvZt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDQcfvZt .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-t2BDQcfvZt .mbr-section-btn {
  margin: 0;
}
.cid-t2BDQcfvZt .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BDTzeYrs.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDTzeYrs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDTzeYrs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDTzeYrs .modal-content,
.cid-t2BDTzeYrs .modal-dialog {
  height: auto;
}
.cid-t2BDTzeYrs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDTzeYrs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDTzeYrs .form-wrapper .mbr-form .form-group,
  .cid-t2BDTzeYrs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDTzeYrs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDTzeYrs .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDTzeYrs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDTzeYrs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDTzeYrs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDTzeYrs .modal-open {
  overflow: hidden;
}
.cid-t2BDTzeYrs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDTzeYrs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDTzeYrs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDTzeYrs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDTzeYrs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDTzeYrs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDTzeYrs .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDTzeYrs .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDTzeYrs .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDTzeYrs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDTzeYrs .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDTzeYrs .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDTzeYrs .modal-header .close:focus {
  outline: none;
}
.cid-t2BDTzeYrs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDTzeYrs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDTzeYrs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDTzeYrs .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDTzeYrs .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDTzeYrs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDTzeYrs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDTzeYrs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDTzeYrs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDTzeYrs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDTzeYrs .modal-lg,
  .cid-t2BDTzeYrs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDTzeYrs .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDTzeYrs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDTzeYrs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDTzeYrs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDTzeYrs .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-t2BDTzeYrs .mbr-section-btn {
  margin: 0;
}
.cid-t2BDTzeYrs .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BDUW5aqU.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDUW5aqU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDUW5aqU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDUW5aqU .modal-content,
.cid-t2BDUW5aqU .modal-dialog {
  height: auto;
}
.cid-t2BDUW5aqU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDUW5aqU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDUW5aqU .form-wrapper .mbr-form .form-group,
  .cid-t2BDUW5aqU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDUW5aqU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDUW5aqU .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDUW5aqU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDUW5aqU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDUW5aqU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDUW5aqU .modal-open {
  overflow: hidden;
}
.cid-t2BDUW5aqU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDUW5aqU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDUW5aqU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDUW5aqU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDUW5aqU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDUW5aqU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDUW5aqU .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDUW5aqU .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDUW5aqU .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDUW5aqU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDUW5aqU .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDUW5aqU .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDUW5aqU .modal-header .close:focus {
  outline: none;
}
.cid-t2BDUW5aqU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDUW5aqU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDUW5aqU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDUW5aqU .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDUW5aqU .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDUW5aqU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDUW5aqU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDUW5aqU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDUW5aqU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDUW5aqU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDUW5aqU .modal-lg,
  .cid-t2BDUW5aqU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDUW5aqU .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDUW5aqU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDUW5aqU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDUW5aqU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDUW5aqU .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-t2BDUW5aqU .mbr-section-btn {
  margin: 0;
}
.cid-t2BDUW5aqU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDQUDe4Wi.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQUDe4Wi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQUDe4Wi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQUDe4Wi .modal-content,
.cid-tSDQUDe4Wi .modal-dialog {
  height: auto;
}
.cid-tSDQUDe4Wi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQUDe4Wi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQUDe4Wi .form-wrapper .mbr-form .form-group,
  .cid-tSDQUDe4Wi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQUDe4Wi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQUDe4Wi .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQUDe4Wi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQUDe4Wi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQUDe4Wi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQUDe4Wi .modal-open {
  overflow: hidden;
}
.cid-tSDQUDe4Wi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQUDe4Wi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQUDe4Wi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQUDe4Wi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQUDe4Wi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQUDe4Wi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQUDe4Wi .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQUDe4Wi .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDe4Wi .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQUDe4Wi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQUDe4Wi .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQUDe4Wi .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQUDe4Wi .modal-header .close:focus {
  outline: none;
}
.cid-tSDQUDe4Wi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQUDe4Wi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQUDe4Wi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDe4Wi .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDe4Wi .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQUDe4Wi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQUDe4Wi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQUDe4Wi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQUDe4Wi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQUDe4Wi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQUDe4Wi .modal-lg,
  .cid-tSDQUDe4Wi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQUDe4Wi .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQUDe4Wi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQUDe4Wi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQUDe4Wi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQUDe4Wi .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-tSDQUDe4Wi .mbr-section-btn {
  margin: 0;
}
.cid-tSDQUDe4Wi .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIAwpKPRL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIAwpKPRL nav.navbar {
  position: fixed;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIAwpKPRL .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIAwpKPRL #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIAwpKPRL .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover,
.cid-tMIAwpKPRL .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIAwpKPRL .dropdown-item:hover span {
  color: white;
}
.cid-tMIAwpKPRL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIAwpKPRL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIAwpKPRL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIAwpKPRL .nav-link {
  position: relative;
}
.cid-tMIAwpKPRL .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIAwpKPRL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIAwpKPRL .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIAwpKPRL .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIAwpKPRL .dropdown-menu,
.cid-tMIAwpKPRL .navbar.opened {
  background: #353535 !important;
}
.cid-tMIAwpKPRL .nav-item:focus,
.cid-tMIAwpKPRL .nav-link:focus {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIAwpKPRL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIAwpKPRL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIAwpKPRL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIAwpKPRL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIAwpKPRL .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIAwpKPRL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIAwpKPRL .navbar.collapsed {
  justify-content: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIAwpKPRL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIAwpKPRL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIAwpKPRL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIAwpKPRL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIAwpKPRL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIAwpKPRL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIAwpKPRL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIAwpKPRL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIAwpKPRL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIAwpKPRL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIAwpKPRL .dropdown-item.active,
.cid-tMIAwpKPRL .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIAwpKPRL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIAwpKPRL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIAwpKPRL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIAwpKPRL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIAwpKPRL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIAwpKPRL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIAwpKPRL button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIAwpKPRL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIAwpKPRL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIAwpKPRL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIAwpKPRL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar {
    height: 70px;
  }
  .cid-tMIAwpKPRL .navbar.opened {
    height: auto;
  }
  .cid-tMIAwpKPRL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIAwpKPRL .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIAwpKPRL .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIAwpKPRL .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-text {
    display: none;
  }
}
.cid-tMIAwpKPRL .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIAwpKPRL .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIAwpKPRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIAwpKPRL .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-tMIAwpKPRL #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-tMIAwpKPRL #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-tMIAwpKPRL #vol {
    display: none;
  }
}
.cid-tMIAwpKPRL .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-t1Psa6WX4O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t1Psa6WX4O .video-wrapper iframe {
  width: 100%;
}
.cid-t1Psa6WX4O .mbr-section-title,
.cid-t1Psa6WX4O .mbr-section-subtitle,
.cid-t1Psa6WX4O .mbr-text {
  text-align: center;
}
.cid-t1Psa6WX4O .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t1Psa6WX4O .mbr-section-subtitle {
  text-align: right;
}
#custom-html-zx {
  /* Type valid CSS here */
}
#custom-html-zx div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-zx .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-sv3AAATbvl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-sv3AAATbvl .mbr-section-title {
  margin-bottom: 20px;
  color: #4479d9;
}
.cid-sv3AAATbvl .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sv3AAATbvl .tab_text {
  margin-bottom: 0;
}
.cid-sv3AAATbvl .nav-tabs .nav-item.open .nav-link:focus,
.cid-sv3AAATbvl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sv3AAATbvl .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-sv3AAATbvl .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c3d4f3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-sv3AAATbvl .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sv3AAATbvl .nav-tabs .nav-link {
  border: none;
  border-radius: 5px 5px 0 0 !important;
}
.cid-sv3AAATbvl .nav-tabs .nav-link:not(.active) {
  color: #4479d9;
}
.cid-sv3AAATbvl .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-sv3AAATbvl .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #1b5dd3;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3AAATbvl .nav-link:hover {
  color: #1b5dd3 !important;
}
.cid-sv3AAATbvl .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-sv3AAATbvl .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #1b5dd3;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sv3AAATbvl .mbr-section-btn {
  margin-top: 30px;
}
.cid-sv3AAATbvl .nav-tabs .nav-link.active {
  color: #1b5dd3;
}
@media (max-width: 991px) {
  .cid-sv3AAATbvl .title_block,
  .cid-sv3AAATbvl .tab-content {
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
  .cid-sv3AAATbvl .image {
    margin-bottom: 40px;
  }
  .cid-sv3AAATbvl .nav-link {
    padding: 12px 25px;
  }
  .cid-sv3AAATbvl .mbr-section-btn {
    text-align: center;
  }
}
.cid-sv3AAATbvl .tab_text,
.cid-sv3AAATbvl .mbr-section-btn {
  color: #ffffff;
}
.cid-sv3AAATbvl P {
  color: #ffffff;
}
.cid-t2BshsdExr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-t2BshsdExr .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2BshsdExr .mbr-text,
.cid-t2BshsdExr .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ss5oAPDibU {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ss5oAPDibU .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ss5oAPDibU .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ss5oAPDibU .card:hover {
  margin-top: -0.6rem;
}
.cid-ss5oAPDibU .card-wrapper {
  position: relative;
}
.cid-ss5oAPDibU .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ss5oAPDibU .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ss5oAPDibU .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-ss5oAPDibU .big {
  margin-top: -25%;
}
.cid-ss5oAPDibU .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-ss5oAPDibU .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ss5oAPDibU .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ss5oAPDibU .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uYyHkRlgEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyHkRlgEE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIAHEkJGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIAHEkJGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIAHEkJGm .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIAHEkJGm .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIAHEkJGm .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIAHEkJGm .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-tMIAHEkJGm [class^="socicon-"]:before,
.cid-tMIAHEkJGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIAHEkJGm .mbr-section-title,
.cid-tMIAHEkJGm .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIAJfnpaT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIAJfnpaT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIAJfnpaT .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-tMIAJfnpaT .form-control:focus,
.cid-tMIAJfnpaT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIAJfnpaT .form-group {
  margin-bottom: 1rem;
}
.cid-tMIAJfnpaT input::-webkit-input-placeholder,
.cid-tMIAJfnpaT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT input:-moz-placeholder,
.cid-tMIAJfnpaT textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIAJfnpaT .jq-selectbox li,
.cid-tMIAJfnpaT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox li:hover,
.cid-tMIAJfnpaT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIAJfnpaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIAJfnpaT textarea.form-control {
  resize: none;
}
.cid-tMIAJfnpaT .input-group-btn {
  display: inline-block;
}
.cid-tMIAJfnpaT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIAJfnpaT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIAJfnpaT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIAJfnpaT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIAJfnpaT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIAJfnpaT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIAJfnpaT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIAJfnpaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIAJfnpaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIAJfnpaT .form-control,
.cid-tMIAJfnpaT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIAJfnpaT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIAJfnpaT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIAJfnpaT #creativecommons img,
.cid-tMIAJfnpaT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIAJfnpaT .offset-md-1 {
  margin-left: 1vw;
}
.cid-sRGvGgl5NB.popup-builder {
  background-color: #ffffff;
}
.cid-sRGvGgl5NB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGvGgl5NB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGvGgl5NB .modal-content,
.cid-sRGvGgl5NB .modal-dialog {
  height: auto;
}
.cid-sRGvGgl5NB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGvGgl5NB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGvGgl5NB .form-wrapper .mbr-form .form-group,
  .cid-sRGvGgl5NB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGvGgl5NB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGvGgl5NB .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGvGgl5NB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGvGgl5NB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGvGgl5NB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGvGgl5NB .modal-open {
  overflow: hidden;
}
.cid-sRGvGgl5NB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGvGgl5NB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGvGgl5NB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGvGgl5NB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGvGgl5NB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGvGgl5NB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGvGgl5NB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGvGgl5NB .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvGgl5NB .modal-header {
    padding: 1rem;
  }
}
.cid-sRGvGgl5NB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGvGgl5NB .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGvGgl5NB .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGvGgl5NB .modal-header .close:focus {
  outline: none;
}
.cid-sRGvGgl5NB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGvGgl5NB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGvGgl5NB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvGgl5NB .modal-body {
    padding: 1rem;
  }
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvGgl5NB .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGvGgl5NB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGvGgl5NB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGvGgl5NB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGvGgl5NB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGvGgl5NB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGvGgl5NB .modal-lg,
  .cid-sRGvGgl5NB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGvGgl5NB .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGvGgl5NB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .form-group {
  margin-bottom: 1rem;
}
.cid-sRGvGgl5NB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGvGgl5NB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGvGgl5NB .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-sRGvGgl5NB .mbr-section-btn {
  margin: 0;
}
.cid-sRGvGgl5NB .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRGvOeNLZj.popup-builder {
  background-color: #ffffff;
}
.cid-sRGvOeNLZj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRGvOeNLZj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRGvOeNLZj .modal-content,
.cid-sRGvOeNLZj .modal-dialog {
  height: auto;
}
.cid-sRGvOeNLZj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRGvOeNLZj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRGvOeNLZj .form-wrapper .mbr-form .form-group,
  .cid-sRGvOeNLZj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRGvOeNLZj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sRGvOeNLZj .pt-0 {
  padding-top: 0 !important;
}
.cid-sRGvOeNLZj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRGvOeNLZj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRGvOeNLZj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRGvOeNLZj .modal-open {
  overflow: hidden;
}
.cid-sRGvOeNLZj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRGvOeNLZj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRGvOeNLZj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRGvOeNLZj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRGvOeNLZj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRGvOeNLZj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRGvOeNLZj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRGvOeNLZj .modal-backdrop.show {
  opacity: .5;
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvOeNLZj .modal-header {
    padding: 1rem;
  }
}
.cid-sRGvOeNLZj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRGvOeNLZj .modal-header .close svg {
  fill: #ffffff;
}
.cid-sRGvOeNLZj .modal-header .close:hover {
  opacity: 1;
}
.cid-sRGvOeNLZj .modal-header .close:focus {
  outline: none;
}
.cid-sRGvOeNLZj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-sRGvOeNLZj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRGvOeNLZj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvOeNLZj .modal-body {
    padding: 1rem;
  }
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRGvOeNLZj .modal-footer {
    padding: 1rem;
  }
}
.cid-sRGvOeNLZj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRGvOeNLZj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRGvOeNLZj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRGvOeNLZj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRGvOeNLZj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRGvOeNLZj .modal-lg,
  .cid-sRGvOeNLZj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRGvOeNLZj .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRGvOeNLZj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .form-group {
  margin-bottom: 1rem;
}
.cid-sRGvOeNLZj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRGvOeNLZj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRGvOeNLZj .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-sRGvOeNLZj .mbr-section-btn {
  margin: 0;
}
.cid-sRGvOeNLZj .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp.popup-builder {
  background-color: #ffffff;
}
.cid-t2BjRelnVp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BjRelnVp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BjRelnVp .modal-content,
.cid-t2BjRelnVp .modal-dialog {
  height: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BjRelnVp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BjRelnVp .form-wrapper .mbr-form .form-group,
  .cid-t2BjRelnVp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BjRelnVp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BjRelnVp .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BjRelnVp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BjRelnVp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BjRelnVp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BjRelnVp .modal-open {
  overflow: hidden;
}
.cid-t2BjRelnVp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BjRelnVp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BjRelnVp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BjRelnVp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BjRelnVp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BjRelnVp .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-t2BjRelnVp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BjRelnVp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BjRelnVp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BjRelnVp .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-header {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BjRelnVp .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BjRelnVp .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BjRelnVp .modal-header .close:focus {
  outline: none;
}
.cid-t2BjRelnVp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BjRelnVp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-body {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .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-t2BjRelnVp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BjRelnVp .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BjRelnVp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BjRelnVp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BjRelnVp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BjRelnVp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BjRelnVp .modal-lg,
  .cid-t2BjRelnVp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BjRelnVp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BjRelnVp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .form-group {
  margin-bottom: 1rem;
}
.cid-t2BjRelnVp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BjRelnVp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BjRelnVp .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-t2BjRelnVp .mbr-section-btn {
  margin: 0;
}
.cid-t2BjRelnVp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BjRelnVp #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2BjRelnVp #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2BjRelnVp #creativecommons img,
.cid-t2BjRelnVp iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2BDFMLhLb.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDFMLhLb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDFMLhLb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDFMLhLb .modal-content,
.cid-t2BDFMLhLb .modal-dialog {
  height: auto;
}
.cid-t2BDFMLhLb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDFMLhLb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDFMLhLb .form-wrapper .mbr-form .form-group,
  .cid-t2BDFMLhLb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDFMLhLb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDFMLhLb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDFMLhLb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDFMLhLb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDFMLhLb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDFMLhLb .modal-open {
  overflow: hidden;
}
.cid-t2BDFMLhLb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDFMLhLb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDFMLhLb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDFMLhLb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDFMLhLb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDFMLhLb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDFMLhLb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDFMLhLb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDFMLhLb .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDFMLhLb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDFMLhLb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDFMLhLb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDFMLhLb .modal-header .close:focus {
  outline: none;
}
.cid-t2BDFMLhLb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDFMLhLb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDFMLhLb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDFMLhLb .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDFMLhLb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDFMLhLb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDFMLhLb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDFMLhLb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDFMLhLb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDFMLhLb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDFMLhLb .modal-lg,
  .cid-t2BDFMLhLb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDFMLhLb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDFMLhLb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDFMLhLb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDFMLhLb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDFMLhLb .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-t2BDFMLhLb .mbr-section-btn {
  margin: 0;
}
.cid-t2BDFMLhLb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BDIoyN20.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDIoyN20.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDIoyN20.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDIoyN20 .modal-content,
.cid-t2BDIoyN20 .modal-dialog {
  height: auto;
}
.cid-t2BDIoyN20 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDIoyN20 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDIoyN20 .form-wrapper .mbr-form .form-group,
  .cid-t2BDIoyN20 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDIoyN20 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDIoyN20 .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDIoyN20 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDIoyN20 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDIoyN20 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDIoyN20 .modal-open {
  overflow: hidden;
}
.cid-t2BDIoyN20 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDIoyN20 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDIoyN20 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDIoyN20 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDIoyN20 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDIoyN20 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDIoyN20 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDIoyN20 .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDIoyN20 .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDIoyN20 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDIoyN20 .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDIoyN20 .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDIoyN20 .modal-header .close:focus {
  outline: none;
}
.cid-t2BDIoyN20 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDIoyN20 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDIoyN20 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDIoyN20 .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDIoyN20 .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDIoyN20 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDIoyN20 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDIoyN20 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDIoyN20 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDIoyN20 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDIoyN20 .modal-lg,
  .cid-t2BDIoyN20 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDIoyN20 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDIoyN20 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDIoyN20 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDIoyN20 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDIoyN20 .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-t2BDIoyN20 .mbr-section-btn {
  margin: 0;
}
.cid-t2BDIoyN20 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2BDJTxKNK.popup-builder {
  background-color: #ffffff;
}
.cid-t2BDJTxKNK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2BDJTxKNK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2BDJTxKNK .modal-content,
.cid-t2BDJTxKNK .modal-dialog {
  height: auto;
}
.cid-t2BDJTxKNK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2BDJTxKNK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2BDJTxKNK .form-wrapper .mbr-form .form-group,
  .cid-t2BDJTxKNK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2BDJTxKNK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2BDJTxKNK .pt-0 {
  padding-top: 0 !important;
}
.cid-t2BDJTxKNK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2BDJTxKNK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2BDJTxKNK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2BDJTxKNK .modal-open {
  overflow: hidden;
}
.cid-t2BDJTxKNK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2BDJTxKNK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2BDJTxKNK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2BDJTxKNK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2BDJTxKNK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2BDJTxKNK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2BDJTxKNK .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2BDJTxKNK .modal-backdrop.show {
  opacity: .5;
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDJTxKNK .modal-header {
    padding: 1rem;
  }
}
.cid-t2BDJTxKNK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2BDJTxKNK .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2BDJTxKNK .modal-header .close:hover {
  opacity: 1;
}
.cid-t2BDJTxKNK .modal-header .close:focus {
  outline: none;
}
.cid-t2BDJTxKNK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2BDJTxKNK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2BDJTxKNK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDJTxKNK .modal-body {
    padding: 1rem;
  }
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2BDJTxKNK .modal-footer {
    padding: 1rem;
  }
}
.cid-t2BDJTxKNK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2BDJTxKNK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2BDJTxKNK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2BDJTxKNK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2BDJTxKNK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2BDJTxKNK .modal-lg,
  .cid-t2BDJTxKNK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2BDJTxKNK .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2BDJTxKNK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .form-group {
  margin-bottom: 1rem;
}
.cid-t2BDJTxKNK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2BDJTxKNK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2BDJTxKNK .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-t2BDJTxKNK .mbr-section-btn {
  margin: 0;
}
.cid-t2BDJTxKNK .mbr-section-btn .btn {
  margin: 0;
}
.cid-tSDQUDexrL.popup-builder {
  background-color: #ffffff;
}
.cid-tSDQUDexrL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDQUDexrL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDQUDexrL .modal-content,
.cid-tSDQUDexrL .modal-dialog {
  height: auto;
}
.cid-tSDQUDexrL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDQUDexrL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDQUDexrL .form-wrapper .mbr-form .form-group,
  .cid-tSDQUDexrL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDQUDexrL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDQUDexrL .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-tSDQUDexrL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDQUDexrL .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDQUDexrL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDQUDexrL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDQUDexrL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDQUDexrL .modal-open {
  overflow: hidden;
}
.cid-tSDQUDexrL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDQUDexrL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDQUDexrL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDQUDexrL .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-tSDQUDexrL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDQUDexrL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDQUDexrL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDQUDexrL .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-tSDQUDexrL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDQUDexrL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDQUDexrL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDQUDexrL .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDQUDexrL .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-tSDQUDexrL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDexrL .modal-header {
    padding: 1rem;
  }
}
.cid-tSDQUDexrL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDQUDexrL .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDQUDexrL .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDQUDexrL .modal-header .close:focus {
  outline: none;
}
.cid-tSDQUDexrL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDQUDexrL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDQUDexrL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDexrL .modal-body {
    padding: 1rem;
  }
}
.cid-tSDQUDexrL .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-tSDQUDexrL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDQUDexrL .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDQUDexrL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDQUDexrL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDQUDexrL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDQUDexrL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDQUDexrL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDQUDexrL .modal-lg,
  .cid-tSDQUDexrL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDQUDexrL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDQUDexrL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDQUDexrL .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-tSDQUDexrL .form-group {
  margin-bottom: 1rem;
}
.cid-tSDQUDexrL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDQUDexrL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDQUDexrL .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-tSDQUDexrL .mbr-section-btn {
  margin: 0;
}
.cid-tSDQUDexrL .mbr-section-btn .btn {
  margin: 0;
}
