body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000099 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #7ddf08 !important;
}
.bg-danger {
  background-color: #ffcc00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000099 !important;
  border-color: #000099 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00004d !important;
  border-color: #00004d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00004d !important;
  border-color: #00004d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7ddf08 !important;
  border-color: #7ddf08 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #549505 !important;
  border-color: #549505 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #549505 !important;
  border-color: #549505 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000033;
  color: #000033;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000099;
  border-color: #000099;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000099 !important;
  border-color: #000099 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #467d04;
  color: #467d04;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7ddf08;
  border-color: #7ddf08;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7ddf08 !important;
  border-color: #7ddf08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #997a00;
  color: #997a00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000099 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #7ddf08 !important;
}
.text-danger {
  color: #ffcc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000033 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #171a1b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #467d04 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #997a00 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #465052;
}
.alert-warning {
  background-color: #7ddf08;
}
.alert-danger {
  background-color: #ffcc00;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000099;
  border-color: #000099;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000099;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1a1aff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ddfcb7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000099;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000099;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000099;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000099;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000099;
  border-bottom-color: #000099;
}
.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: #000099 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23000099' %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.3;
}
.cid-r5YbgpSUdl .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5YbgpSUdl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5YbgpSUdl a {
  font-style: normal;
}
.cid-r5YbgpSUdl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5YbgpSUdl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5YbgpSUdl .nav-item:focus,
.cid-r5YbgpSUdl .nav-link:focus {
  outline: none;
}
.cid-r5YbgpSUdl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5YbgpSUdl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5YbgpSUdl .menu-logo {
  margin-right: auto;
}
.cid-r5YbgpSUdl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5YbgpSUdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5YbgpSUdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5YbgpSUdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5YbgpSUdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5YbgpSUdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5YbgpSUdl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5YbgpSUdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5YbgpSUdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5YbgpSUdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5YbgpSUdl .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5YbgpSUdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5YbgpSUdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5YbgpSUdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5YbgpSUdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5YbgpSUdl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5YbgpSUdl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5YbgpSUdl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5YbgpSUdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5YbgpSUdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5YbgpSUdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5YbgpSUdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5YbgpSUdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5YbgpSUdl button.navbar-toggler:focus {
  outline: none;
}
.cid-r5YbgpSUdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5YbgpSUdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5YbgpSUdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5YbgpSUdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5YbgpSUdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5YbgpSUdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5YbgpSUdl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5YbgpSUdl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5YbgpSUdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5YbgpSUdl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5YbgpSUdl .collapsed .btn {
  display: flex;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse.collapsing,
.cid-r5YbgpSUdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5YbgpSUdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5YbgpSUdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5YbgpSUdl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5YbgpSUdl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5YbgpSUdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5YbgpSUdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5YbgpSUdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5YbgpSUdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5YbgpSUdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5YbgpSUdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5YbgpSUdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5YbgpSUdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5YbgpSUdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5YbgpSUdl .navbar-expand {
    flex-direction: column;
  }
  .cid-r5YbgpSUdl img {
    height: 3.8rem !important;
  }
  .cid-r5YbgpSUdl .btn {
    display: flex;
  }
  .cid-r5YbgpSUdl button.navbar-toggler {
    display: block;
  }
  .cid-r5YbgpSUdl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5YbgpSUdl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5YbgpSUdl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5YbgpSUdl .navbar-collapse.collapsing,
  .cid-r5YbgpSUdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5YbgpSUdl .navbar-collapse.collapsing .navbar-nav,
  .cid-r5YbgpSUdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5YbgpSUdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5YbgpSUdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5YbgpSUdl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5YbgpSUdl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5YbgpSUdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5YbgpSUdl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5YbgpSUdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5YbgpSUdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5YbgpSUdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5YbgpSUdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5YbgpSUdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5YbgpSUdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5YbgpSUdl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5YbgpSUdl .navbar-collapse {
  flex-basis: auto;
}
.cid-r5YbgpSUdl .nav-link:hover,
.cid-r5YbgpSUdl .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5YbgpSUdl .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5YbgpSUdl .underlined-example:hover {
  color: grey;
}
.cid-r5YbgpSUdl .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5YbgpSUdl .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWlRoNyj4c {
  background-image: url("../../../assets/images/baustelle5-1-2000x1097.jpg");
}
.cid-qWlRoNyj4c .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qWlRoNyj4c .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qWlRoNyj4c .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qWlRoNyj4c .mbr-text {
    text-align: center;
  }
}
.cid-qWlRoNyj4c H1 {
  color: #f9f9f9;
}
.cid-qWlRoNyj4c H3 {
  color: #7ddf08;
  text-align: center;
}
.cid-qWlRoNyj4c .mbr-text,
.cid-qWlRoNyj4c .mbr-section-btn {
  color: #f7ed4a;
}
.cid-qWlRoNyj4c I {
  color: #ffffff;
}
.cid-rTNP6CPnNb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTNP6CPnNb .content {
    text-align: center;
  }
  .cid-rTNP6CPnNb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTNP6CPnNb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTNP6CPnNb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTNP6CPnNb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTNP6CPnNb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTNP6CPnNb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTNP6CPnNb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTNP6CPnNb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTNP6CPnNb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTNP6CPnNb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTNP6CPnNb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTNP6CPnNb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTNP6CPnNb .copyright > p {
  color: #767676;
}
.cid-rTNP6CPnNb P {
  color: #767676;
}
.cid-rTNP6CPnNb H5 {
  color: #767676;
}
.cid-rTNP6CPnNb .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTNP6CPnNb .underlined-example:hover {
  color: blue;
}
.cid-rTNP6CPnNb .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTNP6CPnNb .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rV7krKVrHB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffcc00;
}
.cid-rV7krKVrHB .line {
  background-color: #000099;
  color: #000099;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rV7krKVrHB .section-text {
  padding: 2rem 0;
  color: #000099;
}
.cid-rV7krKVrHB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rV7krKVrHB .inner-container {
    width: 100% !important;
  }
}
.cid-rV7krKVrHB .section-text SPAN {
  color: #000099;
}
.cid-r5Y5vlAH9U .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y5vlAH9U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y5vlAH9U a {
  font-style: normal;
}
.cid-r5Y5vlAH9U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y5vlAH9U .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y5vlAH9U .nav-item:focus,
.cid-r5Y5vlAH9U .nav-link:focus {
  outline: none;
}
.cid-r5Y5vlAH9U .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y5vlAH9U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y5vlAH9U .menu-logo {
  margin-right: auto;
}
.cid-r5Y5vlAH9U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y5vlAH9U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y5vlAH9U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y5vlAH9U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y5vlAH9U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y5vlAH9U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y5vlAH9U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y5vlAH9U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y5vlAH9U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y5vlAH9U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y5vlAH9U .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y5vlAH9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y5vlAH9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y5vlAH9U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y5vlAH9U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y5vlAH9U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y5vlAH9U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y5vlAH9U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y5vlAH9U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y5vlAH9U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y5vlAH9U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y5vlAH9U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y5vlAH9U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y5vlAH9U button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y5vlAH9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y5vlAH9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y5vlAH9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5vlAH9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5vlAH9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y5vlAH9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5vlAH9U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y5vlAH9U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y5vlAH9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5vlAH9U .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y5vlAH9U .collapsed .btn {
  display: flex;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.collapsing,
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y5vlAH9U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5vlAH9U .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y5vlAH9U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y5vlAH9U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y5vlAH9U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y5vlAH9U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y5vlAH9U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y5vlAH9U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y5vlAH9U .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y5vlAH9U img {
    height: 3.8rem !important;
  }
  .cid-r5Y5vlAH9U .btn {
    display: flex;
  }
  .cid-r5Y5vlAH9U button.navbar-toggler {
    display: block;
  }
  .cid-r5Y5vlAH9U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y5vlAH9U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y5vlAH9U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y5vlAH9U .navbar-collapse.collapsing,
  .cid-r5Y5vlAH9U .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y5vlAH9U .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y5vlAH9U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y5vlAH9U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y5vlAH9U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y5vlAH9U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y5vlAH9U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5vlAH9U .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y5vlAH9U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y5vlAH9U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y5vlAH9U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5vlAH9U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y5vlAH9U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y5vlAH9U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y5vlAH9U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y5vlAH9U .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y5vlAH9U .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y5vlAH9U .nav-link:hover,
.cid-r5Y5vlAH9U .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y5vlAH9U .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y5vlAH9U .underlined-example:hover {
  color: grey;
}
.cid-r5Y5vlAH9U .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y5vlAH9U .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWDZBd5Bu2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/baustelle5-1-2000x1097.jpg");
  background-attachment: fixed;
}
.cid-qWDZBd5Bu2 .form-text {
  color: #000099;
}
@media (max-width: 767px) {
  .cid-qWDZBd5Bu2 .content {
    text-align: center;
  }
  .cid-qWDZBd5Bu2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qWDZBd5Bu2 .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qWDZBd5Bu2 .input-group-btn {
  display: inline-block;
}
.cid-qWDZBd5Bu2 .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qWDZBd5Bu2 .img-logo img {
  height: 6rem;
}
.cid-qWDZBd5Bu2 [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qWDZBd5Bu2 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qWDZBd5Bu2 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qWDZBd5Bu2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qWDZBd5Bu2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qWDZBd5Bu2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qWDZBd5Bu2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qWDZBd5Bu2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qWDZBd5Bu2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qWDZBd5Bu2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qWDZBd5Bu2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qWDZBd5Bu2 form .input-group input.form-control,
.cid-qWDZBd5Bu2 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qWDZBd5Bu2 .form-inline {
  justify-content: center;
}
.cid-qWDZBd5Bu2 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qWDZBd5Bu2 .foot-logo {
    text-align: center !important;
  }
  .cid-qWDZBd5Bu2 .foot-title {
    text-align: center !important;
  }
  .cid-qWDZBd5Bu2 .mbr-text {
    text-align: center !important;
  }
}
.cid-qWDZBd5Bu2 .foot-title B {
  color: #232323;
}
.cid-qWDZBd5Bu2 .mbr-links-column B {
  color: #232323;
}
.cid-qWDZBd5Bu2 .mbr-links-column {
  color: #767676;
  text-align: left;
}
.cid-qWDZBd5Bu2 .foot-title {
  color: #767676;
  text-align: center;
}
.cid-qWDZBd5Bu2 .myboxblau {
  background: rgba(255, 254, 235, 0.9);
  padding: 20px;
  border: 3px solid #ffcc00;
  border-radius: 20px;
  max-width: 80%;
  text-align: center;
  color: #000099;
  font-weight: bold;
  margin: auto;
}
.cid-qWDZBd5Bu2 LABEL {
  text-align: left;
}
.cid-qWDZBd5Bu2 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.cid-qWDZBd5Bu2 .underlined-example:hover {
  color: #ffcc00;
}
.cid-qWDZBd5Bu2 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #767676;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-qWDZBd5Bu2 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWDZ3Cw1a4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/baustelle5-1-2000x1097.jpg");
  background-attachment: fixed;
  position: relative;
}
.cid-qWDZ3Cw1a4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qWDZ3Cw1a4 .card .card-header {
  border-radius: 10px;
  border: 2px;
  padding: 0.3rem;
}
.cid-qWDZ3Cw1a4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 1px;
  line-height: normal;
}
.cid-qWDZ3Cw1a4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qWDZ3Cw1a4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #ffcc00;
  border-radius: 10px;
  background: rgba(255, 254, 235, 0.8);
  margin-bottom: 1px;
}
.cid-qWDZ3Cw1a4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qWDZ3Cw1a4 .card .panel-body {
  color: #767676;
}
.cid-qWDZ3Cw1a4 .panel-text B {
  color: #767676;
}
.cid-qWDZ3Cw1a4 H4 {
  color: #767676;
  text-align: left;
}
.cid-qWDZ3Cw1a4 SPAN {
  color: #ffcc00;
}
.cid-qWDZ3Cw1a4 .panel-text A {
  color: #000099;
}
.cid-qWDZ3Cw1a4 .panel-text I {
  color: #000099;
}
.cid-qWDZ3Cw1a4 .myboxblau {
  background: rgba(255, 254, 235, 0.8);
  padding: 10px;
  border: 3px solid #ffcc00;
  border-radius: 20px;
  max-width: 80%;
  text-align: center;
  color: #000099;
  font-weight: bold;
  margin: auto;
}
.cid-qWDZ3Cw1a4 .panel-text {
  text-align: left;
  color: #767676;
}
.cid-qWDZ3Cw1a4 P {
  text-align: left;
}
.cid-qWDZ3Cw1a4 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #767676;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
.cid-qWDZ3Cw1a4 .underlined-example:hover {
  color: #ffcc00;
}
.cid-qWDZ3Cw1a4 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #767676;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-qWDZ3Cw1a4 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-r7usCVWLEB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffcc00;
}
.cid-r7usCVWLEB .line {
  background-color: #000099;
  color: #000099;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7usCVWLEB .section-text {
  padding: 2rem 0;
  color: #000099;
}
.cid-r7usCVWLEB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7usCVWLEB .inner-container {
    width: 100% !important;
  }
}
.cid-r7usCVWLEB .section-text SPAN {
  color: #000099;
}
.cid-rTGAVwLjyG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTGAVwLjyG .content {
    text-align: center;
  }
  .cid-rTGAVwLjyG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGAVwLjyG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGAVwLjyG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGAVwLjyG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGAVwLjyG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGAVwLjyG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGAVwLjyG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTGAVwLjyG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGAVwLjyG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGAVwLjyG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGAVwLjyG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGAVwLjyG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTGAVwLjyG .copyright > p {
  color: #5b686b;
}
.cid-rTGAVwLjyG P {
  color: #767676;
}
.cid-rTGAVwLjyG H5 {
  color: #767676;
}
.cid-rTGAVwLjyG .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTGAVwLjyG .underlined-example:hover {
  color: blue;
}
.cid-rTGAVwLjyG .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTGAVwLjyG .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43sgiB65R.popup-builder {
  background-color: #ffffff;
}
.cid-s43sgiB65R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43sgiB65R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43sgiB65R .modal-content,
.cid-s43sgiB65R .modal-dialog {
  height: auto;
}
.cid-s43sgiB65R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43sgiB65R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43sgiB65R .form-wrapper .mbr-form .form-group,
  .cid-s43sgiB65R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43sgiB65R .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43sgiB65R .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-s43sgiB65R .mbr-text {
  text-align: center;
}
.cid-s43sgiB65R .pt-0 {
  padding-top: 0 !important;
}
.cid-s43sgiB65R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43sgiB65R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43sgiB65R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43sgiB65R .modal-open {
  overflow: hidden;
}
.cid-s43sgiB65R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43sgiB65R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43sgiB65R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43sgiB65R .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-s43sgiB65R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43sgiB65R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43sgiB65R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43sgiB65R .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43sgiB65R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43sgiB65R .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43sgiB65R .modal-backdrop.show {
  opacity: .5;
}
.cid-s43sgiB65R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43sgiB65R .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43sgiB65R .modal-header .close:hover {
  opacity: 1;
}
.cid-s43sgiB65R .modal-header .close:focus {
  outline: none;
}
.cid-s43sgiB65R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43sgiB65R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43sgiB65R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43sgiB65R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43sgiB65R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43sgiB65R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43sgiB65R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43sgiB65R .modal-sm {
    max-width: 300px;
  }
  .cid-s43sgiB65R .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43sgiB65R .modal-lg,
  .cid-s43sgiB65R .modal-xl {
    max-width: 800px;
  }
  .cid-s43sgiB65R .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43sgiB65R .modal-xl {
    max-width: 1140px;
  }
  .cid-s43sgiB65R .container {
    max-width: 1140px;
  }
}
.cid-s43sgiB65R .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43sgiB65R .container {
    max-width: 720px;
  }
}
.cid-s43sgiB65R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43sgiB65R .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-s43sgiB65R .form-group {
  margin-bottom: 1rem;
}
.cid-s43sgiB65R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43sgiB65R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43sgiB65R .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-s43sgiB65R H4 {
  text-align: center;
}
.cid-s49eL7Oc6J.popup-builder {
  background-color: #ffffff;
}
.cid-s49eL7Oc6J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49eL7Oc6J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49eL7Oc6J .modal-content,
.cid-s49eL7Oc6J .modal-dialog {
  height: auto;
}
.cid-s49eL7Oc6J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49eL7Oc6J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49eL7Oc6J .form-wrapper .mbr-form .form-group,
  .cid-s49eL7Oc6J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49eL7Oc6J .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49eL7Oc6J .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-s49eL7Oc6J .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49eL7Oc6J .pt-0 {
  padding-top: 0 !important;
}
.cid-s49eL7Oc6J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49eL7Oc6J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49eL7Oc6J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49eL7Oc6J .modal-open {
  overflow: hidden;
}
.cid-s49eL7Oc6J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49eL7Oc6J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49eL7Oc6J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49eL7Oc6J .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-s49eL7Oc6J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49eL7Oc6J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49eL7Oc6J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49eL7Oc6J .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49eL7Oc6J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49eL7Oc6J .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49eL7Oc6J .modal-backdrop.show {
  opacity: .5;
}
.cid-s49eL7Oc6J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49eL7Oc6J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49eL7Oc6J .modal-header .close:hover {
  opacity: 1;
}
.cid-s49eL7Oc6J .modal-header .close:focus {
  outline: none;
}
.cid-s49eL7Oc6J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49eL7Oc6J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49eL7Oc6J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49eL7Oc6J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49eL7Oc6J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49eL7Oc6J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49eL7Oc6J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49eL7Oc6J .modal-sm {
    max-width: 300px;
  }
  .cid-s49eL7Oc6J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49eL7Oc6J .modal-lg,
  .cid-s49eL7Oc6J .modal-xl {
    max-width: 800px;
  }
  .cid-s49eL7Oc6J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49eL7Oc6J .modal-xl {
    max-width: 1140px;
  }
  .cid-s49eL7Oc6J .container {
    max-width: 1140px;
  }
}
.cid-s49eL7Oc6J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49eL7Oc6J .container {
    max-width: 720px;
  }
}
.cid-s49eL7Oc6J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49eL7Oc6J .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-s49eL7Oc6J .form-group {
  margin-bottom: 1rem;
}
.cid-s49eL7Oc6J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49eL7Oc6J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49eL7Oc6J .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-s49fj0zusB.popup-builder {
  background-color: #ffffff;
}
.cid-s49fj0zusB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fj0zusB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fj0zusB .modal-content,
.cid-s49fj0zusB .modal-dialog {
  height: auto;
}
.cid-s49fj0zusB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fj0zusB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fj0zusB .form-wrapper .mbr-form .form-group,
  .cid-s49fj0zusB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fj0zusB .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49fj0zusB .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-s49fj0zusB .mbr-text {
  text-align: left;
}
.cid-s49fj0zusB .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fj0zusB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fj0zusB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fj0zusB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fj0zusB .modal-open {
  overflow: hidden;
}
.cid-s49fj0zusB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fj0zusB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fj0zusB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fj0zusB .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-s49fj0zusB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fj0zusB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fj0zusB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fj0zusB .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fj0zusB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fj0zusB .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fj0zusB .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fj0zusB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fj0zusB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fj0zusB .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fj0zusB .modal-header .close:focus {
  outline: none;
}
.cid-s49fj0zusB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49fj0zusB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fj0zusB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fj0zusB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fj0zusB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fj0zusB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fj0zusB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fj0zusB .modal-sm {
    max-width: 300px;
  }
  .cid-s49fj0zusB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fj0zusB .modal-lg,
  .cid-s49fj0zusB .modal-xl {
    max-width: 800px;
  }
  .cid-s49fj0zusB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fj0zusB .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fj0zusB .container {
    max-width: 1140px;
  }
}
.cid-s49fj0zusB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fj0zusB .container {
    max-width: 720px;
  }
}
.cid-s49fj0zusB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fj0zusB .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-s49fj0zusB .form-group {
  margin-bottom: 1rem;
}
.cid-s49fj0zusB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fj0zusB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fj0zusB .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-r5Y4STiZjv .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y4STiZjv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y4STiZjv a {
  font-style: normal;
}
.cid-r5Y4STiZjv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y4STiZjv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y4STiZjv .nav-item:focus,
.cid-r5Y4STiZjv .nav-link:focus {
  outline: none;
}
.cid-r5Y4STiZjv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y4STiZjv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y4STiZjv .menu-logo {
  margin-right: auto;
}
.cid-r5Y4STiZjv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y4STiZjv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y4STiZjv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y4STiZjv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y4STiZjv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y4STiZjv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y4STiZjv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y4STiZjv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y4STiZjv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y4STiZjv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y4STiZjv .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y4STiZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y4STiZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y4STiZjv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y4STiZjv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y4STiZjv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y4STiZjv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y4STiZjv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y4STiZjv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y4STiZjv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y4STiZjv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y4STiZjv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y4STiZjv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y4STiZjv button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y4STiZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y4STiZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y4STiZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4STiZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4STiZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y4STiZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4STiZjv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y4STiZjv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y4STiZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4STiZjv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y4STiZjv .collapsed .btn {
  display: flex;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse.collapsing,
.cid-r5Y4STiZjv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y4STiZjv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y4STiZjv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y4STiZjv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y4STiZjv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y4STiZjv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y4STiZjv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4STiZjv .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y4STiZjv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y4STiZjv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y4STiZjv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y4STiZjv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y4STiZjv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y4STiZjv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y4STiZjv .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y4STiZjv img {
    height: 3.8rem !important;
  }
  .cid-r5Y4STiZjv .btn {
    display: flex;
  }
  .cid-r5Y4STiZjv button.navbar-toggler {
    display: block;
  }
  .cid-r5Y4STiZjv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y4STiZjv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y4STiZjv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y4STiZjv .navbar-collapse.collapsing,
  .cid-r5Y4STiZjv .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y4STiZjv .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y4STiZjv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y4STiZjv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y4STiZjv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y4STiZjv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y4STiZjv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4STiZjv .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y4STiZjv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y4STiZjv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y4STiZjv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4STiZjv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y4STiZjv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y4STiZjv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y4STiZjv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y4STiZjv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y4STiZjv .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y4STiZjv .nav-link:hover,
.cid-r5Y4STiZjv .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y4STiZjv .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y4STiZjv .underlined-example:hover {
  color: grey;
}
.cid-r5Y4STiZjv .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y4STiZjv .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWQaVIk82h {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qWQaVIk82h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWQaVIk82h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWQaVIk82h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWQaVIk82h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWQaVIk82h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWQaVIk82h .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWQaVIk82h .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-qWQaVIk82h .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWQaVIk82h .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rTFLebGtLk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFLebGtLk .content {
    text-align: center;
  }
  .cid-rTFLebGtLk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFLebGtLk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFLebGtLk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFLebGtLk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFLebGtLk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFLebGtLk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFLebGtLk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFLebGtLk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFLebGtLk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFLebGtLk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFLebGtLk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFLebGtLk .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFLebGtLk .copyright > p {
  color: #5b686b;
}
.cid-rTFLebGtLk P {
  color: #232323;
}
.cid-rTFLebGtLk H5 {
  color: #232323;
}
.cid-rTFLebGtLk .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFLebGtLk .underlined-example:hover {
  color: blue;
}
.cid-rTFLebGtLk .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFLebGtLk .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43oWwGLKN.popup-builder {
  background-color: #ffffff;
}
.cid-s43oWwGLKN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43oWwGLKN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43oWwGLKN .modal-content,
.cid-s43oWwGLKN .modal-dialog {
  height: auto;
}
.cid-s43oWwGLKN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43oWwGLKN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43oWwGLKN .form-wrapper .mbr-form .form-group,
  .cid-s43oWwGLKN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43oWwGLKN .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43oWwGLKN .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-s43oWwGLKN .mbr-text {
  text-align: center;
}
.cid-s43oWwGLKN .pt-0 {
  padding-top: 0 !important;
}
.cid-s43oWwGLKN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43oWwGLKN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43oWwGLKN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43oWwGLKN .modal-open {
  overflow: hidden;
}
.cid-s43oWwGLKN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43oWwGLKN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43oWwGLKN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43oWwGLKN .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-s43oWwGLKN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43oWwGLKN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43oWwGLKN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43oWwGLKN .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43oWwGLKN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43oWwGLKN .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43oWwGLKN .modal-backdrop.show {
  opacity: .5;
}
.cid-s43oWwGLKN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43oWwGLKN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43oWwGLKN .modal-header .close:hover {
  opacity: 1;
}
.cid-s43oWwGLKN .modal-header .close:focus {
  outline: none;
}
.cid-s43oWwGLKN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43oWwGLKN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43oWwGLKN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43oWwGLKN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43oWwGLKN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43oWwGLKN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43oWwGLKN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43oWwGLKN .modal-sm {
    max-width: 300px;
  }
  .cid-s43oWwGLKN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43oWwGLKN .modal-lg,
  .cid-s43oWwGLKN .modal-xl {
    max-width: 800px;
  }
  .cid-s43oWwGLKN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43oWwGLKN .modal-xl {
    max-width: 1140px;
  }
  .cid-s43oWwGLKN .container {
    max-width: 1140px;
  }
}
.cid-s43oWwGLKN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43oWwGLKN .container {
    max-width: 720px;
  }
}
.cid-s43oWwGLKN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43oWwGLKN .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-s43oWwGLKN .form-group {
  margin-bottom: 1rem;
}
.cid-s43oWwGLKN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43oWwGLKN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43oWwGLKN .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-s43oWwGLKN H4 {
  text-align: center;
}
.cid-s49glpyHwP.popup-builder {
  background-color: #ffffff;
}
.cid-s49glpyHwP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49glpyHwP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49glpyHwP .modal-content,
.cid-s49glpyHwP .modal-dialog {
  height: auto;
}
.cid-s49glpyHwP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49glpyHwP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49glpyHwP .form-wrapper .mbr-form .form-group,
  .cid-s49glpyHwP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49glpyHwP .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49glpyHwP .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-s49glpyHwP .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49glpyHwP .pt-0 {
  padding-top: 0 !important;
}
.cid-s49glpyHwP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49glpyHwP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49glpyHwP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49glpyHwP .modal-open {
  overflow: hidden;
}
.cid-s49glpyHwP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49glpyHwP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49glpyHwP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49glpyHwP .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-s49glpyHwP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49glpyHwP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49glpyHwP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49glpyHwP .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49glpyHwP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49glpyHwP .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49glpyHwP .modal-backdrop.show {
  opacity: .5;
}
.cid-s49glpyHwP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49glpyHwP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49glpyHwP .modal-header .close:hover {
  opacity: 1;
}
.cid-s49glpyHwP .modal-header .close:focus {
  outline: none;
}
.cid-s49glpyHwP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49glpyHwP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49glpyHwP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49glpyHwP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49glpyHwP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49glpyHwP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49glpyHwP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49glpyHwP .modal-sm {
    max-width: 300px;
  }
  .cid-s49glpyHwP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49glpyHwP .modal-lg,
  .cid-s49glpyHwP .modal-xl {
    max-width: 800px;
  }
  .cid-s49glpyHwP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49glpyHwP .modal-xl {
    max-width: 1140px;
  }
  .cid-s49glpyHwP .container {
    max-width: 1140px;
  }
}
.cid-s49glpyHwP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49glpyHwP .container {
    max-width: 720px;
  }
}
.cid-s49glpyHwP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49glpyHwP .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-s49glpyHwP .form-group {
  margin-bottom: 1rem;
}
.cid-s49glpyHwP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49glpyHwP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49glpyHwP .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-s49gnJ5CHV.popup-builder {
  background-color: #ffffff;
}
.cid-s49gnJ5CHV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gnJ5CHV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gnJ5CHV .modal-content,
.cid-s49gnJ5CHV .modal-dialog {
  height: auto;
}
.cid-s49gnJ5CHV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gnJ5CHV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gnJ5CHV .form-wrapper .mbr-form .form-group,
  .cid-s49gnJ5CHV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gnJ5CHV .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49gnJ5CHV .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-s49gnJ5CHV .mbr-text {
  text-align: left;
}
.cid-s49gnJ5CHV .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gnJ5CHV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gnJ5CHV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gnJ5CHV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gnJ5CHV .modal-open {
  overflow: hidden;
}
.cid-s49gnJ5CHV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gnJ5CHV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gnJ5CHV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gnJ5CHV .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-s49gnJ5CHV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gnJ5CHV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gnJ5CHV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gnJ5CHV .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gnJ5CHV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gnJ5CHV .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gnJ5CHV .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gnJ5CHV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gnJ5CHV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gnJ5CHV .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gnJ5CHV .modal-header .close:focus {
  outline: none;
}
.cid-s49gnJ5CHV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49gnJ5CHV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gnJ5CHV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gnJ5CHV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gnJ5CHV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gnJ5CHV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gnJ5CHV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gnJ5CHV .modal-sm {
    max-width: 300px;
  }
  .cid-s49gnJ5CHV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gnJ5CHV .modal-lg,
  .cid-s49gnJ5CHV .modal-xl {
    max-width: 800px;
  }
  .cid-s49gnJ5CHV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gnJ5CHV .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gnJ5CHV .container {
    max-width: 1140px;
  }
}
.cid-s49gnJ5CHV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gnJ5CHV .container {
    max-width: 720px;
  }
}
.cid-s49gnJ5CHV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gnJ5CHV .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-s49gnJ5CHV .form-group {
  margin-bottom: 1rem;
}
.cid-s49gnJ5CHV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gnJ5CHV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gnJ5CHV .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-r5Y5qziRpy .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y5qziRpy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y5qziRpy a {
  font-style: normal;
}
.cid-r5Y5qziRpy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y5qziRpy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y5qziRpy .nav-item:focus,
.cid-r5Y5qziRpy .nav-link:focus {
  outline: none;
}
.cid-r5Y5qziRpy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y5qziRpy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y5qziRpy .menu-logo {
  margin-right: auto;
}
.cid-r5Y5qziRpy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y5qziRpy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y5qziRpy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y5qziRpy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y5qziRpy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y5qziRpy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y5qziRpy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y5qziRpy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y5qziRpy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y5qziRpy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y5qziRpy .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y5qziRpy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y5qziRpy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y5qziRpy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y5qziRpy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y5qziRpy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y5qziRpy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y5qziRpy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y5qziRpy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y5qziRpy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y5qziRpy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y5qziRpy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y5qziRpy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y5qziRpy button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y5qziRpy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y5qziRpy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y5qziRpy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5qziRpy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5qziRpy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y5qziRpy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5qziRpy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y5qziRpy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y5qziRpy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5qziRpy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y5qziRpy .collapsed .btn {
  display: flex;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse.collapsing,
.cid-r5Y5qziRpy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y5qziRpy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y5qziRpy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y5qziRpy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y5qziRpy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y5qziRpy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y5qziRpy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5qziRpy .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y5qziRpy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y5qziRpy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y5qziRpy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y5qziRpy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y5qziRpy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y5qziRpy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y5qziRpy .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y5qziRpy img {
    height: 3.8rem !important;
  }
  .cid-r5Y5qziRpy .btn {
    display: flex;
  }
  .cid-r5Y5qziRpy button.navbar-toggler {
    display: block;
  }
  .cid-r5Y5qziRpy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y5qziRpy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y5qziRpy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y5qziRpy .navbar-collapse.collapsing,
  .cid-r5Y5qziRpy .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y5qziRpy .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y5qziRpy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y5qziRpy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y5qziRpy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y5qziRpy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y5qziRpy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5qziRpy .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y5qziRpy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y5qziRpy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y5qziRpy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5qziRpy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y5qziRpy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y5qziRpy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y5qziRpy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y5qziRpy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y5qziRpy .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y5qziRpy .nav-link:hover,
.cid-r5Y5qziRpy .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y5qziRpy .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y5qziRpy .underlined-example:hover {
  color: grey;
}
.cid-r5Y5qziRpy .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y5qziRpy .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWFg7QLQgX {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/baustelle-1794x1008.jpg");
}
.cid-qWFg7QLQgX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qWFg7QLQgX .input {
  margin-bottom: 15px;
}
.cid-qWFg7QLQgX .map {
  width: 100%;
  height: 30rem;
}
.cid-qWFg7QLQgX .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qWFg7QLQgX .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qWFg7QLQgX .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qWFg7QLQgX .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qWFg7QLQgX .mbr-text {
  color: #767676;
}
.cid-qWFg7QLQgX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qWFg7QLQgX .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qWFg7QLQgX .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qWFg7QLQgX .google-map {
  height: 25rem;
  position: relative;
}
.cid-qWFg7QLQgX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qWFg7QLQgX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qWFg7QLQgX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qWFg7QLQgX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qWFg7QLQgX h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qWFg7QLQgX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qWFg7QLQgX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qWFg7QLQgX H4 {
  color: #000099;
  text-align: left;
}
.cid-qWFg7QLQgX H5 {
  color: #767676;
}
.cid-qWFg7QLQgX .myboxblau {
  background: rgba(255, 254, 235, 0.7);
  padding: 20px;
  border: 3px solid #ffcc00;
  border-radius: 20px;
  max-width: 70%;
  text-align: center;
  color: #000099;
  font-weight: bold;
  margin: auto;
}
.cid-rTGB7N4bcI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTGB7N4bcI .content {
    text-align: center;
  }
  .cid-rTGB7N4bcI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGB7N4bcI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGB7N4bcI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGB7N4bcI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGB7N4bcI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGB7N4bcI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGB7N4bcI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTGB7N4bcI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGB7N4bcI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGB7N4bcI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGB7N4bcI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGB7N4bcI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTGB7N4bcI .copyright > p {
  color: #5b686b;
}
.cid-rTGB7N4bcI P {
  color: #465052;
}
.cid-rTGB7N4bcI H5 {
  color: #000000;
}
.cid-rTGB7N4bcI .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTGB7N4bcI .underlined-example:hover {
  color: blue;
}
.cid-rTGB7N4bcI .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTGB7N4bcI .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-r5SPM8Gv3Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffcc00;
}
.cid-r5SPM8Gv3Q .line {
  background-color: #000099;
  color: #000099;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r5SPM8Gv3Q .section-text {
  padding: 2rem 0;
  color: #000099;
}
.cid-r5SPM8Gv3Q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r5SPM8Gv3Q .inner-container {
    width: 100% !important;
  }
}
.cid-r5SPM8Gv3Q .section-text SPAN {
  color: #000099;
}
.cid-s43rQK5nX3.popup-builder {
  background-color: #ffffff;
}
.cid-s43rQK5nX3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43rQK5nX3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43rQK5nX3 .modal-content,
.cid-s43rQK5nX3 .modal-dialog {
  height: auto;
}
.cid-s43rQK5nX3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43rQK5nX3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43rQK5nX3 .form-wrapper .mbr-form .form-group,
  .cid-s43rQK5nX3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43rQK5nX3 .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43rQK5nX3 .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-s43rQK5nX3 .mbr-text {
  text-align: center;
}
.cid-s43rQK5nX3 .pt-0 {
  padding-top: 0 !important;
}
.cid-s43rQK5nX3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43rQK5nX3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43rQK5nX3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43rQK5nX3 .modal-open {
  overflow: hidden;
}
.cid-s43rQK5nX3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43rQK5nX3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43rQK5nX3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43rQK5nX3 .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-s43rQK5nX3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43rQK5nX3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43rQK5nX3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43rQK5nX3 .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43rQK5nX3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43rQK5nX3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43rQK5nX3 .modal-backdrop.show {
  opacity: .5;
}
.cid-s43rQK5nX3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43rQK5nX3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43rQK5nX3 .modal-header .close:hover {
  opacity: 1;
}
.cid-s43rQK5nX3 .modal-header .close:focus {
  outline: none;
}
.cid-s43rQK5nX3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43rQK5nX3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43rQK5nX3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43rQK5nX3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43rQK5nX3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43rQK5nX3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43rQK5nX3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43rQK5nX3 .modal-sm {
    max-width: 300px;
  }
  .cid-s43rQK5nX3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43rQK5nX3 .modal-lg,
  .cid-s43rQK5nX3 .modal-xl {
    max-width: 800px;
  }
  .cid-s43rQK5nX3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43rQK5nX3 .modal-xl {
    max-width: 1140px;
  }
  .cid-s43rQK5nX3 .container {
    max-width: 1140px;
  }
}
.cid-s43rQK5nX3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43rQK5nX3 .container {
    max-width: 720px;
  }
}
.cid-s43rQK5nX3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43rQK5nX3 .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-s43rQK5nX3 .form-group {
  margin-bottom: 1rem;
}
.cid-s43rQK5nX3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43rQK5nX3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43rQK5nX3 .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-s43rQK5nX3 H4 {
  text-align: center;
}
.cid-s4JdXfmQaE.popup-builder {
  background-color: #ffffff;
}
.cid-s4JdXfmQaE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s4JdXfmQaE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s4JdXfmQaE .modal-content,
.cid-s4JdXfmQaE .modal-dialog {
  height: auto;
}
.cid-s4JdXfmQaE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s4JdXfmQaE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s4JdXfmQaE .form-wrapper .mbr-form .form-group,
  .cid-s4JdXfmQaE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s4JdXfmQaE .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s4JdXfmQaE .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-s4JdXfmQaE .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s4JdXfmQaE .pt-0 {
  padding-top: 0 !important;
}
.cid-s4JdXfmQaE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s4JdXfmQaE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s4JdXfmQaE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s4JdXfmQaE .modal-open {
  overflow: hidden;
}
.cid-s4JdXfmQaE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s4JdXfmQaE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s4JdXfmQaE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s4JdXfmQaE .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-s4JdXfmQaE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s4JdXfmQaE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s4JdXfmQaE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s4JdXfmQaE .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s4JdXfmQaE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s4JdXfmQaE .modal-backdrop.fade {
  opacity: 0;
}
.cid-s4JdXfmQaE .modal-backdrop.show {
  opacity: .5;
}
.cid-s4JdXfmQaE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s4JdXfmQaE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s4JdXfmQaE .modal-header .close:hover {
  opacity: 1;
}
.cid-s4JdXfmQaE .modal-header .close:focus {
  outline: none;
}
.cid-s4JdXfmQaE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s4JdXfmQaE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s4JdXfmQaE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s4JdXfmQaE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s4JdXfmQaE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s4JdXfmQaE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s4JdXfmQaE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s4JdXfmQaE .modal-sm {
    max-width: 300px;
  }
  .cid-s4JdXfmQaE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s4JdXfmQaE .modal-lg,
  .cid-s4JdXfmQaE .modal-xl {
    max-width: 800px;
  }
  .cid-s4JdXfmQaE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s4JdXfmQaE .modal-xl {
    max-width: 1140px;
  }
  .cid-s4JdXfmQaE .container {
    max-width: 1140px;
  }
}
.cid-s4JdXfmQaE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s4JdXfmQaE .container {
    max-width: 720px;
  }
}
.cid-s4JdXfmQaE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s4JdXfmQaE .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-s4JdXfmQaE .form-group {
  margin-bottom: 1rem;
}
.cid-s4JdXfmQaE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s4JdXfmQaE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s4JdXfmQaE .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-s3orx065NM.popup-builder {
  background-color: #ffffff;
}
.cid-s3orx065NM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s3orx065NM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s3orx065NM .modal-content,
.cid-s3orx065NM .modal-dialog {
  height: auto;
}
.cid-s3orx065NM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3orx065NM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s3orx065NM .form-wrapper .mbr-form .form-group,
  .cid-s3orx065NM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s3orx065NM .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s3orx065NM .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-s3orx065NM .mbr-text {
  text-align: left;
}
.cid-s3orx065NM .pt-0 {
  padding-top: 0 !important;
}
.cid-s3orx065NM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s3orx065NM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s3orx065NM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s3orx065NM .modal-open {
  overflow: hidden;
}
.cid-s3orx065NM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s3orx065NM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s3orx065NM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s3orx065NM .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-s3orx065NM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s3orx065NM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s3orx065NM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s3orx065NM .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s3orx065NM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s3orx065NM .modal-backdrop.fade {
  opacity: 0;
}
.cid-s3orx065NM .modal-backdrop.show {
  opacity: .5;
}
.cid-s3orx065NM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s3orx065NM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s3orx065NM .modal-header .close:hover {
  opacity: 1;
}
.cid-s3orx065NM .modal-header .close:focus {
  outline: none;
}
.cid-s3orx065NM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s3orx065NM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s3orx065NM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s3orx065NM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s3orx065NM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s3orx065NM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s3orx065NM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s3orx065NM .modal-sm {
    max-width: 300px;
  }
  .cid-s3orx065NM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s3orx065NM .modal-lg,
  .cid-s3orx065NM .modal-xl {
    max-width: 800px;
  }
  .cid-s3orx065NM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s3orx065NM .modal-xl {
    max-width: 1140px;
  }
  .cid-s3orx065NM .container {
    max-width: 1140px;
  }
}
.cid-s3orx065NM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s3orx065NM .container {
    max-width: 720px;
  }
}
.cid-s3orx065NM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s3orx065NM .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-s3orx065NM .form-group {
  margin-bottom: 1rem;
}
.cid-s3orx065NM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s3orx065NM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s3orx065NM .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-r5Y52dV26H .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y52dV26H .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y52dV26H a {
  font-style: normal;
}
.cid-r5Y52dV26H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y52dV26H .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y52dV26H .nav-item:focus,
.cid-r5Y52dV26H .nav-link:focus {
  outline: none;
}
.cid-r5Y52dV26H .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y52dV26H .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y52dV26H .menu-logo {
  margin-right: auto;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y52dV26H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y52dV26H .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y52dV26H .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y52dV26H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y52dV26H button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y52dV26H .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y52dV26H .collapsed .btn {
  display: flex;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y52dV26H .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y52dV26H .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y52dV26H .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y52dV26H .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y52dV26H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y52dV26H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y52dV26H .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y52dV26H .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y52dV26H img {
    height: 3.8rem !important;
  }
  .cid-r5Y52dV26H .btn {
    display: flex;
  }
  .cid-r5Y52dV26H button.navbar-toggler {
    display: block;
  }
  .cid-r5Y52dV26H .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y52dV26H .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y52dV26H .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing,
  .cid-r5Y52dV26H .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y52dV26H .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y52dV26H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y52dV26H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y52dV26H .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y52dV26H .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y52dV26H .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y52dV26H .nav-link:hover,
.cid-r5Y52dV26H .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y52dV26H .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y52dV26H .underlined-example:hover {
  color: grey;
}
.cid-r5Y52dV26H .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y52dV26H .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rm5V2ER2UJ {
  padding-top: 120px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rm5V2ER2UJ .image-block {
  margin: auto;
}
.cid-rm5V2ER2UJ figcaption {
  position: relative;
}
.cid-rm5V2ER2UJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rm5V2ER2UJ .image-block {
    width: 100% !important;
  }
}
.cid-rm60YBhLTa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rm60YBhLTa .line {
  background-color: #000099;
  color: #000099;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rm60YBhLTa .section-text {
  padding: 2rem 0;
  color: #000099;
}
.cid-rm60YBhLTa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rm60YBhLTa .inner-container {
    width: 100% !important;
  }
}
.cid-rm60YBhLTa .section-text SPAN {
  color: #000099;
}
.cid-rm60YBhLTa .section-text DIV {
  color: #767676;
}
.cid-rm60YBhLTa .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #000099;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.cid-rm60YBhLTa .underlined-example:hover {
  color: #ffcc00;
}
.cid-rm60YBhLTa .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #767676;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rm60YBhLTa .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFLqSwpNa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFLqSwpNa .content {
    text-align: center;
  }
  .cid-rTFLqSwpNa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFLqSwpNa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFLqSwpNa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFLqSwpNa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFLqSwpNa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFLqSwpNa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFLqSwpNa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFLqSwpNa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFLqSwpNa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFLqSwpNa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFLqSwpNa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFLqSwpNa .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFLqSwpNa .copyright > p {
  color: #5b686b;
}
.cid-rTFLqSwpNa P {
  color: #232323;
}
.cid-rTFLqSwpNa H5 {
  color: #232323;
}
.cid-rTFLqSwpNa .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFLqSwpNa .underlined-example:hover {
  color: blue;
}
.cid-rTFLqSwpNa .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFLqSwpNa .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43pO135WF.popup-builder {
  background-color: #ffffff;
}
.cid-s43pO135WF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43pO135WF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43pO135WF .modal-content,
.cid-s43pO135WF .modal-dialog {
  height: auto;
}
.cid-s43pO135WF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43pO135WF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43pO135WF .form-wrapper .mbr-form .form-group,
  .cid-s43pO135WF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43pO135WF .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43pO135WF .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-s43pO135WF .mbr-text {
  text-align: center;
}
.cid-s43pO135WF .pt-0 {
  padding-top: 0 !important;
}
.cid-s43pO135WF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43pO135WF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43pO135WF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43pO135WF .modal-open {
  overflow: hidden;
}
.cid-s43pO135WF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43pO135WF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43pO135WF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43pO135WF .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-s43pO135WF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43pO135WF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43pO135WF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43pO135WF .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43pO135WF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43pO135WF .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43pO135WF .modal-backdrop.show {
  opacity: .5;
}
.cid-s43pO135WF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43pO135WF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43pO135WF .modal-header .close:hover {
  opacity: 1;
}
.cid-s43pO135WF .modal-header .close:focus {
  outline: none;
}
.cid-s43pO135WF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43pO135WF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43pO135WF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43pO135WF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43pO135WF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43pO135WF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43pO135WF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43pO135WF .modal-sm {
    max-width: 300px;
  }
  .cid-s43pO135WF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43pO135WF .modal-lg,
  .cid-s43pO135WF .modal-xl {
    max-width: 800px;
  }
  .cid-s43pO135WF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43pO135WF .modal-xl {
    max-width: 1140px;
  }
  .cid-s43pO135WF .container {
    max-width: 1140px;
  }
}
.cid-s43pO135WF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43pO135WF .container {
    max-width: 720px;
  }
}
.cid-s43pO135WF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43pO135WF .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-s43pO135WF .form-group {
  margin-bottom: 1rem;
}
.cid-s43pO135WF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43pO135WF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43pO135WF .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-s43pO135WF H4 {
  text-align: center;
}
.cid-s49g4Mw8dZ.popup-builder {
  background-color: #ffffff;
}
.cid-s49g4Mw8dZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49g4Mw8dZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49g4Mw8dZ .modal-content,
.cid-s49g4Mw8dZ .modal-dialog {
  height: auto;
}
.cid-s49g4Mw8dZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49g4Mw8dZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49g4Mw8dZ .form-wrapper .mbr-form .form-group,
  .cid-s49g4Mw8dZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49g4Mw8dZ .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49g4Mw8dZ .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-s49g4Mw8dZ .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49g4Mw8dZ .pt-0 {
  padding-top: 0 !important;
}
.cid-s49g4Mw8dZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49g4Mw8dZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49g4Mw8dZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49g4Mw8dZ .modal-open {
  overflow: hidden;
}
.cid-s49g4Mw8dZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49g4Mw8dZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49g4Mw8dZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49g4Mw8dZ .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-s49g4Mw8dZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49g4Mw8dZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49g4Mw8dZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49g4Mw8dZ .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49g4Mw8dZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49g4Mw8dZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49g4Mw8dZ .modal-backdrop.show {
  opacity: .5;
}
.cid-s49g4Mw8dZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49g4Mw8dZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49g4Mw8dZ .modal-header .close:hover {
  opacity: 1;
}
.cid-s49g4Mw8dZ .modal-header .close:focus {
  outline: none;
}
.cid-s49g4Mw8dZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49g4Mw8dZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49g4Mw8dZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49g4Mw8dZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49g4Mw8dZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49g4Mw8dZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49g4Mw8dZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49g4Mw8dZ .modal-sm {
    max-width: 300px;
  }
  .cid-s49g4Mw8dZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49g4Mw8dZ .modal-lg,
  .cid-s49g4Mw8dZ .modal-xl {
    max-width: 800px;
  }
  .cid-s49g4Mw8dZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49g4Mw8dZ .modal-xl {
    max-width: 1140px;
  }
  .cid-s49g4Mw8dZ .container {
    max-width: 1140px;
  }
}
.cid-s49g4Mw8dZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49g4Mw8dZ .container {
    max-width: 720px;
  }
}
.cid-s49g4Mw8dZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49g4Mw8dZ .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-s49g4Mw8dZ .form-group {
  margin-bottom: 1rem;
}
.cid-s49g4Mw8dZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49g4Mw8dZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49g4Mw8dZ .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-s49g6j2XU4.popup-builder {
  background-color: #ffffff;
}
.cid-s49g6j2XU4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49g6j2XU4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49g6j2XU4 .modal-content,
.cid-s49g6j2XU4 .modal-dialog {
  height: auto;
}
.cid-s49g6j2XU4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49g6j2XU4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49g6j2XU4 .form-wrapper .mbr-form .form-group,
  .cid-s49g6j2XU4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49g6j2XU4 .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49g6j2XU4 .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-s49g6j2XU4 .mbr-text {
  text-align: left;
}
.cid-s49g6j2XU4 .pt-0 {
  padding-top: 0 !important;
}
.cid-s49g6j2XU4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49g6j2XU4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49g6j2XU4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49g6j2XU4 .modal-open {
  overflow: hidden;
}
.cid-s49g6j2XU4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49g6j2XU4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49g6j2XU4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49g6j2XU4 .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-s49g6j2XU4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49g6j2XU4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49g6j2XU4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49g6j2XU4 .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49g6j2XU4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49g6j2XU4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49g6j2XU4 .modal-backdrop.show {
  opacity: .5;
}
.cid-s49g6j2XU4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49g6j2XU4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49g6j2XU4 .modal-header .close:hover {
  opacity: 1;
}
.cid-s49g6j2XU4 .modal-header .close:focus {
  outline: none;
}
.cid-s49g6j2XU4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49g6j2XU4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49g6j2XU4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49g6j2XU4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49g6j2XU4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49g6j2XU4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49g6j2XU4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49g6j2XU4 .modal-sm {
    max-width: 300px;
  }
  .cid-s49g6j2XU4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49g6j2XU4 .modal-lg,
  .cid-s49g6j2XU4 .modal-xl {
    max-width: 800px;
  }
  .cid-s49g6j2XU4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49g6j2XU4 .modal-xl {
    max-width: 1140px;
  }
  .cid-s49g6j2XU4 .container {
    max-width: 1140px;
  }
}
.cid-s49g6j2XU4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49g6j2XU4 .container {
    max-width: 720px;
  }
}
.cid-s49g6j2XU4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49g6j2XU4 .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-s49g6j2XU4 .form-group {
  margin-bottom: 1rem;
}
.cid-s49g6j2XU4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49g6j2XU4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49g6j2XU4 .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-r5Y56zN74Y .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y56zN74Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y56zN74Y a {
  font-style: normal;
}
.cid-r5Y56zN74Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y56zN74Y .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y56zN74Y .nav-item:focus,
.cid-r5Y56zN74Y .nav-link:focus {
  outline: none;
}
.cid-r5Y56zN74Y .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y56zN74Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y56zN74Y .menu-logo {
  margin-right: auto;
}
.cid-r5Y56zN74Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y56zN74Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y56zN74Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y56zN74Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y56zN74Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y56zN74Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y56zN74Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y56zN74Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y56zN74Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y56zN74Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y56zN74Y .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y56zN74Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y56zN74Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y56zN74Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y56zN74Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y56zN74Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y56zN74Y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y56zN74Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y56zN74Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y56zN74Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y56zN74Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y56zN74Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y56zN74Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y56zN74Y button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y56zN74Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y56zN74Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y56zN74Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y56zN74Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y56zN74Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y56zN74Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y56zN74Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y56zN74Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y56zN74Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y56zN74Y .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y56zN74Y .collapsed .btn {
  display: flex;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse.collapsing,
.cid-r5Y56zN74Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y56zN74Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y56zN74Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y56zN74Y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y56zN74Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y56zN74Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y56zN74Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y56zN74Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y56zN74Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y56zN74Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y56zN74Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y56zN74Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y56zN74Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y56zN74Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y56zN74Y .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y56zN74Y img {
    height: 3.8rem !important;
  }
  .cid-r5Y56zN74Y .btn {
    display: flex;
  }
  .cid-r5Y56zN74Y button.navbar-toggler {
    display: block;
  }
  .cid-r5Y56zN74Y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y56zN74Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y56zN74Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y56zN74Y .navbar-collapse.collapsing,
  .cid-r5Y56zN74Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y56zN74Y .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y56zN74Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y56zN74Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y56zN74Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y56zN74Y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y56zN74Y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y56zN74Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y56zN74Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y56zN74Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y56zN74Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y56zN74Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y56zN74Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y56zN74Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y56zN74Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y56zN74Y .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y56zN74Y .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y56zN74Y .nav-link:hover,
.cid-r5Y56zN74Y .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y56zN74Y .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y56zN74Y .underlined-example:hover {
  color: grey;
}
.cid-r5Y56zN74Y .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y56zN74Y .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWP6ovVtB0 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWP6ovVtB0 h2 {
  text-align: left;
}
.cid-qWP6ovVtB0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qWP6ovVtB0 p {
  color: #767676;
  text-align: left;
}
.cid-qWP6ovVtB0 .aside-content {
  flex-basis: 100%;
}
.cid-qWP6ovVtB0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qWP6ovVtB0 .media {
  margin: initial;
  align-items: center;
}
.cid-qWP6ovVtB0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qWP6ovVtB0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qWP6ovVtB0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qWP6ovVtB0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qWP6ovVtB0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qWP6ovVtB0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qWP6ovVtB0 .mbr-text B {
  color: #767676;
}
.cid-qWP6ovVtB0 DIV {
  color: #000099;
}
.cid-qWP6ovVtB0 B {
  color: #000099;
}
.cid-rm6vLB8OCr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rm6vLB8OCr .line {
  background-color: #000099;
  color: #000099;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rm6vLB8OCr .section-text {
  padding: 2rem 0;
  color: #000099;
}
.cid-rm6vLB8OCr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rm6vLB8OCr .inner-container {
    width: 100% !important;
  }
}
.cid-rm6vLB8OCr .section-text SPAN {
  color: #000099;
}
.cid-rm6vLB8OCr .section-text DIV {
  color: #767676;
}
.cid-rm6vLB8OCr .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rm6vLB8OCr .underlined-example:hover {
  color: blue;
}
.cid-rm6vLB8OCr .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rm6vLB8OCr .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFLN1acH2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFLN1acH2 .content {
    text-align: center;
  }
  .cid-rTFLN1acH2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFLN1acH2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFLN1acH2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFLN1acH2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFLN1acH2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFLN1acH2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFLN1acH2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFLN1acH2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFLN1acH2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFLN1acH2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFLN1acH2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFLN1acH2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFLN1acH2 .copyright > p {
  color: #5b686b;
}
.cid-rTFLN1acH2 P {
  color: #232323;
}
.cid-rTFLN1acH2 H5 {
  color: #232323;
}
.cid-rTFLN1acH2 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFLN1acH2 .underlined-example:hover {
  color: blue;
}
.cid-rTFLN1acH2 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFLN1acH2 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43qrBgvLF.popup-builder {
  background-color: #ffffff;
}
.cid-s43qrBgvLF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43qrBgvLF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43qrBgvLF .modal-content,
.cid-s43qrBgvLF .modal-dialog {
  height: auto;
}
.cid-s43qrBgvLF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43qrBgvLF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43qrBgvLF .form-wrapper .mbr-form .form-group,
  .cid-s43qrBgvLF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43qrBgvLF .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43qrBgvLF .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-s43qrBgvLF .mbr-text {
  text-align: center;
}
.cid-s43qrBgvLF .pt-0 {
  padding-top: 0 !important;
}
.cid-s43qrBgvLF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43qrBgvLF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43qrBgvLF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43qrBgvLF .modal-open {
  overflow: hidden;
}
.cid-s43qrBgvLF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43qrBgvLF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43qrBgvLF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43qrBgvLF .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-s43qrBgvLF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43qrBgvLF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43qrBgvLF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43qrBgvLF .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43qrBgvLF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43qrBgvLF .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43qrBgvLF .modal-backdrop.show {
  opacity: .5;
}
.cid-s43qrBgvLF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43qrBgvLF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43qrBgvLF .modal-header .close:hover {
  opacity: 1;
}
.cid-s43qrBgvLF .modal-header .close:focus {
  outline: none;
}
.cid-s43qrBgvLF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43qrBgvLF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43qrBgvLF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43qrBgvLF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43qrBgvLF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43qrBgvLF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43qrBgvLF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43qrBgvLF .modal-sm {
    max-width: 300px;
  }
  .cid-s43qrBgvLF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43qrBgvLF .modal-lg,
  .cid-s43qrBgvLF .modal-xl {
    max-width: 800px;
  }
  .cid-s43qrBgvLF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43qrBgvLF .modal-xl {
    max-width: 1140px;
  }
  .cid-s43qrBgvLF .container {
    max-width: 1140px;
  }
}
.cid-s43qrBgvLF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43qrBgvLF .container {
    max-width: 720px;
  }
}
.cid-s43qrBgvLF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43qrBgvLF .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-s43qrBgvLF .form-group {
  margin-bottom: 1rem;
}
.cid-s43qrBgvLF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43qrBgvLF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43qrBgvLF .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-s43qrBgvLF H4 {
  text-align: center;
}
.cid-s49fQuiCdZ.popup-builder {
  background-color: #ffffff;
}
.cid-s49fQuiCdZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fQuiCdZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fQuiCdZ .modal-content,
.cid-s49fQuiCdZ .modal-dialog {
  height: auto;
}
.cid-s49fQuiCdZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fQuiCdZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fQuiCdZ .form-wrapper .mbr-form .form-group,
  .cid-s49fQuiCdZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fQuiCdZ .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49fQuiCdZ .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-s49fQuiCdZ .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49fQuiCdZ .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fQuiCdZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fQuiCdZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fQuiCdZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fQuiCdZ .modal-open {
  overflow: hidden;
}
.cid-s49fQuiCdZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fQuiCdZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fQuiCdZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fQuiCdZ .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-s49fQuiCdZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fQuiCdZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fQuiCdZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fQuiCdZ .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fQuiCdZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fQuiCdZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fQuiCdZ .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fQuiCdZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fQuiCdZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fQuiCdZ .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fQuiCdZ .modal-header .close:focus {
  outline: none;
}
.cid-s49fQuiCdZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49fQuiCdZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fQuiCdZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fQuiCdZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fQuiCdZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fQuiCdZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fQuiCdZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fQuiCdZ .modal-sm {
    max-width: 300px;
  }
  .cid-s49fQuiCdZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fQuiCdZ .modal-lg,
  .cid-s49fQuiCdZ .modal-xl {
    max-width: 800px;
  }
  .cid-s49fQuiCdZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fQuiCdZ .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fQuiCdZ .container {
    max-width: 1140px;
  }
}
.cid-s49fQuiCdZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fQuiCdZ .container {
    max-width: 720px;
  }
}
.cid-s49fQuiCdZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fQuiCdZ .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-s49fQuiCdZ .form-group {
  margin-bottom: 1rem;
}
.cid-s49fQuiCdZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fQuiCdZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fQuiCdZ .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-s49fSlu56M.popup-builder {
  background-color: #ffffff;
}
.cid-s49fSlu56M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fSlu56M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fSlu56M .modal-content,
.cid-s49fSlu56M .modal-dialog {
  height: auto;
}
.cid-s49fSlu56M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fSlu56M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fSlu56M .form-wrapper .mbr-form .form-group,
  .cid-s49fSlu56M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fSlu56M .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49fSlu56M .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-s49fSlu56M .mbr-text {
  text-align: left;
}
.cid-s49fSlu56M .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fSlu56M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fSlu56M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fSlu56M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fSlu56M .modal-open {
  overflow: hidden;
}
.cid-s49fSlu56M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fSlu56M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fSlu56M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fSlu56M .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-s49fSlu56M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fSlu56M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fSlu56M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fSlu56M .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fSlu56M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fSlu56M .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fSlu56M .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fSlu56M .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fSlu56M .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fSlu56M .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fSlu56M .modal-header .close:focus {
  outline: none;
}
.cid-s49fSlu56M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49fSlu56M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fSlu56M .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fSlu56M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fSlu56M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fSlu56M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fSlu56M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fSlu56M .modal-sm {
    max-width: 300px;
  }
  .cid-s49fSlu56M .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fSlu56M .modal-lg,
  .cid-s49fSlu56M .modal-xl {
    max-width: 800px;
  }
  .cid-s49fSlu56M .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fSlu56M .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fSlu56M .container {
    max-width: 1140px;
  }
}
.cid-s49fSlu56M .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fSlu56M .container {
    max-width: 720px;
  }
}
.cid-s49fSlu56M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fSlu56M .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-s49fSlu56M .form-group {
  margin-bottom: 1rem;
}
.cid-s49fSlu56M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fSlu56M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fSlu56M .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-r5Y4Y8lcvB .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y4Y8lcvB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y4Y8lcvB a {
  font-style: normal;
}
.cid-r5Y4Y8lcvB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y4Y8lcvB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y4Y8lcvB .nav-item:focus,
.cid-r5Y4Y8lcvB .nav-link:focus {
  outline: none;
}
.cid-r5Y4Y8lcvB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y4Y8lcvB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y4Y8lcvB .menu-logo {
  margin-right: auto;
}
.cid-r5Y4Y8lcvB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y4Y8lcvB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y4Y8lcvB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y4Y8lcvB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y4Y8lcvB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y4Y8lcvB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y4Y8lcvB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y4Y8lcvB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y4Y8lcvB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y4Y8lcvB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y4Y8lcvB .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y4Y8lcvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y4Y8lcvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y4Y8lcvB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y4Y8lcvB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y4Y8lcvB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y4Y8lcvB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y4Y8lcvB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y4Y8lcvB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y4Y8lcvB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y4Y8lcvB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y4Y8lcvB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y4Y8lcvB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y4Y8lcvB button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y4Y8lcvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y4Y8lcvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y4Y8lcvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4Y8lcvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4Y8lcvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y4Y8lcvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4Y8lcvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y4Y8lcvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y4Y8lcvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4Y8lcvB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y4Y8lcvB .collapsed .btn {
  display: flex;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.collapsing,
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y4Y8lcvB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4Y8lcvB .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y4Y8lcvB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y4Y8lcvB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y4Y8lcvB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y4Y8lcvB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y4Y8lcvB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y4Y8lcvB .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y4Y8lcvB img {
    height: 3.8rem !important;
  }
  .cid-r5Y4Y8lcvB .btn {
    display: flex;
  }
  .cid-r5Y4Y8lcvB button.navbar-toggler {
    display: block;
  }
  .cid-r5Y4Y8lcvB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y4Y8lcvB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse.collapsing,
  .cid-r5Y4Y8lcvB .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y4Y8lcvB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y4Y8lcvB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y4Y8lcvB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y4Y8lcvB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y4Y8lcvB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y4Y8lcvB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4Y8lcvB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y4Y8lcvB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y4Y8lcvB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y4Y8lcvB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y4Y8lcvB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y4Y8lcvB .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y4Y8lcvB .nav-link:hover,
.cid-r5Y4Y8lcvB .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y4Y8lcvB .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y4Y8lcvB .underlined-example:hover {
  color: grey;
}
.cid-r5Y4Y8lcvB .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y4Y8lcvB .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-r7uATV6GUM {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7uATV6GUM .card-img {
  background-color: #fff;
}
.cid-r7uATV6GUM .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-r7uATV6GUM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r7uATV6GUM p {
  text-align: left;
}
.cid-r7uATV6GUM .mbr-text {
  color: #767676;
}
.cid-r7uATV6GUM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r7uATV6GUM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r7uATV6GUM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-r7uATV6GUM .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #000099;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.cid-r7uATV6GUM .underlined-example:hover {
  color: #ffcc00;
}
.cid-r7uATV6GUM .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #767676;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r7uATV6GUM .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFLk18OGq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFLk18OGq .content {
    text-align: center;
  }
  .cid-rTFLk18OGq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFLk18OGq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFLk18OGq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFLk18OGq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFLk18OGq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFLk18OGq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFLk18OGq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFLk18OGq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFLk18OGq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFLk18OGq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFLk18OGq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFLk18OGq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFLk18OGq .copyright > p {
  color: #5b686b;
}
.cid-rTFLk18OGq P {
  color: #232323;
}
.cid-rTFLk18OGq H5 {
  color: #232323;
}
.cid-rTFLk18OGq .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFLk18OGq .underlined-example:hover {
  color: blue;
}
.cid-rTFLk18OGq .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFLk18OGq .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43ph8EWuK.popup-builder {
  background-color: #ffffff;
}
.cid-s43ph8EWuK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43ph8EWuK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43ph8EWuK .modal-content,
.cid-s43ph8EWuK .modal-dialog {
  height: auto;
}
.cid-s43ph8EWuK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43ph8EWuK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43ph8EWuK .form-wrapper .mbr-form .form-group,
  .cid-s43ph8EWuK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43ph8EWuK .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43ph8EWuK .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-s43ph8EWuK .mbr-text {
  text-align: center;
}
.cid-s43ph8EWuK .pt-0 {
  padding-top: 0 !important;
}
.cid-s43ph8EWuK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43ph8EWuK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43ph8EWuK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43ph8EWuK .modal-open {
  overflow: hidden;
}
.cid-s43ph8EWuK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43ph8EWuK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43ph8EWuK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43ph8EWuK .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-s43ph8EWuK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43ph8EWuK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43ph8EWuK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43ph8EWuK .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43ph8EWuK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43ph8EWuK .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43ph8EWuK .modal-backdrop.show {
  opacity: .5;
}
.cid-s43ph8EWuK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43ph8EWuK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43ph8EWuK .modal-header .close:hover {
  opacity: 1;
}
.cid-s43ph8EWuK .modal-header .close:focus {
  outline: none;
}
.cid-s43ph8EWuK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43ph8EWuK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43ph8EWuK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43ph8EWuK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43ph8EWuK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43ph8EWuK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43ph8EWuK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43ph8EWuK .modal-sm {
    max-width: 300px;
  }
  .cid-s43ph8EWuK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43ph8EWuK .modal-lg,
  .cid-s43ph8EWuK .modal-xl {
    max-width: 800px;
  }
  .cid-s43ph8EWuK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43ph8EWuK .modal-xl {
    max-width: 1140px;
  }
  .cid-s43ph8EWuK .container {
    max-width: 1140px;
  }
}
.cid-s43ph8EWuK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43ph8EWuK .container {
    max-width: 720px;
  }
}
.cid-s43ph8EWuK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43ph8EWuK .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-s43ph8EWuK .form-group {
  margin-bottom: 1rem;
}
.cid-s43ph8EWuK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43ph8EWuK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43ph8EWuK .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-s43ph8EWuK H4 {
  text-align: center;
}
.cid-s49gbn4RUB.popup-builder {
  background-color: #ffffff;
}
.cid-s49gbn4RUB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gbn4RUB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gbn4RUB .modal-content,
.cid-s49gbn4RUB .modal-dialog {
  height: auto;
}
.cid-s49gbn4RUB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gbn4RUB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gbn4RUB .form-wrapper .mbr-form .form-group,
  .cid-s49gbn4RUB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gbn4RUB .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49gbn4RUB .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-s49gbn4RUB .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49gbn4RUB .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gbn4RUB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gbn4RUB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gbn4RUB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gbn4RUB .modal-open {
  overflow: hidden;
}
.cid-s49gbn4RUB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gbn4RUB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gbn4RUB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gbn4RUB .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-s49gbn4RUB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gbn4RUB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gbn4RUB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gbn4RUB .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gbn4RUB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gbn4RUB .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gbn4RUB .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gbn4RUB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gbn4RUB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gbn4RUB .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gbn4RUB .modal-header .close:focus {
  outline: none;
}
.cid-s49gbn4RUB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49gbn4RUB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gbn4RUB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gbn4RUB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gbn4RUB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gbn4RUB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gbn4RUB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gbn4RUB .modal-sm {
    max-width: 300px;
  }
  .cid-s49gbn4RUB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gbn4RUB .modal-lg,
  .cid-s49gbn4RUB .modal-xl {
    max-width: 800px;
  }
  .cid-s49gbn4RUB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gbn4RUB .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gbn4RUB .container {
    max-width: 1140px;
  }
}
.cid-s49gbn4RUB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gbn4RUB .container {
    max-width: 720px;
  }
}
.cid-s49gbn4RUB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gbn4RUB .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-s49gbn4RUB .form-group {
  margin-bottom: 1rem;
}
.cid-s49gbn4RUB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gbn4RUB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gbn4RUB .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-s49gd5xx2X.popup-builder {
  background-color: #ffffff;
}
.cid-s49gd5xx2X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gd5xx2X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gd5xx2X .modal-content,
.cid-s49gd5xx2X .modal-dialog {
  height: auto;
}
.cid-s49gd5xx2X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gd5xx2X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gd5xx2X .form-wrapper .mbr-form .form-group,
  .cid-s49gd5xx2X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gd5xx2X .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49gd5xx2X .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-s49gd5xx2X .mbr-text {
  text-align: left;
}
.cid-s49gd5xx2X .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gd5xx2X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gd5xx2X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gd5xx2X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gd5xx2X .modal-open {
  overflow: hidden;
}
.cid-s49gd5xx2X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gd5xx2X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gd5xx2X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gd5xx2X .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-s49gd5xx2X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gd5xx2X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gd5xx2X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gd5xx2X .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gd5xx2X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gd5xx2X .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gd5xx2X .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gd5xx2X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gd5xx2X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gd5xx2X .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gd5xx2X .modal-header .close:focus {
  outline: none;
}
.cid-s49gd5xx2X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49gd5xx2X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gd5xx2X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gd5xx2X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gd5xx2X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gd5xx2X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gd5xx2X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gd5xx2X .modal-sm {
    max-width: 300px;
  }
  .cid-s49gd5xx2X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gd5xx2X .modal-lg,
  .cid-s49gd5xx2X .modal-xl {
    max-width: 800px;
  }
  .cid-s49gd5xx2X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gd5xx2X .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gd5xx2X .container {
    max-width: 1140px;
  }
}
.cid-s49gd5xx2X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gd5xx2X .container {
    max-width: 720px;
  }
}
.cid-s49gd5xx2X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gd5xx2X .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-s49gd5xx2X .form-group {
  margin-bottom: 1rem;
}
.cid-s49gd5xx2X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gd5xx2X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gd5xx2X .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-r5ZMygwO7G .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5ZMygwO7G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5ZMygwO7G a {
  font-style: normal;
}
.cid-r5ZMygwO7G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5ZMygwO7G .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5ZMygwO7G .nav-item:focus,
.cid-r5ZMygwO7G .nav-link:focus {
  outline: none;
}
.cid-r5ZMygwO7G .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5ZMygwO7G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5ZMygwO7G .menu-logo {
  margin-right: auto;
}
.cid-r5ZMygwO7G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5ZMygwO7G .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5ZMygwO7G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5ZMygwO7G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5ZMygwO7G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5ZMygwO7G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5ZMygwO7G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5ZMygwO7G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5ZMygwO7G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5ZMygwO7G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5ZMygwO7G .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5ZMygwO7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5ZMygwO7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5ZMygwO7G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5ZMygwO7G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5ZMygwO7G .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5ZMygwO7G .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5ZMygwO7G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5ZMygwO7G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5ZMygwO7G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5ZMygwO7G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5ZMygwO7G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5ZMygwO7G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5ZMygwO7G button.navbar-toggler:focus {
  outline: none;
}
.cid-r5ZMygwO7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5ZMygwO7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5ZMygwO7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5ZMygwO7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5ZMygwO7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5ZMygwO7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5ZMygwO7G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5ZMygwO7G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5ZMygwO7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5ZMygwO7G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5ZMygwO7G .collapsed .btn {
  display: flex;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse.collapsing,
.cid-r5ZMygwO7G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5ZMygwO7G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5ZMygwO7G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5ZMygwO7G .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5ZMygwO7G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5ZMygwO7G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5ZMygwO7G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5ZMygwO7G .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5ZMygwO7G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5ZMygwO7G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5ZMygwO7G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5ZMygwO7G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5ZMygwO7G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5ZMygwO7G .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5ZMygwO7G .navbar-expand {
    flex-direction: column;
  }
  .cid-r5ZMygwO7G img {
    height: 3.8rem !important;
  }
  .cid-r5ZMygwO7G .btn {
    display: flex;
  }
  .cid-r5ZMygwO7G button.navbar-toggler {
    display: block;
  }
  .cid-r5ZMygwO7G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5ZMygwO7G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5ZMygwO7G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5ZMygwO7G .navbar-collapse.collapsing,
  .cid-r5ZMygwO7G .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5ZMygwO7G .navbar-collapse.collapsing .navbar-nav,
  .cid-r5ZMygwO7G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5ZMygwO7G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5ZMygwO7G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5ZMygwO7G .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5ZMygwO7G .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5ZMygwO7G .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5ZMygwO7G .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5ZMygwO7G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5ZMygwO7G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5ZMygwO7G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5ZMygwO7G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5ZMygwO7G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5ZMygwO7G .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5ZMygwO7G .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5ZMygwO7G .navbar-collapse {
  flex-basis: auto;
}
.cid-r5ZMygwO7G .nav-link:hover,
.cid-r5ZMygwO7G .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5ZMygwO7G .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5ZMygwO7G .underlined-example:hover {
  color: grey;
}
.cid-r5ZMygwO7G .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5ZMygwO7G .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-r5SCJI7wtJ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-r5SCJI7wtJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r5SCJI7wtJ p {
  color: #767676;
  text-align: left;
}
.cid-r5SCJI7wtJ .card-box {
  padding-top: 2rem;
}
.cid-r5SCJI7wtJ .card-wrapper {
  height: 100%;
}
.cid-rTFL8DZkHt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFL8DZkHt .content {
    text-align: center;
  }
  .cid-rTFL8DZkHt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFL8DZkHt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFL8DZkHt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFL8DZkHt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFL8DZkHt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFL8DZkHt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFL8DZkHt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFL8DZkHt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFL8DZkHt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFL8DZkHt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFL8DZkHt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFL8DZkHt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFL8DZkHt .copyright > p {
  color: #5b686b;
}
.cid-rTFL8DZkHt P {
  color: #232323;
}
.cid-rTFL8DZkHt H5 {
  color: #232323;
}
.cid-rTFL8DZkHt .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFL8DZkHt .underlined-example:hover {
  color: blue;
}
.cid-rTFL8DZkHt .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFL8DZkHt .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43oC36g4f.popup-builder {
  background-color: #ffffff;
}
.cid-s43oC36g4f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43oC36g4f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43oC36g4f .modal-content,
.cid-s43oC36g4f .modal-dialog {
  height: auto;
}
.cid-s43oC36g4f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43oC36g4f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43oC36g4f .form-wrapper .mbr-form .form-group,
  .cid-s43oC36g4f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43oC36g4f .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43oC36g4f .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-s43oC36g4f .mbr-text {
  text-align: center;
}
.cid-s43oC36g4f .pt-0 {
  padding-top: 0 !important;
}
.cid-s43oC36g4f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43oC36g4f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43oC36g4f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43oC36g4f .modal-open {
  overflow: hidden;
}
.cid-s43oC36g4f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43oC36g4f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43oC36g4f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43oC36g4f .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-s43oC36g4f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43oC36g4f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43oC36g4f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43oC36g4f .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43oC36g4f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43oC36g4f .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43oC36g4f .modal-backdrop.show {
  opacity: .5;
}
.cid-s43oC36g4f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43oC36g4f .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43oC36g4f .modal-header .close:hover {
  opacity: 1;
}
.cid-s43oC36g4f .modal-header .close:focus {
  outline: none;
}
.cid-s43oC36g4f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43oC36g4f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43oC36g4f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43oC36g4f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43oC36g4f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43oC36g4f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43oC36g4f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43oC36g4f .modal-sm {
    max-width: 300px;
  }
  .cid-s43oC36g4f .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43oC36g4f .modal-lg,
  .cid-s43oC36g4f .modal-xl {
    max-width: 800px;
  }
  .cid-s43oC36g4f .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43oC36g4f .modal-xl {
    max-width: 1140px;
  }
  .cid-s43oC36g4f .container {
    max-width: 1140px;
  }
}
.cid-s43oC36g4f .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43oC36g4f .container {
    max-width: 720px;
  }
}
.cid-s43oC36g4f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43oC36g4f .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-s43oC36g4f .form-group {
  margin-bottom: 1rem;
}
.cid-s43oC36g4f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43oC36g4f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43oC36g4f .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-s43oC36g4f H4 {
  text-align: center;
}
.cid-s49gtKyzce.popup-builder {
  background-color: #ffffff;
}
.cid-s49gtKyzce.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gtKyzce.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gtKyzce .modal-content,
.cid-s49gtKyzce .modal-dialog {
  height: auto;
}
.cid-s49gtKyzce .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gtKyzce .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gtKyzce .form-wrapper .mbr-form .form-group,
  .cid-s49gtKyzce .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gtKyzce .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49gtKyzce .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-s49gtKyzce .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49gtKyzce .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gtKyzce .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gtKyzce .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gtKyzce .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gtKyzce .modal-open {
  overflow: hidden;
}
.cid-s49gtKyzce .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gtKyzce .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gtKyzce .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gtKyzce .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-s49gtKyzce .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gtKyzce .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gtKyzce .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gtKyzce .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gtKyzce .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gtKyzce .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gtKyzce .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gtKyzce .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gtKyzce .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gtKyzce .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gtKyzce .modal-header .close:focus {
  outline: none;
}
.cid-s49gtKyzce .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49gtKyzce .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gtKyzce .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gtKyzce .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gtKyzce .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gtKyzce .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gtKyzce .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gtKyzce .modal-sm {
    max-width: 300px;
  }
  .cid-s49gtKyzce .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gtKyzce .modal-lg,
  .cid-s49gtKyzce .modal-xl {
    max-width: 800px;
  }
  .cid-s49gtKyzce .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gtKyzce .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gtKyzce .container {
    max-width: 1140px;
  }
}
.cid-s49gtKyzce .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gtKyzce .container {
    max-width: 720px;
  }
}
.cid-s49gtKyzce .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gtKyzce .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-s49gtKyzce .form-group {
  margin-bottom: 1rem;
}
.cid-s49gtKyzce .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gtKyzce .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gtKyzce .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-s49gvRkasd.popup-builder {
  background-color: #ffffff;
}
.cid-s49gvRkasd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gvRkasd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gvRkasd .modal-content,
.cid-s49gvRkasd .modal-dialog {
  height: auto;
}
.cid-s49gvRkasd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gvRkasd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gvRkasd .form-wrapper .mbr-form .form-group,
  .cid-s49gvRkasd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gvRkasd .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49gvRkasd .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-s49gvRkasd .mbr-text {
  text-align: left;
}
.cid-s49gvRkasd .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gvRkasd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gvRkasd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gvRkasd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gvRkasd .modal-open {
  overflow: hidden;
}
.cid-s49gvRkasd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gvRkasd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gvRkasd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gvRkasd .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-s49gvRkasd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gvRkasd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gvRkasd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gvRkasd .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gvRkasd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gvRkasd .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gvRkasd .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gvRkasd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gvRkasd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gvRkasd .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gvRkasd .modal-header .close:focus {
  outline: none;
}
.cid-s49gvRkasd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49gvRkasd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gvRkasd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gvRkasd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gvRkasd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gvRkasd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gvRkasd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gvRkasd .modal-sm {
    max-width: 300px;
  }
  .cid-s49gvRkasd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gvRkasd .modal-lg,
  .cid-s49gvRkasd .modal-xl {
    max-width: 800px;
  }
  .cid-s49gvRkasd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gvRkasd .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gvRkasd .container {
    max-width: 1140px;
  }
}
.cid-s49gvRkasd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gvRkasd .container {
    max-width: 720px;
  }
}
.cid-s49gvRkasd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gvRkasd .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-s49gvRkasd .form-group {
  margin-bottom: 1rem;
}
.cid-s49gvRkasd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gvRkasd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gvRkasd .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-r5Y5kFR2NU .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y5kFR2NU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y5kFR2NU a {
  font-style: normal;
}
.cid-r5Y5kFR2NU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y5kFR2NU .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y5kFR2NU .nav-item:focus,
.cid-r5Y5kFR2NU .nav-link:focus {
  outline: none;
}
.cid-r5Y5kFR2NU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y5kFR2NU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y5kFR2NU .menu-logo {
  margin-right: auto;
}
.cid-r5Y5kFR2NU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y5kFR2NU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y5kFR2NU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y5kFR2NU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y5kFR2NU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y5kFR2NU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y5kFR2NU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y5kFR2NU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y5kFR2NU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y5kFR2NU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y5kFR2NU .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y5kFR2NU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y5kFR2NU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y5kFR2NU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y5kFR2NU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y5kFR2NU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y5kFR2NU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y5kFR2NU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y5kFR2NU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y5kFR2NU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y5kFR2NU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y5kFR2NU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y5kFR2NU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y5kFR2NU button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y5kFR2NU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y5kFR2NU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y5kFR2NU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5kFR2NU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5kFR2NU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y5kFR2NU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5kFR2NU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y5kFR2NU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y5kFR2NU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5kFR2NU .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y5kFR2NU .collapsed .btn {
  display: flex;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.collapsing,
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y5kFR2NU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5kFR2NU .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y5kFR2NU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y5kFR2NU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y5kFR2NU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y5kFR2NU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y5kFR2NU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y5kFR2NU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y5kFR2NU .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y5kFR2NU img {
    height: 3.8rem !important;
  }
  .cid-r5Y5kFR2NU .btn {
    display: flex;
  }
  .cid-r5Y5kFR2NU button.navbar-toggler {
    display: block;
  }
  .cid-r5Y5kFR2NU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y5kFR2NU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y5kFR2NU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y5kFR2NU .navbar-collapse.collapsing,
  .cid-r5Y5kFR2NU .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y5kFR2NU .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y5kFR2NU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y5kFR2NU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y5kFR2NU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y5kFR2NU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y5kFR2NU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5kFR2NU .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y5kFR2NU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y5kFR2NU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y5kFR2NU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5kFR2NU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y5kFR2NU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y5kFR2NU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y5kFR2NU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y5kFR2NU .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y5kFR2NU .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y5kFR2NU .nav-link:hover,
.cid-r5Y5kFR2NU .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y5kFR2NU .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y5kFR2NU .underlined-example:hover {
  color: grey;
}
.cid-r5Y5kFR2NU .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y5kFR2NU .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qY2ZQBgYjA {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qY2ZQBgYjA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qY2ZQBgYjA p {
  color: #767676;
  text-align: left;
}
.cid-qY2ZQBgYjA .card-box {
  padding-top: 2rem;
}
.cid-qY2ZQBgYjA .card-wrapper {
  height: 100%;
}
.cid-rTFM0MROTX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFM0MROTX .content {
    text-align: center;
  }
  .cid-rTFM0MROTX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFM0MROTX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFM0MROTX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFM0MROTX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFM0MROTX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFM0MROTX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFM0MROTX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFM0MROTX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFM0MROTX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFM0MROTX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFM0MROTX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFM0MROTX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFM0MROTX .copyright > p {
  color: #5b686b;
}
.cid-rTFM0MROTX P {
  color: #232323;
}
.cid-rTFM0MROTX H5 {
  color: #232323;
}
.cid-rTFM0MROTX .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFM0MROTX .underlined-example:hover {
  color: blue;
}
.cid-rTFM0MROTX .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFM0MROTX .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43r4SvNKh.popup-builder {
  background-color: #ffffff;
}
.cid-s43r4SvNKh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43r4SvNKh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43r4SvNKh .modal-content,
.cid-s43r4SvNKh .modal-dialog {
  height: auto;
}
.cid-s43r4SvNKh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43r4SvNKh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43r4SvNKh .form-wrapper .mbr-form .form-group,
  .cid-s43r4SvNKh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43r4SvNKh .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43r4SvNKh .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-s43r4SvNKh .mbr-text {
  text-align: center;
}
.cid-s43r4SvNKh .pt-0 {
  padding-top: 0 !important;
}
.cid-s43r4SvNKh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43r4SvNKh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43r4SvNKh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43r4SvNKh .modal-open {
  overflow: hidden;
}
.cid-s43r4SvNKh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43r4SvNKh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43r4SvNKh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43r4SvNKh .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-s43r4SvNKh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43r4SvNKh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43r4SvNKh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43r4SvNKh .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43r4SvNKh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43r4SvNKh .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43r4SvNKh .modal-backdrop.show {
  opacity: .5;
}
.cid-s43r4SvNKh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43r4SvNKh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43r4SvNKh .modal-header .close:hover {
  opacity: 1;
}
.cid-s43r4SvNKh .modal-header .close:focus {
  outline: none;
}
.cid-s43r4SvNKh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43r4SvNKh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43r4SvNKh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43r4SvNKh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43r4SvNKh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43r4SvNKh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43r4SvNKh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43r4SvNKh .modal-sm {
    max-width: 300px;
  }
  .cid-s43r4SvNKh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43r4SvNKh .modal-lg,
  .cid-s43r4SvNKh .modal-xl {
    max-width: 800px;
  }
  .cid-s43r4SvNKh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43r4SvNKh .modal-xl {
    max-width: 1140px;
  }
  .cid-s43r4SvNKh .container {
    max-width: 1140px;
  }
}
.cid-s43r4SvNKh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43r4SvNKh .container {
    max-width: 720px;
  }
}
.cid-s43r4SvNKh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43r4SvNKh .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-s43r4SvNKh .form-group {
  margin-bottom: 1rem;
}
.cid-s43r4SvNKh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43r4SvNKh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43r4SvNKh .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-s43r4SvNKh H4 {
  text-align: center;
}
.cid-s49fBi45We.popup-builder {
  background-color: #ffffff;
}
.cid-s49fBi45We.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fBi45We.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fBi45We .modal-content,
.cid-s49fBi45We .modal-dialog {
  height: auto;
}
.cid-s49fBi45We .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fBi45We .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fBi45We .form-wrapper .mbr-form .form-group,
  .cid-s49fBi45We .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fBi45We .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49fBi45We .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-s49fBi45We .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49fBi45We .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fBi45We .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fBi45We .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fBi45We .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fBi45We .modal-open {
  overflow: hidden;
}
.cid-s49fBi45We .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fBi45We .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fBi45We .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fBi45We .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-s49fBi45We .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fBi45We .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fBi45We .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fBi45We .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fBi45We .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fBi45We .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fBi45We .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fBi45We .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fBi45We .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fBi45We .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fBi45We .modal-header .close:focus {
  outline: none;
}
.cid-s49fBi45We .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49fBi45We .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fBi45We .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fBi45We .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fBi45We .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fBi45We .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fBi45We .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fBi45We .modal-sm {
    max-width: 300px;
  }
  .cid-s49fBi45We .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fBi45We .modal-lg,
  .cid-s49fBi45We .modal-xl {
    max-width: 800px;
  }
  .cid-s49fBi45We .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fBi45We .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fBi45We .container {
    max-width: 1140px;
  }
}
.cid-s49fBi45We .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fBi45We .container {
    max-width: 720px;
  }
}
.cid-s49fBi45We .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fBi45We .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-s49fBi45We .form-group {
  margin-bottom: 1rem;
}
.cid-s49fBi45We .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fBi45We .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fBi45We .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-s49fDr63cG.popup-builder {
  background-color: #ffffff;
}
.cid-s49fDr63cG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fDr63cG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fDr63cG .modal-content,
.cid-s49fDr63cG .modal-dialog {
  height: auto;
}
.cid-s49fDr63cG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fDr63cG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fDr63cG .form-wrapper .mbr-form .form-group,
  .cid-s49fDr63cG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fDr63cG .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49fDr63cG .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-s49fDr63cG .mbr-text {
  text-align: left;
}
.cid-s49fDr63cG .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fDr63cG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fDr63cG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fDr63cG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fDr63cG .modal-open {
  overflow: hidden;
}
.cid-s49fDr63cG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fDr63cG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fDr63cG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fDr63cG .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-s49fDr63cG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fDr63cG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fDr63cG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fDr63cG .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fDr63cG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fDr63cG .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fDr63cG .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fDr63cG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fDr63cG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fDr63cG .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fDr63cG .modal-header .close:focus {
  outline: none;
}
.cid-s49fDr63cG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49fDr63cG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fDr63cG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fDr63cG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fDr63cG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fDr63cG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fDr63cG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fDr63cG .modal-sm {
    max-width: 300px;
  }
  .cid-s49fDr63cG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fDr63cG .modal-lg,
  .cid-s49fDr63cG .modal-xl {
    max-width: 800px;
  }
  .cid-s49fDr63cG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fDr63cG .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fDr63cG .container {
    max-width: 1140px;
  }
}
.cid-s49fDr63cG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fDr63cG .container {
    max-width: 720px;
  }
}
.cid-s49fDr63cG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fDr63cG .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-s49fDr63cG .form-group {
  margin-bottom: 1rem;
}
.cid-s49fDr63cG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fDr63cG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fDr63cG .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-r7uuhQS9n2 .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r7uuhQS9n2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r7uuhQS9n2 a {
  font-style: normal;
}
.cid-r7uuhQS9n2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r7uuhQS9n2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r7uuhQS9n2 .nav-item:focus,
.cid-r7uuhQS9n2 .nav-link:focus {
  outline: none;
}
.cid-r7uuhQS9n2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r7uuhQS9n2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r7uuhQS9n2 .menu-logo {
  margin-right: auto;
}
.cid-r7uuhQS9n2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r7uuhQS9n2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r7uuhQS9n2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r7uuhQS9n2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r7uuhQS9n2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r7uuhQS9n2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r7uuhQS9n2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r7uuhQS9n2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r7uuhQS9n2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r7uuhQS9n2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r7uuhQS9n2 .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r7uuhQS9n2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r7uuhQS9n2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r7uuhQS9n2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r7uuhQS9n2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r7uuhQS9n2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r7uuhQS9n2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r7uuhQS9n2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r7uuhQS9n2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r7uuhQS9n2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r7uuhQS9n2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r7uuhQS9n2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r7uuhQS9n2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r7uuhQS9n2 button.navbar-toggler:focus {
  outline: none;
}
.cid-r7uuhQS9n2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r7uuhQS9n2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r7uuhQS9n2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r7uuhQS9n2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r7uuhQS9n2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r7uuhQS9n2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r7uuhQS9n2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r7uuhQS9n2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r7uuhQS9n2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r7uuhQS9n2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r7uuhQS9n2 .collapsed .btn {
  display: flex;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.collapsing,
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r7uuhQS9n2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r7uuhQS9n2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-r7uuhQS9n2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r7uuhQS9n2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r7uuhQS9n2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r7uuhQS9n2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r7uuhQS9n2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r7uuhQS9n2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r7uuhQS9n2 .navbar-expand {
    flex-direction: column;
  }
  .cid-r7uuhQS9n2 img {
    height: 3.8rem !important;
  }
  .cid-r7uuhQS9n2 .btn {
    display: flex;
  }
  .cid-r7uuhQS9n2 button.navbar-toggler {
    display: block;
  }
  .cid-r7uuhQS9n2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r7uuhQS9n2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r7uuhQS9n2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r7uuhQS9n2 .navbar-collapse.collapsing,
  .cid-r7uuhQS9n2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-r7uuhQS9n2 .navbar-collapse.collapsing .navbar-nav,
  .cid-r7uuhQS9n2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r7uuhQS9n2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r7uuhQS9n2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r7uuhQS9n2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r7uuhQS9n2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r7uuhQS9n2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-r7uuhQS9n2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r7uuhQS9n2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r7uuhQS9n2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r7uuhQS9n2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r7uuhQS9n2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r7uuhQS9n2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r7uuhQS9n2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r7uuhQS9n2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r7uuhQS9n2 .navbar-collapse {
  flex-basis: auto;
}
.cid-r7uuhQS9n2 .nav-link:hover,
.cid-r7uuhQS9n2 .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r7uuhQS9n2 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r7uuhQS9n2 .underlined-example:hover {
  color: grey;
}
.cid-r7uuhQS9n2 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r7uuhQS9n2 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-r7uuhPCH2R {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-r7uuhPCH2R h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r7uuhPCH2R p {
  color: #767676;
  text-align: left;
}
.cid-r7uuhPCH2R .card-box {
  padding-top: 2rem;
}
.cid-r7uuhPCH2R .card-wrapper {
  height: 100%;
}
.cid-rTFM9OBNmq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/higuwg-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-rTFM9OBNmq .content {
    text-align: center;
  }
  .cid-rTFM9OBNmq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFM9OBNmq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFM9OBNmq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFM9OBNmq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFM9OBNmq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFM9OBNmq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFM9OBNmq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFM9OBNmq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFM9OBNmq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFM9OBNmq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFM9OBNmq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFM9OBNmq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFM9OBNmq .copyright > p {
  color: #5b686b;
}
.cid-rTFM9OBNmq P {
  color: #232323;
}
.cid-rTFM9OBNmq H5 {
  color: #232323;
}
.cid-rTFM9OBNmq .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFM9OBNmq .underlined-example:hover {
  color: blue;
}
.cid-rTFM9OBNmq .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFM9OBNmq .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43ruF91rV.popup-builder {
  background-color: #ffffff;
}
.cid-s43ruF91rV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43ruF91rV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43ruF91rV .modal-content,
.cid-s43ruF91rV .modal-dialog {
  height: auto;
}
.cid-s43ruF91rV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43ruF91rV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43ruF91rV .form-wrapper .mbr-form .form-group,
  .cid-s43ruF91rV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43ruF91rV .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43ruF91rV .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-s43ruF91rV .mbr-text {
  text-align: center;
}
.cid-s43ruF91rV .pt-0 {
  padding-top: 0 !important;
}
.cid-s43ruF91rV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43ruF91rV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43ruF91rV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43ruF91rV .modal-open {
  overflow: hidden;
}
.cid-s43ruF91rV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43ruF91rV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43ruF91rV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43ruF91rV .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-s43ruF91rV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43ruF91rV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43ruF91rV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43ruF91rV .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43ruF91rV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43ruF91rV .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43ruF91rV .modal-backdrop.show {
  opacity: .5;
}
.cid-s43ruF91rV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43ruF91rV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43ruF91rV .modal-header .close:hover {
  opacity: 1;
}
.cid-s43ruF91rV .modal-header .close:focus {
  outline: none;
}
.cid-s43ruF91rV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43ruF91rV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43ruF91rV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43ruF91rV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43ruF91rV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43ruF91rV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43ruF91rV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43ruF91rV .modal-sm {
    max-width: 300px;
  }
  .cid-s43ruF91rV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43ruF91rV .modal-lg,
  .cid-s43ruF91rV .modal-xl {
    max-width: 800px;
  }
  .cid-s43ruF91rV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43ruF91rV .modal-xl {
    max-width: 1140px;
  }
  .cid-s43ruF91rV .container {
    max-width: 1140px;
  }
}
.cid-s43ruF91rV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43ruF91rV .container {
    max-width: 720px;
  }
}
.cid-s43ruF91rV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43ruF91rV .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-s43ruF91rV .form-group {
  margin-bottom: 1rem;
}
.cid-s43ruF91rV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43ruF91rV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43ruF91rV .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-s43ruF91rV H4 {
  text-align: center;
}
.cid-s49f6ki1pr.popup-builder {
  background-color: #ffffff;
}
.cid-s49f6ki1pr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49f6ki1pr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49f6ki1pr .modal-content,
.cid-s49f6ki1pr .modal-dialog {
  height: auto;
}
.cid-s49f6ki1pr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49f6ki1pr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49f6ki1pr .form-wrapper .mbr-form .form-group,
  .cid-s49f6ki1pr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49f6ki1pr .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49f6ki1pr .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-s49f6ki1pr .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49f6ki1pr .pt-0 {
  padding-top: 0 !important;
}
.cid-s49f6ki1pr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49f6ki1pr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49f6ki1pr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49f6ki1pr .modal-open {
  overflow: hidden;
}
.cid-s49f6ki1pr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49f6ki1pr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49f6ki1pr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49f6ki1pr .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-s49f6ki1pr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49f6ki1pr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49f6ki1pr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49f6ki1pr .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49f6ki1pr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49f6ki1pr .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49f6ki1pr .modal-backdrop.show {
  opacity: .5;
}
.cid-s49f6ki1pr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49f6ki1pr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49f6ki1pr .modal-header .close:hover {
  opacity: 1;
}
.cid-s49f6ki1pr .modal-header .close:focus {
  outline: none;
}
.cid-s49f6ki1pr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49f6ki1pr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49f6ki1pr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49f6ki1pr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49f6ki1pr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49f6ki1pr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49f6ki1pr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49f6ki1pr .modal-sm {
    max-width: 300px;
  }
  .cid-s49f6ki1pr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49f6ki1pr .modal-lg,
  .cid-s49f6ki1pr .modal-xl {
    max-width: 800px;
  }
  .cid-s49f6ki1pr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49f6ki1pr .modal-xl {
    max-width: 1140px;
  }
  .cid-s49f6ki1pr .container {
    max-width: 1140px;
  }
}
.cid-s49f6ki1pr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49f6ki1pr .container {
    max-width: 720px;
  }
}
.cid-s49f6ki1pr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49f6ki1pr .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-s49f6ki1pr .form-group {
  margin-bottom: 1rem;
}
.cid-s49f6ki1pr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49f6ki1pr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49f6ki1pr .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-s49f9pBUOt.popup-builder {
  background-color: #ffffff;
}
.cid-s49f9pBUOt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49f9pBUOt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49f9pBUOt .modal-content,
.cid-s49f9pBUOt .modal-dialog {
  height: auto;
}
.cid-s49f9pBUOt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49f9pBUOt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49f9pBUOt .form-wrapper .mbr-form .form-group,
  .cid-s49f9pBUOt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49f9pBUOt .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49f9pBUOt .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-s49f9pBUOt .mbr-text {
  text-align: left;
}
.cid-s49f9pBUOt .pt-0 {
  padding-top: 0 !important;
}
.cid-s49f9pBUOt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49f9pBUOt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49f9pBUOt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49f9pBUOt .modal-open {
  overflow: hidden;
}
.cid-s49f9pBUOt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49f9pBUOt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49f9pBUOt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49f9pBUOt .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-s49f9pBUOt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49f9pBUOt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49f9pBUOt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49f9pBUOt .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49f9pBUOt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49f9pBUOt .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49f9pBUOt .modal-backdrop.show {
  opacity: .5;
}
.cid-s49f9pBUOt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49f9pBUOt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49f9pBUOt .modal-header .close:hover {
  opacity: 1;
}
.cid-s49f9pBUOt .modal-header .close:focus {
  outline: none;
}
.cid-s49f9pBUOt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49f9pBUOt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49f9pBUOt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49f9pBUOt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49f9pBUOt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49f9pBUOt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49f9pBUOt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49f9pBUOt .modal-sm {
    max-width: 300px;
  }
  .cid-s49f9pBUOt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49f9pBUOt .modal-lg,
  .cid-s49f9pBUOt .modal-xl {
    max-width: 800px;
  }
  .cid-s49f9pBUOt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49f9pBUOt .modal-xl {
    max-width: 1140px;
  }
  .cid-s49f9pBUOt .container {
    max-width: 1140px;
  }
}
.cid-s49f9pBUOt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49f9pBUOt .container {
    max-width: 720px;
  }
}
.cid-s49f9pBUOt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49f9pBUOt .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-s49f9pBUOt .form-group {
  margin-bottom: 1rem;
}
.cid-s49f9pBUOt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49f9pBUOt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49f9pBUOt .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-r5Y5gebVoJ .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y5gebVoJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y5gebVoJ a {
  font-style: normal;
}
.cid-r5Y5gebVoJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y5gebVoJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y5gebVoJ .nav-item:focus,
.cid-r5Y5gebVoJ .nav-link:focus {
  outline: none;
}
.cid-r5Y5gebVoJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y5gebVoJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y5gebVoJ .menu-logo {
  margin-right: auto;
}
.cid-r5Y5gebVoJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y5gebVoJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y5gebVoJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y5gebVoJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y5gebVoJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y5gebVoJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y5gebVoJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y5gebVoJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y5gebVoJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y5gebVoJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y5gebVoJ .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y5gebVoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y5gebVoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y5gebVoJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y5gebVoJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y5gebVoJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y5gebVoJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y5gebVoJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y5gebVoJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y5gebVoJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y5gebVoJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y5gebVoJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y5gebVoJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y5gebVoJ button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y5gebVoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y5gebVoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y5gebVoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5gebVoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y5gebVoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y5gebVoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5gebVoJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y5gebVoJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y5gebVoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y5gebVoJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y5gebVoJ .collapsed .btn {
  display: flex;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.collapsing,
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y5gebVoJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y5gebVoJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y5gebVoJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y5gebVoJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y5gebVoJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y5gebVoJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y5gebVoJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y5gebVoJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y5gebVoJ .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y5gebVoJ img {
    height: 3.8rem !important;
  }
  .cid-r5Y5gebVoJ .btn {
    display: flex;
  }
  .cid-r5Y5gebVoJ button.navbar-toggler {
    display: block;
  }
  .cid-r5Y5gebVoJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y5gebVoJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y5gebVoJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y5gebVoJ .navbar-collapse.collapsing,
  .cid-r5Y5gebVoJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y5gebVoJ .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y5gebVoJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y5gebVoJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y5gebVoJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y5gebVoJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y5gebVoJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5gebVoJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y5gebVoJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y5gebVoJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y5gebVoJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y5gebVoJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y5gebVoJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y5gebVoJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y5gebVoJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y5gebVoJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y5gebVoJ .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y5gebVoJ .nav-link:hover,
.cid-r5Y5gebVoJ .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y5gebVoJ .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y5gebVoJ .underlined-example:hover {
  color: grey;
}
.cid-r5Y5gebVoJ .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y5gebVoJ .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-r5SLiGbKPN {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-r5SLiGbKPN h2 {
  text-align: left;
}
.cid-r5SLiGbKPN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r5SLiGbKPN p {
  color: #767676;
  text-align: left;
}
.cid-r5SLiGbKPN .aside-content {
  flex-basis: 100%;
}
.cid-r5SLiGbKPN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r5SLiGbKPN .media {
  margin: initial;
  align-items: center;
}
.cid-r5SLiGbKPN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r5SLiGbKPN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r5SLiGbKPN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r5SLiGbKPN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r5SLiGbKPN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-r5SLiGbKPN .card-img span {
    font-size: 40px !important;
  }
}
.cid-r5SLiGbKPN .mbr-text B {
  color: #767676;
}
.cid-r5SLiGbKPN DIV {
  color: #232323;
}
.cid-r5SLiGbKPN B {
  color: #000099;
}
.cid-r5SLiGbKPN H2 {
  color: #5b686b;
}
.cid-rTFLUgSHr2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFLUgSHr2 .content {
    text-align: center;
  }
  .cid-rTFLUgSHr2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFLUgSHr2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFLUgSHr2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFLUgSHr2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFLUgSHr2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFLUgSHr2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFLUgSHr2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFLUgSHr2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFLUgSHr2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFLUgSHr2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFLUgSHr2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFLUgSHr2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFLUgSHr2 .copyright > p {
  color: #5b686b;
}
.cid-rTFLUgSHr2 P {
  color: #232323;
}
.cid-rTFLUgSHr2 H5 {
  color: #232323;
}
.cid-rTFLUgSHr2 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFLUgSHr2 .underlined-example:hover {
  color: blue;
}
.cid-rTFLUgSHr2 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFLUgSHr2 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43qJzNNFJ.popup-builder {
  background-color: #ffffff;
}
.cid-s43qJzNNFJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43qJzNNFJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43qJzNNFJ .modal-content,
.cid-s43qJzNNFJ .modal-dialog {
  height: auto;
}
.cid-s43qJzNNFJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43qJzNNFJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43qJzNNFJ .form-wrapper .mbr-form .form-group,
  .cid-s43qJzNNFJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43qJzNNFJ .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43qJzNNFJ .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-s43qJzNNFJ .mbr-text {
  text-align: center;
}
.cid-s43qJzNNFJ .pt-0 {
  padding-top: 0 !important;
}
.cid-s43qJzNNFJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43qJzNNFJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43qJzNNFJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43qJzNNFJ .modal-open {
  overflow: hidden;
}
.cid-s43qJzNNFJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43qJzNNFJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43qJzNNFJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43qJzNNFJ .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-s43qJzNNFJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43qJzNNFJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43qJzNNFJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43qJzNNFJ .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43qJzNNFJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43qJzNNFJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43qJzNNFJ .modal-backdrop.show {
  opacity: .5;
}
.cid-s43qJzNNFJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43qJzNNFJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43qJzNNFJ .modal-header .close:hover {
  opacity: 1;
}
.cid-s43qJzNNFJ .modal-header .close:focus {
  outline: none;
}
.cid-s43qJzNNFJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43qJzNNFJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43qJzNNFJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43qJzNNFJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43qJzNNFJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43qJzNNFJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43qJzNNFJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43qJzNNFJ .modal-sm {
    max-width: 300px;
  }
  .cid-s43qJzNNFJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43qJzNNFJ .modal-lg,
  .cid-s43qJzNNFJ .modal-xl {
    max-width: 800px;
  }
  .cid-s43qJzNNFJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43qJzNNFJ .modal-xl {
    max-width: 1140px;
  }
  .cid-s43qJzNNFJ .container {
    max-width: 1140px;
  }
}
.cid-s43qJzNNFJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43qJzNNFJ .container {
    max-width: 720px;
  }
}
.cid-s43qJzNNFJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43qJzNNFJ .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-s43qJzNNFJ .form-group {
  margin-bottom: 1rem;
}
.cid-s43qJzNNFJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43qJzNNFJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43qJzNNFJ .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-s43qJzNNFJ H4 {
  text-align: center;
}
.cid-s49fJ08RAm.popup-builder {
  background-color: #ffffff;
}
.cid-s49fJ08RAm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fJ08RAm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fJ08RAm .modal-content,
.cid-s49fJ08RAm .modal-dialog {
  height: auto;
}
.cid-s49fJ08RAm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fJ08RAm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fJ08RAm .form-wrapper .mbr-form .form-group,
  .cid-s49fJ08RAm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fJ08RAm .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49fJ08RAm .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-s49fJ08RAm .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49fJ08RAm .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fJ08RAm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fJ08RAm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fJ08RAm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fJ08RAm .modal-open {
  overflow: hidden;
}
.cid-s49fJ08RAm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fJ08RAm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fJ08RAm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fJ08RAm .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-s49fJ08RAm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fJ08RAm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fJ08RAm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fJ08RAm .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fJ08RAm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fJ08RAm .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fJ08RAm .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fJ08RAm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fJ08RAm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fJ08RAm .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fJ08RAm .modal-header .close:focus {
  outline: none;
}
.cid-s49fJ08RAm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49fJ08RAm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fJ08RAm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fJ08RAm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fJ08RAm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fJ08RAm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fJ08RAm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fJ08RAm .modal-sm {
    max-width: 300px;
  }
  .cid-s49fJ08RAm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fJ08RAm .modal-lg,
  .cid-s49fJ08RAm .modal-xl {
    max-width: 800px;
  }
  .cid-s49fJ08RAm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fJ08RAm .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fJ08RAm .container {
    max-width: 1140px;
  }
}
.cid-s49fJ08RAm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fJ08RAm .container {
    max-width: 720px;
  }
}
.cid-s49fJ08RAm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fJ08RAm .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-s49fJ08RAm .form-group {
  margin-bottom: 1rem;
}
.cid-s49fJ08RAm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fJ08RAm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fJ08RAm .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-s49fL7VaIp.popup-builder {
  background-color: #ffffff;
}
.cid-s49fL7VaIp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fL7VaIp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fL7VaIp .modal-content,
.cid-s49fL7VaIp .modal-dialog {
  height: auto;
}
.cid-s49fL7VaIp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fL7VaIp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fL7VaIp .form-wrapper .mbr-form .form-group,
  .cid-s49fL7VaIp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fL7VaIp .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49fL7VaIp .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-s49fL7VaIp .mbr-text {
  text-align: left;
}
.cid-s49fL7VaIp .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fL7VaIp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fL7VaIp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fL7VaIp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fL7VaIp .modal-open {
  overflow: hidden;
}
.cid-s49fL7VaIp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fL7VaIp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fL7VaIp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fL7VaIp .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-s49fL7VaIp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fL7VaIp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fL7VaIp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fL7VaIp .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fL7VaIp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fL7VaIp .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fL7VaIp .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fL7VaIp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fL7VaIp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fL7VaIp .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fL7VaIp .modal-header .close:focus {
  outline: none;
}
.cid-s49fL7VaIp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49fL7VaIp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fL7VaIp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fL7VaIp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fL7VaIp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fL7VaIp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fL7VaIp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fL7VaIp .modal-sm {
    max-width: 300px;
  }
  .cid-s49fL7VaIp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fL7VaIp .modal-lg,
  .cid-s49fL7VaIp .modal-xl {
    max-width: 800px;
  }
  .cid-s49fL7VaIp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fL7VaIp .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fL7VaIp .container {
    max-width: 1140px;
  }
}
.cid-s49fL7VaIp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fL7VaIp .container {
    max-width: 720px;
  }
}
.cid-s49fL7VaIp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fL7VaIp .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-s49fL7VaIp .form-group {
  margin-bottom: 1rem;
}
.cid-s49fL7VaIp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fL7VaIp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fL7VaIp .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-r5Y52dV26H .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y52dV26H .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y52dV26H a {
  font-style: normal;
}
.cid-r5Y52dV26H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y52dV26H .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y52dV26H .nav-item:focus,
.cid-r5Y52dV26H .nav-link:focus {
  outline: none;
}
.cid-r5Y52dV26H .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y52dV26H .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y52dV26H .menu-logo {
  margin-right: auto;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y52dV26H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y52dV26H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y52dV26H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y52dV26H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y52dV26H .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y52dV26H .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y52dV26H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y52dV26H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y52dV26H button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y52dV26H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y52dV26H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y52dV26H .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y52dV26H .collapsed .btn {
  display: flex;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y52dV26H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y52dV26H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y52dV26H .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y52dV26H .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y52dV26H .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y52dV26H .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y52dV26H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y52dV26H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y52dV26H .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y52dV26H .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y52dV26H img {
    height: 3.8rem !important;
  }
  .cid-r5Y52dV26H .btn {
    display: flex;
  }
  .cid-r5Y52dV26H button.navbar-toggler {
    display: block;
  }
  .cid-r5Y52dV26H .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y52dV26H .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y52dV26H .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing,
  .cid-r5Y52dV26H .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y52dV26H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y52dV26H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y52dV26H .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y52dV26H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y52dV26H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y52dV26H .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y52dV26H .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y52dV26H .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y52dV26H .nav-link:hover,
.cid-r5Y52dV26H .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y52dV26H .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y52dV26H .underlined-example:hover {
  color: grey;
}
.cid-r5Y52dV26H .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y52dV26H .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rm5V2ER2UJ {
  padding-top: 120px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rm5V2ER2UJ .image-block {
  margin: auto;
}
.cid-rm5V2ER2UJ figcaption {
  position: relative;
}
.cid-rm5V2ER2UJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rm5V2ER2UJ .image-block {
    width: 100% !important;
  }
}
.cid-rm5V2ER2UJ DIV {
  color: #cc2952;
}
.cid-rpGZR1njRZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rpGZR1njRZ .line {
  background-color: #000099;
  color: #000099;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpGZR1njRZ .section-text {
  padding: 2rem 0;
  color: #000099;
}
.cid-rpGZR1njRZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpGZR1njRZ .inner-container {
    width: 100% !important;
  }
}
.cid-rpGZR1njRZ .section-text SPAN {
  color: #000099;
}
.cid-rpGZR1njRZ .section-text DIV {
  color: #767676;
}
.cid-rpGZR1njRZ .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rpGZR1njRZ .underlined-example:hover {
  color: blue;
}
.cid-rpGZR1njRZ .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rpGZR1njRZ .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFLxcWy7G {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFLxcWy7G .content {
    text-align: center;
  }
  .cid-rTFLxcWy7G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFLxcWy7G .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFLxcWy7G .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFLxcWy7G .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFLxcWy7G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFLxcWy7G .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFLxcWy7G .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFLxcWy7G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFLxcWy7G .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFLxcWy7G .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFLxcWy7G .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFLxcWy7G .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFLxcWy7G .copyright > p {
  color: #5b686b;
}
.cid-rTFLxcWy7G P {
  color: #232323;
}
.cid-rTFLxcWy7G H5 {
  color: #232323;
}
.cid-rTFLxcWy7G .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFLxcWy7G .underlined-example:hover {
  color: blue;
}
.cid-rTFLxcWy7G .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFLxcWy7G .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43q7X2941.popup-builder {
  background-color: #ffffff;
}
.cid-s43q7X2941.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43q7X2941.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43q7X2941 .modal-content,
.cid-s43q7X2941 .modal-dialog {
  height: auto;
}
.cid-s43q7X2941 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43q7X2941 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43q7X2941 .form-wrapper .mbr-form .form-group,
  .cid-s43q7X2941 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43q7X2941 .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43q7X2941 .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-s43q7X2941 .mbr-text {
  text-align: center;
}
.cid-s43q7X2941 .pt-0 {
  padding-top: 0 !important;
}
.cid-s43q7X2941 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43q7X2941 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43q7X2941 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43q7X2941 .modal-open {
  overflow: hidden;
}
.cid-s43q7X2941 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43q7X2941 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43q7X2941 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43q7X2941 .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-s43q7X2941 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43q7X2941 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43q7X2941 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43q7X2941 .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43q7X2941 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43q7X2941 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43q7X2941 .modal-backdrop.show {
  opacity: .5;
}
.cid-s43q7X2941 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43q7X2941 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43q7X2941 .modal-header .close:hover {
  opacity: 1;
}
.cid-s43q7X2941 .modal-header .close:focus {
  outline: none;
}
.cid-s43q7X2941 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43q7X2941 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43q7X2941 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43q7X2941 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43q7X2941 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43q7X2941 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43q7X2941 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43q7X2941 .modal-sm {
    max-width: 300px;
  }
  .cid-s43q7X2941 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43q7X2941 .modal-lg,
  .cid-s43q7X2941 .modal-xl {
    max-width: 800px;
  }
  .cid-s43q7X2941 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43q7X2941 .modal-xl {
    max-width: 1140px;
  }
  .cid-s43q7X2941 .container {
    max-width: 1140px;
  }
}
.cid-s43q7X2941 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43q7X2941 .container {
    max-width: 720px;
  }
}
.cid-s43q7X2941 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43q7X2941 .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-s43q7X2941 .form-group {
  margin-bottom: 1rem;
}
.cid-s43q7X2941 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43q7X2941 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43q7X2941 .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-s43q7X2941 H4 {
  text-align: center;
}
.cid-s49fXGPmOk.popup-builder {
  background-color: #ffffff;
}
.cid-s49fXGPmOk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fXGPmOk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fXGPmOk .modal-content,
.cid-s49fXGPmOk .modal-dialog {
  height: auto;
}
.cid-s49fXGPmOk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fXGPmOk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fXGPmOk .form-wrapper .mbr-form .form-group,
  .cid-s49fXGPmOk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fXGPmOk .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49fXGPmOk .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-s49fXGPmOk .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49fXGPmOk .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fXGPmOk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fXGPmOk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fXGPmOk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fXGPmOk .modal-open {
  overflow: hidden;
}
.cid-s49fXGPmOk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fXGPmOk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fXGPmOk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fXGPmOk .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-s49fXGPmOk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fXGPmOk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fXGPmOk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fXGPmOk .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fXGPmOk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fXGPmOk .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fXGPmOk .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fXGPmOk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fXGPmOk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fXGPmOk .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fXGPmOk .modal-header .close:focus {
  outline: none;
}
.cid-s49fXGPmOk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49fXGPmOk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fXGPmOk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fXGPmOk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fXGPmOk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fXGPmOk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fXGPmOk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fXGPmOk .modal-sm {
    max-width: 300px;
  }
  .cid-s49fXGPmOk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fXGPmOk .modal-lg,
  .cid-s49fXGPmOk .modal-xl {
    max-width: 800px;
  }
  .cid-s49fXGPmOk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fXGPmOk .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fXGPmOk .container {
    max-width: 1140px;
  }
}
.cid-s49fXGPmOk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fXGPmOk .container {
    max-width: 720px;
  }
}
.cid-s49fXGPmOk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fXGPmOk .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-s49fXGPmOk .form-group {
  margin-bottom: 1rem;
}
.cid-s49fXGPmOk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fXGPmOk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fXGPmOk .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-s49fZoeY4k.popup-builder {
  background-color: #ffffff;
}
.cid-s49fZoeY4k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49fZoeY4k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49fZoeY4k .modal-content,
.cid-s49fZoeY4k .modal-dialog {
  height: auto;
}
.cid-s49fZoeY4k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49fZoeY4k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49fZoeY4k .form-wrapper .mbr-form .form-group,
  .cid-s49fZoeY4k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49fZoeY4k .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49fZoeY4k .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-s49fZoeY4k .mbr-text {
  text-align: left;
}
.cid-s49fZoeY4k .pt-0 {
  padding-top: 0 !important;
}
.cid-s49fZoeY4k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49fZoeY4k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49fZoeY4k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49fZoeY4k .modal-open {
  overflow: hidden;
}
.cid-s49fZoeY4k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49fZoeY4k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49fZoeY4k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49fZoeY4k .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-s49fZoeY4k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49fZoeY4k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49fZoeY4k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49fZoeY4k .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49fZoeY4k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49fZoeY4k .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49fZoeY4k .modal-backdrop.show {
  opacity: .5;
}
.cid-s49fZoeY4k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49fZoeY4k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49fZoeY4k .modal-header .close:hover {
  opacity: 1;
}
.cid-s49fZoeY4k .modal-header .close:focus {
  outline: none;
}
.cid-s49fZoeY4k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49fZoeY4k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49fZoeY4k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49fZoeY4k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49fZoeY4k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49fZoeY4k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49fZoeY4k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49fZoeY4k .modal-sm {
    max-width: 300px;
  }
  .cid-s49fZoeY4k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49fZoeY4k .modal-lg,
  .cid-s49fZoeY4k .modal-xl {
    max-width: 800px;
  }
  .cid-s49fZoeY4k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49fZoeY4k .modal-xl {
    max-width: 1140px;
  }
  .cid-s49fZoeY4k .container {
    max-width: 1140px;
  }
}
.cid-s49fZoeY4k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49fZoeY4k .container {
    max-width: 720px;
  }
}
.cid-s49fZoeY4k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49fZoeY4k .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-s49fZoeY4k .form-group {
  margin-bottom: 1rem;
}
.cid-s49fZoeY4k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49fZoeY4k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49fZoeY4k .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-r5ZzRngRR3 .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5ZzRngRR3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5ZzRngRR3 a {
  font-style: normal;
}
.cid-r5ZzRngRR3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5ZzRngRR3 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5ZzRngRR3 .nav-item:focus,
.cid-r5ZzRngRR3 .nav-link:focus {
  outline: none;
}
.cid-r5ZzRngRR3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5ZzRngRR3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5ZzRngRR3 .menu-logo {
  margin-right: auto;
}
.cid-r5ZzRngRR3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5ZzRngRR3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5ZzRngRR3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5ZzRngRR3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5ZzRngRR3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5ZzRngRR3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5ZzRngRR3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5ZzRngRR3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5ZzRngRR3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5ZzRngRR3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5ZzRngRR3 .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5ZzRngRR3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5ZzRngRR3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5ZzRngRR3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5ZzRngRR3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5ZzRngRR3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5ZzRngRR3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5ZzRngRR3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5ZzRngRR3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5ZzRngRR3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5ZzRngRR3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5ZzRngRR3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5ZzRngRR3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5ZzRngRR3 button.navbar-toggler:focus {
  outline: none;
}
.cid-r5ZzRngRR3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5ZzRngRR3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5ZzRngRR3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5ZzRngRR3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5ZzRngRR3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5ZzRngRR3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5ZzRngRR3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5ZzRngRR3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5ZzRngRR3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5ZzRngRR3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5ZzRngRR3 .collapsed .btn {
  display: flex;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.collapsing,
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5ZzRngRR3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5ZzRngRR3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5ZzRngRR3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5ZzRngRR3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5ZzRngRR3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5ZzRngRR3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5ZzRngRR3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5ZzRngRR3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5ZzRngRR3 .navbar-expand {
    flex-direction: column;
  }
  .cid-r5ZzRngRR3 img {
    height: 3.8rem !important;
  }
  .cid-r5ZzRngRR3 .btn {
    display: flex;
  }
  .cid-r5ZzRngRR3 button.navbar-toggler {
    display: block;
  }
  .cid-r5ZzRngRR3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5ZzRngRR3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5ZzRngRR3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5ZzRngRR3 .navbar-collapse.collapsing,
  .cid-r5ZzRngRR3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5ZzRngRR3 .navbar-collapse.collapsing .navbar-nav,
  .cid-r5ZzRngRR3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5ZzRngRR3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5ZzRngRR3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5ZzRngRR3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5ZzRngRR3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5ZzRngRR3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5ZzRngRR3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5ZzRngRR3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5ZzRngRR3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5ZzRngRR3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5ZzRngRR3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5ZzRngRR3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5ZzRngRR3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5ZzRngRR3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5ZzRngRR3 .navbar-collapse {
  flex-basis: auto;
}
.cid-r5ZzRngRR3 .nav-link:hover,
.cid-r5ZzRngRR3 .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5ZzRngRR3 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5ZzRngRR3 .underlined-example:hover {
  color: grey;
}
.cid-r5ZzRngRR3 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5ZzRngRR3 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWPaVcHQDC {
  padding-top: 120px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWPaVcHQDC .image-block {
  margin: auto;
}
.cid-qWPaVcHQDC figcaption {
  position: relative;
}
.cid-qWPaVcHQDC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWPaVcHQDC .image-block {
    width: 100% !important;
  }
}
.cid-rTFK7uxkdd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFK7uxkdd .content {
    text-align: center;
  }
  .cid-rTFK7uxkdd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFK7uxkdd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFK7uxkdd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFK7uxkdd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFK7uxkdd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFK7uxkdd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFK7uxkdd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFK7uxkdd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFK7uxkdd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFK7uxkdd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFK7uxkdd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFK7uxkdd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFK7uxkdd .copyright > p {
  color: #5b686b;
}
.cid-rTFK7uxkdd P {
  color: #232323;
}
.cid-rTFK7uxkdd H5 {
  color: #232323;
}
.cid-rTFK7uxkdd .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFK7uxkdd .underlined-example:hover {
  color: blue;
}
.cid-rTFK7uxkdd .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFK7uxkdd .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43jqh8zJo.popup-builder {
  background-color: #ffffff;
}
.cid-s43jqh8zJo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43jqh8zJo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43jqh8zJo .modal-content,
.cid-s43jqh8zJo .modal-dialog {
  height: auto;
}
.cid-s43jqh8zJo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43jqh8zJo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43jqh8zJo .form-wrapper .mbr-form .form-group,
  .cid-s43jqh8zJo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43jqh8zJo .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43jqh8zJo .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-s43jqh8zJo .mbr-text {
  text-align: center;
}
.cid-s43jqh8zJo .pt-0 {
  padding-top: 0 !important;
}
.cid-s43jqh8zJo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43jqh8zJo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43jqh8zJo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43jqh8zJo .modal-open {
  overflow: hidden;
}
.cid-s43jqh8zJo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43jqh8zJo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43jqh8zJo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43jqh8zJo .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-s43jqh8zJo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43jqh8zJo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43jqh8zJo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43jqh8zJo .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43jqh8zJo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43jqh8zJo .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43jqh8zJo .modal-backdrop.show {
  opacity: .5;
}
.cid-s43jqh8zJo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43jqh8zJo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43jqh8zJo .modal-header .close:hover {
  opacity: 1;
}
.cid-s43jqh8zJo .modal-header .close:focus {
  outline: none;
}
.cid-s43jqh8zJo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43jqh8zJo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43jqh8zJo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43jqh8zJo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43jqh8zJo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43jqh8zJo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43jqh8zJo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43jqh8zJo .modal-sm {
    max-width: 300px;
  }
  .cid-s43jqh8zJo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43jqh8zJo .modal-lg,
  .cid-s43jqh8zJo .modal-xl {
    max-width: 800px;
  }
  .cid-s43jqh8zJo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43jqh8zJo .modal-xl {
    max-width: 1140px;
  }
  .cid-s43jqh8zJo .container {
    max-width: 1140px;
  }
}
.cid-s43jqh8zJo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43jqh8zJo .container {
    max-width: 720px;
  }
}
.cid-s43jqh8zJo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43jqh8zJo .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-s43jqh8zJo .form-group {
  margin-bottom: 1rem;
}
.cid-s43jqh8zJo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43jqh8zJo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43jqh8zJo .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-s43jqh8zJo H4 {
  text-align: center;
}
.cid-s49h7gNvSV.popup-builder {
  background-color: #ffffff;
}
.cid-s49h7gNvSV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49h7gNvSV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49h7gNvSV .modal-content,
.cid-s49h7gNvSV .modal-dialog {
  height: auto;
}
.cid-s49h7gNvSV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49h7gNvSV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49h7gNvSV .form-wrapper .mbr-form .form-group,
  .cid-s49h7gNvSV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49h7gNvSV .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49h7gNvSV .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-s49h7gNvSV .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49h7gNvSV .pt-0 {
  padding-top: 0 !important;
}
.cid-s49h7gNvSV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49h7gNvSV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49h7gNvSV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49h7gNvSV .modal-open {
  overflow: hidden;
}
.cid-s49h7gNvSV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49h7gNvSV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49h7gNvSV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49h7gNvSV .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-s49h7gNvSV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49h7gNvSV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49h7gNvSV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49h7gNvSV .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49h7gNvSV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49h7gNvSV .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49h7gNvSV .modal-backdrop.show {
  opacity: .5;
}
.cid-s49h7gNvSV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49h7gNvSV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49h7gNvSV .modal-header .close:hover {
  opacity: 1;
}
.cid-s49h7gNvSV .modal-header .close:focus {
  outline: none;
}
.cid-s49h7gNvSV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49h7gNvSV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49h7gNvSV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49h7gNvSV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49h7gNvSV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49h7gNvSV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49h7gNvSV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49h7gNvSV .modal-sm {
    max-width: 300px;
  }
  .cid-s49h7gNvSV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49h7gNvSV .modal-lg,
  .cid-s49h7gNvSV .modal-xl {
    max-width: 800px;
  }
  .cid-s49h7gNvSV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49h7gNvSV .modal-xl {
    max-width: 1140px;
  }
  .cid-s49h7gNvSV .container {
    max-width: 1140px;
  }
}
.cid-s49h7gNvSV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49h7gNvSV .container {
    max-width: 720px;
  }
}
.cid-s49h7gNvSV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49h7gNvSV .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-s49h7gNvSV .form-group {
  margin-bottom: 1rem;
}
.cid-s49h7gNvSV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49h7gNvSV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49h7gNvSV .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-s49h9Aleaz.popup-builder {
  background-color: #ffffff;
}
.cid-s49h9Aleaz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49h9Aleaz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49h9Aleaz .modal-content,
.cid-s49h9Aleaz .modal-dialog {
  height: auto;
}
.cid-s49h9Aleaz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49h9Aleaz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49h9Aleaz .form-wrapper .mbr-form .form-group,
  .cid-s49h9Aleaz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49h9Aleaz .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49h9Aleaz .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-s49h9Aleaz .mbr-text {
  text-align: left;
}
.cid-s49h9Aleaz .pt-0 {
  padding-top: 0 !important;
}
.cid-s49h9Aleaz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49h9Aleaz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49h9Aleaz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49h9Aleaz .modal-open {
  overflow: hidden;
}
.cid-s49h9Aleaz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49h9Aleaz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49h9Aleaz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49h9Aleaz .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-s49h9Aleaz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49h9Aleaz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49h9Aleaz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49h9Aleaz .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49h9Aleaz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49h9Aleaz .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49h9Aleaz .modal-backdrop.show {
  opacity: .5;
}
.cid-s49h9Aleaz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49h9Aleaz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49h9Aleaz .modal-header .close:hover {
  opacity: 1;
}
.cid-s49h9Aleaz .modal-header .close:focus {
  outline: none;
}
.cid-s49h9Aleaz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49h9Aleaz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49h9Aleaz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49h9Aleaz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49h9Aleaz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49h9Aleaz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49h9Aleaz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49h9Aleaz .modal-sm {
    max-width: 300px;
  }
  .cid-s49h9Aleaz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49h9Aleaz .modal-lg,
  .cid-s49h9Aleaz .modal-xl {
    max-width: 800px;
  }
  .cid-s49h9Aleaz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49h9Aleaz .modal-xl {
    max-width: 1140px;
  }
  .cid-s49h9Aleaz .container {
    max-width: 1140px;
  }
}
.cid-s49h9Aleaz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49h9Aleaz .container {
    max-width: 720px;
  }
}
.cid-s49h9Aleaz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49h9Aleaz .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-s49h9Aleaz .form-group {
  margin-bottom: 1rem;
}
.cid-s49h9Aleaz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49h9Aleaz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49h9Aleaz .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-r5Y4iRfqio .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y4iRfqio .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y4iRfqio a {
  font-style: normal;
}
.cid-r5Y4iRfqio .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y4iRfqio .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y4iRfqio .nav-item:focus,
.cid-r5Y4iRfqio .nav-link:focus {
  outline: none;
}
.cid-r5Y4iRfqio .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y4iRfqio .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y4iRfqio .menu-logo {
  margin-right: auto;
}
.cid-r5Y4iRfqio .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y4iRfqio .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y4iRfqio .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y4iRfqio .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y4iRfqio .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y4iRfqio .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y4iRfqio .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y4iRfqio .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y4iRfqio .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y4iRfqio .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y4iRfqio .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y4iRfqio .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y4iRfqio .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y4iRfqio .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y4iRfqio .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y4iRfqio .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y4iRfqio .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y4iRfqio .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y4iRfqio .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y4iRfqio .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y4iRfqio .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y4iRfqio .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y4iRfqio button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y4iRfqio button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y4iRfqio button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y4iRfqio button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y4iRfqio button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4iRfqio button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4iRfqio button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y4iRfqio nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4iRfqio nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y4iRfqio nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y4iRfqio nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4iRfqio .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y4iRfqio .collapsed .btn {
  display: flex;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse.collapsing,
.cid-r5Y4iRfqio .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y4iRfqio .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y4iRfqio .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y4iRfqio .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y4iRfqio .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y4iRfqio .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y4iRfqio .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4iRfqio .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y4iRfqio .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y4iRfqio .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y4iRfqio .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y4iRfqio .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y4iRfqio .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y4iRfqio .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y4iRfqio .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y4iRfqio img {
    height: 3.8rem !important;
  }
  .cid-r5Y4iRfqio .btn {
    display: flex;
  }
  .cid-r5Y4iRfqio button.navbar-toggler {
    display: block;
  }
  .cid-r5Y4iRfqio .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y4iRfqio .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y4iRfqio .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y4iRfqio .navbar-collapse.collapsing,
  .cid-r5Y4iRfqio .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y4iRfqio .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y4iRfqio .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y4iRfqio .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y4iRfqio .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y4iRfqio .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y4iRfqio .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4iRfqio .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y4iRfqio .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y4iRfqio .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y4iRfqio .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4iRfqio .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y4iRfqio .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y4iRfqio .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y4iRfqio .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y4iRfqio .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y4iRfqio .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y4iRfqio .nav-link:hover,
.cid-r5Y4iRfqio .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y4iRfqio .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y4iRfqio .underlined-example:hover {
  color: grey;
}
.cid-r5Y4iRfqio .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y4iRfqio .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWPEUvsCUg {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWPEUvsCUg .card-img {
  background-color: #fff;
}
.cid-qWPEUvsCUg .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qWPEUvsCUg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qWPEUvsCUg p {
  text-align: left;
}
.cid-qWPEUvsCUg .mbr-text {
  color: #767676;
}
.cid-qWPEUvsCUg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWPEUvsCUg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qWPEUvsCUg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qWPEUvsCUg .card-title B {
  color: #000099;
}
.cid-qWPEUvsCUg .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #000099;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.cid-qWPEUvsCUg .underlined-example:hover {
  color: #ffcc00;
}
.cid-qWPEUvsCUg .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: grey;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-qWPEUvsCUg .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFKM2SIKl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFKM2SIKl .content {
    text-align: center;
  }
  .cid-rTFKM2SIKl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFKM2SIKl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFKM2SIKl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFKM2SIKl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFKM2SIKl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFKM2SIKl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFKM2SIKl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFKM2SIKl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFKM2SIKl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFKM2SIKl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFKM2SIKl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFKM2SIKl .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFKM2SIKl .copyright > p {
  color: #5b686b;
}
.cid-rTFKM2SIKl P {
  color: #232323;
}
.cid-rTFKM2SIKl H5 {
  color: #232323;
}
.cid-rTFKM2SIKl .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFKM2SIKl .underlined-example:hover {
  color: blue;
}
.cid-rTFKM2SIKl .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFKM2SIKl .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43nsuMSAg.popup-builder {
  background-color: #ffffff;
}
.cid-s43nsuMSAg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43nsuMSAg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43nsuMSAg .modal-content,
.cid-s43nsuMSAg .modal-dialog {
  height: auto;
}
.cid-s43nsuMSAg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43nsuMSAg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43nsuMSAg .form-wrapper .mbr-form .form-group,
  .cid-s43nsuMSAg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43nsuMSAg .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43nsuMSAg .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-s43nsuMSAg .mbr-text {
  text-align: center;
}
.cid-s43nsuMSAg .pt-0 {
  padding-top: 0 !important;
}
.cid-s43nsuMSAg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43nsuMSAg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43nsuMSAg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43nsuMSAg .modal-open {
  overflow: hidden;
}
.cid-s43nsuMSAg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43nsuMSAg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43nsuMSAg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43nsuMSAg .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-s43nsuMSAg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43nsuMSAg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43nsuMSAg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43nsuMSAg .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43nsuMSAg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43nsuMSAg .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43nsuMSAg .modal-backdrop.show {
  opacity: .5;
}
.cid-s43nsuMSAg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43nsuMSAg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43nsuMSAg .modal-header .close:hover {
  opacity: 1;
}
.cid-s43nsuMSAg .modal-header .close:focus {
  outline: none;
}
.cid-s43nsuMSAg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43nsuMSAg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43nsuMSAg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43nsuMSAg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43nsuMSAg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43nsuMSAg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43nsuMSAg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43nsuMSAg .modal-sm {
    max-width: 300px;
  }
  .cid-s43nsuMSAg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43nsuMSAg .modal-lg,
  .cid-s43nsuMSAg .modal-xl {
    max-width: 800px;
  }
  .cid-s43nsuMSAg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43nsuMSAg .modal-xl {
    max-width: 1140px;
  }
  .cid-s43nsuMSAg .container {
    max-width: 1140px;
  }
}
.cid-s43nsuMSAg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43nsuMSAg .container {
    max-width: 720px;
  }
}
.cid-s43nsuMSAg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43nsuMSAg .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-s43nsuMSAg .form-group {
  margin-bottom: 1rem;
}
.cid-s43nsuMSAg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43nsuMSAg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43nsuMSAg .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-s43nsuMSAg H4 {
  text-align: center;
}
.cid-s49gS7syYY.popup-builder {
  background-color: #ffffff;
}
.cid-s49gS7syYY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gS7syYY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gS7syYY .modal-content,
.cid-s49gS7syYY .modal-dialog {
  height: auto;
}
.cid-s49gS7syYY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gS7syYY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gS7syYY .form-wrapper .mbr-form .form-group,
  .cid-s49gS7syYY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gS7syYY .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49gS7syYY .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-s49gS7syYY .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49gS7syYY .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gS7syYY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gS7syYY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gS7syYY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gS7syYY .modal-open {
  overflow: hidden;
}
.cid-s49gS7syYY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gS7syYY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gS7syYY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gS7syYY .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-s49gS7syYY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gS7syYY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gS7syYY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gS7syYY .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gS7syYY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gS7syYY .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gS7syYY .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gS7syYY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gS7syYY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gS7syYY .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gS7syYY .modal-header .close:focus {
  outline: none;
}
.cid-s49gS7syYY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49gS7syYY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gS7syYY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gS7syYY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gS7syYY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gS7syYY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gS7syYY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gS7syYY .modal-sm {
    max-width: 300px;
  }
  .cid-s49gS7syYY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gS7syYY .modal-lg,
  .cid-s49gS7syYY .modal-xl {
    max-width: 800px;
  }
  .cid-s49gS7syYY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gS7syYY .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gS7syYY .container {
    max-width: 1140px;
  }
}
.cid-s49gS7syYY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gS7syYY .container {
    max-width: 720px;
  }
}
.cid-s49gS7syYY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gS7syYY .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-s49gS7syYY .form-group {
  margin-bottom: 1rem;
}
.cid-s49gS7syYY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gS7syYY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gS7syYY .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-s49gTVbIAV.popup-builder {
  background-color: #ffffff;
}
.cid-s49gTVbIAV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gTVbIAV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gTVbIAV .modal-content,
.cid-s49gTVbIAV .modal-dialog {
  height: auto;
}
.cid-s49gTVbIAV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gTVbIAV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gTVbIAV .form-wrapper .mbr-form .form-group,
  .cid-s49gTVbIAV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gTVbIAV .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49gTVbIAV .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-s49gTVbIAV .mbr-text {
  text-align: left;
}
.cid-s49gTVbIAV .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gTVbIAV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gTVbIAV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gTVbIAV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gTVbIAV .modal-open {
  overflow: hidden;
}
.cid-s49gTVbIAV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gTVbIAV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gTVbIAV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gTVbIAV .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-s49gTVbIAV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gTVbIAV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gTVbIAV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gTVbIAV .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gTVbIAV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gTVbIAV .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gTVbIAV .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gTVbIAV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gTVbIAV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gTVbIAV .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gTVbIAV .modal-header .close:focus {
  outline: none;
}
.cid-s49gTVbIAV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49gTVbIAV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gTVbIAV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gTVbIAV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gTVbIAV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gTVbIAV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gTVbIAV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gTVbIAV .modal-sm {
    max-width: 300px;
  }
  .cid-s49gTVbIAV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gTVbIAV .modal-lg,
  .cid-s49gTVbIAV .modal-xl {
    max-width: 800px;
  }
  .cid-s49gTVbIAV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gTVbIAV .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gTVbIAV .container {
    max-width: 1140px;
  }
}
.cid-s49gTVbIAV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gTVbIAV .container {
    max-width: 720px;
  }
}
.cid-s49gTVbIAV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gTVbIAV .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-s49gTVbIAV .form-group {
  margin-bottom: 1rem;
}
.cid-s49gTVbIAV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gTVbIAV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gTVbIAV .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-r5Y4oZM0m1 .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y4oZM0m1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y4oZM0m1 a {
  font-style: normal;
}
.cid-r5Y4oZM0m1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y4oZM0m1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y4oZM0m1 .nav-item:focus,
.cid-r5Y4oZM0m1 .nav-link:focus {
  outline: none;
}
.cid-r5Y4oZM0m1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y4oZM0m1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y4oZM0m1 .menu-logo {
  margin-right: auto;
}
.cid-r5Y4oZM0m1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y4oZM0m1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y4oZM0m1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y4oZM0m1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y4oZM0m1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y4oZM0m1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y4oZM0m1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y4oZM0m1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y4oZM0m1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y4oZM0m1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y4oZM0m1 .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y4oZM0m1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y4oZM0m1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y4oZM0m1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y4oZM0m1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y4oZM0m1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y4oZM0m1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y4oZM0m1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y4oZM0m1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y4oZM0m1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y4oZM0m1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y4oZM0m1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y4oZM0m1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y4oZM0m1 button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y4oZM0m1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y4oZM0m1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y4oZM0m1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4oZM0m1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4oZM0m1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y4oZM0m1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4oZM0m1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y4oZM0m1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y4oZM0m1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4oZM0m1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y4oZM0m1 .collapsed .btn {
  display: flex;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.collapsing,
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y4oZM0m1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4oZM0m1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y4oZM0m1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y4oZM0m1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y4oZM0m1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y4oZM0m1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y4oZM0m1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y4oZM0m1 .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y4oZM0m1 img {
    height: 3.8rem !important;
  }
  .cid-r5Y4oZM0m1 .btn {
    display: flex;
  }
  .cid-r5Y4oZM0m1 button.navbar-toggler {
    display: block;
  }
  .cid-r5Y4oZM0m1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y4oZM0m1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse.collapsing,
  .cid-r5Y4oZM0m1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y4oZM0m1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y4oZM0m1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y4oZM0m1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y4oZM0m1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y4oZM0m1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y4oZM0m1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4oZM0m1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y4oZM0m1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y4oZM0m1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y4oZM0m1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y4oZM0m1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y4oZM0m1 .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y4oZM0m1 .nav-link:hover,
.cid-r5Y4oZM0m1 .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y4oZM0m1 .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y4oZM0m1 .underlined-example:hover {
  color: grey;
}
.cid-r5Y4oZM0m1 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y4oZM0m1 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWOHAWDUTT {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qWOHAWDUTT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qWOHAWDUTT p {
  color: #767676;
  text-align: left;
}
.cid-qWOHAWDUTT .card-box {
  padding-top: 2rem;
}
.cid-qWOHAWDUTT .card-wrapper {
  height: 100%;
}
.cid-qWOHAWDUTT .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #000099;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.cid-qWOHAWDUTT .underlined-example:hover {
  color: #ffcc00;
}
.cid-qWOHAWDUTT .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #767676;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-qWOHAWDUTT .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFKWvqFwG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFKWvqFwG .content {
    text-align: center;
  }
  .cid-rTFKWvqFwG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFKWvqFwG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFKWvqFwG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFKWvqFwG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFKWvqFwG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFKWvqFwG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFKWvqFwG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFKWvqFwG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFKWvqFwG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFKWvqFwG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFKWvqFwG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFKWvqFwG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFKWvqFwG .copyright > p {
  color: #5b686b;
}
.cid-rTFKWvqFwG P {
  color: #232323;
}
.cid-rTFKWvqFwG H5 {
  color: #232323;
}
.cid-rTFKWvqFwG .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFKWvqFwG .underlined-example:hover {
  color: blue;
}
.cid-rTFKWvqFwG .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFKWvqFwG .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43nUvMFGY.popup-builder {
  background-color: #ffffff;
}
.cid-s43nUvMFGY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43nUvMFGY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43nUvMFGY .modal-content,
.cid-s43nUvMFGY .modal-dialog {
  height: auto;
}
.cid-s43nUvMFGY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43nUvMFGY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43nUvMFGY .form-wrapper .mbr-form .form-group,
  .cid-s43nUvMFGY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43nUvMFGY .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43nUvMFGY .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-s43nUvMFGY .mbr-text {
  text-align: center;
}
.cid-s43nUvMFGY .pt-0 {
  padding-top: 0 !important;
}
.cid-s43nUvMFGY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43nUvMFGY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43nUvMFGY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43nUvMFGY .modal-open {
  overflow: hidden;
}
.cid-s43nUvMFGY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43nUvMFGY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43nUvMFGY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43nUvMFGY .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-s43nUvMFGY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43nUvMFGY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43nUvMFGY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43nUvMFGY .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43nUvMFGY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43nUvMFGY .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43nUvMFGY .modal-backdrop.show {
  opacity: .5;
}
.cid-s43nUvMFGY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43nUvMFGY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43nUvMFGY .modal-header .close:hover {
  opacity: 1;
}
.cid-s43nUvMFGY .modal-header .close:focus {
  outline: none;
}
.cid-s43nUvMFGY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43nUvMFGY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43nUvMFGY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43nUvMFGY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43nUvMFGY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43nUvMFGY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43nUvMFGY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43nUvMFGY .modal-sm {
    max-width: 300px;
  }
  .cid-s43nUvMFGY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43nUvMFGY .modal-lg,
  .cid-s43nUvMFGY .modal-xl {
    max-width: 800px;
  }
  .cid-s43nUvMFGY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43nUvMFGY .modal-xl {
    max-width: 1140px;
  }
  .cid-s43nUvMFGY .container {
    max-width: 1140px;
  }
}
.cid-s43nUvMFGY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43nUvMFGY .container {
    max-width: 720px;
  }
}
.cid-s43nUvMFGY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43nUvMFGY .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-s43nUvMFGY .form-group {
  margin-bottom: 1rem;
}
.cid-s43nUvMFGY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43nUvMFGY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43nUvMFGY .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-s43nUvMFGY H4 {
  text-align: center;
}
.cid-s49gKIILd2.popup-builder {
  background-color: #ffffff;
}
.cid-s49gKIILd2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gKIILd2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gKIILd2 .modal-content,
.cid-s49gKIILd2 .modal-dialog {
  height: auto;
}
.cid-s49gKIILd2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gKIILd2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gKIILd2 .form-wrapper .mbr-form .form-group,
  .cid-s49gKIILd2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gKIILd2 .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49gKIILd2 .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-s49gKIILd2 .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49gKIILd2 .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gKIILd2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gKIILd2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gKIILd2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gKIILd2 .modal-open {
  overflow: hidden;
}
.cid-s49gKIILd2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gKIILd2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gKIILd2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gKIILd2 .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-s49gKIILd2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gKIILd2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gKIILd2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gKIILd2 .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gKIILd2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gKIILd2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gKIILd2 .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gKIILd2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gKIILd2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gKIILd2 .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gKIILd2 .modal-header .close:focus {
  outline: none;
}
.cid-s49gKIILd2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49gKIILd2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gKIILd2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gKIILd2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gKIILd2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gKIILd2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gKIILd2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gKIILd2 .modal-sm {
    max-width: 300px;
  }
  .cid-s49gKIILd2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gKIILd2 .modal-lg,
  .cid-s49gKIILd2 .modal-xl {
    max-width: 800px;
  }
  .cid-s49gKIILd2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gKIILd2 .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gKIILd2 .container {
    max-width: 1140px;
  }
}
.cid-s49gKIILd2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gKIILd2 .container {
    max-width: 720px;
  }
}
.cid-s49gKIILd2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gKIILd2 .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-s49gKIILd2 .form-group {
  margin-bottom: 1rem;
}
.cid-s49gKIILd2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gKIILd2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gKIILd2 .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-s49gMW6e0V.popup-builder {
  background-color: #ffffff;
}
.cid-s49gMW6e0V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gMW6e0V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gMW6e0V .modal-content,
.cid-s49gMW6e0V .modal-dialog {
  height: auto;
}
.cid-s49gMW6e0V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gMW6e0V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gMW6e0V .form-wrapper .mbr-form .form-group,
  .cid-s49gMW6e0V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gMW6e0V .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49gMW6e0V .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-s49gMW6e0V .mbr-text {
  text-align: left;
}
.cid-s49gMW6e0V .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gMW6e0V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gMW6e0V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gMW6e0V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gMW6e0V .modal-open {
  overflow: hidden;
}
.cid-s49gMW6e0V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gMW6e0V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gMW6e0V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gMW6e0V .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-s49gMW6e0V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gMW6e0V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gMW6e0V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gMW6e0V .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gMW6e0V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gMW6e0V .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gMW6e0V .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gMW6e0V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gMW6e0V .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gMW6e0V .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gMW6e0V .modal-header .close:focus {
  outline: none;
}
.cid-s49gMW6e0V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49gMW6e0V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gMW6e0V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gMW6e0V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gMW6e0V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gMW6e0V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gMW6e0V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gMW6e0V .modal-sm {
    max-width: 300px;
  }
  .cid-s49gMW6e0V .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gMW6e0V .modal-lg,
  .cid-s49gMW6e0V .modal-xl {
    max-width: 800px;
  }
  .cid-s49gMW6e0V .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gMW6e0V .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gMW6e0V .container {
    max-width: 1140px;
  }
}
.cid-s49gMW6e0V .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gMW6e0V .container {
    max-width: 720px;
  }
}
.cid-s49gMW6e0V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gMW6e0V .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-s49gMW6e0V .form-group {
  margin-bottom: 1rem;
}
.cid-s49gMW6e0V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gMW6e0V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gMW6e0V .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-r5Y4tpJp5q .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5Y4tpJp5q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5Y4tpJp5q a {
  font-style: normal;
}
.cid-r5Y4tpJp5q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5Y4tpJp5q .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5Y4tpJp5q .nav-item:focus,
.cid-r5Y4tpJp5q .nav-link:focus {
  outline: none;
}
.cid-r5Y4tpJp5q .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5Y4tpJp5q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5Y4tpJp5q .menu-logo {
  margin-right: auto;
}
.cid-r5Y4tpJp5q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5Y4tpJp5q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5Y4tpJp5q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5Y4tpJp5q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5Y4tpJp5q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5Y4tpJp5q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5Y4tpJp5q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5Y4tpJp5q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5Y4tpJp5q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5Y4tpJp5q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5Y4tpJp5q .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5Y4tpJp5q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5Y4tpJp5q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5Y4tpJp5q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5Y4tpJp5q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5Y4tpJp5q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5Y4tpJp5q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5Y4tpJp5q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5Y4tpJp5q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5Y4tpJp5q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5Y4tpJp5q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5Y4tpJp5q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5Y4tpJp5q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5Y4tpJp5q button.navbar-toggler:focus {
  outline: none;
}
.cid-r5Y4tpJp5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5Y4tpJp5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5Y4tpJp5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4tpJp5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5Y4tpJp5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5Y4tpJp5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4tpJp5q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5Y4tpJp5q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5Y4tpJp5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5Y4tpJp5q .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5Y4tpJp5q .collapsed .btn {
  display: flex;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.collapsing,
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5Y4tpJp5q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5Y4tpJp5q .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5Y4tpJp5q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5Y4tpJp5q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5Y4tpJp5q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5Y4tpJp5q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5Y4tpJp5q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5Y4tpJp5q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5Y4tpJp5q .navbar-expand {
    flex-direction: column;
  }
  .cid-r5Y4tpJp5q img {
    height: 3.8rem !important;
  }
  .cid-r5Y4tpJp5q .btn {
    display: flex;
  }
  .cid-r5Y4tpJp5q button.navbar-toggler {
    display: block;
  }
  .cid-r5Y4tpJp5q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5Y4tpJp5q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5Y4tpJp5q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5Y4tpJp5q .navbar-collapse.collapsing,
  .cid-r5Y4tpJp5q .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5Y4tpJp5q .navbar-collapse.collapsing .navbar-nav,
  .cid-r5Y4tpJp5q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5Y4tpJp5q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5Y4tpJp5q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5Y4tpJp5q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5Y4tpJp5q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4tpJp5q .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5Y4tpJp5q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5Y4tpJp5q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5Y4tpJp5q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5Y4tpJp5q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5Y4tpJp5q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5Y4tpJp5q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5Y4tpJp5q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5Y4tpJp5q .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5Y4tpJp5q .navbar-collapse {
  flex-basis: auto;
}
.cid-r5Y4tpJp5q .nav-link:hover,
.cid-r5Y4tpJp5q .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5Y4tpJp5q .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5Y4tpJp5q .underlined-example:hover {
  color: grey;
}
.cid-r5Y4tpJp5q .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5Y4tpJp5q .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWOLR9CNIZ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qWOLR9CNIZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qWOLR9CNIZ p {
  color: #767676;
  text-align: left;
}
.cid-qWOLR9CNIZ .card-box {
  padding-top: 2rem;
}
.cid-qWOLR9CNIZ .card-wrapper {
  height: 100%;
}
.cid-qWOLR9CNIZ .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #000099;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.cid-qWOLR9CNIZ .underlined-example:hover {
  color: #ffcc00;
}
.cid-qWOLR9CNIZ .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #767676;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-qWOLR9CNIZ .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rTFL2ofEYO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFL2ofEYO .content {
    text-align: center;
  }
  .cid-rTFL2ofEYO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFL2ofEYO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFL2ofEYO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFL2ofEYO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFL2ofEYO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFL2ofEYO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFL2ofEYO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFL2ofEYO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFL2ofEYO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFL2ofEYO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFL2ofEYO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFL2ofEYO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFL2ofEYO .copyright > p {
  color: #5b686b;
}
.cid-rTFL2ofEYO P {
  color: #232323;
}
.cid-rTFL2ofEYO H5 {
  color: #232323;
}
.cid-rTFL2ofEYO .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFL2ofEYO .underlined-example:hover {
  color: blue;
}
.cid-rTFL2ofEYO .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFL2ofEYO .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43ohNJlYh.popup-builder {
  background-color: #ffffff;
}
.cid-s43ohNJlYh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43ohNJlYh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43ohNJlYh .modal-content,
.cid-s43ohNJlYh .modal-dialog {
  height: auto;
}
.cid-s43ohNJlYh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43ohNJlYh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43ohNJlYh .form-wrapper .mbr-form .form-group,
  .cid-s43ohNJlYh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43ohNJlYh .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43ohNJlYh .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-s43ohNJlYh .mbr-text {
  text-align: center;
}
.cid-s43ohNJlYh .pt-0 {
  padding-top: 0 !important;
}
.cid-s43ohNJlYh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43ohNJlYh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43ohNJlYh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43ohNJlYh .modal-open {
  overflow: hidden;
}
.cid-s43ohNJlYh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43ohNJlYh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43ohNJlYh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43ohNJlYh .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-s43ohNJlYh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43ohNJlYh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43ohNJlYh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43ohNJlYh .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43ohNJlYh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43ohNJlYh .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43ohNJlYh .modal-backdrop.show {
  opacity: .5;
}
.cid-s43ohNJlYh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43ohNJlYh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43ohNJlYh .modal-header .close:hover {
  opacity: 1;
}
.cid-s43ohNJlYh .modal-header .close:focus {
  outline: none;
}
.cid-s43ohNJlYh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43ohNJlYh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43ohNJlYh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43ohNJlYh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43ohNJlYh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43ohNJlYh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43ohNJlYh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43ohNJlYh .modal-sm {
    max-width: 300px;
  }
  .cid-s43ohNJlYh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43ohNJlYh .modal-lg,
  .cid-s43ohNJlYh .modal-xl {
    max-width: 800px;
  }
  .cid-s43ohNJlYh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43ohNJlYh .modal-xl {
    max-width: 1140px;
  }
  .cid-s43ohNJlYh .container {
    max-width: 1140px;
  }
}
.cid-s43ohNJlYh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43ohNJlYh .container {
    max-width: 720px;
  }
}
.cid-s43ohNJlYh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43ohNJlYh .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-s43ohNJlYh .form-group {
  margin-bottom: 1rem;
}
.cid-s43ohNJlYh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43ohNJlYh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43ohNJlYh .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-s43ohNJlYh H4 {
  text-align: center;
}
.cid-s49gDfxs2x.popup-builder {
  background-color: #ffffff;
}
.cid-s49gDfxs2x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gDfxs2x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gDfxs2x .modal-content,
.cid-s49gDfxs2x .modal-dialog {
  height: auto;
}
.cid-s49gDfxs2x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gDfxs2x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gDfxs2x .form-wrapper .mbr-form .form-group,
  .cid-s49gDfxs2x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gDfxs2x .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49gDfxs2x .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-s49gDfxs2x .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49gDfxs2x .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gDfxs2x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gDfxs2x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gDfxs2x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gDfxs2x .modal-open {
  overflow: hidden;
}
.cid-s49gDfxs2x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gDfxs2x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gDfxs2x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gDfxs2x .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-s49gDfxs2x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gDfxs2x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gDfxs2x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gDfxs2x .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gDfxs2x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gDfxs2x .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gDfxs2x .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gDfxs2x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gDfxs2x .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gDfxs2x .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gDfxs2x .modal-header .close:focus {
  outline: none;
}
.cid-s49gDfxs2x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49gDfxs2x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gDfxs2x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gDfxs2x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gDfxs2x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gDfxs2x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gDfxs2x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gDfxs2x .modal-sm {
    max-width: 300px;
  }
  .cid-s49gDfxs2x .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gDfxs2x .modal-lg,
  .cid-s49gDfxs2x .modal-xl {
    max-width: 800px;
  }
  .cid-s49gDfxs2x .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gDfxs2x .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gDfxs2x .container {
    max-width: 1140px;
  }
}
.cid-s49gDfxs2x .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gDfxs2x .container {
    max-width: 720px;
  }
}
.cid-s49gDfxs2x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gDfxs2x .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-s49gDfxs2x .form-group {
  margin-bottom: 1rem;
}
.cid-s49gDfxs2x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gDfxs2x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gDfxs2x .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-s49gFqLzVR.popup-builder {
  background-color: #ffffff;
}
.cid-s49gFqLzVR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gFqLzVR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gFqLzVR .modal-content,
.cid-s49gFqLzVR .modal-dialog {
  height: auto;
}
.cid-s49gFqLzVR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gFqLzVR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gFqLzVR .form-wrapper .mbr-form .form-group,
  .cid-s49gFqLzVR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gFqLzVR .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49gFqLzVR .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-s49gFqLzVR .mbr-text {
  text-align: left;
}
.cid-s49gFqLzVR .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gFqLzVR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gFqLzVR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gFqLzVR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gFqLzVR .modal-open {
  overflow: hidden;
}
.cid-s49gFqLzVR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gFqLzVR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gFqLzVR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gFqLzVR .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-s49gFqLzVR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gFqLzVR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gFqLzVR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gFqLzVR .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gFqLzVR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gFqLzVR .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gFqLzVR .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gFqLzVR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gFqLzVR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gFqLzVR .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gFqLzVR .modal-header .close:focus {
  outline: none;
}
.cid-s49gFqLzVR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49gFqLzVR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gFqLzVR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gFqLzVR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gFqLzVR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gFqLzVR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gFqLzVR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gFqLzVR .modal-sm {
    max-width: 300px;
  }
  .cid-s49gFqLzVR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gFqLzVR .modal-lg,
  .cid-s49gFqLzVR .modal-xl {
    max-width: 800px;
  }
  .cid-s49gFqLzVR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gFqLzVR .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gFqLzVR .container {
    max-width: 1140px;
  }
}
.cid-s49gFqLzVR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gFqLzVR .container {
    max-width: 720px;
  }
}
.cid-s49gFqLzVR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gFqLzVR .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-s49gFqLzVR .form-group {
  margin-bottom: 1rem;
}
.cid-s49gFqLzVR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gFqLzVR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gFqLzVR .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-r5ZKsFfNTk .navbar {
  padding: .5rem 0;
  background: #ffcc00;
  transition: none;
  min-height: 77px;
}
.cid-r5ZKsFfNTk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffcc00;
}
.cid-r5ZKsFfNTk a {
  font-style: normal;
}
.cid-r5ZKsFfNTk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r5ZKsFfNTk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r5ZKsFfNTk .nav-item:focus,
.cid-r5ZKsFfNTk .nav-link:focus {
  outline: none;
}
.cid-r5ZKsFfNTk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r5ZKsFfNTk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r5ZKsFfNTk .menu-logo {
  margin-right: auto;
}
.cid-r5ZKsFfNTk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r5ZKsFfNTk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r5ZKsFfNTk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r5ZKsFfNTk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r5ZKsFfNTk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r5ZKsFfNTk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r5ZKsFfNTk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r5ZKsFfNTk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r5ZKsFfNTk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r5ZKsFfNTk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r5ZKsFfNTk .dropdown .dropdown-menu {
  background: #ffcc00;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r5ZKsFfNTk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r5ZKsFfNTk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r5ZKsFfNTk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r5ZKsFfNTk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r5ZKsFfNTk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r5ZKsFfNTk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r5ZKsFfNTk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r5ZKsFfNTk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r5ZKsFfNTk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r5ZKsFfNTk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r5ZKsFfNTk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r5ZKsFfNTk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r5ZKsFfNTk button.navbar-toggler:focus {
  outline: none;
}
.cid-r5ZKsFfNTk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r5ZKsFfNTk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r5ZKsFfNTk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r5ZKsFfNTk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r5ZKsFfNTk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r5ZKsFfNTk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5ZKsFfNTk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r5ZKsFfNTk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r5ZKsFfNTk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r5ZKsFfNTk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r5ZKsFfNTk .collapsed .btn {
  display: flex;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.collapsing,
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r5ZKsFfNTk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r5ZKsFfNTk .collapsed button.navbar-toggler {
  display: block;
}
.cid-r5ZKsFfNTk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r5ZKsFfNTk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r5ZKsFfNTk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r5ZKsFfNTk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r5ZKsFfNTk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r5ZKsFfNTk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r5ZKsFfNTk .navbar-expand {
    flex-direction: column;
  }
  .cid-r5ZKsFfNTk img {
    height: 3.8rem !important;
  }
  .cid-r5ZKsFfNTk .btn {
    display: flex;
  }
  .cid-r5ZKsFfNTk button.navbar-toggler {
    display: block;
  }
  .cid-r5ZKsFfNTk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r5ZKsFfNTk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r5ZKsFfNTk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r5ZKsFfNTk .navbar-collapse.collapsing,
  .cid-r5ZKsFfNTk .navbar-collapse.show {
    display: block !important;
  }
  .cid-r5ZKsFfNTk .navbar-collapse.collapsing .navbar-nav,
  .cid-r5ZKsFfNTk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r5ZKsFfNTk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r5ZKsFfNTk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r5ZKsFfNTk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r5ZKsFfNTk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5ZKsFfNTk .navbar-collapse.collapsing .navbar-buttons,
  .cid-r5ZKsFfNTk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r5ZKsFfNTk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r5ZKsFfNTk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r5ZKsFfNTk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r5ZKsFfNTk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r5ZKsFfNTk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r5ZKsFfNTk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r5ZKsFfNTk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r5ZKsFfNTk .navbar-collapse {
  flex-basis: auto;
}
.cid-r5ZKsFfNTk .nav-link:hover,
.cid-r5ZKsFfNTk .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-r5ZKsFfNTk .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-r5ZKsFfNTk .underlined-example:hover {
  color: grey;
}
.cid-r5ZKsFfNTk .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-r5ZKsFfNTk .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-qWJ8XbJlIH {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/baustelle5-2000x1097.jpg");
}
.cid-qWJ8XbJlIH .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qWJ8XbJlIH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qWJ8XbJlIH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qWJ8XbJlIH .mbr-text {
    text-align: center;
  }
}
.cid-qWJ8XbJlIH H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-qWJ8XbJlIH H3 {
  color: #c4bc3b;
  text-align: left;
}
.cid-qWJ8XbJlIH .mbr-text,
.cid-qWJ8XbJlIH .mbr-section-btn {
  color: #ffcc00;
}
.cid-qWJ8XbJlIH B {
  color: #ffcc00;
}
.cid-qWJ8XbJlIH .mbr-text,
.cid-qWJ8XbJlIH .mbr-section-btn B {
  color: #ffffff;
}
.cid-qWJ8XbJlIH DIV {
  color: #ffcc00;
}
.cid-rTFKzAy76Z {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
@media (max-width: 767px) {
  .cid-rTFKzAy76Z .content {
    text-align: center;
  }
  .cid-rTFKzAy76Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTFKzAy76Z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTFKzAy76Z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTFKzAy76Z .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTFKzAy76Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTFKzAy76Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTFKzAy76Z .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTFKzAy76Z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTFKzAy76Z .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTFKzAy76Z .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTFKzAy76Z .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTFKzAy76Z .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTFKzAy76Z .copyright > p {
  color: #5b686b;
}
.cid-rTFKzAy76Z P {
  color: #232323;
}
.cid-rTFKzAy76Z H5 {
  color: #232323;
}
.cid-rTFKzAy76Z .underlined-example {
  position: relative;
  text-decoration: none;
  font-family: Rubik, Sans-Serif;
  color: #232323;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.cid-rTFKzAy76Z .underlined-example:hover {
  color: blue;
}
.cid-rTFKzAy76Z .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: blue;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-rTFKzAy76Z .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-s43mTvX1IL.popup-builder {
  background-color: #ffffff;
}
.cid-s43mTvX1IL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s43mTvX1IL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s43mTvX1IL .modal-content,
.cid-s43mTvX1IL .modal-dialog {
  height: auto;
}
.cid-s43mTvX1IL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s43mTvX1IL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s43mTvX1IL .form-wrapper .mbr-form .form-group,
  .cid-s43mTvX1IL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s43mTvX1IL .card-img {
  width: 100%;
  margin: auto;
}
.cid-s43mTvX1IL .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-s43mTvX1IL .mbr-text {
  text-align: center;
}
.cid-s43mTvX1IL .pt-0 {
  padding-top: 0 !important;
}
.cid-s43mTvX1IL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s43mTvX1IL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s43mTvX1IL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s43mTvX1IL .modal-open {
  overflow: hidden;
}
.cid-s43mTvX1IL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s43mTvX1IL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s43mTvX1IL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s43mTvX1IL .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-s43mTvX1IL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s43mTvX1IL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s43mTvX1IL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s43mTvX1IL .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s43mTvX1IL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s43mTvX1IL .modal-backdrop.fade {
  opacity: 0;
}
.cid-s43mTvX1IL .modal-backdrop.show {
  opacity: .5;
}
.cid-s43mTvX1IL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s43mTvX1IL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s43mTvX1IL .modal-header .close:hover {
  opacity: 1;
}
.cid-s43mTvX1IL .modal-header .close:focus {
  outline: none;
}
.cid-s43mTvX1IL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #767676;
}
.cid-s43mTvX1IL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s43mTvX1IL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s43mTvX1IL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s43mTvX1IL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s43mTvX1IL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s43mTvX1IL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s43mTvX1IL .modal-sm {
    max-width: 300px;
  }
  .cid-s43mTvX1IL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s43mTvX1IL .modal-lg,
  .cid-s43mTvX1IL .modal-xl {
    max-width: 800px;
  }
  .cid-s43mTvX1IL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s43mTvX1IL .modal-xl {
    max-width: 1140px;
  }
  .cid-s43mTvX1IL .container {
    max-width: 1140px;
  }
}
.cid-s43mTvX1IL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s43mTvX1IL .container {
    max-width: 720px;
  }
}
.cid-s43mTvX1IL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s43mTvX1IL .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-s43mTvX1IL .form-group {
  margin-bottom: 1rem;
}
.cid-s43mTvX1IL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s43mTvX1IL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s43mTvX1IL .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-s43mTvX1IL H4 {
  text-align: center;
}
.cid-s49gZgYsBv.popup-builder {
  background-color: #ffffff;
}
.cid-s49gZgYsBv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49gZgYsBv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49gZgYsBv .modal-content,
.cid-s49gZgYsBv .modal-dialog {
  height: auto;
}
.cid-s49gZgYsBv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49gZgYsBv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49gZgYsBv .form-wrapper .mbr-form .form-group,
  .cid-s49gZgYsBv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49gZgYsBv .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #000099;
  border-radius: 20;
}
.cid-s49gZgYsBv .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-s49gZgYsBv .mbr-text {
  text-align: left;
  color: #ff3366;
}
.cid-s49gZgYsBv .pt-0 {
  padding-top: 0 !important;
}
.cid-s49gZgYsBv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49gZgYsBv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49gZgYsBv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49gZgYsBv .modal-open {
  overflow: hidden;
}
.cid-s49gZgYsBv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49gZgYsBv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49gZgYsBv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49gZgYsBv .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-s49gZgYsBv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49gZgYsBv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49gZgYsBv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49gZgYsBv .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49gZgYsBv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49gZgYsBv .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49gZgYsBv .modal-backdrop.show {
  opacity: .5;
}
.cid-s49gZgYsBv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49gZgYsBv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49gZgYsBv .modal-header .close:hover {
  opacity: 1;
}
.cid-s49gZgYsBv .modal-header .close:focus {
  outline: none;
}
.cid-s49gZgYsBv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s49gZgYsBv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49gZgYsBv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49gZgYsBv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49gZgYsBv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49gZgYsBv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49gZgYsBv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49gZgYsBv .modal-sm {
    max-width: 300px;
  }
  .cid-s49gZgYsBv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49gZgYsBv .modal-lg,
  .cid-s49gZgYsBv .modal-xl {
    max-width: 800px;
  }
  .cid-s49gZgYsBv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49gZgYsBv .modal-xl {
    max-width: 1140px;
  }
  .cid-s49gZgYsBv .container {
    max-width: 1140px;
  }
}
.cid-s49gZgYsBv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49gZgYsBv .container {
    max-width: 720px;
  }
}
.cid-s49gZgYsBv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49gZgYsBv .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-s49gZgYsBv .form-group {
  margin-bottom: 1rem;
}
.cid-s49gZgYsBv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49gZgYsBv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49gZgYsBv .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-s49h1lKBTQ.popup-builder {
  background-color: #ffffff;
}
.cid-s49h1lKBTQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s49h1lKBTQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s49h1lKBTQ .modal-content,
.cid-s49h1lKBTQ .modal-dialog {
  height: auto;
}
.cid-s49h1lKBTQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s49h1lKBTQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s49h1lKBTQ .form-wrapper .mbr-form .form-group,
  .cid-s49h1lKBTQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s49h1lKBTQ .card-img {
  width: 100%;
  margin: auto;
  border: solid 2px;
  border-color: #990099;
  border-radius: 20;
}
.cid-s49h1lKBTQ .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-s49h1lKBTQ .mbr-text {
  text-align: left;
}
.cid-s49h1lKBTQ .pt-0 {
  padding-top: 0 !important;
}
.cid-s49h1lKBTQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s49h1lKBTQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s49h1lKBTQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s49h1lKBTQ .modal-open {
  overflow: hidden;
}
.cid-s49h1lKBTQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s49h1lKBTQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s49h1lKBTQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s49h1lKBTQ .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-s49h1lKBTQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s49h1lKBTQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s49h1lKBTQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s49h1lKBTQ .modal-content {
  background: #ffcc00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: solid 2px;
  border-color: #000099;
  border-radius: 10px;
  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-s49h1lKBTQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s49h1lKBTQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s49h1lKBTQ .modal-backdrop.show {
  opacity: .5;
}
.cid-s49h1lKBTQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s49h1lKBTQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s49h1lKBTQ .modal-header .close:hover {
  opacity: 1;
}
.cid-s49h1lKBTQ .modal-header .close:focus {
  outline: none;
}
.cid-s49h1lKBTQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #660000;
}
.cid-s49h1lKBTQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s49h1lKBTQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s49h1lKBTQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s49h1lKBTQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s49h1lKBTQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s49h1lKBTQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s49h1lKBTQ .modal-sm {
    max-width: 300px;
  }
  .cid-s49h1lKBTQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s49h1lKBTQ .modal-lg,
  .cid-s49h1lKBTQ .modal-xl {
    max-width: 800px;
  }
  .cid-s49h1lKBTQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s49h1lKBTQ .modal-xl {
    max-width: 1140px;
  }
  .cid-s49h1lKBTQ .container {
    max-width: 1140px;
  }
}
.cid-s49h1lKBTQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s49h1lKBTQ .container {
    max-width: 720px;
  }
}
.cid-s49h1lKBTQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s49h1lKBTQ .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-s49h1lKBTQ .form-group {
  margin-bottom: 1rem;
}
.cid-s49h1lKBTQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s49h1lKBTQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s49h1lKBTQ .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%;
}
