body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #df47ad !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #df47ad !important;
  border-color: #df47ad !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b92087 !important;
  border-color: #b92087 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b92087 !important;
  border-color: #b92087 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #a41c77;
  color: #a41c77 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #df47ad;
  border-color: #df47ad;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #df47ad !important;
  border-color: #df47ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #df47ad !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a41c77 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #df47ad;
  border-color: #df47ad;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #df47ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf5fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #c1c1c1;
}
#scrollToTop a i:before {
  background: #000000;
}
#scrollToTop a i:after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.mbr-arrow {
  background-color: #c1c1c1;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #000000;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #df47ad;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #df47ad;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #df47ad;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #df47ad;
  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: #df47ad;
  border-bottom-color: #df47ad;
}
.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: #df47ad !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: #3e97d1 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23df47ad' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rk3oNDON5S .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  border-bottom: 1px solid black;
  opacity: 0.9;
}
.cid-rk3oNDON5S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rk3oNDON5S a {
  font-style: normal;
}
.cid-rk3oNDON5S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rk3oNDON5S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rk3oNDON5S .nav-item:focus,
.cid-rk3oNDON5S .nav-link:focus {
  outline: none;
}
.cid-rk3oNDON5S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rk3oNDON5S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rk3oNDON5S .menu-logo {
  margin-right: auto;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rk3oNDON5S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rk3oNDON5S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rk3oNDON5S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rk3oNDON5S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rk3oNDON5S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 5px;
  padding-bottom: 5px;
}
.cid-rk3oNDON5S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rk3oNDON5S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rk3oNDON5S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rk3oNDON5S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rk3oNDON5S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rk3oNDON5S .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-rk3oNDON5S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rk3oNDON5S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rk3oNDON5S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rk3oNDON5S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rk3oNDON5S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rk3oNDON5S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rk3oNDON5S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rk3oNDON5S button.navbar-toggler:focus {
  outline: none;
}
.cid-rk3oNDON5S button.navbar-toggler .hamburger span {
  position: absolute;
  margin-top: 20px;
  margin-right: 20px;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rk3oNDON5S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rk3oNDON5S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rk3oNDON5S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rk3oNDON5S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rk3oNDON5S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rk3oNDON5S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rk3oNDON5S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rk3oNDON5S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rk3oNDON5S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rk3oNDON5S .collapsed .btn {
  display: -webkit-flex;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse.collapsing,
.cid-rk3oNDON5S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rk3oNDON5S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rk3oNDON5S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rk3oNDON5S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rk3oNDON5S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rk3oNDON5S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rk3oNDON5S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rk3oNDON5S .collapsed button.navbar-toggler {
  display: block;
}
.cid-rk3oNDON5S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rk3oNDON5S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rk3oNDON5S .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-rk3oNDON5S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rk3oNDON5S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rk3oNDON5S .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-rk3oNDON5S .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rk3oNDON5S img {
    height: 3.8rem !important;
  }
  .cid-rk3oNDON5S .btn {
    display: -webkit-flex;
  }
  .cid-rk3oNDON5S button.navbar-toggler {
    display: block;
  }
  .cid-rk3oNDON5S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rk3oNDON5S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rk3oNDON5S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rk3oNDON5S .navbar-collapse.collapsing,
  .cid-rk3oNDON5S .navbar-collapse.show {
    display: block !important;
  }
  .cid-rk3oNDON5S .navbar-collapse.collapsing .navbar-nav,
  .cid-rk3oNDON5S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rk3oNDON5S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rk3oNDON5S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rk3oNDON5S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rk3oNDON5S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rk3oNDON5S .navbar-collapse.collapsing .navbar-buttons,
  .cid-rk3oNDON5S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rk3oNDON5S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rk3oNDON5S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rk3oNDON5S .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-rk3oNDON5S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rk3oNDON5S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rk3oNDON5S .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-rk3oNDON5S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rk3oNDON5S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rk3oNDON5S .nav-link:hover,
.cid-rk3oNDON5S .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rk3pojPnW5 {
  overflow-x: hidden !important;
}
.cid-rk3pojPnW5 .mbr-section-title {
  color: #ca0088;
}
.cid-rk3pojPnW5 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rk3pojPnW5 .mbr-text {
  color: #ffffff;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
}
.cid-rk3pojPnW5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/001-2000x1393220010033.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-rk3pojPnW5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rk3pojPnW5 .mbr-overlay {
  z-index: 1;
}
.cid-rk3pojPnW5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rk3pojPnW5 .mbr-section-title SPAN {
  color: #df47ad;
}
.cid-rnhjyRBiNM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rnhjyRBiNM .line {
  color: #5eacec;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rnhjyRBiNM .mbr-text,
.cid-rnhjyRBiNM .typed-text,
.cid-rnhjyRBiNM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rnhjyRBiNM .btn {
  margin-left: 4px !important;
}
.cid-rnhjyRBiNM .animated-element {
  color: #ffbc00;
}
.cid-rnhjyRBiNM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rnhjyRBiNM .mbr-section-text,
.cid-rnhjyRBiNM .mbr-section-btn {
  text-align: center;
}
.cid-rnhjyRBiNM .mbr-section-title {
  text-align: center;
  color: #ffbc00;
}
.cid-rk9GZ5rRWu {
  background: #ffffff;
}
.cid-rk9GZ5rRWu .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rk9GZ5rRWu .image-block {
    width: 100% !important;
  }
}
.cid-rqyhHU0D0q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rqyhHU0D0q .line {
  color: #000000;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rqyhHU0D0q .mbr-text,
.cid-rqyhHU0D0q .typed-text,
.cid-rqyhHU0D0q .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rqyhHU0D0q .btn {
  margin-left: 4px !important;
}
.cid-rqyhHU0D0q .animated-element {
  color: #ffbc00;
}
.cid-rqyhHU0D0q .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rqyhHU0D0q .mbr-section-text,
.cid-rqyhHU0D0q .mbr-section-btn {
  text-align: center;
}
.cid-rqyhHU0D0q .mbr-section-title {
  text-align: center;
  color: #56dc55;
}
.cid-rn3IR1ycEd {
  padding-top: 750px;
  background-image: url("../../../assets/images/09-2000px144.jpg");
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}
.cid-rqykloafaQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rqykloafaQ .line {
  color: #5eacec;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rqykloafaQ .mbr-text,
.cid-rqykloafaQ .typed-text,
.cid-rqykloafaQ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rqykloafaQ .btn {
  margin-left: 4px !important;
}
.cid-rqykloafaQ .animated-element {
  color: #ffbc00;
}
.cid-rqykloafaQ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rqykloafaQ .mbr-section-text,
.cid-rqykloafaQ .mbr-section-btn {
  text-align: center;
}
.cid-rqykloafaQ .mbr-section-title {
  text-align: center;
  color: #65a6d1;
}
.cid-rk9LT1TCTV {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rk9LT1TCTV .stats-item:hover span {
  color: #ffffff;
}
.cid-rk9LT1TCTV .stats-item {
  padding: 80px 20px;
  border: 2px solid white;
}
.cid-rk9LT1TCTV .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-rk9LT1TCTV .stats-item:nth-child(odd) {
  background-color: #ffffff;
}
.cid-rk9LT1TCTV .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-rk9LT1TCTV .mbr-iconfont {
  font-size: 50px;
}
.cid-rk9LT1TCTV .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-rk9LT1TCTV .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-rk9LT1TCTV .stats-item:first-child {
    background: #ffffff;
  }
  .cid-rk9LT1TCTV .stats-item:nth-child(2n) {
    background: #ffffff;
  }
  .cid-rk9LT1TCTV .stats-item:nth-child(0n+3) {
    background: #ffffff none repeat scroll 0 center;
  }
  .cid-rk9LT1TCTV .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-rk9LT1TCTV .counter {
  text-align: center;
  color: #000000;
}
.cid-rk9LT1TCTV .mbr-card-title,
.cid-rk9LT1TCTV .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-rk9LT1TCTV .mbr-card-title,
.cid-rk9LT1TCTV .mbr-iconfont B {
  color: #000000;
}
.cid-rk9LTB96Yw {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rk9LTB96Yw .stats-item:hover span {
  color: #ffffff;
}
.cid-rk9LTB96Yw .stats-item {
  padding: 80px 20px;
  border: 2px solid white;
}
.cid-rk9LTB96Yw .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-rk9LTB96Yw .stats-item:nth-child(odd) {
  background-color: #ffffff;
}
.cid-rk9LTB96Yw .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-rk9LTB96Yw .mbr-iconfont {
  font-size: 50px;
}
.cid-rk9LTB96Yw .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-rk9LTB96Yw .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-rk9LTB96Yw .stats-item:first-child {
    background: #ffffff;
  }
  .cid-rk9LTB96Yw .stats-item:nth-child(2n) {
    background: #ffffff;
  }
  .cid-rk9LTB96Yw .stats-item:nth-child(0n+3) {
    background: #ffffff none repeat scroll 0 center;
  }
  .cid-rk9LTB96Yw .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-rk9LTB96Yw .counter {
  text-align: center;
  color: #000000;
}
.cid-rk9LTB96Yw .mbr-card-title,
.cid-rk9LTB96Yw .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-rk9LTB96Yw .mbr-card-title,
.cid-rk9LTB96Yw .mbr-iconfont B {
  color: #000000;
}
.cid-rqymHQgPS4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rqymHQgPS4 .line {
  color: #5eacec;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rqymHQgPS4 .mbr-text,
.cid-rqymHQgPS4 .typed-text,
.cid-rqymHQgPS4 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rqymHQgPS4 .btn {
  margin-left: 4px !important;
}
.cid-rqymHQgPS4 .animated-element {
  color: #ffbc00;
}
.cid-rqymHQgPS4 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rqymHQgPS4 .mbr-section-text,
.cid-rqymHQgPS4 .mbr-section-btn {
  text-align: center;
}
.cid-rqymHQgPS4 .mbr-section-title {
  text-align: center;
  color: #ffbc00;
}
.cid-rlMgfMYLGw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlMgfMYLGw .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rlMgfMYLGw .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #000000;
}
.cid-rlMgfMYLGw .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rlMgfMYLGw .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rlMgfMYLGw .process-icon,
.cid-rlMgfMYLGw .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rlMgfMYLGw .wrapper,
.cid-rlMgfMYLGw .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rlMgfMYLGw .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #ffbc00;
  opacity: .4;
}
.cid-rlMgfMYLGw .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rlMgfMYLGw .icon-container a {
  display: inherit;
}
.cid-rlMgfMYLGw .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #434242 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-rlMgfMYLGw .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rlMgfMYLGw .icon-main:hover .icon-wrapper {
  background-color: #434242 !important;
}
.cid-rlMgfMYLGw .icon-main:hover .icon-number {
  background-color: #ffbc00 !important;
  color: #000000 !important;
}
.cid-rlMgfMYLGw .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rlMgfMYLGw .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rlMgfMYLGw .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rlMgfMYLGw .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rlMgfMYLGw .mbr-section-title {
  margin: 0;
}
.cid-rlMgfMYLGw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-rn3D58x0EU {
  padding-top: 600px;
  background-image: url("../../../assets/images/01-2000px255.jpg");
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}
.cid-rqyoWq76sK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rqyoWq76sK .line {
  color: #5eacec;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rqyoWq76sK .mbr-text,
.cid-rqyoWq76sK .typed-text,
.cid-rqyoWq76sK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rqyoWq76sK .btn {
  margin-left: 4px !important;
}
.cid-rqyoWq76sK .animated-element {
  color: #ffbc00;
}
.cid-rqyoWq76sK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rqyoWq76sK .mbr-section-text,
.cid-rqyoWq76sK .mbr-section-btn {
  text-align: center;
}
.cid-rqyoWq76sK .mbr-section-title {
  text-align: center;
  color: #ff4100;
}
.cid-rn0gEI64tQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rn0gEI64tQ p {
  color: #767676;
}
.cid-rn0gEI64tQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn0gEI64tQ .row-element,
.cid-rn0gEI64tQ .image-element {
  padding: 0;
}
.cid-rn0gEI64tQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn0gEI64tQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rn0gEI64tQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn0gEI64tQ .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn0gEI64tQ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn0gEI64tQ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn0gEI64tQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn0gEI64tQ .underline .line {
    height: 2px;
  }
  .cid-rn0gEI64tQ .mbr-title,
  .cid-rn0gEI64tQ .underline,
  .cid-rn0gEI64tQ .mbr-text,
  .cid-rn0gEI64tQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn0gEI64tQ .mbr-text,
.cid-rn0gEI64tQ .mbr-section-btn {
  color: #000000;
  text-align: left;
  line-height: 1.2;
}
.cid-rn0gEI64tQ .mbr-title,
.cid-rn0gEI64tQ .underline B {
  color: #000000;
}
.cid-rn0gEI64tQ .mbr-title,
.cid-rn0gEI64tQ .underline {
  text-align: left;
}
.cid-rn0gEI64tQ .mbr-title,
.cid-rn0gEI64tQ .underline DIV {
  color: #000000;
}
.cid-rn0nNjal2r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #434242;
}
.cid-rn0nNjal2r p {
  color: #767676;
}
.cid-rn0nNjal2r .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn0nNjal2r .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rn0nNjal2r .row-element,
.cid-rn0nNjal2r .image-element {
  padding: 0;
}
.cid-rn0nNjal2r .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn0nNjal2r .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rn0nNjal2r .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn0nNjal2r .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn0nNjal2r .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn0nNjal2r .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn0nNjal2r .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn0nNjal2r .underline .line {
    height: 2px;
  }
  .cid-rn0nNjal2r .mbr-title,
  .cid-rn0nNjal2r .underline,
  .cid-rn0nNjal2r .mbr-text,
  .cid-rn0nNjal2r .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn0nNjal2r .mbr-text,
.cid-rn0nNjal2r .mbr-section-btn {
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
}
.cid-rn0nNjal2r .mbr-title,
.cid-rn0nNjal2r .underline B {
  color: #ffbc00;
}
.cid-rn0nNjal2r .mbr-title,
.cid-rn0nNjal2r .underline {
  text-align: left;
  color: #ffffff;
}
.cid-rn0nNjal2r .mbr-title,
.cid-rn0nNjal2r .underline DIV {
  color: #ffffff;
}
.cid-rn0gfovjVS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rn0gfovjVS p {
  color: #767676;
}
.cid-rn0gfovjVS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn0gfovjVS .row-element,
.cid-rn0gfovjVS .image-element {
  padding: 0;
}
.cid-rn0gfovjVS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn0gfovjVS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rn0gfovjVS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn0gfovjVS .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn0gfovjVS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn0gfovjVS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn0gfovjVS .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn0gfovjVS .underline .line {
    height: 2px;
  }
  .cid-rn0gfovjVS .mbr-title,
  .cid-rn0gfovjVS .underline,
  .cid-rn0gfovjVS .mbr-text,
  .cid-rn0gfovjVS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn0gfovjVS .mbr-text,
.cid-rn0gfovjVS .mbr-section-btn {
  color: #000000;
  text-align: left;
  line-height: 1.2;
}
.cid-rn0gfovjVS .mbr-title,
.cid-rn0gfovjVS .underline B {
  color: #ffbc00;
}
.cid-rn0gfovjVS .mbr-title,
.cid-rn0gfovjVS .underline {
  text-align: left;
}
.cid-rn0gfovjVS .mbr-title,
.cid-rn0gfovjVS .underline DIV {
  color: #000000;
}
.cid-rn0fIWulkl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #434242;
}
.cid-rn0fIWulkl p {
  color: #767676;
}
.cid-rn0fIWulkl .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn0fIWulkl .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rn0fIWulkl .row-element,
.cid-rn0fIWulkl .image-element {
  padding: 0;
}
.cid-rn0fIWulkl .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn0fIWulkl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rn0fIWulkl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn0fIWulkl .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn0fIWulkl .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn0fIWulkl .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn0fIWulkl .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn0fIWulkl .underline .line {
    height: 2px;
  }
  .cid-rn0fIWulkl .mbr-title,
  .cid-rn0fIWulkl .underline,
  .cid-rn0fIWulkl .mbr-text,
  .cid-rn0fIWulkl .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn0fIWulkl .mbr-text,
.cid-rn0fIWulkl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
}
.cid-rn0fIWulkl .mbr-title,
.cid-rn0fIWulkl .underline B {
  color: #ffbc00;
}
.cid-rn0fIWulkl .mbr-title,
.cid-rn0fIWulkl .underline {
  text-align: left;
  color: #ffffff;
}
.cid-rn0fIWulkl .mbr-title,
.cid-rn0fIWulkl .underline DIV {
  color: #ffffff;
}
.cid-rn0eXh5xVT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rn0eXh5xVT p {
  color: #767676;
}
.cid-rn0eXh5xVT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn0eXh5xVT .row-element,
.cid-rn0eXh5xVT .image-element {
  padding: 0;
}
.cid-rn0eXh5xVT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn0eXh5xVT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rn0eXh5xVT .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn0eXh5xVT .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn0eXh5xVT .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn0eXh5xVT .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn0eXh5xVT .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn0eXh5xVT .underline .line {
    height: 2px;
  }
  .cid-rn0eXh5xVT .mbr-title,
  .cid-rn0eXh5xVT .underline,
  .cid-rn0eXh5xVT .mbr-text,
  .cid-rn0eXh5xVT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn0eXh5xVT .mbr-text,
.cid-rn0eXh5xVT .mbr-section-btn {
  color: #000000;
  text-align: left;
  line-height: 1.2;
}
.cid-rn0eXh5xVT .mbr-title,
.cid-rn0eXh5xVT .underline B {
  color: #ffbc00;
}
.cid-rn0eXh5xVT .mbr-title,
.cid-rn0eXh5xVT .underline {
  text-align: left;
}
.cid-rn0eXh5xVT .mbr-title,
.cid-rn0eXh5xVT .underline DIV {
  color: #000000;
}
.cid-rn0ecDAX4v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #434242;
}
.cid-rn0ecDAX4v p {
  color: #767676;
}
.cid-rn0ecDAX4v .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rn0ecDAX4v .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rn0ecDAX4v .row-element,
.cid-rn0ecDAX4v .image-element {
  padding: 0;
}
.cid-rn0ecDAX4v .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rn0ecDAX4v .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rn0ecDAX4v .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rn0ecDAX4v .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rn0ecDAX4v .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rn0ecDAX4v .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rn0ecDAX4v .text-content {
    padding: 2rem 1rem;
  }
  .cid-rn0ecDAX4v .underline .line {
    height: 2px;
  }
  .cid-rn0ecDAX4v .mbr-title,
  .cid-rn0ecDAX4v .underline,
  .cid-rn0ecDAX4v .mbr-text,
  .cid-rn0ecDAX4v .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rn0ecDAX4v .mbr-text,
.cid-rn0ecDAX4v .mbr-section-btn {
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
}
.cid-rn0ecDAX4v .mbr-title,
.cid-rn0ecDAX4v .underline B {
  color: #ffbc00;
}
.cid-rn0ecDAX4v .mbr-title,
.cid-rn0ecDAX4v .underline {
  text-align: left;
}
.cid-rn0ecDAX4v .mbr-title,
.cid-rn0ecDAX4v .underline DIV {
  color: #ffffff;
}
.cid-rljgj55kpB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rljgj55kpB p {
  color: #767676;
}
.cid-rljgj55kpB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rljgj55kpB .row-element,
.cid-rljgj55kpB .image-element {
  padding: 0;
}
.cid-rljgj55kpB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rljgj55kpB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid black;
}
.cid-rljgj55kpB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rljgj55kpB .underline .line {
  width: 15rem;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rljgj55kpB .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rljgj55kpB .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rljgj55kpB .text-content {
    padding: 2rem 1rem;
  }
  .cid-rljgj55kpB .underline .line {
    height: 2px;
  }
  .cid-rljgj55kpB .mbr-title,
  .cid-rljgj55kpB .underline,
  .cid-rljgj55kpB .mbr-text,
  .cid-rljgj55kpB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rljgj55kpB .mbr-text,
.cid-rljgj55kpB .mbr-section-btn {
  color: #000000;
  text-align: left;
  line-height: 1.2;
}
.cid-rljgj55kpB .mbr-title,
.cid-rljgj55kpB .underline B {
  color: #ffbc00;
}
.cid-rljgj55kpB .mbr-title,
.cid-rljgj55kpB .underline {
  text-align: left;
}
.cid-rljgj55kpB .mbr-title,
.cid-rljgj55kpB .underline DIV {
  color: #000000;
}
.cid-rqypLwOyur {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rqypLwOyur .line {
  color: #5eacec;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rqypLwOyur .mbr-text,
.cid-rqypLwOyur .typed-text,
.cid-rqypLwOyur .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rqypLwOyur .btn {
  margin-left: 4px !important;
}
.cid-rqypLwOyur .animated-element {
  color: #ffbc00;
}
.cid-rqypLwOyur .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rqypLwOyur .mbr-section-text,
.cid-rqypLwOyur .mbr-section-btn {
  text-align: center;
}
.cid-rqypLwOyur .mbr-section-title {
  text-align: center;
  color: #02a4c4;
}
.cid-rnTVJboGxb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  border-bottom: 5px solid black;
}
.cid-rnTVJboGxb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rnTVJboGxb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rnTVJboGxb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rnTVJboGxb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rnTVJboGxb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rnTVJboGxb .icon-focus {
  display: none;
}
.cid-rnTVJboGxb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rnTVJboGxb ul {
  font-size: 0;
}
.cid-rnTVJboGxb .mbr-gallery-filter ul li .btn {
  background-color: transparent;
  color: #dc52d8 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rnTVJboGxb .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rnTVJboGxb .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #df47ad, #3e97d1);
}
.cid-rnTVJboGxb .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rnTVJboGxb .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rnTVJboGxb .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rnTVJboGxb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rnTVJboGxb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #df47ad, #3e97d1);
  display: inline-block;
}
.cid-rnTVJboGxb .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rnTVJboGxb .btn:hover {
  background: transparent !important;
}
.cid-rnTVJboGxb .btn:hover:before {
  background: transparent !important;
}
.cid-rnTVJboGxb .btn:before {
  background-color: transparent !important;
}
.cid-rnTVJboGxb .btn:focus {
  box-shadow: none;
}
.cid-rnTVJboGxb .mbr-gallery-item > div > span {
  color: #dc52d8;
}
.cid-rqAji32bhh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rqAji32bhh .line {
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cid-rqAji32bhh .mbr-text,
.cid-rqAji32bhh .typed-text,
.cid-rqAji32bhh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rqAji32bhh .btn {
  margin-left: 4px !important;
}
.cid-rqAji32bhh .animated-element {
  color: #ffbc00;
}
.cid-rqAji32bhh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rqAji32bhh .mbr-section-text,
.cid-rqAji32bhh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rqAji32bhh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-rn5rhTxuqG {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rn5rhTxuqG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rn5rhTxuqG .form-control,
.cid-rn5rhTxuqG .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rn5rhTxuqG .form-control:hover,
.cid-rn5rhTxuqG .field-input:hover,
.cid-rn5rhTxuqG .form-control:focus,
.cid-rn5rhTxuqG .field-input:focus {
  background-color: #6e6e6e;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rn5rhTxuqG input::-webkit-input-placeholder,
.cid-rn5rhTxuqG textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rn5rhTxuqG input:-moz-placeholder,
.cid-rn5rhTxuqG textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rn5rhTxuqG .jq-selectbox li,
.cid-rn5rhTxuqG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rn5rhTxuqG .jq-selectbox li:hover,
.cid-rn5rhTxuqG .jq-selectbox li.selected {
  background-color: #6e6e6e;
  color: #ffffff;
}
.cid-rn5rhTxuqG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rn5rhTxuqG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #6e6e6e;
}
.cid-rn5rhTxuqG H4 {
  color: #dc52d8;
  text-align: left;
}
.cid-s7mDgbGiVh {
  padding-top: 15px;
  padding-bottom: 0px;
  border-top: 5px solid black;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-s7mDgbGiVh .content {
    text-align: center;
  }
  .cid-s7mDgbGiVh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7mDgbGiVh .img-logo img {
  height: 6rem;
}
.cid-s7mDgbGiVh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7mDgbGiVh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #232323;
}
.cid-s7mDgbGiVh .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s7mDgbGiVh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7mDgbGiVh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7mDgbGiVh .social-list a:hover {
  opacity: 1;
}
.cid-s7mDgbGiVh .form-control {
  min-height: auto;
  width: 100%;
  color: #c1c1c1 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #c1c1c1;
}
.cid-s7mDgbGiVh .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-s7mDgbGiVh input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s7mDgbGiVh input::-moz-placeholder {
  color: #c1c1c1;
}
.cid-s7mDgbGiVh textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s7mDgbGiVh textarea::-moz-placeholder {
  color: #c1c1c1;
}
.cid-s7mDgbGiVh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7mDgbGiVh .list li {
  padding-bottom: .5rem;
}
.cid-s7mDgbGiVh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7mDgbGiVh .mbr-footer-list,
.cid-s7mDgbGiVh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7mDgbGiVh .mbr-footer-list,
  .cid-s7mDgbGiVh .form-text,
  .cid-s7mDgbGiVh .footer-title,
  .cid-s7mDgbGiVh .footer-main-title,
  .cid-s7mDgbGiVh .form-text,
  .cid-s7mDgbGiVh .list {
    text-align: center !important;
  }
  .cid-s7mDgbGiVh .mbr-form,
  .cid-s7mDgbGiVh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7mDgbGiVh .footer-title {
  text-align: right;
  color: #ca0088;
}
.cid-s7mDgbGiVh .mbr-footer-list UL {
  text-align: right;
  color: #232323;
}
.cid-s7mDgbGiVh .footer-main-title {
  color: #232323;
}
.cid-s7mDgbGiVh .form-text {
  color: #767676;
}
.cid-rkKaB5KpVZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-rkKaB5KpVZ a:link {
  text-decoration: none;
}
.cid-rkKaB5KpVZ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rkKaB5KpVZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rkKaB5KpVZ .inner-text {
  line-height: 3em;
}
.cid-rkKaB5KpVZ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rkKaB5KpVZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rkKaB5KpVZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rkKaB5KpVZ .content-text,
.cid-rkKaB5KpVZ .inner-text {
  color: #c1c1c1;
}
