body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'PT Serif', serif;
  font-size: 5.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.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.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', 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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #730da5 !important;
}
.bg-success {
  background-color: #7f1933 !important;
}
.bg-info {
  background-color: #31b213 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #1473f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #730da5 !important;
  border-color: #730da5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #42075e !important;
  border-color: #42075e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #42075e !important;
  border-color: #42075e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31b213 !important;
  border-color: #31b213 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1e6d0c !important;
  border-color: #1e6d0c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1e6d0c !important;
  border-color: #1e6d0c !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1473f2 !important;
  border-color: #1473f2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0a51b0 !important;
  border-color: #0a51b0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a51b0 !important;
  border-color: #0a51b0 !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: #310646;
  color: #310646;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #730da5;
  border-color: #730da5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #730da5 !important;
  border-color: #730da5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #185609;
  color: #185609;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #31b213;
  border-color: #31b213;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #31b213 !important;
  border-color: #31b213 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #084698;
  color: #084698;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1473f2;
  border-color: #1473f2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1473f2 !important;
  border-color: #1473f2 !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: #730da5 !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #7f1933 !important;
}
.text-info {
  color: #31b213 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #1473f2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #310646 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #999999 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2a0811 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #185609 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #084698 !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: #31b213;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #1473f2;
}
.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: #730da5;
  border-color: #730da5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #730da5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b741f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #74ed57;
}
.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: #d5e6fd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #730da5;
}
/* 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: #730da5;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #730da5;
}
/* 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: #730da5;
  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: #730da5;
  border-bottom-color: #730da5;
}
.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: #730da5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cccccc !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='%23730da5' %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-sWH9PnaRTh .navbar {
  padding: .5rem 0;
  background: #61098c;
  transition: none;
  min-height: 77px;
}
.cid-sWH9PnaRTh .navbar-dropdown.bg-color.transparent.opened {
  background: #61098c;
}
.cid-sWH9PnaRTh a {
  font-style: normal;
}
.cid-sWH9PnaRTh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWH9PnaRTh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWH9PnaRTh .nav-item:focus,
.cid-sWH9PnaRTh .nav-link:focus {
  outline: none;
}
.cid-sWH9PnaRTh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWH9PnaRTh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWH9PnaRTh .menu-logo {
  margin-right: auto;
}
.cid-sWH9PnaRTh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWH9PnaRTh .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-sWH9PnaRTh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWH9PnaRTh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWH9PnaRTh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWH9PnaRTh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWH9PnaRTh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWH9PnaRTh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWH9PnaRTh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWH9PnaRTh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWH9PnaRTh .dropdown .dropdown-menu {
  background: #61098c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWH9PnaRTh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWH9PnaRTh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWH9PnaRTh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWH9PnaRTh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWH9PnaRTh .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-sWH9PnaRTh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWH9PnaRTh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWH9PnaRTh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWH9PnaRTh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWH9PnaRTh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWH9PnaRTh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWH9PnaRTh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWH9PnaRTh button.navbar-toggler:focus {
  outline: none;
}
.cid-sWH9PnaRTh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWH9PnaRTh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWH9PnaRTh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWH9PnaRTh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWH9PnaRTh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWH9PnaRTh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWH9PnaRTh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWH9PnaRTh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWH9PnaRTh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWH9PnaRTh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWH9PnaRTh .collapsed .btn {
  display: flex;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse.collapsing,
.cid-sWH9PnaRTh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWH9PnaRTh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWH9PnaRTh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWH9PnaRTh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWH9PnaRTh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWH9PnaRTh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWH9PnaRTh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWH9PnaRTh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWH9PnaRTh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWH9PnaRTh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWH9PnaRTh .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-sWH9PnaRTh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWH9PnaRTh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWH9PnaRTh .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-sWH9PnaRTh .navbar-expand {
    flex-direction: column;
  }
  .cid-sWH9PnaRTh img {
    height: 3.8rem !important;
  }
  .cid-sWH9PnaRTh .btn {
    display: flex;
  }
  .cid-sWH9PnaRTh button.navbar-toggler {
    display: block;
  }
  .cid-sWH9PnaRTh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWH9PnaRTh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWH9PnaRTh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWH9PnaRTh .navbar-collapse.collapsing,
  .cid-sWH9PnaRTh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWH9PnaRTh .navbar-collapse.collapsing .navbar-nav,
  .cid-sWH9PnaRTh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWH9PnaRTh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWH9PnaRTh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWH9PnaRTh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWH9PnaRTh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWH9PnaRTh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWH9PnaRTh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWH9PnaRTh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWH9PnaRTh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWH9PnaRTh .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-sWH9PnaRTh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWH9PnaRTh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWH9PnaRTh .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-sWH9PnaRTh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWH9PnaRTh .navbar-collapse {
  flex-basis: auto;
}
.cid-sWH9PnaRTh .nav-link:hover,
.cid-sWH9PnaRTh .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-tcELUwV0Iz {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #61098c;
}
.cid-tcELUwV0Iz .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tcELUwV0Iz .modal-body .close {
  background: #1b1b1b;
}
.cid-tcELUwV0Iz .modal-body .close span {
  font-style: normal;
}
.cid-tcELUwV0Iz .carousel-inner > .active,
.cid-tcELUwV0Iz .carousel-inner > .next,
.cid-tcELUwV0Iz .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tcELUwV0Iz .carousel-control .icon-next,
.cid-tcELUwV0Iz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tcELUwV0Iz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcELUwV0Iz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tcELUwV0Iz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tcELUwV0Iz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tcELUwV0Iz .boxed-slider > div {
  position: relative;
}
.cid-tcELUwV0Iz .container img {
  width: 100%;
}
.cid-tcELUwV0Iz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tcELUwV0Iz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tcELUwV0Iz .mbr-table-cell {
  padding: 0;
}
.cid-tcELUwV0Iz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tcELUwV0Iz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tcELUwV0Iz .mbr-overlay {
  z-index: 1;
}
.cid-tcELUwV0Iz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tcELUwV0Iz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tcELUwV0Iz .carousel-item.active.right,
.cid-tcELUwV0Iz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tcELUwV0Iz .carousel-item.active.left,
.cid-tcELUwV0Iz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tcELUwV0Iz .carousel-item.active,
.cid-tcELUwV0Iz .carousel-item.next.left,
.cid-tcELUwV0Iz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tcELUwV0Iz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators li.active,
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators li::after,
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tcELUwV0Iz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tcELUwV0Iz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tcELUwV0Iz .mbr-slider > .container img {
  width: 100%;
}
.cid-tcELUwV0Iz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tcELUwV0Iz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tcELUwV0Iz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcELUwV0Iz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tcELUwV0Iz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tcELUwV0Iz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tcELUwV0Iz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tcELUwV0Iz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tcELUwV0Iz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tcELUwV0Iz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tcELUwV0Iz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tcELUwV0Iz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tcELUwV0Iz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tcELUwV0Iz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tcELUwV0Iz .carousel-inner {
  height: 100%;
}
.cid-tcELUwV0Iz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tcELUwV0Iz .image_wrapper {
  height: 420px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tcELUwV0Iz .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tcELUwV0Iz .carousel-item .container-slide {
  text-align: center;
}
.cid-tcELUwV0Iz .content-slider-wrap {
  width: 100%;
}
.cid-sCH1iWx9aT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sCH1iWx9aT .card-img {
  background-color: #fff;
}
.cid-sCH1iWx9aT .card {
  align-self: stretch;
}
.cid-sCH1iWx9aT .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sCH1iWx9aT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sCH1iWx9aT p {
  text-align: left;
}
.cid-sCH1iWx9aT .mbr-text {
  color: #37312b;
}
.cid-sCH1iWx9aT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sCH1iWx9aT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sCH1iWx9aT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sBpdXTAZDM .modal-body .close {
  background: #1b1b1b;
}
.cid-sBpdXTAZDM .modal-body .close span {
  font-style: normal;
}
.cid-sBpdXTAZDM .carousel-inner > .active,
.cid-sBpdXTAZDM .carousel-inner > .next,
.cid-sBpdXTAZDM .carousel-inner > .prev {
  display: flex;
}
.cid-sBpdXTAZDM .carousel-control .icon-next,
.cid-sBpdXTAZDM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBpdXTAZDM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBpdXTAZDM .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBpdXTAZDM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBpdXTAZDM .boxed-slider > div {
  position: relative;
}
.cid-sBpdXTAZDM .container img {
  width: 100%;
}
.cid-sBpdXTAZDM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBpdXTAZDM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBpdXTAZDM .mbr-table-cell {
  padding: 0;
}
.cid-sBpdXTAZDM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBpdXTAZDM .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBpdXTAZDM .mbr-overlay {
  z-index: 1;
}
.cid-sBpdXTAZDM .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBpdXTAZDM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBpdXTAZDM .carousel-item.active.right,
.cid-sBpdXTAZDM .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBpdXTAZDM .carousel-item.active.left,
.cid-sBpdXTAZDM .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBpdXTAZDM .carousel-item.active,
.cid-sBpdXTAZDM .carousel-item.next.left,
.cid-sBpdXTAZDM .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sBpdXTAZDM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators li.active,
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators li::after,
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBpdXTAZDM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBpdXTAZDM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBpdXTAZDM .mbr-slider > .container img {
  width: 100%;
}
.cid-sBpdXTAZDM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBpdXTAZDM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBpdXTAZDM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBpdXTAZDM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBpdXTAZDM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBpdXTAZDM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBpdXTAZDM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBpdXTAZDM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBpdXTAZDM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBpdXTAZDM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBpdXTAZDM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBpdXTAZDM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBpdXTAZDM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBpdXTAZDM P {
  text-align: center;
}
.cid-sBpdXTAZDM H2 {
  text-align: center;
  color: #fbdf1e;
}
.cid-sSqutQ3u3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSqutQ3u3B .card-img {
  background-color: #fff;
}
.cid-sSqutQ3u3B .card {
  align-self: stretch;
}
.cid-sSqutQ3u3B .card-box {
  padding: 2rem;
}
.cid-sSqutQ3u3B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sSqutQ3u3B p {
  text-align: left;
}
.cid-sSqutQ3u3B .mbr-text {
  color: #767676;
}
.cid-sSqutQ3u3B .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sSqutQ3u3B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sSqutQ3u3B .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sSqutQ3u3B .card-title {
  text-align: center;
  color: #730da5;
}
.cid-sEqaHuSRfC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sEqaHuSRfC .card-box {
  padding: 0 2rem;
}
.cid-sEqaHuSRfC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sEqaHuSRfC .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sEqaHuSRfC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sEqaHuSRfC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sEqaHuSRfC .mbr-text {
  color: #767676;
}
.cid-sEqaHuSRfC .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sEqaHuSRfC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sSnD1omvds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSnD1omvds .card-img {
  background-color: #fff;
}
.cid-sSnD1omvds .card {
  align-self: stretch;
}
.cid-sSnD1omvds .card-box {
  padding: 2rem;
}
.cid-sSnD1omvds h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sSnD1omvds p {
  text-align: left;
}
.cid-sSnD1omvds .mbr-text {
  color: #767676;
}
.cid-sSnD1omvds .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sSnD1omvds .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sSnD1omvds .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sSnD1omvds .card-title {
  text-align: center;
  color: #730da5;
}
.cid-sJcTY9IQFX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcTY9IQFX .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcTY9IQFX .content {
    text-align: center;
  }
  .cid-sJcTY9IQFX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcTY9IQFX .img-logo img {
  height: 6rem;
}
.cid-sJcTY9IQFX .form-group,
.cid-sJcTY9IQFX .input-group-btn {
  padding: 0;
}
.cid-sJcTY9IQFX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcTY9IQFX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcTY9IQFX .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcTY9IQFX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcTY9IQFX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcTY9IQFX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcTY9IQFX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcTY9IQFX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcTY9IQFX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcTY9IQFX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcTY9IQFX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcTY9IQFX .foot-logo {
    text-align: center !important;
  }
  .cid-sJcTY9IQFX .foot-title {
    text-align: center !important;
  }
  .cid-sJcTY9IQFX .mbr-text {
    text-align: center !important;
  }
  .cid-sJcTY9IQFX .form-group {
    margin: 0;
  }
}
.cid-sJcTY9IQFX .foot-title {
  color: #ffffff;
}
.cid-sJcTY9IQFX .mbr-links-column {
  color: #cccccc;
}
.cid-sJcTY9IQFX .foot-logo {
  color: #d8a00f;
}
.cid-sJcTY9IQFX .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbNO7S7Q .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbNO7S7Q .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbNO7S7Q a {
  font-style: normal;
}
.cid-sWHbNO7S7Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbNO7S7Q .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbNO7S7Q .nav-item:focus,
.cid-sWHbNO7S7Q .nav-link:focus {
  outline: none;
}
.cid-sWHbNO7S7Q .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbNO7S7Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbNO7S7Q .menu-logo {
  margin-right: auto;
}
.cid-sWHbNO7S7Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbNO7S7Q .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-sWHbNO7S7Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbNO7S7Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbNO7S7Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbNO7S7Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbNO7S7Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbNO7S7Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbNO7S7Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbNO7S7Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbNO7S7Q .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbNO7S7Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbNO7S7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbNO7S7Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbNO7S7Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbNO7S7Q .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-sWHbNO7S7Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbNO7S7Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbNO7S7Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbNO7S7Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbNO7S7Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbNO7S7Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbNO7S7Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbNO7S7Q button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbNO7S7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbNO7S7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbNO7S7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbNO7S7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbNO7S7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbNO7S7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbNO7S7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbNO7S7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbNO7S7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbNO7S7Q .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbNO7S7Q .collapsed .btn {
  display: flex;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.collapsing,
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbNO7S7Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbNO7S7Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbNO7S7Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbNO7S7Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbNO7S7Q .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-sWHbNO7S7Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbNO7S7Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbNO7S7Q .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-sWHbNO7S7Q .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbNO7S7Q img {
    height: 3.8rem !important;
  }
  .cid-sWHbNO7S7Q .btn {
    display: flex;
  }
  .cid-sWHbNO7S7Q button.navbar-toggler {
    display: block;
  }
  .cid-sWHbNO7S7Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbNO7S7Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbNO7S7Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbNO7S7Q .navbar-collapse.collapsing,
  .cid-sWHbNO7S7Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbNO7S7Q .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbNO7S7Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbNO7S7Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbNO7S7Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbNO7S7Q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbNO7S7Q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbNO7S7Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbNO7S7Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbNO7S7Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbNO7S7Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbNO7S7Q .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-sWHbNO7S7Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbNO7S7Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbNO7S7Q .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-sWHbNO7S7Q .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbNO7S7Q .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbNO7S7Q .nav-link:hover,
.cid-sWHbNO7S7Q .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sD12IKhdd1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sD12IKhdd1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sD12IKhdd1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sD12IKhdd1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sD12IKhdd1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sD12IKhdd1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sD12IKhdd1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sD12IKhdd1 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sD12IKhdd1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sD12IKhdd1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sJcYo2erLg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJcYo2erLg .card-img {
  background-color: #fff;
}
.cid-sJcYo2erLg .card {
  align-self: stretch;
}
.cid-sJcYo2erLg .card-box {
  padding: 2rem;
}
.cid-sJcYo2erLg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sJcYo2erLg p {
  text-align: left;
}
.cid-sJcYo2erLg .mbr-text {
  color: #767676;
}
.cid-sJcYo2erLg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJcYo2erLg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sJcYo2erLg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sJcYo2erLg .card-title {
  color: #730da5;
}
.cid-sJcYjrOU3g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJcYjrOU3g .card-img {
  background-color: #fff;
}
.cid-sJcYjrOU3g .card {
  align-self: stretch;
}
.cid-sJcYjrOU3g .card-box {
  padding: 2rem;
}
.cid-sJcYjrOU3g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sJcYjrOU3g p {
  text-align: left;
}
.cid-sJcYjrOU3g .mbr-text {
  color: #767676;
}
.cid-sJcYjrOU3g .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJcYjrOU3g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sJcYjrOU3g .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sJd17I1sky {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJd17I1sky .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJd17I1sky .content {
    text-align: center;
  }
  .cid-sJd17I1sky .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJd17I1sky .img-logo img {
  height: 6rem;
}
.cid-sJd17I1sky .form-group,
.cid-sJd17I1sky .input-group-btn {
  padding: 0;
}
.cid-sJd17I1sky .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJd17I1sky .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJd17I1sky .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJd17I1sky .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJd17I1sky .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJd17I1sky .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJd17I1sky .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJd17I1sky .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJd17I1sky .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJd17I1sky .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJd17I1sky .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJd17I1sky .foot-logo {
    text-align: center !important;
  }
  .cid-sJd17I1sky .foot-title {
    text-align: center !important;
  }
  .cid-sJd17I1sky .mbr-text {
    text-align: center !important;
  }
  .cid-sJd17I1sky .form-group {
    margin: 0;
  }
}
.cid-sJd17I1sky .foot-title {
  color: #ffffff;
}
.cid-sJd17I1sky .mbr-links-column {
  color: #cccccc;
}
.cid-sJd17I1sky .foot-logo {
  color: #d8a00f;
}
.cid-sJd17I1sky .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHaxejyL9 .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHaxejyL9 .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHaxejyL9 a {
  font-style: normal;
}
.cid-sWHaxejyL9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHaxejyL9 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHaxejyL9 .nav-item:focus,
.cid-sWHaxejyL9 .nav-link:focus {
  outline: none;
}
.cid-sWHaxejyL9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHaxejyL9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHaxejyL9 .menu-logo {
  margin-right: auto;
}
.cid-sWHaxejyL9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHaxejyL9 .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-sWHaxejyL9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHaxejyL9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHaxejyL9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHaxejyL9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHaxejyL9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHaxejyL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHaxejyL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHaxejyL9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHaxejyL9 .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHaxejyL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHaxejyL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHaxejyL9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHaxejyL9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHaxejyL9 .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-sWHaxejyL9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHaxejyL9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHaxejyL9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHaxejyL9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHaxejyL9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHaxejyL9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHaxejyL9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHaxejyL9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHaxejyL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHaxejyL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHaxejyL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHaxejyL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHaxejyL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHaxejyL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHaxejyL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHaxejyL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHaxejyL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHaxejyL9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHaxejyL9 .collapsed .btn {
  display: flex;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse.collapsing,
.cid-sWHaxejyL9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHaxejyL9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHaxejyL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHaxejyL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHaxejyL9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHaxejyL9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHaxejyL9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHaxejyL9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHaxejyL9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHaxejyL9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHaxejyL9 .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-sWHaxejyL9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHaxejyL9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHaxejyL9 .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-sWHaxejyL9 .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHaxejyL9 img {
    height: 3.8rem !important;
  }
  .cid-sWHaxejyL9 .btn {
    display: flex;
  }
  .cid-sWHaxejyL9 button.navbar-toggler {
    display: block;
  }
  .cid-sWHaxejyL9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHaxejyL9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHaxejyL9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHaxejyL9 .navbar-collapse.collapsing,
  .cid-sWHaxejyL9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHaxejyL9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHaxejyL9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHaxejyL9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHaxejyL9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHaxejyL9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHaxejyL9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHaxejyL9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHaxejyL9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHaxejyL9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHaxejyL9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHaxejyL9 .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-sWHaxejyL9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHaxejyL9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHaxejyL9 .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-sWHaxejyL9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHaxejyL9 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHaxejyL9 .nav-link:hover,
.cid-sWHaxejyL9 .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sBshllIqEt H1 {
  color: #cccccc;
}
.cid-sFmGJramlK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/joey-nicotra-cchprugryhm-unsplash-2000x2500.jpeg");
}
.cid-sFmGJramlK .testimonials-container {
  margin: 0 auto;
}
.cid-sFmGJramlK .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-sFmGJramlK .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-sFmGJramlK .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-sFmGJramlK .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-sFmGJramlK .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sFmGJramlK .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-sFmGJramlK .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-sFmGJramlK .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-sFmGJramlK .user_text {
  color: #37312b;
}
.cid-sJcUruHocg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcUruHocg .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcUruHocg .content {
    text-align: center;
  }
  .cid-sJcUruHocg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcUruHocg .img-logo img {
  height: 6rem;
}
.cid-sJcUruHocg .form-group,
.cid-sJcUruHocg .input-group-btn {
  padding: 0;
}
.cid-sJcUruHocg .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcUruHocg .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcUruHocg .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcUruHocg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcUruHocg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcUruHocg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcUruHocg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcUruHocg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcUruHocg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcUruHocg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcUruHocg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcUruHocg .foot-logo {
    text-align: center !important;
  }
  .cid-sJcUruHocg .foot-title {
    text-align: center !important;
  }
  .cid-sJcUruHocg .mbr-text {
    text-align: center !important;
  }
  .cid-sJcUruHocg .form-group {
    margin: 0;
  }
}
.cid-sJcUruHocg .foot-title {
  color: #ffffff;
}
.cid-sJcUruHocg .mbr-links-column {
  color: #cccccc;
}
.cid-sJcUruHocg .foot-logo {
  color: #d8a00f;
}
.cid-sJcUruHocg .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbEv0vGr .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbEv0vGr .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbEv0vGr a {
  font-style: normal;
}
.cid-sWHbEv0vGr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbEv0vGr .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbEv0vGr .nav-item:focus,
.cid-sWHbEv0vGr .nav-link:focus {
  outline: none;
}
.cid-sWHbEv0vGr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbEv0vGr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbEv0vGr .menu-logo {
  margin-right: auto;
}
.cid-sWHbEv0vGr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbEv0vGr .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-sWHbEv0vGr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbEv0vGr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbEv0vGr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbEv0vGr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbEv0vGr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbEv0vGr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbEv0vGr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbEv0vGr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbEv0vGr .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbEv0vGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbEv0vGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbEv0vGr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbEv0vGr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbEv0vGr .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-sWHbEv0vGr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbEv0vGr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbEv0vGr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbEv0vGr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbEv0vGr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbEv0vGr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbEv0vGr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbEv0vGr button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbEv0vGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbEv0vGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbEv0vGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbEv0vGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbEv0vGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbEv0vGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbEv0vGr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbEv0vGr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbEv0vGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbEv0vGr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbEv0vGr .collapsed .btn {
  display: flex;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse.collapsing,
.cid-sWHbEv0vGr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbEv0vGr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbEv0vGr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbEv0vGr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbEv0vGr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbEv0vGr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbEv0vGr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbEv0vGr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbEv0vGr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbEv0vGr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbEv0vGr .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-sWHbEv0vGr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbEv0vGr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbEv0vGr .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-sWHbEv0vGr .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbEv0vGr img {
    height: 3.8rem !important;
  }
  .cid-sWHbEv0vGr .btn {
    display: flex;
  }
  .cid-sWHbEv0vGr button.navbar-toggler {
    display: block;
  }
  .cid-sWHbEv0vGr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbEv0vGr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbEv0vGr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbEv0vGr .navbar-collapse.collapsing,
  .cid-sWHbEv0vGr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbEv0vGr .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbEv0vGr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbEv0vGr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbEv0vGr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbEv0vGr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbEv0vGr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbEv0vGr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbEv0vGr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbEv0vGr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbEv0vGr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbEv0vGr .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-sWHbEv0vGr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbEv0vGr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbEv0vGr .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-sWHbEv0vGr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbEv0vGr .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbEv0vGr .nav-link:hover,
.cid-sWHbEv0vGr .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sL6GzG8Vpy {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sCl2JfJsSo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #46808f;
}
.cid-sCl2JfJsSo .card-img {
  background-color: #fff;
}
.cid-sCl2JfJsSo .card {
  align-self: stretch;
}
.cid-sCl2JfJsSo .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sCl2JfJsSo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sCl2JfJsSo p {
  text-align: left;
}
.cid-sCl2JfJsSo .mbr-text {
  color: #767676;
}
.cid-sCl2JfJsSo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sCl2JfJsSo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sCl2JfJsSo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-t8EjeyYj7m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sX0O4XtcmC {
  background-image: url("../../../assets/images/home-tertiary1-1600x894-v01-1600x894.jpg");
}
.cid-sJ8LAWLuA6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJ8LAWLuA6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ8LAWLuA6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sJ8LAWLuA6 .mbr-text {
  color: #6332ad;
}
.cid-sLW8yxABYp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLW8yxABYp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLW8yxABYp .section-text {
  padding: 2rem 0;
}
.cid-sLW8yxABYp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLW8yxABYp .inner-container {
    width: 100% !important;
  }
}
.cid-sX0PpJ4HlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX0PpJ4HlC .fb-page,
.cid-sX0PpJ4HlC span,
.cid-sX0PpJ4HlC iframe {
  width: 500px;
  height: 620px;
}
.cid-sX0PpJ4HlC blockquote {
  display: none;
}
.cid-sX0PpJ4HlC .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-sJcVwMUNm3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcVwMUNm3 .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcVwMUNm3 .content {
    text-align: center;
  }
  .cid-sJcVwMUNm3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcVwMUNm3 .img-logo img {
  height: 6rem;
}
.cid-sJcVwMUNm3 .form-group,
.cid-sJcVwMUNm3 .input-group-btn {
  padding: 0;
}
.cid-sJcVwMUNm3 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcVwMUNm3 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcVwMUNm3 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcVwMUNm3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcVwMUNm3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcVwMUNm3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcVwMUNm3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcVwMUNm3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcVwMUNm3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcVwMUNm3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcVwMUNm3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcVwMUNm3 .foot-logo {
    text-align: center !important;
  }
  .cid-sJcVwMUNm3 .foot-title {
    text-align: center !important;
  }
  .cid-sJcVwMUNm3 .mbr-text {
    text-align: center !important;
  }
  .cid-sJcVwMUNm3 .form-group {
    margin: 0;
  }
}
.cid-sJcVwMUNm3 .foot-title {
  color: #ffffff;
}
.cid-sJcVwMUNm3 .mbr-links-column {
  color: #cccccc;
}
.cid-sJcVwMUNm3 .foot-logo {
  color: #d8a00f;
}
.cid-sJcVwMUNm3 .copyright .mbr-text {
  color: #cccccc;
}
.cid-t8EiiLxQnX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sWHbSogYLq .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbSogYLq .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbSogYLq a {
  font-style: normal;
}
.cid-sWHbSogYLq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbSogYLq .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbSogYLq .nav-item:focus,
.cid-sWHbSogYLq .nav-link:focus {
  outline: none;
}
.cid-sWHbSogYLq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbSogYLq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbSogYLq .menu-logo {
  margin-right: auto;
}
.cid-sWHbSogYLq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbSogYLq .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-sWHbSogYLq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbSogYLq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbSogYLq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbSogYLq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbSogYLq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbSogYLq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbSogYLq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbSogYLq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbSogYLq .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbSogYLq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbSogYLq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbSogYLq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbSogYLq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbSogYLq .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-sWHbSogYLq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbSogYLq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbSogYLq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbSogYLq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbSogYLq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbSogYLq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbSogYLq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbSogYLq button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbSogYLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbSogYLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbSogYLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbSogYLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbSogYLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbSogYLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbSogYLq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbSogYLq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbSogYLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbSogYLq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbSogYLq .collapsed .btn {
  display: flex;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse.collapsing,
.cid-sWHbSogYLq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbSogYLq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbSogYLq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbSogYLq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbSogYLq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbSogYLq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbSogYLq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbSogYLq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbSogYLq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbSogYLq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbSogYLq .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-sWHbSogYLq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbSogYLq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbSogYLq .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-sWHbSogYLq .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbSogYLq img {
    height: 3.8rem !important;
  }
  .cid-sWHbSogYLq .btn {
    display: flex;
  }
  .cid-sWHbSogYLq button.navbar-toggler {
    display: block;
  }
  .cid-sWHbSogYLq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbSogYLq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbSogYLq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbSogYLq .navbar-collapse.collapsing,
  .cid-sWHbSogYLq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbSogYLq .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbSogYLq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbSogYLq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbSogYLq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbSogYLq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbSogYLq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbSogYLq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbSogYLq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbSogYLq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbSogYLq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbSogYLq .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-sWHbSogYLq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbSogYLq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbSogYLq .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-sWHbSogYLq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbSogYLq .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbSogYLq .nav-link:hover,
.cid-sWHbSogYLq .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sBDpTJwIKh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dariusz-sankowski-3oiymgdkj6k-unsplash-2000x1500.jpg");
}
.cid-sBDpTJwIKh .mbr-section-subtitle {
  color: #e4d295;
}
.cid-sBDpTJwIKh .formoid {
  margin: auto;
}
.cid-sBDpTJwIKh .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sBDpTJwIKh .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-sBDpTJwIKh a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sBDpTJwIKh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sBDpTJwIKh .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sBDpTJwIKh .form-group,
  .cid-sBDpTJwIKh .input-group-btn,
  .cid-sBDpTJwIKh .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sBDpTJwIKh .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sBDpTJwIKh H2 {
  color: #ffffff;
}
.cid-sBDvqZDK7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
}
.cid-sBDvqZDK7z .mbr-section-subtitle {
  color: #e4d295;
  text-align: center;
}
.cid-sBDvqZDK7z .btn {
  margin: 0 0 .5rem 0;
}
.cid-sBDpRWjPHC {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/patrick-fore-ufqv-rqpm8w-unsplash-2000x1333.jpg");
}
.cid-sBDpRWjPHC .title {
  margin-bottom: 2rem;
}
.cid-sBDpRWjPHC .mbr-section-subtitle {
  color: #767676;
}
.cid-sBDpRWjPHC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sBDpRWjPHC a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sBDpRWjPHC textarea.form-control {
  min-height: 188px;
}
.cid-sBDpRWjPHC LABEL {
  color: #e4d295;
}
.cid-sJd1gZY5nL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJd1gZY5nL .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJd1gZY5nL .content {
    text-align: center;
  }
  .cid-sJd1gZY5nL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJd1gZY5nL .img-logo img {
  height: 6rem;
}
.cid-sJd1gZY5nL .form-group,
.cid-sJd1gZY5nL .input-group-btn {
  padding: 0;
}
.cid-sJd1gZY5nL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJd1gZY5nL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJd1gZY5nL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJd1gZY5nL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJd1gZY5nL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJd1gZY5nL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJd1gZY5nL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJd1gZY5nL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJd1gZY5nL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJd1gZY5nL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJd1gZY5nL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJd1gZY5nL .foot-logo {
    text-align: center !important;
  }
  .cid-sJd1gZY5nL .foot-title {
    text-align: center !important;
  }
  .cid-sJd1gZY5nL .mbr-text {
    text-align: center !important;
  }
  .cid-sJd1gZY5nL .form-group {
    margin: 0;
  }
}
.cid-sJd1gZY5nL .foot-title {
  color: #ffffff;
}
.cid-sJd1gZY5nL .mbr-links-column {
  color: #cccccc;
}
.cid-sJd1gZY5nL .foot-logo {
  color: #d8a00f;
}
.cid-sJd1gZY5nL .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbIiiRMd .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbIiiRMd .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbIiiRMd a {
  font-style: normal;
}
.cid-sWHbIiiRMd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbIiiRMd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbIiiRMd .nav-item:focus,
.cid-sWHbIiiRMd .nav-link:focus {
  outline: none;
}
.cid-sWHbIiiRMd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbIiiRMd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbIiiRMd .menu-logo {
  margin-right: auto;
}
.cid-sWHbIiiRMd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbIiiRMd .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-sWHbIiiRMd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbIiiRMd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbIiiRMd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbIiiRMd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbIiiRMd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbIiiRMd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbIiiRMd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbIiiRMd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbIiiRMd .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbIiiRMd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbIiiRMd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbIiiRMd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbIiiRMd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbIiiRMd .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-sWHbIiiRMd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbIiiRMd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbIiiRMd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbIiiRMd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbIiiRMd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbIiiRMd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbIiiRMd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbIiiRMd button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbIiiRMd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbIiiRMd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbIiiRMd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbIiiRMd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbIiiRMd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbIiiRMd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbIiiRMd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbIiiRMd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbIiiRMd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbIiiRMd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbIiiRMd .collapsed .btn {
  display: flex;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse.collapsing,
.cid-sWHbIiiRMd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbIiiRMd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbIiiRMd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbIiiRMd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbIiiRMd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbIiiRMd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbIiiRMd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbIiiRMd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbIiiRMd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbIiiRMd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbIiiRMd .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-sWHbIiiRMd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbIiiRMd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbIiiRMd .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-sWHbIiiRMd .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbIiiRMd img {
    height: 3.8rem !important;
  }
  .cid-sWHbIiiRMd .btn {
    display: flex;
  }
  .cid-sWHbIiiRMd button.navbar-toggler {
    display: block;
  }
  .cid-sWHbIiiRMd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbIiiRMd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbIiiRMd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbIiiRMd .navbar-collapse.collapsing,
  .cid-sWHbIiiRMd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbIiiRMd .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbIiiRMd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbIiiRMd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbIiiRMd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbIiiRMd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbIiiRMd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbIiiRMd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbIiiRMd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbIiiRMd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbIiiRMd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbIiiRMd .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-sWHbIiiRMd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbIiiRMd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbIiiRMd .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-sWHbIiiRMd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbIiiRMd .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbIiiRMd .nav-link:hover,
.cid-sWHbIiiRMd .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sBu315cBie {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-amir-seilsepour-3851879-2000x2500.jpg");
}
.cid-sBu3ZSp6Ek {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBu3ZSp6Ek .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sBu3ZSp6Ek .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBu3ZSp6Ek .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBu3ZSp6Ek .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sBu3ZSp6Ek .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sBu3ZSp6Ek .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sBu3ZSp6Ek .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sBu3ZSp6Ek .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sBu3ZSp6Ek .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sIR9oxpq8a {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIR9oxpq8a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sIR9oxpq8a p {
  color: #767676;
  text-align: left;
}
.cid-sIR9oxpq8a .card-box {
  padding-top: 2rem;
}
.cid-sIR9oxpq8a .card-wrapper {
  height: 100%;
}
.cid-sIRdqQgV1Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIRdqQgV1Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sIRdqQgV1Z p {
  color: #767676;
  text-align: left;
}
.cid-sIRdqQgV1Z .card-box {
  padding-top: 2rem;
}
.cid-sIRdqQgV1Z .card-wrapper {
  height: 100%;
}
.cid-sJcVDzNz4C {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcVDzNz4C .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcVDzNz4C .content {
    text-align: center;
  }
  .cid-sJcVDzNz4C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcVDzNz4C .img-logo img {
  height: 6rem;
}
.cid-sJcVDzNz4C .form-group,
.cid-sJcVDzNz4C .input-group-btn {
  padding: 0;
}
.cid-sJcVDzNz4C .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcVDzNz4C .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcVDzNz4C .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcVDzNz4C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcVDzNz4C .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcVDzNz4C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcVDzNz4C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcVDzNz4C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcVDzNz4C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcVDzNz4C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcVDzNz4C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcVDzNz4C .foot-logo {
    text-align: center !important;
  }
  .cid-sJcVDzNz4C .foot-title {
    text-align: center !important;
  }
  .cid-sJcVDzNz4C .mbr-text {
    text-align: center !important;
  }
  .cid-sJcVDzNz4C .form-group {
    margin: 0;
  }
}
.cid-sJcVDzNz4C .foot-title {
  color: #ffffff;
}
.cid-sJcVDzNz4C .mbr-links-column {
  color: #cccccc;
}
.cid-sJcVDzNz4C .foot-logo {
  color: #d8a00f;
}
.cid-sJcVDzNz4C .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHarIhe6h .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHarIhe6h .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHarIhe6h a {
  font-style: normal;
}
.cid-sWHarIhe6h .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHarIhe6h .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHarIhe6h .nav-item:focus,
.cid-sWHarIhe6h .nav-link:focus {
  outline: none;
}
.cid-sWHarIhe6h .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHarIhe6h .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHarIhe6h .menu-logo {
  margin-right: auto;
}
.cid-sWHarIhe6h .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHarIhe6h .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-sWHarIhe6h .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHarIhe6h .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHarIhe6h .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHarIhe6h .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHarIhe6h .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHarIhe6h .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHarIhe6h .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHarIhe6h .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHarIhe6h .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHarIhe6h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHarIhe6h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHarIhe6h .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHarIhe6h .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHarIhe6h .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-sWHarIhe6h .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHarIhe6h .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHarIhe6h .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHarIhe6h .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHarIhe6h .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHarIhe6h .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHarIhe6h button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHarIhe6h button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHarIhe6h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHarIhe6h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHarIhe6h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHarIhe6h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHarIhe6h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHarIhe6h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHarIhe6h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHarIhe6h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHarIhe6h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHarIhe6h .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHarIhe6h .collapsed .btn {
  display: flex;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse.collapsing,
.cid-sWHarIhe6h .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHarIhe6h .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHarIhe6h .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHarIhe6h .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHarIhe6h .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHarIhe6h .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHarIhe6h .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHarIhe6h .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHarIhe6h .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHarIhe6h .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHarIhe6h .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-sWHarIhe6h .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHarIhe6h .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHarIhe6h .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-sWHarIhe6h .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHarIhe6h img {
    height: 3.8rem !important;
  }
  .cid-sWHarIhe6h .btn {
    display: flex;
  }
  .cid-sWHarIhe6h button.navbar-toggler {
    display: block;
  }
  .cid-sWHarIhe6h .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHarIhe6h .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHarIhe6h .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHarIhe6h .navbar-collapse.collapsing,
  .cid-sWHarIhe6h .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHarIhe6h .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHarIhe6h .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHarIhe6h .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHarIhe6h .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHarIhe6h .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHarIhe6h .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHarIhe6h .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHarIhe6h .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHarIhe6h .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHarIhe6h .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHarIhe6h .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-sWHarIhe6h .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHarIhe6h .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHarIhe6h .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-sWHarIhe6h .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHarIhe6h .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHarIhe6h .nav-link:hover,
.cid-sWHarIhe6h .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sBE9HCgeOX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nur-syafiqah-jyql3bicfcm-unsplash-2000x1125.jpg");
}
.cid-sBE9HCgeOX .card-img {
  background-color: #fff;
}
.cid-sBE9HCgeOX .card {
  align-self: stretch;
}
.cid-sBE9HCgeOX .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sBE9HCgeOX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBE9HCgeOX p {
  text-align: left;
}
.cid-sBE9HCgeOX .mbr-text {
  color: #6332ad;
}
.cid-sBE9HCgeOX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sBE9HCgeOX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sBE9HCgeOX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sBE9HCgeOX .card-title {
  color: #4f4943;
}
.cid-sJ7RwMnD6s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJ7RwMnD6s .card-img {
  background-color: #fff;
}
.cid-sJ7RwMnD6s .card {
  align-self: stretch;
}
.cid-sJ7RwMnD6s .card-box {
  padding: 2rem;
}
.cid-sJ7RwMnD6s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sJ7RwMnD6s p {
  text-align: left;
}
.cid-sJ7RwMnD6s .mbr-text {
  color: #767676;
}
.cid-sJ7RwMnD6s .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJ7RwMnD6s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sJ7RwMnD6s .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sJ8rhh6UFq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJ8rhh6UFq .card-img {
  background-color: #fff;
}
.cid-sJ8rhh6UFq .card {
  align-self: stretch;
}
.cid-sJ8rhh6UFq .card-box {
  padding: 2rem;
}
.cid-sJ8rhh6UFq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sJ8rhh6UFq p {
  text-align: left;
}
.cid-sJ8rhh6UFq .mbr-text {
  color: #767676;
}
.cid-sJ8rhh6UFq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJ8rhh6UFq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sJ8rhh6UFq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sJ8rhh6UFq .card-title {
  text-align: center;
}
.cid-sBDX7zH8Tn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #232323);
}
.cid-sBDX7zH8Tn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sBDX7zH8Tn .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBDX7zH8Tn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sBDX7zH8Tn .mbr-text {
    text-align: center;
  }
}
.cid-sBDX7zH8Tn H3 {
  color: #232323;
}
.cid-sBDX7zH8Tn .mbr-text,
.cid-sBDX7zH8Tn .mbr-section-btn {
  color: #232323;
}
.cid-sJcUiIuWKW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcUiIuWKW .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcUiIuWKW .content {
    text-align: center;
  }
  .cid-sJcUiIuWKW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcUiIuWKW .img-logo img {
  height: 6rem;
}
.cid-sJcUiIuWKW .form-group,
.cid-sJcUiIuWKW .input-group-btn {
  padding: 0;
}
.cid-sJcUiIuWKW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcUiIuWKW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcUiIuWKW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcUiIuWKW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcUiIuWKW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcUiIuWKW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcUiIuWKW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcUiIuWKW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcUiIuWKW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcUiIuWKW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcUiIuWKW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcUiIuWKW .foot-logo {
    text-align: center !important;
  }
  .cid-sJcUiIuWKW .foot-title {
    text-align: center !important;
  }
  .cid-sJcUiIuWKW .mbr-text {
    text-align: center !important;
  }
  .cid-sJcUiIuWKW .form-group {
    margin: 0;
  }
}
.cid-sJcUiIuWKW .foot-title {
  color: #ffffff;
}
.cid-sJcUiIuWKW .mbr-links-column {
  color: #cccccc;
}
.cid-sJcUiIuWKW .foot-logo {
  color: #d8a00f;
}
.cid-sJcUiIuWKW .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHaCNC3DI .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHaCNC3DI .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHaCNC3DI a {
  font-style: normal;
}
.cid-sWHaCNC3DI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHaCNC3DI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHaCNC3DI .nav-item:focus,
.cid-sWHaCNC3DI .nav-link:focus {
  outline: none;
}
.cid-sWHaCNC3DI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHaCNC3DI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHaCNC3DI .menu-logo {
  margin-right: auto;
}
.cid-sWHaCNC3DI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHaCNC3DI .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-sWHaCNC3DI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHaCNC3DI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHaCNC3DI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHaCNC3DI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHaCNC3DI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHaCNC3DI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHaCNC3DI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHaCNC3DI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHaCNC3DI .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHaCNC3DI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHaCNC3DI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHaCNC3DI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHaCNC3DI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHaCNC3DI .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-sWHaCNC3DI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHaCNC3DI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHaCNC3DI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHaCNC3DI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHaCNC3DI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHaCNC3DI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHaCNC3DI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHaCNC3DI button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHaCNC3DI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHaCNC3DI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHaCNC3DI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHaCNC3DI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHaCNC3DI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHaCNC3DI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHaCNC3DI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHaCNC3DI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHaCNC3DI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHaCNC3DI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHaCNC3DI .collapsed .btn {
  display: flex;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse.collapsing,
.cid-sWHaCNC3DI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHaCNC3DI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHaCNC3DI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHaCNC3DI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHaCNC3DI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHaCNC3DI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHaCNC3DI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHaCNC3DI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHaCNC3DI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHaCNC3DI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHaCNC3DI .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-sWHaCNC3DI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHaCNC3DI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHaCNC3DI .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-sWHaCNC3DI .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHaCNC3DI img {
    height: 3.8rem !important;
  }
  .cid-sWHaCNC3DI .btn {
    display: flex;
  }
  .cid-sWHaCNC3DI button.navbar-toggler {
    display: block;
  }
  .cid-sWHaCNC3DI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHaCNC3DI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHaCNC3DI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHaCNC3DI .navbar-collapse.collapsing,
  .cid-sWHaCNC3DI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHaCNC3DI .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHaCNC3DI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHaCNC3DI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHaCNC3DI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHaCNC3DI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHaCNC3DI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHaCNC3DI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHaCNC3DI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHaCNC3DI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHaCNC3DI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHaCNC3DI .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-sWHaCNC3DI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHaCNC3DI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHaCNC3DI .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-sWHaCNC3DI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHaCNC3DI .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHaCNC3DI .nav-link:hover,
.cid-sWHaCNC3DI .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sC0UL0CZSO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/toa-heftiba-pk5tkwhsn-8-unsplash-2000x3000.jpg");
}
.cid-sC0UL146LO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sC0UL146LO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC0UL146LO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC0UL146LO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC0UL146LO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC0UL146LO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sC0UL146LO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sC0UL146LO .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sC0UL146LO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sC0UL146LO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-thPcIn0Y7E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-thPcIn0Y7E .card-box {
  padding: 0 2rem;
}
.cid-thPcIn0Y7E .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thPcIn0Y7E .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-thPcIn0Y7E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thPcIn0Y7E p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-thPcIn0Y7E .mbr-text {
  color: #767676;
}
.cid-thPcIn0Y7E .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thPcIn0Y7E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sC0UL1GXWh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sC0UL1GXWh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC0UL1GXWh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC0UL1GXWh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC0UL1GXWh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC0UL1GXWh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sC0UL1GXWh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sC0UL1GXWh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sC0UL1GXWh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sC0UL1GXWh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thPcVR2EEL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thPcVR2EEL .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-thPcVR2EEL .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-thPcVR2EEL .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-thPcVR2EEL .separline {
  position: relative;
}
.cid-thPcVR2EEL .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-thPcVR2EEL .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-thPcVR2EEL .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-thPcVR2EEL .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thPcVR2EEL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sCfrprRBWW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dogancan-ozturan-94taemdowrw-unsplash-2000x1333.jpg");
}
.cid-sJcUy3zChd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcUy3zChd .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcUy3zChd .content {
    text-align: center;
  }
  .cid-sJcUy3zChd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcUy3zChd .img-logo img {
  height: 6rem;
}
.cid-sJcUy3zChd .form-group,
.cid-sJcUy3zChd .input-group-btn {
  padding: 0;
}
.cid-sJcUy3zChd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcUy3zChd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcUy3zChd .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcUy3zChd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcUy3zChd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcUy3zChd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcUy3zChd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcUy3zChd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcUy3zChd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcUy3zChd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcUy3zChd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcUy3zChd .foot-logo {
    text-align: center !important;
  }
  .cid-sJcUy3zChd .foot-title {
    text-align: center !important;
  }
  .cid-sJcUy3zChd .mbr-text {
    text-align: center !important;
  }
  .cid-sJcUy3zChd .form-group {
    margin: 0;
  }
}
.cid-sJcUy3zChd .foot-title {
  color: #ffffff;
}
.cid-sJcUy3zChd .mbr-links-column {
  color: #cccccc;
}
.cid-sJcUy3zChd .foot-logo {
  color: #d8a00f;
}
.cid-sJcUy3zChd .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHb2DfTni .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHb2DfTni .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHb2DfTni a {
  font-style: normal;
}
.cid-sWHb2DfTni .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHb2DfTni .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHb2DfTni .nav-item:focus,
.cid-sWHb2DfTni .nav-link:focus {
  outline: none;
}
.cid-sWHb2DfTni .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHb2DfTni .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHb2DfTni .menu-logo {
  margin-right: auto;
}
.cid-sWHb2DfTni .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHb2DfTni .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-sWHb2DfTni .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHb2DfTni .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHb2DfTni .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHb2DfTni .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHb2DfTni .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHb2DfTni .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHb2DfTni .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHb2DfTni .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHb2DfTni .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHb2DfTni .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHb2DfTni .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHb2DfTni .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHb2DfTni .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHb2DfTni .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-sWHb2DfTni .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHb2DfTni .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHb2DfTni .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHb2DfTni .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHb2DfTni .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHb2DfTni .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHb2DfTni button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHb2DfTni button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHb2DfTni button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHb2DfTni button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHb2DfTni button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHb2DfTni button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHb2DfTni button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHb2DfTni nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHb2DfTni nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHb2DfTni nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHb2DfTni nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHb2DfTni .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHb2DfTni .collapsed .btn {
  display: flex;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse.collapsing,
.cid-sWHb2DfTni .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHb2DfTni .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHb2DfTni .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHb2DfTni .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHb2DfTni .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHb2DfTni .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHb2DfTni .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHb2DfTni .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHb2DfTni .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHb2DfTni .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHb2DfTni .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-sWHb2DfTni .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHb2DfTni .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHb2DfTni .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-sWHb2DfTni .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHb2DfTni img {
    height: 3.8rem !important;
  }
  .cid-sWHb2DfTni .btn {
    display: flex;
  }
  .cid-sWHb2DfTni button.navbar-toggler {
    display: block;
  }
  .cid-sWHb2DfTni .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHb2DfTni .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHb2DfTni .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHb2DfTni .navbar-collapse.collapsing,
  .cid-sWHb2DfTni .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHb2DfTni .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHb2DfTni .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHb2DfTni .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHb2DfTni .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHb2DfTni .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHb2DfTni .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHb2DfTni .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHb2DfTni .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHb2DfTni .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHb2DfTni .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHb2DfTni .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-sWHb2DfTni .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHb2DfTni .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHb2DfTni .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-sWHb2DfTni .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHb2DfTni .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHb2DfTni .nav-link:hover,
.cid-sWHb2DfTni .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sCfGtDwwZz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sigmund-v9m8w5vph44-unsplash-2000x1333.jpeg");
}
.cid-sCfGtE6tHz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCfGtE6tHz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCfGtE6tHz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCfGtE6tHz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCfGtE6tHz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCfGtE6tHz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCfGtE6tHz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCfGtE6tHz .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sCfGtE6tHz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCfGtE6tHz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sCfXz6ZP0H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCfXz6ZP0H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sCfXz6ZP0H p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sCfXz6ZP0H .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sCfXz6ZP0H .mbr-section-btn a {
  margin: 0;
}
.cid-sCfXz6ZP0H .mbr-text {
  color: #767676;
}
.cid-sCfXz6ZP0H .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sCfXz6ZP0H .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sCfWCcBPEZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #cc2952);
}
.cid-sCfWCcBPEZ .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sCfWCcBPEZ .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-sCfWCcBPEZ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sCfWCcBPEZ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sCfWCcBPEZ .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sCfWCcBPEZ .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCfWCcBPEZ .plan-header,
.cid-sCfWCcBPEZ .plan-body {
  background-color: #fff;
}
.cid-sCfWCcBPEZ .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-sCfWCcBPEZ .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-sCfWCcBPEZ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sCfWCcBPEZ UL {
  color: #232323;
}
.cid-sJcUXOGwAP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcUXOGwAP .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcUXOGwAP .content {
    text-align: center;
  }
  .cid-sJcUXOGwAP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcUXOGwAP .img-logo img {
  height: 6rem;
}
.cid-sJcUXOGwAP .form-group,
.cid-sJcUXOGwAP .input-group-btn {
  padding: 0;
}
.cid-sJcUXOGwAP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcUXOGwAP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcUXOGwAP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcUXOGwAP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcUXOGwAP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcUXOGwAP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcUXOGwAP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcUXOGwAP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcUXOGwAP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcUXOGwAP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcUXOGwAP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcUXOGwAP .foot-logo {
    text-align: center !important;
  }
  .cid-sJcUXOGwAP .foot-title {
    text-align: center !important;
  }
  .cid-sJcUXOGwAP .mbr-text {
    text-align: center !important;
  }
  .cid-sJcUXOGwAP .form-group {
    margin: 0;
  }
}
.cid-sJcUXOGwAP .foot-title {
  color: #ffffff;
}
.cid-sJcUXOGwAP .mbr-links-column {
  color: #cccccc;
}
.cid-sJcUXOGwAP .foot-logo {
  color: #d8a00f;
}
.cid-sJcUXOGwAP .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbdO2q6Z .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbdO2q6Z .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbdO2q6Z a {
  font-style: normal;
}
.cid-sWHbdO2q6Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbdO2q6Z .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbdO2q6Z .nav-item:focus,
.cid-sWHbdO2q6Z .nav-link:focus {
  outline: none;
}
.cid-sWHbdO2q6Z .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbdO2q6Z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbdO2q6Z .menu-logo {
  margin-right: auto;
}
.cid-sWHbdO2q6Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbdO2q6Z .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-sWHbdO2q6Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbdO2q6Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbdO2q6Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbdO2q6Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbdO2q6Z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbdO2q6Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbdO2q6Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbdO2q6Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbdO2q6Z .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbdO2q6Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbdO2q6Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbdO2q6Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbdO2q6Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbdO2q6Z .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-sWHbdO2q6Z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbdO2q6Z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbdO2q6Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbdO2q6Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbdO2q6Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbdO2q6Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbdO2q6Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbdO2q6Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbdO2q6Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbdO2q6Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbdO2q6Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbdO2q6Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbdO2q6Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbdO2q6Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbdO2q6Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbdO2q6Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbdO2q6Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbdO2q6Z .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbdO2q6Z .collapsed .btn {
  display: flex;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.collapsing,
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbdO2q6Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbdO2q6Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbdO2q6Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbdO2q6Z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbdO2q6Z .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-sWHbdO2q6Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbdO2q6Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbdO2q6Z .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-sWHbdO2q6Z .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbdO2q6Z img {
    height: 3.8rem !important;
  }
  .cid-sWHbdO2q6Z .btn {
    display: flex;
  }
  .cid-sWHbdO2q6Z button.navbar-toggler {
    display: block;
  }
  .cid-sWHbdO2q6Z .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbdO2q6Z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbdO2q6Z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbdO2q6Z .navbar-collapse.collapsing,
  .cid-sWHbdO2q6Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbdO2q6Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbdO2q6Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbdO2q6Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbdO2q6Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbdO2q6Z .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbdO2q6Z .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbdO2q6Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbdO2q6Z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbdO2q6Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbdO2q6Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbdO2q6Z .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-sWHbdO2q6Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbdO2q6Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbdO2q6Z .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-sWHbdO2q6Z .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbdO2q6Z .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbdO2q6Z .nav-link:hover,
.cid-sWHbdO2q6Z .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sCxrYLECSV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kaylee-garrett-gaprwyiw66o-unsplash-1-2000x1333.jpeg");
}
.cid-t69zGIXfk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t69zGIXfk3 .card-img {
  background-color: #fff;
}
.cid-t69zGIXfk3 .card {
  align-self: stretch;
}
.cid-t69zGIXfk3 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-t69zGIXfk3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t69zGIXfk3 p {
  text-align: left;
}
.cid-t69zGIXfk3 .mbr-text {
  color: #767676;
}
.cid-t69zGIXfk3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t69zGIXfk3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t69zGIXfk3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sYkk54IBXQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYkk54IBXQ .counter-container {
  color: #767676;
}
.cid-sYkk54IBXQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sYkk54IBXQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sYkk54IBXQ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sYkk54IBXQ .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sYkhDm0A0h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFPTKCjoTo {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sFPTKCjoTo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sFPTKCjoTo .video-block {
    width: 100% !important;
  }
}
.cid-sFPRHHEYS5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFPRHHEYS5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sFPRHHEYS5 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sFPRHHEYS5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sFPRHHEYS5 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sFPRHHEYS5 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sFPRHHEYS5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sFPRHHEYS5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sFPRHHEYS5 .media-block {
    padding-left: 2rem;
  }
}
.cid-sFPRHHEYS5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sFPRHHEYS5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sFPRHHEYS5 .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sFPRHHEYS5 .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sFPRHHEYS5 .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-sFPRHHEYS5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJcVgZCW38 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcVgZCW38 .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcVgZCW38 .content {
    text-align: center;
  }
  .cid-sJcVgZCW38 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcVgZCW38 .img-logo img {
  height: 6rem;
}
.cid-sJcVgZCW38 .form-group,
.cid-sJcVgZCW38 .input-group-btn {
  padding: 0;
}
.cid-sJcVgZCW38 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcVgZCW38 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcVgZCW38 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcVgZCW38 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcVgZCW38 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcVgZCW38 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcVgZCW38 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcVgZCW38 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcVgZCW38 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcVgZCW38 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcVgZCW38 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcVgZCW38 .foot-logo {
    text-align: center !important;
  }
  .cid-sJcVgZCW38 .foot-title {
    text-align: center !important;
  }
  .cid-sJcVgZCW38 .mbr-text {
    text-align: center !important;
  }
  .cid-sJcVgZCW38 .form-group {
    margin: 0;
  }
}
.cid-sJcVgZCW38 .foot-title {
  color: #ffffff;
}
.cid-sJcVgZCW38 .mbr-links-column {
  color: #cccccc;
}
.cid-sJcVgZCW38 .foot-logo {
  color: #d8a00f;
}
.cid-sJcVgZCW38 .copyright .mbr-text {
  color: #cccccc;
}
.cid-sYkk1sOXFZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYkk1sOXFZ .counter-container {
  color: #767676;
}
.cid-sYkk1sOXFZ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sYkk1sOXFZ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sYkk1sOXFZ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sYkk1sOXFZ .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sWHaN50dya .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHaN50dya .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHaN50dya a {
  font-style: normal;
}
.cid-sWHaN50dya .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHaN50dya .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHaN50dya .nav-item:focus,
.cid-sWHaN50dya .nav-link:focus {
  outline: none;
}
.cid-sWHaN50dya .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHaN50dya .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHaN50dya .menu-logo {
  margin-right: auto;
}
.cid-sWHaN50dya .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHaN50dya .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-sWHaN50dya .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHaN50dya .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHaN50dya .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHaN50dya .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHaN50dya .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHaN50dya .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHaN50dya .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHaN50dya .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHaN50dya .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHaN50dya .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHaN50dya .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHaN50dya .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHaN50dya .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHaN50dya .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-sWHaN50dya .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHaN50dya .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHaN50dya .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHaN50dya .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHaN50dya .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHaN50dya .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHaN50dya button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHaN50dya button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHaN50dya button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHaN50dya button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHaN50dya button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHaN50dya button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHaN50dya button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHaN50dya nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHaN50dya nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHaN50dya nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHaN50dya nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHaN50dya .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHaN50dya .collapsed .btn {
  display: flex;
}
.cid-sWHaN50dya .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHaN50dya .collapsed .navbar-collapse.collapsing,
.cid-sWHaN50dya .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHaN50dya .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHaN50dya .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHaN50dya .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHaN50dya .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHaN50dya .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHaN50dya .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHaN50dya .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHaN50dya .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHaN50dya .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHaN50dya .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHaN50dya .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHaN50dya .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHaN50dya .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHaN50dya .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-sWHaN50dya .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHaN50dya .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHaN50dya .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-sWHaN50dya .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHaN50dya img {
    height: 3.8rem !important;
  }
  .cid-sWHaN50dya .btn {
    display: flex;
  }
  .cid-sWHaN50dya button.navbar-toggler {
    display: block;
  }
  .cid-sWHaN50dya .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHaN50dya .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHaN50dya .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHaN50dya .navbar-collapse.collapsing,
  .cid-sWHaN50dya .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHaN50dya .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHaN50dya .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHaN50dya .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHaN50dya .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHaN50dya .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHaN50dya .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHaN50dya .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHaN50dya .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHaN50dya .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHaN50dya .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHaN50dya .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-sWHaN50dya .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHaN50dya .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHaN50dya .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-sWHaN50dya .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHaN50dya .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHaN50dya .nav-link:hover,
.cid-sWHaN50dya .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sCIWdXBRIT {
  background-image: url("../../../assets/images/brooke-lark-jupoxxrndca-unsplash-2000x1361.jpeg");
}
.cid-sCIWdY14F7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCIWdY14F7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCIWdY14F7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCIWdY14F7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCIWdY14F7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCIWdY14F7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCIWdY14F7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCIWdY14F7 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sCIWdY14F7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCIWdY14F7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sCZTWgZ3jK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCZTWgZ3jK .line {
  background-color: #e4d295;
  color: #e4d295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCZTWgZ3jK .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-sCZTWgZ3jK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCZTWgZ3jK .inner-container {
    width: 100% !important;
  }
}
.cid-sD6n7M14pc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sD6n7M14pc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sD6n7M14pc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sD6n7M14pc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sD6n7M14pc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sD6n7M14pc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sD6n7M14pc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sD6n7M14pc .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sD6n7M14pc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sD6n7M14pc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sCIWdYykh4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCIWdYykh4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCIWdYykh4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCIWdYykh4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCIWdYykh4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCIWdYykh4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sCIWdYykh4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCIWdYykh4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCIWdYykh4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCIWdYykh4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sCIWdZIzIf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dogancan-ozturan-94taemdowrw-unsplash-2000x1333.jpg");
}
.cid-sJcUG8TTXF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcUG8TTXF .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcUG8TTXF .content {
    text-align: center;
  }
  .cid-sJcUG8TTXF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcUG8TTXF .img-logo img {
  height: 6rem;
}
.cid-sJcUG8TTXF .form-group,
.cid-sJcUG8TTXF .input-group-btn {
  padding: 0;
}
.cid-sJcUG8TTXF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcUG8TTXF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcUG8TTXF .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcUG8TTXF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcUG8TTXF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcUG8TTXF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcUG8TTXF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcUG8TTXF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcUG8TTXF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcUG8TTXF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcUG8TTXF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcUG8TTXF .foot-logo {
    text-align: center !important;
  }
  .cid-sJcUG8TTXF .foot-title {
    text-align: center !important;
  }
  .cid-sJcUG8TTXF .mbr-text {
    text-align: center !important;
  }
  .cid-sJcUG8TTXF .form-group {
    margin: 0;
  }
}
.cid-sJcUG8TTXF .foot-title {
  color: #ffffff;
}
.cid-sJcUG8TTXF .mbr-links-column {
  color: #cccccc;
}
.cid-sJcUG8TTXF .foot-logo {
  color: #d8a00f;
}
.cid-sJcUG8TTXF .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbpXVeZ8 .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbpXVeZ8 .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbpXVeZ8 a {
  font-style: normal;
}
.cid-sWHbpXVeZ8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbpXVeZ8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbpXVeZ8 .nav-item:focus,
.cid-sWHbpXVeZ8 .nav-link:focus {
  outline: none;
}
.cid-sWHbpXVeZ8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbpXVeZ8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbpXVeZ8 .menu-logo {
  margin-right: auto;
}
.cid-sWHbpXVeZ8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbpXVeZ8 .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-sWHbpXVeZ8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbpXVeZ8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbpXVeZ8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbpXVeZ8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbpXVeZ8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbpXVeZ8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbpXVeZ8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbpXVeZ8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbpXVeZ8 .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbpXVeZ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbpXVeZ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbpXVeZ8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbpXVeZ8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbpXVeZ8 .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-sWHbpXVeZ8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbpXVeZ8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbpXVeZ8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbpXVeZ8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbpXVeZ8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbpXVeZ8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbpXVeZ8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbpXVeZ8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbpXVeZ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbpXVeZ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbpXVeZ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbpXVeZ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbpXVeZ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbpXVeZ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbpXVeZ8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbpXVeZ8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbpXVeZ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbpXVeZ8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbpXVeZ8 .collapsed .btn {
  display: flex;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.collapsing,
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbpXVeZ8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbpXVeZ8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbpXVeZ8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbpXVeZ8 .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-sWHbpXVeZ8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbpXVeZ8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbpXVeZ8 .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-sWHbpXVeZ8 .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbpXVeZ8 img {
    height: 3.8rem !important;
  }
  .cid-sWHbpXVeZ8 .btn {
    display: flex;
  }
  .cid-sWHbpXVeZ8 button.navbar-toggler {
    display: block;
  }
  .cid-sWHbpXVeZ8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbpXVeZ8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse.collapsing,
  .cid-sWHbpXVeZ8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbpXVeZ8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbpXVeZ8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbpXVeZ8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbpXVeZ8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbpXVeZ8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbpXVeZ8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbpXVeZ8 .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-sWHbpXVeZ8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbpXVeZ8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbpXVeZ8 .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-sWHbpXVeZ8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbpXVeZ8 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbpXVeZ8 .nav-link:hover,
.cid-sWHbpXVeZ8 .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sCgtpLpIap {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-th00PlzBpi {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-th00PlzBpi .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-th00PlzBpi .form-group {
  padding: 0.5rem;
}
.cid-th00PlzBpi .show-modal span {
  cursor: pointer;
  background-color: #730da5;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-th00PlzBpi .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-th00PlzBpi .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-th00PlzBpi .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-th00PlzBpi .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-th00PlzBpi .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
  -webkit-transform: scale(1.15);
}
.cid-th00PlzBpi .mbri-play:before {
  left: 55% !important;
}
.cid-th00PlzBpi .form-control {
  text-align: center;
}
.cid-th00PlzBpi h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-th00PlzBpi .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-th00PlzBpi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-th00PlzBpi .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-th00PlzBpi .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-th00PlzBpi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-th00PlzBpi a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-th00PlzBpi .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-th00PlzBpi .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-th00PlzBpi .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-th00PlzBpi .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-th00PlzBpi .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-th00PlzBpi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-th00PlzBpi H1 {
  color: #ffffff;
}
.cid-sWH5fvTXsF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #6332ad;
}
.cid-sWH5fvTXsF .card-img {
  background-color: #fff;
}
.cid-sWH5fvTXsF .card {
  align-self: stretch;
}
.cid-sWH5fvTXsF .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sWH5fvTXsF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sWH5fvTXsF p {
  text-align: left;
}
.cid-sWH5fvTXsF .mbr-text {
  color: #767676;
}
.cid-sWH5fvTXsF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sWH5fvTXsF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sWH5fvTXsF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sCgtpLUO4a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCgtpLUO4a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCgtpLUO4a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCgtpLUO4a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCgtpLUO4a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCgtpLUO4a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCgtpLUO4a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCgtpLUO4a .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sCgtpLUO4a .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCgtpLUO4a .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sJcVrOGdGO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcVrOGdGO .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcVrOGdGO .content {
    text-align: center;
  }
  .cid-sJcVrOGdGO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcVrOGdGO .img-logo img {
  height: 6rem;
}
.cid-sJcVrOGdGO .form-group,
.cid-sJcVrOGdGO .input-group-btn {
  padding: 0;
}
.cid-sJcVrOGdGO .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcVrOGdGO .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcVrOGdGO .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcVrOGdGO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcVrOGdGO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcVrOGdGO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcVrOGdGO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcVrOGdGO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcVrOGdGO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcVrOGdGO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcVrOGdGO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcVrOGdGO .foot-logo {
    text-align: center !important;
  }
  .cid-sJcVrOGdGO .foot-title {
    text-align: center !important;
  }
  .cid-sJcVrOGdGO .mbr-text {
    text-align: center !important;
  }
  .cid-sJcVrOGdGO .form-group {
    margin: 0;
  }
}
.cid-sJcVrOGdGO .foot-title {
  color: #ffffff;
}
.cid-sJcVrOGdGO .mbr-links-column {
  color: #cccccc;
}
.cid-sJcVrOGdGO .foot-logo {
  color: #d8a00f;
}
.cid-sJcVrOGdGO .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHb8lvjOh .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHb8lvjOh .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHb8lvjOh a {
  font-style: normal;
}
.cid-sWHb8lvjOh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHb8lvjOh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHb8lvjOh .nav-item:focus,
.cid-sWHb8lvjOh .nav-link:focus {
  outline: none;
}
.cid-sWHb8lvjOh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHb8lvjOh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHb8lvjOh .menu-logo {
  margin-right: auto;
}
.cid-sWHb8lvjOh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHb8lvjOh .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-sWHb8lvjOh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHb8lvjOh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHb8lvjOh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHb8lvjOh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHb8lvjOh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHb8lvjOh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHb8lvjOh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHb8lvjOh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHb8lvjOh .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHb8lvjOh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHb8lvjOh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHb8lvjOh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHb8lvjOh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHb8lvjOh .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-sWHb8lvjOh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHb8lvjOh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHb8lvjOh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHb8lvjOh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHb8lvjOh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHb8lvjOh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHb8lvjOh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHb8lvjOh button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHb8lvjOh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHb8lvjOh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHb8lvjOh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHb8lvjOh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHb8lvjOh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHb8lvjOh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHb8lvjOh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHb8lvjOh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHb8lvjOh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHb8lvjOh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHb8lvjOh .collapsed .btn {
  display: flex;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse.collapsing,
.cid-sWHb8lvjOh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHb8lvjOh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHb8lvjOh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHb8lvjOh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHb8lvjOh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHb8lvjOh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHb8lvjOh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHb8lvjOh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHb8lvjOh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHb8lvjOh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHb8lvjOh .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-sWHb8lvjOh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHb8lvjOh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHb8lvjOh .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-sWHb8lvjOh .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHb8lvjOh img {
    height: 3.8rem !important;
  }
  .cid-sWHb8lvjOh .btn {
    display: flex;
  }
  .cid-sWHb8lvjOh button.navbar-toggler {
    display: block;
  }
  .cid-sWHb8lvjOh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHb8lvjOh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHb8lvjOh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHb8lvjOh .navbar-collapse.collapsing,
  .cid-sWHb8lvjOh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHb8lvjOh .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHb8lvjOh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHb8lvjOh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHb8lvjOh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHb8lvjOh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHb8lvjOh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHb8lvjOh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHb8lvjOh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHb8lvjOh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHb8lvjOh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHb8lvjOh .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-sWHb8lvjOh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHb8lvjOh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHb8lvjOh .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-sWHb8lvjOh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHb8lvjOh .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHb8lvjOh .nav-link:hover,
.cid-sWHb8lvjOh .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sCT5zO6Iu2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/aditya-chinchure-zhqczjr9fho-unsplash-1-2000x1500.jpeg");
}
.cid-sCT5zP1rSO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37312b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCT5zP1rSO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCT5zP1rSO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCT5zP1rSO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCT5zP1rSO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCT5zP1rSO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCT5zP1rSO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCT5zP1rSO .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sCT5zP1rSO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCT5zP1rSO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sRXHQBAMoK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRXHQBAMoK .card-img {
  background-color: #fff;
}
.cid-sRXHQBAMoK .card {
  align-self: stretch;
}
.cid-sRXHQBAMoK .card-box {
  padding: 2rem;
}
.cid-sRXHQBAMoK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRXHQBAMoK p {
  text-align: left;
}
.cid-sRXHQBAMoK .mbr-text {
  color: #767676;
}
.cid-sRXHQBAMoK .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sRXHQBAMoK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sRXHQBAMoK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sRXHQBAMoK .card-title {
  text-align: center;
  color: #730da5;
}
.cid-sDR1Yqlmj2 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDR1Yqlmj2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sDR1Yqlmj2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sDR1Yqlmj2 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sDR1Yqlmj2 .mbr-section-btn a {
  margin: 0;
}
.cid-sDR1Yqlmj2 .mbr-text {
  color: #767676;
}
.cid-sDR1Yqlmj2 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sDR1Yqlmj2 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sX0QWfhdgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX0QWfhdgu .fb-page,
.cid-sX0QWfhdgu span,
.cid-sX0QWfhdgu iframe {
  width: 500px;
  height: 620px;
}
.cid-sX0QWfhdgu blockquote {
  display: none;
}
.cid-sX0QWfhdgu .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-sCT5zPPXHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCT5zPPXHI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sCT5zPPXHI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sCT5zPPXHI .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sCT5zPPXHI .mbr-section-btn a {
  margin: 0;
}
.cid-sCT5zPPXHI .mbr-text {
  color: #767676;
}
.cid-sCT5zPPXHI .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sCT5zPPXHI .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sJcVbmi1E7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcVbmi1E7 .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcVbmi1E7 .content {
    text-align: center;
  }
  .cid-sJcVbmi1E7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcVbmi1E7 .img-logo img {
  height: 6rem;
}
.cid-sJcVbmi1E7 .form-group,
.cid-sJcVbmi1E7 .input-group-btn {
  padding: 0;
}
.cid-sJcVbmi1E7 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcVbmi1E7 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcVbmi1E7 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcVbmi1E7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcVbmi1E7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcVbmi1E7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcVbmi1E7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcVbmi1E7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcVbmi1E7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcVbmi1E7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcVbmi1E7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcVbmi1E7 .foot-logo {
    text-align: center !important;
  }
  .cid-sJcVbmi1E7 .foot-title {
    text-align: center !important;
  }
  .cid-sJcVbmi1E7 .mbr-text {
    text-align: center !important;
  }
  .cid-sJcVbmi1E7 .form-group {
    margin: 0;
  }
}
.cid-sJcVbmi1E7 .foot-title {
  color: #ffffff;
}
.cid-sJcVbmi1E7 .mbr-links-column {
  color: #cccccc;
}
.cid-sJcVbmi1E7 .foot-logo {
  color: #d8a00f;
}
.cid-sJcVbmi1E7 .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbYpb3fI .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbYpb3fI .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbYpb3fI a {
  font-style: normal;
}
.cid-sWHbYpb3fI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbYpb3fI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbYpb3fI .nav-item:focus,
.cid-sWHbYpb3fI .nav-link:focus {
  outline: none;
}
.cid-sWHbYpb3fI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbYpb3fI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbYpb3fI .menu-logo {
  margin-right: auto;
}
.cid-sWHbYpb3fI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbYpb3fI .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-sWHbYpb3fI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbYpb3fI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbYpb3fI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbYpb3fI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbYpb3fI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbYpb3fI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbYpb3fI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbYpb3fI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbYpb3fI .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbYpb3fI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbYpb3fI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbYpb3fI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbYpb3fI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbYpb3fI .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-sWHbYpb3fI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbYpb3fI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbYpb3fI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbYpb3fI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbYpb3fI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbYpb3fI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbYpb3fI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbYpb3fI button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbYpb3fI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbYpb3fI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbYpb3fI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbYpb3fI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbYpb3fI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbYpb3fI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbYpb3fI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbYpb3fI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbYpb3fI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbYpb3fI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbYpb3fI .collapsed .btn {
  display: flex;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse.collapsing,
.cid-sWHbYpb3fI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbYpb3fI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbYpb3fI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbYpb3fI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbYpb3fI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbYpb3fI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbYpb3fI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbYpb3fI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbYpb3fI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbYpb3fI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbYpb3fI .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-sWHbYpb3fI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbYpb3fI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbYpb3fI .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-sWHbYpb3fI .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbYpb3fI img {
    height: 3.8rem !important;
  }
  .cid-sWHbYpb3fI .btn {
    display: flex;
  }
  .cid-sWHbYpb3fI button.navbar-toggler {
    display: block;
  }
  .cid-sWHbYpb3fI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbYpb3fI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbYpb3fI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbYpb3fI .navbar-collapse.collapsing,
  .cid-sWHbYpb3fI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbYpb3fI .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbYpb3fI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbYpb3fI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbYpb3fI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbYpb3fI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbYpb3fI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbYpb3fI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbYpb3fI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbYpb3fI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbYpb3fI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbYpb3fI .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-sWHbYpb3fI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbYpb3fI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbYpb3fI .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-sWHbYpb3fI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbYpb3fI .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbYpb3fI .nav-link:hover,
.cid-sWHbYpb3fI .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sIi7NsHVQF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #37312b;
}
.cid-sIi7NsHVQF .mbr-section-subtitle {
  color: #e4d295;
  text-align: center;
}
.cid-sIi7NsHVQF .btn {
  margin: 0 0 .5rem 0;
}
.cid-sIi7Nt3DDD {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sIi7Nt3DDD .title {
  margin-bottom: 2rem;
}
.cid-sIi7Nt3DDD .mbr-section-subtitle {
  color: #767676;
}
.cid-sIi7Nt3DDD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sIi7Nt3DDD a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sIi7Nt3DDD textarea.form-control {
  min-height: 188px;
}
.cid-sIi7Nt3DDD LABEL {
  color: #e4d295;
}
.cid-sJd1m7cZAS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJd1m7cZAS .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJd1m7cZAS .content {
    text-align: center;
  }
  .cid-sJd1m7cZAS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJd1m7cZAS .img-logo img {
  height: 6rem;
}
.cid-sJd1m7cZAS .form-group,
.cid-sJd1m7cZAS .input-group-btn {
  padding: 0;
}
.cid-sJd1m7cZAS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJd1m7cZAS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJd1m7cZAS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJd1m7cZAS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJd1m7cZAS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJd1m7cZAS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJd1m7cZAS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJd1m7cZAS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJd1m7cZAS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJd1m7cZAS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJd1m7cZAS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJd1m7cZAS .foot-logo {
    text-align: center !important;
  }
  .cid-sJd1m7cZAS .foot-title {
    text-align: center !important;
  }
  .cid-sJd1m7cZAS .mbr-text {
    text-align: center !important;
  }
  .cid-sJd1m7cZAS .form-group {
    margin: 0;
  }
}
.cid-sJd1m7cZAS .foot-title {
  color: #ffffff;
}
.cid-sJd1m7cZAS .mbr-links-column {
  color: #cccccc;
}
.cid-sJd1m7cZAS .foot-logo {
  color: #d8a00f;
}
.cid-sJd1m7cZAS .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHbluTTRr .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHbluTTRr .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHbluTTRr a {
  font-style: normal;
}
.cid-sWHbluTTRr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHbluTTRr .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHbluTTRr .nav-item:focus,
.cid-sWHbluTTRr .nav-link:focus {
  outline: none;
}
.cid-sWHbluTTRr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHbluTTRr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHbluTTRr .menu-logo {
  margin-right: auto;
}
.cid-sWHbluTTRr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHbluTTRr .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-sWHbluTTRr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHbluTTRr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHbluTTRr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHbluTTRr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHbluTTRr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHbluTTRr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHbluTTRr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHbluTTRr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHbluTTRr .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHbluTTRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHbluTTRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHbluTTRr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHbluTTRr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHbluTTRr .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-sWHbluTTRr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHbluTTRr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHbluTTRr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHbluTTRr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHbluTTRr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHbluTTRr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHbluTTRr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHbluTTRr button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHbluTTRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHbluTTRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHbluTTRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbluTTRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHbluTTRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHbluTTRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbluTTRr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHbluTTRr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHbluTTRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHbluTTRr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHbluTTRr .collapsed .btn {
  display: flex;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse.collapsing,
.cid-sWHbluTTRr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHbluTTRr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHbluTTRr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHbluTTRr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHbluTTRr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHbluTTRr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHbluTTRr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHbluTTRr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHbluTTRr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHbluTTRr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHbluTTRr .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-sWHbluTTRr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHbluTTRr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHbluTTRr .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-sWHbluTTRr .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHbluTTRr img {
    height: 3.8rem !important;
  }
  .cid-sWHbluTTRr .btn {
    display: flex;
  }
  .cid-sWHbluTTRr button.navbar-toggler {
    display: block;
  }
  .cid-sWHbluTTRr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHbluTTRr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHbluTTRr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHbluTTRr .navbar-collapse.collapsing,
  .cid-sWHbluTTRr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHbluTTRr .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHbluTTRr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHbluTTRr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHbluTTRr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHbluTTRr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHbluTTRr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbluTTRr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHbluTTRr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHbluTTRr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHbluTTRr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHbluTTRr .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-sWHbluTTRr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHbluTTRr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHbluTTRr .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-sWHbluTTRr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHbluTTRr .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHbluTTRr .nav-link:hover,
.cid-sWHbluTTRr .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sIiyl54CJr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1737x1158.jpg");
}
.cid-t6juhAj3yg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6juhAj3yg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6juhAj3yg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t6juhAj3yg .mbr-text {
  color: #767676;
}
.cid-sIiyl5zU4E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sIiyl5zU4E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIiyl5zU4E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIiyl5zU4E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIiyl5zU4E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIiyl5zU4E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sIiyl5zU4E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sIiyl5zU4E .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sIiyl5zU4E .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sIiyl5zU4E .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sIiyl6aocL {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sIiyl6aocL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sIiyl6aocL .video-block {
    width: 100% !important;
  }
}
.cid-sIiyl6ql3n {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIiyl6ql3n .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sIiyl6ql3n .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-sIiyl6ql3n .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sIiyl6ql3n .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sIiyl6ql3n .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sIiyl6ql3n .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sIiyl6ql3n .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sIiyl6ql3n .media-block {
    padding-left: 2rem;
  }
}
.cid-sIiyl6ql3n .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sIiyl6ql3n .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sIiyl6ql3n .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sIiyl6ql3n .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sIiyl6ql3n .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-sIiyl6ql3n .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sIQNo1ZlbT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIQNo1ZlbT .mbr-section-subtitle {
  color: #767676;
}
.cid-sIQNo1ZlbT H2 {
  color: #1473f2;
}
.cid-sIQwsFYcaZ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIQwsFYcaZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sIQwsFYcaZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-sJcVmc471f {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcVmc471f .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcVmc471f .content {
    text-align: center;
  }
  .cid-sJcVmc471f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcVmc471f .img-logo img {
  height: 6rem;
}
.cid-sJcVmc471f .form-group,
.cid-sJcVmc471f .input-group-btn {
  padding: 0;
}
.cid-sJcVmc471f .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcVmc471f .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcVmc471f .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcVmc471f .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcVmc471f .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcVmc471f .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcVmc471f .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcVmc471f .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcVmc471f .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcVmc471f .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcVmc471f .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcVmc471f .foot-logo {
    text-align: center !important;
  }
  .cid-sJcVmc471f .foot-title {
    text-align: center !important;
  }
  .cid-sJcVmc471f .mbr-text {
    text-align: center !important;
  }
  .cid-sJcVmc471f .form-group {
    margin: 0;
  }
}
.cid-sJcVmc471f .foot-title {
  color: #ffffff;
}
.cid-sJcVmc471f .mbr-links-column {
  color: #cccccc;
}
.cid-sJcVmc471f .foot-logo {
  color: #d8a00f;
}
.cid-sJcVmc471f .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWH9wVZ6T6 .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWH9wVZ6T6 .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWH9wVZ6T6 a {
  font-style: normal;
}
.cid-sWH9wVZ6T6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWH9wVZ6T6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWH9wVZ6T6 .nav-item:focus,
.cid-sWH9wVZ6T6 .nav-link:focus {
  outline: none;
}
.cid-sWH9wVZ6T6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWH9wVZ6T6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWH9wVZ6T6 .menu-logo {
  margin-right: auto;
}
.cid-sWH9wVZ6T6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWH9wVZ6T6 .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-sWH9wVZ6T6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWH9wVZ6T6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWH9wVZ6T6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWH9wVZ6T6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWH9wVZ6T6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWH9wVZ6T6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWH9wVZ6T6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWH9wVZ6T6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWH9wVZ6T6 .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWH9wVZ6T6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWH9wVZ6T6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWH9wVZ6T6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWH9wVZ6T6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWH9wVZ6T6 .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-sWH9wVZ6T6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWH9wVZ6T6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWH9wVZ6T6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWH9wVZ6T6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWH9wVZ6T6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWH9wVZ6T6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWH9wVZ6T6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWH9wVZ6T6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWH9wVZ6T6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWH9wVZ6T6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWH9wVZ6T6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWH9wVZ6T6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWH9wVZ6T6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWH9wVZ6T6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWH9wVZ6T6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWH9wVZ6T6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWH9wVZ6T6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWH9wVZ6T6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWH9wVZ6T6 .collapsed .btn {
  display: flex;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.collapsing,
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWH9wVZ6T6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWH9wVZ6T6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWH9wVZ6T6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWH9wVZ6T6 .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-sWH9wVZ6T6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWH9wVZ6T6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWH9wVZ6T6 .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-sWH9wVZ6T6 .navbar-expand {
    flex-direction: column;
  }
  .cid-sWH9wVZ6T6 img {
    height: 3.8rem !important;
  }
  .cid-sWH9wVZ6T6 .btn {
    display: flex;
  }
  .cid-sWH9wVZ6T6 button.navbar-toggler {
    display: block;
  }
  .cid-sWH9wVZ6T6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWH9wVZ6T6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse.collapsing,
  .cid-sWH9wVZ6T6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWH9wVZ6T6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWH9wVZ6T6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWH9wVZ6T6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWH9wVZ6T6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWH9wVZ6T6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWH9wVZ6T6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWH9wVZ6T6 .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-sWH9wVZ6T6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWH9wVZ6T6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWH9wVZ6T6 .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-sWH9wVZ6T6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWH9wVZ6T6 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWH9wVZ6T6 .nav-link:hover,
.cid-sWH9wVZ6T6 .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sJcGIaugGN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sJcGIaugGN .mbr-text,
.cid-sJcGIaugGN blockquote {
  color: #767676;
}
.cid-t5WrN6bDnK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tbUovS97mX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tbUovS97mX .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbUovS97mX .modal-body .close {
  background: #1b1b1b;
}
.cid-tbUovS97mX .modal-body .close span {
  font-style: normal;
}
.cid-tbUovS97mX .carousel-inner > .active,
.cid-tbUovS97mX .carousel-inner > .next,
.cid-tbUovS97mX .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tbUovS97mX .carousel-control .icon-next,
.cid-tbUovS97mX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tbUovS97mX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbUovS97mX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbUovS97mX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tbUovS97mX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tbUovS97mX .boxed-slider > div {
  position: relative;
}
.cid-tbUovS97mX .container img {
  width: 100%;
}
.cid-tbUovS97mX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tbUovS97mX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tbUovS97mX .mbr-table-cell {
  padding: 0;
}
.cid-tbUovS97mX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tbUovS97mX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tbUovS97mX .mbr-overlay {
  z-index: 1;
}
.cid-tbUovS97mX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tbUovS97mX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tbUovS97mX .carousel-item.active.right,
.cid-tbUovS97mX .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tbUovS97mX .carousel-item.active.left,
.cid-tbUovS97mX .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tbUovS97mX .carousel-item.active,
.cid-tbUovS97mX .carousel-item.next.left,
.cid-tbUovS97mX .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tbUovS97mX .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tbUovS97mX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbUovS97mX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbUovS97mX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tbUovS97mX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbUovS97mX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbUovS97mX .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tbUovS97mX .mbr-slider .carousel-indicators li.active,
.cid-tbUovS97mX .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbUovS97mX .mbr-slider .carousel-indicators li::after,
.cid-tbUovS97mX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tbUovS97mX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tbUovS97mX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tbUovS97mX .mbr-slider > .container img {
  width: 100%;
}
.cid-tbUovS97mX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tbUovS97mX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tbUovS97mX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbUovS97mX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tbUovS97mX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tbUovS97mX .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tbUovS97mX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tbUovS97mX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tbUovS97mX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tbUovS97mX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tbUovS97mX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tbUovS97mX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tbUovS97mX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tbUovS97mX .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tbUovS97mX .carousel-inner {
  height: 100%;
}
.cid-tbUovS97mX .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tbUovS97mX .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tbUovS97mX .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tbUovS97mX .carousel-item .container-slide {
  text-align: center;
}
.cid-tbUovS97mX .content-slider-wrap {
  width: 100%;
}
.cid-sJcKxTCFt6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJcKxTCFt6 .card-img {
  background-color: #fff;
}
.cid-sJcKxTCFt6 .card {
  align-self: stretch;
}
.cid-sJcKxTCFt6 .card-box {
  padding: 2rem;
}
.cid-sJcKxTCFt6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sJcKxTCFt6 p {
  text-align: left;
}
.cid-sJcKxTCFt6 .mbr-text {
  color: #767676;
}
.cid-sJcKxTCFt6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJcKxTCFt6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sJcKxTCFt6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sJcKxTCFt6 .card-title {
  text-align: center;
}
.cid-sJcGIaKOQT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJcGIaKOQT .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJcGIaKOQT .content {
    text-align: center;
  }
  .cid-sJcGIaKOQT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJcGIaKOQT .img-logo img {
  height: 6rem;
}
.cid-sJcGIaKOQT .form-group,
.cid-sJcGIaKOQT .input-group-btn {
  padding: 0;
}
.cid-sJcGIaKOQT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJcGIaKOQT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJcGIaKOQT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJcGIaKOQT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJcGIaKOQT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJcGIaKOQT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJcGIaKOQT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJcGIaKOQT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJcGIaKOQT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJcGIaKOQT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJcGIaKOQT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJcGIaKOQT .foot-logo {
    text-align: center !important;
  }
  .cid-sJcGIaKOQT .foot-title {
    text-align: center !important;
  }
  .cid-sJcGIaKOQT .mbr-text {
    text-align: center !important;
  }
  .cid-sJcGIaKOQT .form-group {
    margin: 0;
  }
}
.cid-sJcGIaKOQT .foot-title {
  color: #ffffff;
}
.cid-sJcGIaKOQT .mbr-links-column {
  color: #ffffff;
}
.cid-sJcGIaKOQT .foot-logo {
  color: #d8a00f;
}
.cid-sJcGIaKOQT .copyright .mbr-text {
  color: #cccccc;
}
.cid-sWHabIWMsn .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHabIWMsn .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHabIWMsn a {
  font-style: normal;
}
.cid-sWHabIWMsn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHabIWMsn .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHabIWMsn .nav-item:focus,
.cid-sWHabIWMsn .nav-link:focus {
  outline: none;
}
.cid-sWHabIWMsn .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHabIWMsn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHabIWMsn .menu-logo {
  margin-right: auto;
}
.cid-sWHabIWMsn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHabIWMsn .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-sWHabIWMsn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHabIWMsn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHabIWMsn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHabIWMsn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHabIWMsn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHabIWMsn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHabIWMsn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHabIWMsn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHabIWMsn .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHabIWMsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHabIWMsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHabIWMsn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHabIWMsn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHabIWMsn .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-sWHabIWMsn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHabIWMsn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHabIWMsn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHabIWMsn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHabIWMsn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHabIWMsn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHabIWMsn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHabIWMsn button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHabIWMsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHabIWMsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHabIWMsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHabIWMsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHabIWMsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHabIWMsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHabIWMsn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHabIWMsn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHabIWMsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHabIWMsn .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHabIWMsn .collapsed .btn {
  display: flex;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse.collapsing,
.cid-sWHabIWMsn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHabIWMsn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHabIWMsn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHabIWMsn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHabIWMsn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHabIWMsn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHabIWMsn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHabIWMsn .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHabIWMsn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHabIWMsn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHabIWMsn .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-sWHabIWMsn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHabIWMsn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHabIWMsn .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-sWHabIWMsn .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHabIWMsn img {
    height: 3.8rem !important;
  }
  .cid-sWHabIWMsn .btn {
    display: flex;
  }
  .cid-sWHabIWMsn button.navbar-toggler {
    display: block;
  }
  .cid-sWHabIWMsn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHabIWMsn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHabIWMsn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHabIWMsn .navbar-collapse.collapsing,
  .cid-sWHabIWMsn .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHabIWMsn .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHabIWMsn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHabIWMsn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHabIWMsn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHabIWMsn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHabIWMsn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHabIWMsn .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHabIWMsn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHabIWMsn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHabIWMsn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHabIWMsn .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-sWHabIWMsn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHabIWMsn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHabIWMsn .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-sWHabIWMsn .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHabIWMsn .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHabIWMsn .nav-link:hover,
.cid-sWHabIWMsn .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sJihRrFVhl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sJihRrFVhl .mbr-text,
.cid-sJihRrFVhl blockquote {
  color: #767676;
}
.cid-sJihRrZ8af {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/brooke-lark-kxq3j7-2fpc-unsplash-2000x1333.jpg");
}
.cid-sJihRrZ8af .nav-tabs .nav-item.open .nav-link:focus,
.cid-sJihRrZ8af .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sJihRrZ8af .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sJihRrZ8af .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sJihRrZ8af .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
}
.cid-sJihRrZ8af .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #149dcc;
}
.cid-sJihRrZ8af .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #149dcc;
  border-color: #149dcc;
}
.cid-sJihRrZ8af .nav-tabs .nav-link.active:hover {
  background-color: #149dcc;
}
.cid-sJihRrZ8af p {
  color: #ffffff;
}
.cid-sJihRrZ8af .mbr-text {
  text-align: center;
}
.cid-sJihRsEqAR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJihRsEqAR .card-img {
  background-color: #fff;
}
.cid-sJihRsEqAR .card {
  align-self: stretch;
}
.cid-sJihRsEqAR .card-box {
  padding: 2rem;
}
.cid-sJihRsEqAR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sJihRsEqAR p {
  text-align: left;
}
.cid-sJihRsEqAR .mbr-text {
  color: #767676;
}
.cid-sJihRsEqAR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJihRsEqAR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sJihRsEqAR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sJihRsEqAR .card-title {
  text-align: center;
}
.cid-sJihRtu2vE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sJihRtu2vE .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sJihRtu2vE .content {
    text-align: center;
  }
  .cid-sJihRtu2vE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJihRtu2vE .img-logo img {
  height: 6rem;
}
.cid-sJihRtu2vE .form-group,
.cid-sJihRtu2vE .input-group-btn {
  padding: 0;
}
.cid-sJihRtu2vE .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sJihRtu2vE .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sJihRtu2vE .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sJihRtu2vE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJihRtu2vE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sJihRtu2vE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJihRtu2vE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sJihRtu2vE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJihRtu2vE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJihRtu2vE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJihRtu2vE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sJihRtu2vE .foot-logo {
    text-align: center !important;
  }
  .cid-sJihRtu2vE .foot-title {
    text-align: center !important;
  }
  .cid-sJihRtu2vE .mbr-text {
    text-align: center !important;
  }
  .cid-sJihRtu2vE .form-group {
    margin: 0;
  }
}
.cid-sJihRtu2vE .foot-title {
  color: #ffffff;
}
.cid-sJihRtu2vE .mbr-links-column {
  color: #cccccc;
}
.cid-sJihRtu2vE .foot-logo {
  color: #d8a00f;
}
.cid-sJihRtu2vE .copyright .mbr-text {
  color: #cccccc;
}
.cid-sKmqcnVCNn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sKmqcnVCNn .mbr-text,
.cid-sKmqcnVCNn blockquote {
  color: #767676;
}
.cid-sWHa5WmHYd .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWHa5WmHYd .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWHa5WmHYd a {
  font-style: normal;
}
.cid-sWHa5WmHYd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWHa5WmHYd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWHa5WmHYd .nav-item:focus,
.cid-sWHa5WmHYd .nav-link:focus {
  outline: none;
}
.cid-sWHa5WmHYd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWHa5WmHYd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWHa5WmHYd .menu-logo {
  margin-right: auto;
}
.cid-sWHa5WmHYd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWHa5WmHYd .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-sWHa5WmHYd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWHa5WmHYd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWHa5WmHYd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWHa5WmHYd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWHa5WmHYd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWHa5WmHYd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWHa5WmHYd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWHa5WmHYd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWHa5WmHYd .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWHa5WmHYd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWHa5WmHYd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWHa5WmHYd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWHa5WmHYd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWHa5WmHYd .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-sWHa5WmHYd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWHa5WmHYd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWHa5WmHYd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWHa5WmHYd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWHa5WmHYd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWHa5WmHYd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWHa5WmHYd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWHa5WmHYd button.navbar-toggler:focus {
  outline: none;
}
.cid-sWHa5WmHYd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWHa5WmHYd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWHa5WmHYd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHa5WmHYd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWHa5WmHYd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWHa5WmHYd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHa5WmHYd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWHa5WmHYd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWHa5WmHYd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWHa5WmHYd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWHa5WmHYd .collapsed .btn {
  display: flex;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse.collapsing,
.cid-sWHa5WmHYd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWHa5WmHYd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWHa5WmHYd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWHa5WmHYd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWHa5WmHYd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWHa5WmHYd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWHa5WmHYd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWHa5WmHYd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWHa5WmHYd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWHa5WmHYd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWHa5WmHYd .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-sWHa5WmHYd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWHa5WmHYd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWHa5WmHYd .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-sWHa5WmHYd .navbar-expand {
    flex-direction: column;
  }
  .cid-sWHa5WmHYd img {
    height: 3.8rem !important;
  }
  .cid-sWHa5WmHYd .btn {
    display: flex;
  }
  .cid-sWHa5WmHYd button.navbar-toggler {
    display: block;
  }
  .cid-sWHa5WmHYd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWHa5WmHYd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWHa5WmHYd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWHa5WmHYd .navbar-collapse.collapsing,
  .cid-sWHa5WmHYd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWHa5WmHYd .navbar-collapse.collapsing .navbar-nav,
  .cid-sWHa5WmHYd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWHa5WmHYd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWHa5WmHYd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWHa5WmHYd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWHa5WmHYd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHa5WmHYd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWHa5WmHYd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWHa5WmHYd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWHa5WmHYd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWHa5WmHYd .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-sWHa5WmHYd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWHa5WmHYd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWHa5WmHYd .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-sWHa5WmHYd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWHa5WmHYd .navbar-collapse {
  flex-basis: auto;
}
.cid-sWHa5WmHYd .nav-link:hover,
.cid-sWHa5WmHYd .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-sKmqco9ypE {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/maxime-bhm-if0iooo69pg-unsplash-2000x1333.jpg");
}
.cid-sKmqco9ypE .nav-tabs .nav-item.open .nav-link:focus,
.cid-sKmqco9ypE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sKmqco9ypE .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sKmqco9ypE .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sKmqco9ypE .nav-tabs .nav-link {
  color: #cfdef3;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #cfdef3;
  transition: all .5s;
}
.cid-sKmqco9ypE .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #cfdef3;
}
.cid-sKmqco9ypE .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #cfdef3;
  border-color: #cfdef3;
}
.cid-sKmqco9ypE .nav-tabs .nav-link.active:hover {
  background-color: #cfdef3;
}
.cid-sKmqco9ypE p {
  color: #ffffff;
}
.cid-sKmqco9ypE .mbr-text {
  text-align: center;
}
.cid-sWfKVNmJCy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWfKVNmJCy .mbr-text,
.cid-sWfKVNmJCy blockquote {
  color: #767676;
}
.cid-sWfKVNmJCy .mbr-text P {
  text-align: left;
}
.cid-sWfKVNmJCy .mbr-text {
  color: #730da5;
}
.cid-sKmqcoyuwQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKmqcoyuwQ .card-img {
  background-color: #fff;
}
.cid-sKmqcoyuwQ .card {
  align-self: stretch;
}
.cid-sKmqcoyuwQ .card-box {
  padding: 2rem;
}
.cid-sKmqcoyuwQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sKmqcoyuwQ p {
  text-align: left;
}
.cid-sKmqcoyuwQ .mbr-text {
  color: #767676;
}
.cid-sKmqcoyuwQ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sKmqcoyuwQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sKmqcoyuwQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sKmqcoyuwQ .card-title {
  text-align: center;
}
.cid-sWfLCbbPwd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWfLCbbPwd .mbr-text,
.cid-sWfLCbbPwd blockquote {
  color: #767676;
}
.cid-sWfLCbbPwd .mbr-text P {
  text-align: left;
}
.cid-sWfLCbbPwd .mbr-text {
  color: #730da5;
}
.cid-sMIHED1Ncb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMIHED1Ncb .card-img {
  background-color: #fff;
}
.cid-sMIHED1Ncb .card {
  align-self: stretch;
}
.cid-sMIHED1Ncb .card-box {
  padding: 2rem;
}
.cid-sMIHED1Ncb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sMIHED1Ncb p {
  text-align: left;
}
.cid-sMIHED1Ncb .mbr-text {
  color: #767676;
}
.cid-sMIHED1Ncb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sMIHED1Ncb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sMIHED1Ncb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sMIHED1Ncb .card-title {
  text-align: center;
}
.cid-sWfNg6ofFx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sWfNg6ofFx .mbr-section-subtitle {
  color: #767676;
}
.cid-sWfNg6ofFx .btn {
  margin: 0 0 .5rem 0;
}
.cid-sKmqcpbiic {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sKmqcpbiic .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sKmqcpbiic .content {
    text-align: center;
  }
  .cid-sKmqcpbiic .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sKmqcpbiic .img-logo img {
  height: 6rem;
}
.cid-sKmqcpbiic .form-group,
.cid-sKmqcpbiic .input-group-btn {
  padding: 0;
}
.cid-sKmqcpbiic .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sKmqcpbiic .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sKmqcpbiic .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sKmqcpbiic .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKmqcpbiic .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sKmqcpbiic .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKmqcpbiic .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sKmqcpbiic .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKmqcpbiic .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKmqcpbiic .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKmqcpbiic .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sKmqcpbiic .foot-logo {
    text-align: center !important;
  }
  .cid-sKmqcpbiic .foot-title {
    text-align: center !important;
  }
  .cid-sKmqcpbiic .mbr-text {
    text-align: center !important;
  }
  .cid-sKmqcpbiic .form-group {
    margin: 0;
  }
}
.cid-sKmqcpbiic .foot-title {
  color: #ffffff;
}
.cid-sKmqcpbiic .mbr-links-column {
  color: #ffffff;
}
.cid-sKmqcpbiic .foot-logo {
  color: #d8a00f;
}
.cid-sKmqcpbiic .copyright .mbr-text {
  color: #cccccc;
}
.cid-sUvmx529hE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sUvmx529hE .mbr-text,
.cid-sUvmx529hE blockquote {
  color: #767676;
}
.cid-sWH9XIgFF1 .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-sWH9XIgFF1 .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-sWH9XIgFF1 a {
  font-style: normal;
}
.cid-sWH9XIgFF1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWH9XIgFF1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sWH9XIgFF1 .nav-item:focus,
.cid-sWH9XIgFF1 .nav-link:focus {
  outline: none;
}
.cid-sWH9XIgFF1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sWH9XIgFF1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWH9XIgFF1 .menu-logo {
  margin-right: auto;
}
.cid-sWH9XIgFF1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWH9XIgFF1 .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-sWH9XIgFF1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWH9XIgFF1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWH9XIgFF1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWH9XIgFF1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWH9XIgFF1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWH9XIgFF1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWH9XIgFF1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWH9XIgFF1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWH9XIgFF1 .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sWH9XIgFF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWH9XIgFF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWH9XIgFF1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWH9XIgFF1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWH9XIgFF1 .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-sWH9XIgFF1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWH9XIgFF1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWH9XIgFF1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWH9XIgFF1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWH9XIgFF1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWH9XIgFF1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWH9XIgFF1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWH9XIgFF1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWH9XIgFF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sWH9XIgFF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWH9XIgFF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWH9XIgFF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWH9XIgFF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWH9XIgFF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWH9XIgFF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWH9XIgFF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWH9XIgFF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWH9XIgFF1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sWH9XIgFF1 .collapsed .btn {
  display: flex;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.collapsing,
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWH9XIgFF1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sWH9XIgFF1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWH9XIgFF1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWH9XIgFF1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWH9XIgFF1 .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-sWH9XIgFF1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWH9XIgFF1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWH9XIgFF1 .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-sWH9XIgFF1 .navbar-expand {
    flex-direction: column;
  }
  .cid-sWH9XIgFF1 img {
    height: 3.8rem !important;
  }
  .cid-sWH9XIgFF1 .btn {
    display: flex;
  }
  .cid-sWH9XIgFF1 button.navbar-toggler {
    display: block;
  }
  .cid-sWH9XIgFF1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWH9XIgFF1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWH9XIgFF1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWH9XIgFF1 .navbar-collapse.collapsing,
  .cid-sWH9XIgFF1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWH9XIgFF1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWH9XIgFF1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWH9XIgFF1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWH9XIgFF1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWH9XIgFF1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWH9XIgFF1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWH9XIgFF1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWH9XIgFF1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWH9XIgFF1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWH9XIgFF1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWH9XIgFF1 .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-sWH9XIgFF1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWH9XIgFF1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWH9XIgFF1 .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-sWH9XIgFF1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sWH9XIgFF1 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWH9XIgFF1 .nav-link:hover,
.cid-sWH9XIgFF1 .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-t6jZDK3CQ4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/marvin-meyer-syto3xs06fu-unsplash-2000x1333.jpg");
}
.cid-t6jBfFQ56B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6jBfFQ56B .card-img {
  background-color: #fff;
}
.cid-t6jBfFQ56B .card {
  align-self: stretch;
}
.cid-t6jBfFQ56B .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-t6jBfFQ56B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t6jBfFQ56B p {
  text-align: left;
}
.cid-t6jBfFQ56B .mbr-text {
  color: #767676;
}
.cid-t6jBfFQ56B .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t6jBfFQ56B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t6jBfFQ56B .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-t8GJsys0wE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sUvmx5SZi7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUvmx5SZi7 .card-img {
  background-color: #fff;
}
.cid-sUvmx5SZi7 .card {
  align-self: stretch;
}
.cid-sUvmx5SZi7 .card-box {
  padding: 2rem;
}
.cid-sUvmx5SZi7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUvmx5SZi7 p {
  text-align: left;
}
.cid-sUvmx5SZi7 .mbr-text {
  color: #767676;
}
.cid-sUvmx5SZi7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUvmx5SZi7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sUvmx5SZi7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sUvmx5SZi7 .card-title {
  text-align: center;
  color: #730da5;
}
.cid-t69YjsYdX9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t69YjsYdX9 .card-img {
  background-color: #fff;
}
.cid-t69YjsYdX9 .card {
  align-self: stretch;
}
.cid-t69YjsYdX9 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-t69YjsYdX9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t69YjsYdX9 p {
  text-align: left;
}
.cid-t69YjsYdX9 .mbr-text {
  color: #767676;
}
.cid-t69YjsYdX9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t69YjsYdX9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t69YjsYdX9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sUvmx6uUYI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-sUvmx6uUYI .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sUvmx6uUYI .content {
    text-align: center;
  }
  .cid-sUvmx6uUYI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sUvmx6uUYI .img-logo img {
  height: 6rem;
}
.cid-sUvmx6uUYI .form-group,
.cid-sUvmx6uUYI .input-group-btn {
  padding: 0;
}
.cid-sUvmx6uUYI .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sUvmx6uUYI .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sUvmx6uUYI .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sUvmx6uUYI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sUvmx6uUYI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sUvmx6uUYI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUvmx6uUYI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sUvmx6uUYI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUvmx6uUYI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUvmx6uUYI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUvmx6uUYI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sUvmx6uUYI .foot-logo {
    text-align: center !important;
  }
  .cid-sUvmx6uUYI .foot-title {
    text-align: center !important;
  }
  .cid-sUvmx6uUYI .mbr-text {
    text-align: center !important;
  }
  .cid-sUvmx6uUYI .form-group {
    margin: 0;
  }
}
.cid-sUvmx6uUYI .foot-title {
  color: #ffffff;
}
.cid-sUvmx6uUYI .mbr-links-column {
  color: #ffffff;
}
.cid-sUvmx6uUYI .foot-logo {
  color: #d8a00f;
}
.cid-sUvmx6uUYI .copyright .mbr-text {
  color: #cccccc;
}
.cid-t5Wk94gR2L .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-t5Wk94gR2L .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-t5Wk94gR2L a {
  font-style: normal;
}
.cid-t5Wk94gR2L .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t5Wk94gR2L .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-t5Wk94gR2L .nav-item:focus,
.cid-t5Wk94gR2L .nav-link:focus {
  outline: none;
}
.cid-t5Wk94gR2L .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-t5Wk94gR2L .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t5Wk94gR2L .menu-logo {
  margin-right: auto;
}
.cid-t5Wk94gR2L .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t5Wk94gR2L .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-t5Wk94gR2L .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t5Wk94gR2L .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t5Wk94gR2L .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t5Wk94gR2L .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t5Wk94gR2L .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t5Wk94gR2L .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t5Wk94gR2L .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t5Wk94gR2L .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t5Wk94gR2L .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t5Wk94gR2L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t5Wk94gR2L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5Wk94gR2L .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t5Wk94gR2L .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5Wk94gR2L .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-t5Wk94gR2L .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t5Wk94gR2L .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t5Wk94gR2L .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t5Wk94gR2L .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t5Wk94gR2L .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t5Wk94gR2L .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t5Wk94gR2L button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t5Wk94gR2L button.navbar-toggler:focus {
  outline: none;
}
.cid-t5Wk94gR2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-t5Wk94gR2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t5Wk94gR2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t5Wk94gR2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t5Wk94gR2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t5Wk94gR2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t5Wk94gR2L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t5Wk94gR2L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t5Wk94gR2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t5Wk94gR2L .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t5Wk94gR2L .collapsed .btn {
  display: flex;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse.collapsing,
.cid-t5Wk94gR2L .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t5Wk94gR2L .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t5Wk94gR2L .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t5Wk94gR2L .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t5Wk94gR2L .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t5Wk94gR2L .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t5Wk94gR2L .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t5Wk94gR2L .collapsed button.navbar-toggler {
  display: block;
}
.cid-t5Wk94gR2L .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t5Wk94gR2L .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t5Wk94gR2L .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-t5Wk94gR2L .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t5Wk94gR2L .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t5Wk94gR2L .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-t5Wk94gR2L .navbar-expand {
    flex-direction: column;
  }
  .cid-t5Wk94gR2L img {
    height: 3.8rem !important;
  }
  .cid-t5Wk94gR2L .btn {
    display: flex;
  }
  .cid-t5Wk94gR2L button.navbar-toggler {
    display: block;
  }
  .cid-t5Wk94gR2L .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t5Wk94gR2L .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t5Wk94gR2L .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t5Wk94gR2L .navbar-collapse.collapsing,
  .cid-t5Wk94gR2L .navbar-collapse.show {
    display: block !important;
  }
  .cid-t5Wk94gR2L .navbar-collapse.collapsing .navbar-nav,
  .cid-t5Wk94gR2L .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t5Wk94gR2L .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t5Wk94gR2L .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t5Wk94gR2L .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t5Wk94gR2L .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t5Wk94gR2L .navbar-collapse.collapsing .navbar-buttons,
  .cid-t5Wk94gR2L .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t5Wk94gR2L .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t5Wk94gR2L .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t5Wk94gR2L .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-t5Wk94gR2L .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t5Wk94gR2L .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t5Wk94gR2L .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-t5Wk94gR2L .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t5Wk94gR2L .navbar-collapse {
  flex-basis: auto;
}
.cid-t5Wk94gR2L .nav-link:hover,
.cid-t5Wk94gR2L .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-t5Wk94yoBn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t5Wk94yoBn .mbr-text,
.cid-t5Wk94yoBn blockquote {
  color: #767676;
}
.cid-t5WrjUuPWO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ants-on-wodden-floor-top-view-mit-ameisengift-royalty-free-image-1590572104.webp");
}
.cid-t5WusdgWCd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5WusdgWCd .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t5WusdgWCd .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-t5WusdgWCd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t5WusdgWCd .inner-container {
    width: 100% !important;
  }
}
.cid-t5Wk9569Mn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Wk9569Mn .card-img {
  background-color: #fff;
}
.cid-t5Wk9569Mn .card {
  align-self: stretch;
}
.cid-t5Wk9569Mn .card-box {
  padding: 2rem;
}
.cid-t5Wk9569Mn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5Wk9569Mn p {
  text-align: left;
}
.cid-t5Wk9569Mn .mbr-text {
  color: #767676;
}
.cid-t5Wk9569Mn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t5Wk9569Mn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t5Wk9569Mn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-t5Wk9569Mn .card-title {
  text-align: center;
}
.cid-t5WyxWFgDo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5WyxWFgDo .mbr-text,
.cid-t5WyxWFgDo blockquote {
  color: #767676;
}
.cid-t5Wk95FxOx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-t5Wk95FxOx .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-t5Wk95FxOx .content {
    text-align: center;
  }
  .cid-t5Wk95FxOx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5Wk95FxOx .img-logo img {
  height: 6rem;
}
.cid-t5Wk95FxOx .form-group,
.cid-t5Wk95FxOx .input-group-btn {
  padding: 0;
}
.cid-t5Wk95FxOx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t5Wk95FxOx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-t5Wk95FxOx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t5Wk95FxOx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t5Wk95FxOx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t5Wk95FxOx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t5Wk95FxOx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t5Wk95FxOx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t5Wk95FxOx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t5Wk95FxOx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t5Wk95FxOx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t5Wk95FxOx .foot-logo {
    text-align: center !important;
  }
  .cid-t5Wk95FxOx .foot-title {
    text-align: center !important;
  }
  .cid-t5Wk95FxOx .mbr-text {
    text-align: center !important;
  }
  .cid-t5Wk95FxOx .form-group {
    margin: 0;
  }
}
.cid-t5Wk95FxOx .foot-title {
  color: #ffffff;
}
.cid-t5Wk95FxOx .mbr-links-column {
  color: #ffffff;
}
.cid-t5Wk95FxOx .foot-logo {
  color: #d8a00f;
}
.cid-t5Wk95FxOx .copyright .mbr-text {
  color: #cccccc;
}
.cid-t8BnxZnEmA .navbar {
  padding: .5rem 0;
  background: #730da5;
  transition: none;
  min-height: 77px;
}
.cid-t8BnxZnEmA .navbar-dropdown.bg-color.transparent.opened {
  background: #730da5;
}
.cid-t8BnxZnEmA a {
  font-style: normal;
}
.cid-t8BnxZnEmA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8BnxZnEmA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-t8BnxZnEmA .nav-item:focus,
.cid-t8BnxZnEmA .nav-link:focus {
  outline: none;
}
.cid-t8BnxZnEmA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-t8BnxZnEmA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8BnxZnEmA .menu-logo {
  margin-right: auto;
}
.cid-t8BnxZnEmA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t8BnxZnEmA .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-t8BnxZnEmA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t8BnxZnEmA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8BnxZnEmA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8BnxZnEmA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8BnxZnEmA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t8BnxZnEmA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8BnxZnEmA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8BnxZnEmA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8BnxZnEmA .dropdown .dropdown-menu {
  background: #730da5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8BnxZnEmA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t8BnxZnEmA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8BnxZnEmA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8BnxZnEmA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8BnxZnEmA .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-t8BnxZnEmA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t8BnxZnEmA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8BnxZnEmA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8BnxZnEmA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8BnxZnEmA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8BnxZnEmA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8BnxZnEmA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8BnxZnEmA button.navbar-toggler:focus {
  outline: none;
}
.cid-t8BnxZnEmA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-t8BnxZnEmA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8BnxZnEmA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8BnxZnEmA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8BnxZnEmA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8BnxZnEmA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8BnxZnEmA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8BnxZnEmA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8BnxZnEmA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8BnxZnEmA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t8BnxZnEmA .collapsed .btn {
  display: flex;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse.collapsing,
.cid-t8BnxZnEmA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8BnxZnEmA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8BnxZnEmA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t8BnxZnEmA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8BnxZnEmA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8BnxZnEmA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8BnxZnEmA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t8BnxZnEmA .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8BnxZnEmA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8BnxZnEmA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8BnxZnEmA .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-t8BnxZnEmA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8BnxZnEmA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8BnxZnEmA .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-t8BnxZnEmA .navbar-expand {
    flex-direction: column;
  }
  .cid-t8BnxZnEmA img {
    height: 3.8rem !important;
  }
  .cid-t8BnxZnEmA .btn {
    display: flex;
  }
  .cid-t8BnxZnEmA button.navbar-toggler {
    display: block;
  }
  .cid-t8BnxZnEmA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8BnxZnEmA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8BnxZnEmA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8BnxZnEmA .navbar-collapse.collapsing,
  .cid-t8BnxZnEmA .navbar-collapse.show {
    display: block !important;
  }
  .cid-t8BnxZnEmA .navbar-collapse.collapsing .navbar-nav,
  .cid-t8BnxZnEmA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8BnxZnEmA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8BnxZnEmA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8BnxZnEmA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t8BnxZnEmA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8BnxZnEmA .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8BnxZnEmA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8BnxZnEmA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8BnxZnEmA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8BnxZnEmA .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-t8BnxZnEmA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8BnxZnEmA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8BnxZnEmA .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-t8BnxZnEmA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t8BnxZnEmA .navbar-collapse {
  flex-basis: auto;
}
.cid-t8BnxZnEmA .nav-link:hover,
.cid-t8BnxZnEmA .dropdown-item:hover {
  color: #d8a00f !important;
}
.cid-t8Bny02mPs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-t8Bny02mPs .mbr-text,
.cid-t8Bny02mPs blockquote {
  color: #767676;
}
.cid-t8Bny0iJ1f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/michael-hardy-hlbi5hve5yc-unsplash-1-2000x1334.jpg");
}
.cid-t8Bny0OcWT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-t8Bny0OcWT .card-img {
  background-color: #fff;
}
.cid-t8Bny0OcWT .card {
  align-self: stretch;
}
.cid-t8Bny0OcWT .card-box {
  padding: 2rem;
}
.cid-t8Bny0OcWT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t8Bny0OcWT p {
  text-align: left;
}
.cid-t8Bny0OcWT .mbr-text {
  color: #767676;
}
.cid-t8Bny0OcWT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t8Bny0OcWT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-t8Bny0OcWT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-t8Bny0OcWT .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t8Bny1ZMwu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adrien-delforge-yzrhorwuatg-unsplash-2000x1500.jpg");
}
.cid-t8Bny1ZMwu .form-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bny1ZMwu .content {
    text-align: center;
  }
  .cid-t8Bny1ZMwu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8Bny1ZMwu .img-logo img {
  height: 6rem;
}
.cid-t8Bny1ZMwu .form-group,
.cid-t8Bny1ZMwu .input-group-btn {
  padding: 0;
}
.cid-t8Bny1ZMwu .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t8Bny1ZMwu .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-t8Bny1ZMwu .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8Bny1ZMwu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8Bny1ZMwu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t8Bny1ZMwu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8Bny1ZMwu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8Bny1ZMwu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8Bny1ZMwu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8Bny1ZMwu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8Bny1ZMwu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t8Bny1ZMwu .foot-logo {
    text-align: center !important;
  }
  .cid-t8Bny1ZMwu .foot-title {
    text-align: center !important;
  }
  .cid-t8Bny1ZMwu .mbr-text {
    text-align: center !important;
  }
  .cid-t8Bny1ZMwu .form-group {
    margin: 0;
  }
}
.cid-t8Bny1ZMwu .foot-title {
  color: #ffffff;
}
.cid-t8Bny1ZMwu .mbr-links-column {
  color: #ffffff;
}
.cid-t8Bny1ZMwu .foot-logo {
  color: #d8a00f;
}
.cid-t8Bny1ZMwu .copyright .mbr-text {
  color: #cccccc;
}
