@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 1.75rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #a53fe4 !important;
}
.bg-danger {
  background-color: #ff4e00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b33000 !important;
  border-color: #b33000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b33000 !important;
  border-color: #b33000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff4e00 !important;
  border-color: #ff4e00 !important;
  color: #ffffff !important;
}
/* book button hover chnage*/
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4e00 !important;
  border-color: #ff4e00 !important;
}
/* */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7e1abc !important;
  border-color: #7e1abc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e00 !important;
  border-color: #ff4e00 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b33700 !important;
  border-color: #b33700 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b33700 !important;
  border-color: #b33700 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #992900;
  color: #992900;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #6f17a6;
  color: #6f17a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a53fe4;
  border-color: #a53fe4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a53fe4 !important;
  border-color: #a53fe4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #992f00;
  color: #992f00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff4e00;
  border-color: #ff4e00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e00 !important;
  border-color: #ff4e00 !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: #149dcc !important;
}
.text-secondary {
  color: #ff4500 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #a53fe4 !important;
}
.text-danger {
  color: #ff4e00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #992900 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6f17a6 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #992f00 !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: #82786e;
}
.alert-warning {
  background-color: #a53fe4;
}
.alert-danger {
  background-color: #ff4e00;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9f2fd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffdccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* 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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff4500 !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='%23149dcc' %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-se3kRcg0fa .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-se3kRcg0fa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-se3kRcg0fa a {
  font-style: normal;
}
.cid-se3kRcg0fa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-se3kRcg0fa .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-se3kRcg0fa .nav-item:focus,
.cid-se3kRcg0fa .nav-link:focus {
  outline: none;
}
.cid-se3kRcg0fa .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se3kRcg0fa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-se3kRcg0fa .menu-logo {
  margin-right: auto;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-se3kRcg0fa .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-se3kRcg0fa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-se3kRcg0fa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-se3kRcg0fa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-se3kRcg0fa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-se3kRcg0fa .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-se3kRcg0fa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-se3kRcg0fa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se3kRcg0fa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-se3kRcg0fa .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-se3kRcg0fa .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-se3kRcg0fa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-se3kRcg0fa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-se3kRcg0fa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-se3kRcg0fa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-se3kRcg0fa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-se3kRcg0fa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-se3kRcg0fa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-se3kRcg0fa button.navbar-toggler:focus {
  outline: none;
}
.cid-se3kRcg0fa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-se3kRcg0fa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-se3kRcg0fa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-se3kRcg0fa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-se3kRcg0fa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-se3kRcg0fa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-se3kRcg0fa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-se3kRcg0fa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-se3kRcg0fa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-se3kRcg0fa .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-se3kRcg0fa .collapsed .btn {
  display: -webkit-flex;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse.collapsing,
.cid-se3kRcg0fa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-se3kRcg0fa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-se3kRcg0fa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-se3kRcg0fa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-se3kRcg0fa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-se3kRcg0fa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-se3kRcg0fa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-se3kRcg0fa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-se3kRcg0fa .collapsed button.navbar-toggler {
  display: block;
}
.cid-se3kRcg0fa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-se3kRcg0fa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-se3kRcg0fa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-se3kRcg0fa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-se3kRcg0fa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-se3kRcg0fa .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: 1023px) {
  .cid-se3kRcg0fa.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-se3kRcg0fa img {
    height: 3.8rem !important;
  }
  .cid-se3kRcg0fa .btn {
    display: -webkit-flex;
  }
  .cid-se3kRcg0fa button.navbar-toggler {
    display: block;
  }
  .cid-se3kRcg0fa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-se3kRcg0fa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-se3kRcg0fa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-se3kRcg0fa .navbar-collapse.collapsing,
  .cid-se3kRcg0fa .navbar-collapse.show {
    display: block !important;
  }
  .cid-se3kRcg0fa .navbar-collapse.collapsing .navbar-nav,
  .cid-se3kRcg0fa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-se3kRcg0fa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-se3kRcg0fa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-se3kRcg0fa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-se3kRcg0fa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-se3kRcg0fa .navbar-collapse.collapsing .navbar-buttons,
  .cid-se3kRcg0fa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-se3kRcg0fa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-se3kRcg0fa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-se3kRcg0fa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-se3kRcg0fa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-se3kRcg0fa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-se3kRcg0fa .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-se3kRcg0fa .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-se3kRcg0fa .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-se3kRcg0fa .nav-link:hover,
.cid-se3kRcg0fa .dropdown-item:hover {
  color: #767676 !important;
}
.cid-se41IgU6U5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-se41IgU6U5 .mbr-text,
.cid-se41IgU6U5 blockquote {
  color: #767676;
}
.cid-se41IgU6U5 .mbr-text {
  color: #232323;
}
.cid-se41IgU6U5 .mbr-text P {
  text-align: left;
}
.cid-se3CVdc8Qj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-se3CVdc8Qj .card {
  align-self: stretch;
}
.cid-se3CVdc8Qj .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-se3CVdc8Qj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-se3CVdc8Qj p {
  color: #767676;
  text-align: left;
}
.cid-se3CVdc8Qj .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-se3CVdc8Qj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-se3CVdc8Qj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .cid-se3CVdc8Qj .card-box {
    min-width: 900px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .cid-se3CVdc8Qj .custom_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-se3CVdc8Qj .custom_05 {
    min-width: 200px;
  }
}
.cid-se3s1MyJQs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-se3s1MyJQs h4 {
  display: flex;
  color: #232323;
}
.cid-se3s1MyJQs .panel-text {
  color: #232323;
  line-height: 1.7;
}
.cid-se3s1MyJQs .wrap {
  display: flex;
}
.cid-se3s1MyJQs .icon {
  background: #1e90ff;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-se3s1MyJQs img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-se3s1MyJQs .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-se3s1MyJQs p {
  margin: 0;
}
.cid-se3s1MyJQs .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-se3s1MyJQs .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-se3s1MyJQs .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-se3s1MyJQs .panel-group {
  width: 100%;
}
.cid-se3s1MyJQs .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-se3s1MyJQs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-se3s1MyJQs .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-se3s1MyJQs .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-se3s1MyJQs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-se3s1MyJQs .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-se3s1MyJQs .card .panel-body {
  background: #ffffff;
}
.cid-se3s1MyJQs .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-se3s1MyJQs .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-se3s1MyJQs .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-se3s1MyJQs .header-text,
.cid-se3s1MyJQs .sign {
  color: #232323;
}
.cid-se3OH7uTKz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-se3OH7uTKz .mbr-text,
.cid-se3OH7uTKz blockquote {
  color: #767676;
}
.cid-se3OH7uTKz .mbr-text {
  color: #232323;
}
.cid-se3OH7uTKz .mbr-text P {
  text-align: left;
}
.cid-se7kjbJMz8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-se7kjbJMz8 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-se7kjbJMz8 .mbr-section-title {
  margin: 0;
}
.cid-se7kjbJMz8 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-se7kjbJMz8 .card-img {
  text-align: inherit;
}
.cid-se7kjbJMz8 .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-se7kjbJMz8 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-se7kjbJMz8 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #efefef;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-se7kjbJMz8 .wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .cid-se7kjbJMz8 .custom_04 {
    min-height: 100px;
  }
}
.cid-se7kjbJMz8 .mbr-card-title {
  text-align: center;
}
.cid-se7wp2Hslw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-se7wp2Hslw .card {
  align-self: stretch;
}
.cid-se7wp2Hslw .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-se7wp2Hslw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-se7wp2Hslw p {
  color: #767676;
  text-align: left;
}
.cid-se7wp2Hslw .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-se7wp2Hslw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-se7wp2Hslw .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .cid-se7wp2Hslw .card-box {
    min-width: 900px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .cid-se7wp2Hslw .custom_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-se7wp2Hslw .custom_05 {
    min-width: 200px;
  }
}
.cid-se3BShYih3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-se3BShYih3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-se3BShYih3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-se3BShYih3 p {
  line-height: 1.5;
}
.cid-se3BShYih3 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-se3BShYih3 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-se3BShYih3 .ico-line h3 {
  margin: 0;
}
.cid-se3BShYih3 .mail,
.cid-se3BShYih3 .phone,
.cid-se3BShYih3 .mbr-iconfont {
  display: inline-block;
}
.cid-se3BShYih3 .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-se3BShYih3 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-se3BShYih3 .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-se3BShYih3 .mbr-section-title,
.cid-se3BShYih3 .line-wrap {
  text-align: left;
}
.cid-se3BShYih3 .mail {
  color: #0087ab;
}
.cid-se3BShYih3 .card-title {
  color: #0087ab;
}
@media only screen and (min-width: 1024) {
  .cid-se3BShYih3 .custom_03 {
    line-height: 6;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .cid-se3BShYih3 .custom_02 {
    display: flex;
    flex-direction: row;
  }
}
.cid-se3pPda6CM {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-se3pPda6CM .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-se3pPda6CM .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se3pPda6CM .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-se3pPda6CM .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-se3pPda6CM .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-se3pPda6CM .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se3pPda6CM .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-se3pPda6CM .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-se3pPda6CM .card .card-box .card-title,
  .cid-se3pPda6CM .card .card-box .mbr-text,
  .cid-se3pPda6CM .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-se3pPda6CM .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-se3pPda6CM .card .card-img {
    text-align: right !important;
  }
}
.cid-se3pSTFvOh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-se434O30Dj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-se7jPEqccj .stats-item:hover span {
  color: #232bc0;
}
.cid-se7jPEqccj .stats-item {
  padding: 80px 20px;
}
.cid-se7jPEqccj .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-se7jPEqccj .stats-item:nth-child(odd) {
  background-color: #efefef;
}
.cid-se7jPEqccj .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-se7jPEqccj .mbr-iconfont {
  font-size: 50px;
}
.cid-se7jPEqccj .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-se7jPEqccj .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-se7jPEqccj .stats-item:first-child {
    background: #ffffff;
  }
  .cid-se7jPEqccj .stats-item:nth-child(2n) {
    background: #efefef;
  }
  .cid-se7jPEqccj .stats-item:nth-child(0n+3) {
    background: #efefef none repeat scroll 0 center;
  }
  .cid-se7jPEqccj .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-se7jPEqccj .counter {
  text-align: center;
  color: #000000;
}
.cid-se7jPEqccj .mbr-card-title,
.cid-se7jPEqccj .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-se7jWntqHP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-se7jWntqHP .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se7jWntqHP .section-text {
  padding: 2rem 0;
}
.cid-se7jWntqHP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se7jWntqHP .inner-container {
    width: 100% !important;
  }
}
.cid-se7jZp3hxg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-se7jZp3hxg .mbr-text {
  color: #767676;
}
.cid-se7k7RVtuO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-se7k7RVtuO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-se7k7RVtuO p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-se7k7RVtuO .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-se7k7RVtuO .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-se7k7RVtuO .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-se7k7RVtuO .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-se7k7RVtuO .card-box {
    padding-left: 0;
  }
}
.cid-se7knhAYm0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-se7knhAYm0 .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-se7knhAYm0 .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-se7knhAYm0 .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-se7knhAYm0 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-se7knhAYm0 .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-se7knhAYm0 .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-se7knhAYm0 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-se7knhAYm0 .card-days {
  background-color: #4284df;
  border-radius: 5px;
}
.cid-se7knhAYm0 .card-days .schedule > ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-se7knhAYm0 .card-days .schedule > ul li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-se7knhAYm0 .card-days .schedule > ul li:first-child {
  border-top: none;
}
.cid-se7knhAYm0 .card-days .schedule > ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-se7knhAYm0 .card-days .schedule > ul li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-se7knhAYm0 .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-se7knhAYm0 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #4284df);
}
.cid-se7knhAYm0 .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-se7knhAYm0 .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.cid-se7mPgj1Sm {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-se7mPgj1Sm .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-se7mPgj1Sm .mbr-section-title {
  color: #232323;
}
.cid-se7mPgj1Sm .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se7mPgj1Sm .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-se7uRDWbGm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-se7uRDWbGm .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-se7uRDWbGm .mbr-section-title {
  margin: 0;
}
.cid-se7uRDWbGm .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-se7uRDWbGm .card-img {
  text-align: inherit;
}
.cid-se7uRDWbGm .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-se7uRDWbGm .mbr-text {
  color: #8d97ad;
}
.cid-se7uRDWbGm .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cid-se7uRDWbGm .custom_07 {
    min-width: 900px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-se7uRDWbGm .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sedGt3TxK6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sedGt3TxK6 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sedGt3TxK6 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .cid-sedGt3TxK6 .b11 {
    min-width: 300px;
  }
  .cid-sedGt3TxK6 .c_1 {
    margin-left: 20px;
  }
  .cid-sedGt3TxK6 .c_2 {
    margin-left: 25px;
  }
  .cid-sedGt3TxK6 .c_3 {
    margin-left: 40px;
  }
  .cid-sedGt3TxK6 .c_4 {
    padding-left: 25px;
  }
  .cid-sedGt3TxK6 .c_5 {
    padding-left: 10px;
  }
  .cid-sedGt3TxK6 .c_7 {
    margin-left: 80px;
  }
  .cid-sedGt3TxK6 .c_8 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .cid-sedGt3TxK6 .b11 {
    min-width: 350px;
  }
  .cid-sedGt3TxK6 .c_h1 {
    margin-left: 0px;
  }
  .cid-sedGt3TxK6 .c_4 {
    padding-left: 20px;
  }
  .cid-sedGt3TxK6 .c_9 {
    margin-left: 27.9px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 736px) {
  .cid-sedGt3TxK6 .b11 {
    min-width: 400px;
  }
  .cid-sedGt3TxK6 .c_4 {
    padding-left: 20px;
  }
  .cid-sedGt3TxK6 .c_9 {
    margin-left: 27.9px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
  .cid-sedGt3TxK6 .b11 {
    min-width: 300px;
  }
  .cid-sedGt3TxK6 .c_9 {
    margin-left: 27.9px;
  }
}
.cid-sedGt3TxK6 .mbr-text,
.cid-sedGt3TxK6 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sedGt3TxK6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sedGt3TxK6 P {
  text-align: center;
}
.cid-sedGt5oKCL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sedGt5oKCL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sedGt5oKCL a {
  font-style: normal;
}
.cid-sedGt5oKCL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sedGt5oKCL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sedGt5oKCL .nav-item:focus,
.cid-sedGt5oKCL .nav-link:focus {
  outline: none;
}
.cid-sedGt5oKCL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sedGt5oKCL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sedGt5oKCL .menu-logo {
  margin-right: auto;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sedGt5oKCL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sedGt5oKCL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sedGt5oKCL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sedGt5oKCL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sedGt5oKCL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sedGt5oKCL .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sedGt5oKCL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sedGt5oKCL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sedGt5oKCL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sedGt5oKCL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sedGt5oKCL .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-sedGt5oKCL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sedGt5oKCL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sedGt5oKCL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sedGt5oKCL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sedGt5oKCL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sedGt5oKCL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sedGt5oKCL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sedGt5oKCL button.navbar-toggler:focus {
  outline: none;
}
.cid-sedGt5oKCL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sedGt5oKCL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sedGt5oKCL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sedGt5oKCL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sedGt5oKCL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sedGt5oKCL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sedGt5oKCL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sedGt5oKCL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sedGt5oKCL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sedGt5oKCL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sedGt5oKCL .collapsed .btn {
  display: -webkit-flex;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse.collapsing,
.cid-sedGt5oKCL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sedGt5oKCL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sedGt5oKCL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sedGt5oKCL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sedGt5oKCL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sedGt5oKCL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sedGt5oKCL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sedGt5oKCL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sedGt5oKCL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sedGt5oKCL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sedGt5oKCL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sedGt5oKCL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sedGt5oKCL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sedGt5oKCL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sedGt5oKCL .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: 1023px) {
  .cid-sedGt5oKCL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sedGt5oKCL img {
    height: 3.8rem !important;
  }
  .cid-sedGt5oKCL .btn {
    display: -webkit-flex;
  }
  .cid-sedGt5oKCL button.navbar-toggler {
    display: block;
  }
  .cid-sedGt5oKCL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sedGt5oKCL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sedGt5oKCL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sedGt5oKCL .navbar-collapse.collapsing,
  .cid-sedGt5oKCL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sedGt5oKCL .navbar-collapse.collapsing .navbar-nav,
  .cid-sedGt5oKCL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sedGt5oKCL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sedGt5oKCL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sedGt5oKCL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sedGt5oKCL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sedGt5oKCL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sedGt5oKCL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sedGt5oKCL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sedGt5oKCL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sedGt5oKCL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sedGt5oKCL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sedGt5oKCL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sedGt5oKCL .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-sedGt5oKCL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sedGt5oKCL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sedGt5oKCL .nav-link:hover,
.cid-sedGt5oKCL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sedGt6Im85 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sedGt6Im85 .mbr-text,
.cid-sedGt6Im85 blockquote {
  color: #767676;
}
.cid-sedGt6Im85 .mbr-text {
  color: #232323;
}
.cid-sedGt6Im85 .mbr-text P {
  text-align: left;
}
.cid-sg1AunRoZn.popup-builder {
  background-color: #ffffff;
}
.cid-sg1AunRoZn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg1AunRoZn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg1AunRoZn .modal-content,
.cid-sg1AunRoZn .modal-dialog {
  height: auto;
}
.cid-sg1AunRoZn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg1AunRoZn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg1AunRoZn .form-wrapper .mbr-form .form-group,
  .cid-sg1AunRoZn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg1AunRoZn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg1AunRoZn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg1AunRoZn .mbr-text {
  text-align: center;
}
.cid-sg1AunRoZn .pt-0 {
  padding-top: 0 !important;
}
.cid-sg1AunRoZn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg1AunRoZn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg1AunRoZn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg1AunRoZn .modal-open {
  overflow: hidden;
}
.cid-sg1AunRoZn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg1AunRoZn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg1AunRoZn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg1AunRoZn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sg1AunRoZn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg1AunRoZn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg1AunRoZn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg1AunRoZn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sg1AunRoZn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg1AunRoZn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg1AunRoZn .modal-backdrop.show {
  opacity: .5;
}
.cid-sg1AunRoZn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sg1AunRoZn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg1AunRoZn .modal-header .close:hover {
  opacity: 1;
}
.cid-sg1AunRoZn .modal-header .close:focus {
  outline: none;
}
.cid-sg1AunRoZn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg1AunRoZn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg1AunRoZn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sg1AunRoZn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg1AunRoZn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg1AunRoZn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg1AunRoZn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg1AunRoZn .modal-sm {
    max-width: 300px;
  }
  .cid-sg1AunRoZn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg1AunRoZn .modal-lg,
  .cid-sg1AunRoZn .modal-xl {
    max-width: 800px;
  }
  .cid-sg1AunRoZn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg1AunRoZn .modal-xl {
    max-width: 1140px;
  }
  .cid-sg1AunRoZn .container {
    max-width: 1140px;
  }
}
.cid-sg1AunRoZn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg1AunRoZn .container {
    max-width: 720px;
  }
}
.cid-sg1AunRoZn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg1AunRoZn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sg1AunRoZn .form-group {
  margin-bottom: 1rem;
}
.cid-sg1AunRoZn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg1AunRoZn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg1AunRoZn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sg1ABAYAcM.popup-builder {
  background-color: #ffffff;
}
.cid-sg1ABAYAcM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg1ABAYAcM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg1ABAYAcM .modal-content,
.cid-sg1ABAYAcM .modal-dialog {
  height: auto;
}
.cid-sg1ABAYAcM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg1ABAYAcM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg1ABAYAcM .form-wrapper .mbr-form .form-group,
  .cid-sg1ABAYAcM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg1ABAYAcM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg1ABAYAcM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg1ABAYAcM .mbr-text {
  text-align: center;
}
.cid-sg1ABAYAcM .pt-0 {
  padding-top: 0 !important;
}
.cid-sg1ABAYAcM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg1ABAYAcM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg1ABAYAcM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg1ABAYAcM .modal-open {
  overflow: hidden;
}
.cid-sg1ABAYAcM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg1ABAYAcM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg1ABAYAcM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg1ABAYAcM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sg1ABAYAcM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg1ABAYAcM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg1ABAYAcM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg1ABAYAcM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sg1ABAYAcM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg1ABAYAcM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg1ABAYAcM .modal-backdrop.show {
  opacity: .5;
}
.cid-sg1ABAYAcM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sg1ABAYAcM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg1ABAYAcM .modal-header .close:hover {
  opacity: 1;
}
.cid-sg1ABAYAcM .modal-header .close:focus {
  outline: none;
}
.cid-sg1ABAYAcM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg1ABAYAcM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg1ABAYAcM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sg1ABAYAcM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg1ABAYAcM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg1ABAYAcM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg1ABAYAcM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg1ABAYAcM .modal-sm {
    max-width: 300px;
  }
  .cid-sg1ABAYAcM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg1ABAYAcM .modal-lg,
  .cid-sg1ABAYAcM .modal-xl {
    max-width: 800px;
  }
  .cid-sg1ABAYAcM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg1ABAYAcM .modal-xl {
    max-width: 1140px;
  }
  .cid-sg1ABAYAcM .container {
    max-width: 1140px;
  }
}
.cid-sg1ABAYAcM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg1ABAYAcM .container {
    max-width: 720px;
  }
}
.cid-sg1ABAYAcM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg1ABAYAcM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sg1ABAYAcM .form-group {
  margin-bottom: 1rem;
}
.cid-sg1ABAYAcM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg1ABAYAcM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg1ABAYAcM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sg1B6We2Rw.popup-builder {
  background-color: #ffffff;
}
.cid-sg1B6We2Rw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg1B6We2Rw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg1B6We2Rw .modal-content,
.cid-sg1B6We2Rw .modal-dialog {
  height: auto;
}
.cid-sg1B6We2Rw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg1B6We2Rw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg1B6We2Rw .form-wrapper .mbr-form .form-group,
  .cid-sg1B6We2Rw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg1B6We2Rw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg1B6We2Rw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg1B6We2Rw .mbr-text {
  text-align: center;
}
.cid-sg1B6We2Rw .pt-0 {
  padding-top: 0 !important;
}
.cid-sg1B6We2Rw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg1B6We2Rw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg1B6We2Rw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg1B6We2Rw .modal-open {
  overflow: hidden;
}
.cid-sg1B6We2Rw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg1B6We2Rw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg1B6We2Rw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg1B6We2Rw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sg1B6We2Rw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg1B6We2Rw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg1B6We2Rw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg1B6We2Rw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sg1B6We2Rw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg1B6We2Rw .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg1B6We2Rw .modal-backdrop.show {
  opacity: .5;
}
.cid-sg1B6We2Rw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sg1B6We2Rw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg1B6We2Rw .modal-header .close:hover {
  opacity: 1;
}
.cid-sg1B6We2Rw .modal-header .close:focus {
  outline: none;
}
.cid-sg1B6We2Rw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg1B6We2Rw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg1B6We2Rw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sg1B6We2Rw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg1B6We2Rw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg1B6We2Rw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg1B6We2Rw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg1B6We2Rw .modal-sm {
    max-width: 300px;
  }
  .cid-sg1B6We2Rw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg1B6We2Rw .modal-lg,
  .cid-sg1B6We2Rw .modal-xl {
    max-width: 800px;
  }
  .cid-sg1B6We2Rw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg1B6We2Rw .modal-xl {
    max-width: 1140px;
  }
  .cid-sg1B6We2Rw .container {
    max-width: 1140px;
  }
}
.cid-sg1B6We2Rw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg1B6We2Rw .container {
    max-width: 720px;
  }
}
.cid-sg1B6We2Rw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg1B6We2Rw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sg1B6We2Rw .form-group {
  margin-bottom: 1rem;
}
.cid-sg1B6We2Rw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg1B6We2Rw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg1B6We2Rw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-seDZA2PgpQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seDZA2PgpQ .card {
  align-self: stretch;
}
.cid-seDZA2PgpQ .card-box {
  height: 100%;
  background-color: #a53fe4;
  padding: 2rem;
  border-radius: 5px;
}
.cid-seDZA2PgpQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-seDZA2PgpQ p {
  color: #767676;
  text-align: left;
}
.cid-seDZA2PgpQ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-seDZA2PgpQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-seDZA2PgpQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .cid-seDZA2PgpQ .card-box {
    min-width: 900px;
  }
  .cid-seDZA2PgpQ .k2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: right;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .cid-seDZA2PgpQ .custom_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-seDZA2PgpQ .card-box {
    min-width: 350px;
  }
  .cid-seDZA2PgpQ .custom_05 {
    min-width: 200px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
  .cid-seDZA2PgpQ .custom_01 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.cid-sedGt9bctf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sedGt9bctf .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sedGt9bctf .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sedGt9bctf .panel-group {
  width: 100%;
}
.cid-sedGt9bctf .panel-text,
.cid-sedGt9bctf .mbr-section-subtitle {
  color: #767676;
}
.cid-sedGt9bctf .card {
  border-radius: 5px;
  margin-bottom: .5rem;
}
.cid-sedGt9bctf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sedGt9bctf .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sedGt9bctf .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sedGt9bctf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sedGt9bctf .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sedGt9bctf .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sedGt9bctf .card .panel-body {
  background: #ffffff;
}
.cid-sedGt9bctf .header-text,
.cid-sedGt9bctf .sign {
  color: #232323;
}
.cid-sedGt9bctf .mbr-section-title {
  text-align: left;
}
.cid-sedGt9bctf .panel-text {
  color: #232323;
}
.cid-sedGtaRhri {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sedGtaRhri .mbr-text,
.cid-sedGtaRhri blockquote {
  color: #767676;
}
.cid-sedGtaRhri .mbr-text {
  color: #232323;
}
.cid-sedGtaRhri .mbr-text P {
  text-align: left;
}
.cid-seWsv6iYX1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seWsv6iYX1 .card {
  align-self: stretch;
}
.cid-seWsv6iYX1 .card-box {
  max-height: 140px;
  background-color: #efefef;
  padding: 2rem;
  border-radius: 5px;
}
.cid-seWsv6iYX1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-seWsv6iYX1 p {
  color: #767676;
  text-align: left;
}
.cid-seWsv6iYX1 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-seWsv6iYX1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-seWsv6iYX1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-seWsv6iYX1 .card-title {
  text-align: center;
}
.cid-seWsv6iYX1 P {
  text-align: center;
  color: #232323;
}
.cid-sedGtdAfYZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sedGtdAfYZ .card {
  align-self: stretch;
}
.cid-sedGtdAfYZ .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
  border-radius: 5px;
}
.cid-sedGtdAfYZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sedGtdAfYZ p {
  color: #767676;
  text-align: left;
}
.cid-sedGtdAfYZ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sedGtdAfYZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sedGtdAfYZ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .cid-sedGtdAfYZ .card-box {
    min-width: 900px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .cid-sedGtdAfYZ .custom_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
  }
  .cid-sedGtdAfYZ .custom_05 {
    min-width: 200px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .cid-sedGtdAfYZ .custom_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
  }
  .cid-sedGtdAfYZ .custom_05 {
    min-width: 200px;
  }
}
.cid-sedGtdAfYZ .card-title {
  text-align: center;
}
.cid-sedGtgEOAU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sflgiYJHWF {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sflgiYJHWF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sflgiYJHWF .mbr-figure {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .cid-sflgiYJHWF .b11 {
    min-width: 300px;
  }
  .cid-sflgiYJHWF .c_1 {
    margin-left: 20px;
  }
  .cid-sflgiYJHWF .c_2 {
    margin-left: 25px;
  }
  .cid-sflgiYJHWF .c_3 {
    margin-left: 40px;
  }
  .cid-sflgiYJHWF .c_4 {
    padding-left: 25px;
  }
  .cid-sflgiYJHWF .c_5 {
    padding-left: 10px;
  }
  .cid-sflgiYJHWF .c_7 {
    margin-left: 80px;
  }
  .cid-sflgiYJHWF .c_8 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .cid-sflgiYJHWF .b11 {
    min-width: 350px;
  }
  .cid-sflgiYJHWF .c_h1 {
    margin-left: 0px;
  }
  .cid-sflgiYJHWF .c_4 {
    padding-left: 20px;
  }
  .cid-sflgiYJHWF .c_9 {
    margin-left: 27.9px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 736px) {
  .cid-sflgiYJHWF .b11 {
    min-width: 400px;
  }
  .cid-sflgiYJHWF .c_4 {
    padding-left: 20px;
  }
  .cid-sflgiYJHWF .c_9 {
    margin-left: 27.9px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
  .cid-sflgiYJHWF .b11 {
    min-width: 300px;
  }
  .cid-sflgiYJHWF .c_9 {
    margin-left: 27.9px;
  }
}
.cid-sflgiYJHWF .mbr-text,
.cid-sflgiYJHWF .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sflgiYJHWF .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sflgiYJHWF P {
  text-align: center;
}
.cid-sflgj0s2Ep .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sflgj0s2Ep .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sflgj0s2Ep a {
  font-style: normal;
}
.cid-sflgj0s2Ep .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sflgj0s2Ep .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sflgj0s2Ep .nav-item:focus,
.cid-sflgj0s2Ep .nav-link:focus {
  outline: none;
}
.cid-sflgj0s2Ep .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sflgj0s2Ep .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sflgj0s2Ep .menu-logo {
  margin-right: auto;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sflgj0s2Ep .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sflgj0s2Ep .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sflgj0s2Ep .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sflgj0s2Ep .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sflgj0s2Ep .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sflgj0s2Ep .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sflgj0s2Ep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sflgj0s2Ep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sflgj0s2Ep .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sflgj0s2Ep .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sflgj0s2Ep .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-sflgj0s2Ep .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sflgj0s2Ep .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sflgj0s2Ep .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sflgj0s2Ep .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sflgj0s2Ep .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sflgj0s2Ep .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sflgj0s2Ep button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sflgj0s2Ep button.navbar-toggler:focus {
  outline: none;
}
.cid-sflgj0s2Ep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sflgj0s2Ep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sflgj0s2Ep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sflgj0s2Ep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sflgj0s2Ep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sflgj0s2Ep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sflgj0s2Ep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sflgj0s2Ep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sflgj0s2Ep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sflgj0s2Ep .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sflgj0s2Ep .collapsed .btn {
  display: -webkit-flex;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse.collapsing,
.cid-sflgj0s2Ep .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sflgj0s2Ep .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sflgj0s2Ep .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sflgj0s2Ep .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sflgj0s2Ep .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sflgj0s2Ep .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sflgj0s2Ep .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sflgj0s2Ep .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sflgj0s2Ep .collapsed button.navbar-toggler {
  display: block;
}
.cid-sflgj0s2Ep .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sflgj0s2Ep .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sflgj0s2Ep .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sflgj0s2Ep .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sflgj0s2Ep .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sflgj0s2Ep .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: 1023px) {
  .cid-sflgj0s2Ep.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sflgj0s2Ep img {
    height: 3.8rem !important;
  }
  .cid-sflgj0s2Ep .btn {
    display: -webkit-flex;
  }
  .cid-sflgj0s2Ep button.navbar-toggler {
    display: block;
  }
  .cid-sflgj0s2Ep .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sflgj0s2Ep .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sflgj0s2Ep .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sflgj0s2Ep .navbar-collapse.collapsing,
  .cid-sflgj0s2Ep .navbar-collapse.show {
    display: block !important;
  }
  .cid-sflgj0s2Ep .navbar-collapse.collapsing .navbar-nav,
  .cid-sflgj0s2Ep .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sflgj0s2Ep .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sflgj0s2Ep .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sflgj0s2Ep .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sflgj0s2Ep .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sflgj0s2Ep .navbar-collapse.collapsing .navbar-buttons,
  .cid-sflgj0s2Ep .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sflgj0s2Ep .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sflgj0s2Ep .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sflgj0s2Ep .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sflgj0s2Ep .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sflgj0s2Ep .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sflgj0s2Ep .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-sflgj0s2Ep .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sflgj0s2Ep .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sflgj0s2Ep .nav-link:hover,
.cid-sflgj0s2Ep .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sflgj15CqD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sflgj15CqD .mbr-text,
.cid-sflgj15CqD blockquote {
  color: #767676;
}
.cid-sflgj15CqD .mbr-text {
  color: #232323;
}
.cid-sflgj15CqD .mbr-text P {
  text-align: left;
}
.cid-sflgj1z1Y0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sflgj1z1Y0 .card {
  align-self: stretch;
}
.cid-sflgj1z1Y0 .card-box {
  height: 100%;
  background-color: #a53fe4;
  padding: 2rem;
  border-radius: 5px;
}
.cid-sflgj1z1Y0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sflgj1z1Y0 p {
  color: #767676;
  text-align: left;
}
.cid-sflgj1z1Y0 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sflgj1z1Y0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sflgj1z1Y0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .cid-sflgj1z1Y0 .card-box {
    min-width: 900px;
  }
  .cid-sflgj1z1Y0 .k2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: right;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .cid-sflgj1z1Y0 .custom_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sflgj1z1Y0 .card-box {
    min-width: 350px;
  }
  .cid-sflgj1z1Y0 .custom_05 {
    min-width: 200px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
  .cid-sflgj1z1Y0 .custom_01 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.cid-sflgj2qmQR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sflgj2qmQR .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sflgj2qmQR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sflgj2qmQR .panel-group {
  width: 100%;
}
.cid-sflgj2qmQR .panel-text,
.cid-sflgj2qmQR .mbr-section-subtitle {
  color: #767676;
}
.cid-sflgj2qmQR .card {
  border-radius: 5px;
  margin-bottom: .5rem;
}
.cid-sflgj2qmQR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sflgj2qmQR .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sflgj2qmQR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sflgj2qmQR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sflgj2qmQR .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sflgj2qmQR .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sflgj2qmQR .card .panel-body {
  background: #ffffff;
}
.cid-sflgj2qmQR .header-text,
.cid-sflgj2qmQR .sign {
  color: #232323;
}
.cid-sflgj2qmQR .mbr-section-title {
  text-align: left;
}
.cid-sflgj2qmQR .panel-text {
  color: #232323;
}
.cid-sflgj46kDB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sflgj46kDB .mbr-text,
.cid-sflgj46kDB blockquote {
  color: #767676;
}
.cid-sflgj46kDB .mbr-text {
  color: #232323;
}
.cid-sflgj46kDB .mbr-text P {
  text-align: left;
}
.cid-sflgj552Ez {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sflgj552Ez .card {
  align-self: stretch;
}
.cid-sflgj552Ez .card-box {
  max-height: 140px;
  background-color: #efefef;
  padding: 2rem;
  border-radius: 5px;
}
.cid-sflgj552Ez h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sflgj552Ez p {
  color: #767676;
  text-align: left;
}
.cid-sflgj552Ez .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sflgj552Ez .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sflgj552Ez .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sflgj552Ez .card-title {
  text-align: center;
}
.cid-sflgj552Ez P {
  text-align: center;
  color: #232323;
}
.cid-sflgj62YnB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sflgj62YnB .card {
  align-self: stretch;
}
.cid-sflgj62YnB .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
  border-radius: 5px;
}
.cid-sflgj62YnB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sflgj62YnB p {
  color: #767676;
  text-align: left;
}
.cid-sflgj62YnB .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sflgj62YnB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sflgj62YnB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .cid-sflgj62YnB .card-box {
    min-width: 900px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .cid-sflgj62YnB .custom_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
  }
  .cid-sflgj62YnB .custom_05 {
    min-width: 200px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .cid-sflgj62YnB .custom_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
  }
  .cid-sflgj62YnB .custom_05 {
    min-width: 200px;
  }
}
.cid-sflgj62YnB .card-title {
  text-align: center;
}
.cid-sflgj7Q5oS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
