body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !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: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rymwuckbF6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rymwuckbF6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rymwuckbF6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwuckbF6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwuckbF6 .mbr-text,
.cid-rymwuckbF6 .mbr-section-btn {
  color: #767676;
}
.cid-sHOqz4zhbE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHOqz4zhbE .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sHOqz4zhbE .mbr-figure img {
  height: 350px;
  width: 350px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sHOqz4zhbE .mbr-text,
.cid-sHOqz4zhbE .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sHOqz4zhbE img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .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-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .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-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .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-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .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-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .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-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rymwtGlkdo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rymwtGlkdo .mbr-text {
    text-align: center;
  }
}
.cid-rymwtGlkdo .container-fluid {
  padding: 0;
}
.cid-rymwtGlkdo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rymwtGlkdo img {
  height: 100%;
  object-fit: cover;
}
.cid-rymwtGlkdo .mbr-figure {
  height: 100%;
}
.cid-rymwtGlkdo .col-lg-6 {
  padding: 0;
}
.cid-rymwtGlkdo .row {
  margin: 0;
}
.cid-rymwutdT8R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rymwutdT8R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rymwutdT8R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rymwutdT8R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rymwutdT8R .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rymwutdT8R .container {
  padding: 0;
}
.cid-rymwutdT8R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rymwutdT8R .icon-focus {
  display: none;
}
.cid-rymwutdT8R .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rymwutdT8R .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-rymwutdT8R .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rymwutdT8R li {
  position: relative;
}
.cid-rymwutdT8R li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rymwutdT8R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rymwutdT8R .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rymwutdT8R .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rymwutdT8R .btn {
  font-family: DM Sans !important;
}
.cid-rymwutdT8R .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rymwutdT8R .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rymwutdT8R .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rymwutdT8R li:not(:last-child):after {
    top: 9px;
  }
  .cid-rymwutdT8R .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sT2FfU3a28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT2FfU3a28 .mbr-text {
    text-align: center;
  }
}
.cid-sT2FfU3a28 .container-fluid {
  padding: 0;
}
.cid-sT2FfU3a28 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sT2FfU3a28 img {
  height: 100%;
  object-fit: cover;
}
.cid-sT2FfU3a28 .mbr-figure {
  height: 100%;
}
.cid-sT2FfU3a28 .col-lg-6 {
  padding: 0;
}
.cid-sT2FfU3a28 .row {
  margin: 0;
}
.cid-sT78OREnOe {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sT78OREnOe .mbr-text {
  color: #767676;
}
.cid-sT78OREnOe .card-subtitle {
  margin: 0;
}
.cid-sT78OREnOe .link {
  margin: 0;
}
.cid-sT78OREnOe .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sT78OREnOe .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sT78OREnOe img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sT78OREnOe .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sT78OREnOe .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sT78OREnOe .card-img:hover:before {
  opacity: 0.4;
}
.cid-sT78OREnOe .card-img:hover img {
  transform: scale(1.05);
}
.cid-sT78OREnOe .row {
  justify-content: center;
}
.cid-sT78OREnOe .card {
  margin-bottom: 4rem;
}
.cid-sT2DF6a4Xm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT2DF6a4Xm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sT2DF6a4Xm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT2DF6a4Xm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT2DF6a4Xm .mbr-text,
.cid-sT2DF6a4Xm .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sT2DF6a4Xm h3:before,
  .cid-sT2DF6a4Xm h3:after {
    display: none;
  }
}
.cid-sT2CoiBCVi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT2CoiBCVi .mbr-text {
  color: #767676;
}
.cid-sT2CoiBCVi .card-subtitle {
  margin: 0;
}
.cid-sT2CoiBCVi .link {
  margin: 0;
}
.cid-sT2CoiBCVi .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sT2CoiBCVi .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sT2CoiBCVi img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sT2CoiBCVi .card-img {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.cid-sT2CoiBCVi .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sT2CoiBCVi .card-img:hover:before {
  opacity: 0.4;
}
.cid-sT2CoiBCVi .card-img:hover img {
  transform: scale(1.05);
}
.cid-sT2CoiBCVi .row {
  justify-content: center;
}
.cid-sT2CoiBCVi .card {
  margin-bottom: 4rem;
}
.cid-rymwtkmLgB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dustin-footer.jpg");
}
.cid-rymwtkmLgB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rymwtkmLgB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtkmLgB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT2FWYL53L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT2FWYL53L .mbr-text {
    text-align: center;
  }
}
.cid-sT2FWYL53L .mbr-text,
.cid-sT2FWYL53L .mbr-section-btn {
  color: #767676;
}
.cid-sT2FBeJCyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sT2FBeJCyd .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT2FBeJCyd .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT2FBeJCyd .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT2FBeJCyd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sT2FBeJCyd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sT2FBeJCyd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sT2FBeJCyd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sT2FBeJCyd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sT2FBeJCyd .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sT2FBeJCyd .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sT2FBeJCyd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sT2FBeJCyd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sT2FBeJCyd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sT2FBeJCyd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sT9F99lYao {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9F99lYao h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sT9F99lYao h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9F99lYao h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9F99lYao .mbr-text,
.cid-sT9F99lYao .mbr-section-btn {
  color: #767676;
}
.cid-sT9F9alc9M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9F9alc9M .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sT9F9alc9M .mbr-figure img {
  height: 350px;
  width: 350px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sT9F9alc9M .mbr-text,
.cid-sT9F9alc9M .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sT9F9alc9M img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-sT9F9aZmd3 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sT9F9aZmd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sT9F9aZmd3 a {
  font-style: normal;
}
.cid-sT9F9aZmd3 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sT9F9aZmd3 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sT9F9aZmd3 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sT9F9aZmd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sT9F9aZmd3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sT9F9aZmd3 .nav-item:focus,
.cid-sT9F9aZmd3 .nav-link:focus {
  outline: none;
}
.cid-sT9F9aZmd3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sT9F9aZmd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sT9F9aZmd3 .menu-logo {
  margin-right: auto;
}
.cid-sT9F9aZmd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9F9aZmd3 .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-sT9F9aZmd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sT9F9aZmd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT9F9aZmd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT9F9aZmd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT9F9aZmd3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sT9F9aZmd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sT9F9aZmd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT9F9aZmd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9F9aZmd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT9F9aZmd3 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sT9F9aZmd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sT9F9aZmd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT9F9aZmd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT9F9aZmd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT9F9aZmd3 .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-sT9F9aZmd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sT9F9aZmd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sT9F9aZmd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sT9F9aZmd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT9F9aZmd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT9F9aZmd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT9F9aZmd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sT9F9aZmd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-sT9F9aZmd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT9F9aZmd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT9F9aZmd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9F9aZmd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9F9aZmd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT9F9aZmd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9F9aZmd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT9F9aZmd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT9F9aZmd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9F9aZmd3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9F9aZmd3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sT9F9aZmd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.collapsing,
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT9F9aZmd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sT9F9aZmd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT9F9aZmd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sT9F9aZmd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9F9aZmd3 .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-sT9F9aZmd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT9F9aZmd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT9F9aZmd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sT9F9aZmd3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9F9aZmd3 img {
    height: 3.8rem !important;
  }
  .cid-sT9F9aZmd3 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sT9F9aZmd3 .menu-wrap {
    flex-direction: column;
  }
  .cid-sT9F9aZmd3 .btn {
    display: -webkit-flex;
  }
  .cid-sT9F9aZmd3 button.navbar-toggler {
    display: block;
  }
  .cid-sT9F9aZmd3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sT9F9aZmd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9F9aZmd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sT9F9aZmd3 .navbar-collapse.collapsing,
  .cid-sT9F9aZmd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT9F9aZmd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-sT9F9aZmd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT9F9aZmd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT9F9aZmd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT9F9aZmd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT9F9aZmd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sT9F9aZmd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT9F9aZmd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT9F9aZmd3 .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-sT9F9aZmd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT9F9aZmd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT9F9aZmd3 .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-sT9F9aZmd3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sT9F9aZmd3 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sT9F9aZmd3 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sT9F9aZmd3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sT9F9aZmd3 .nav-link:hover,
.cid-sT9F9aZmd3 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sTenNHl4vP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTenNHl4vP .mbr-text {
    text-align: center;
  }
}
.cid-sTenNHl4vP .mbr-text,
.cid-sTenNHl4vP .mbr-section-btn {
  color: #767676;
}
.cid-sT9F9cfEp6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sT9F9cfEp6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sT9F9cfEp6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT9F9cfEp6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sT9F9cfEp6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sT9F9cfEp6 .container {
  padding: 0;
}
.cid-sT9F9cfEp6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sT9F9cfEp6 .icon-focus {
  display: none;
}
.cid-sT9F9cfEp6 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sT9F9cfEp6 .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sT9F9cfEp6 .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sT9F9cfEp6 li {
  position: relative;
}
.cid-sT9F9cfEp6 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sT9F9cfEp6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sT9F9cfEp6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sT9F9cfEp6 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sT9F9cfEp6 .btn {
  font-family: DM Sans !important;
}
.cid-sT9F9cfEp6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sT9F9cfEp6 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sT9F9cfEp6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sT9F9cfEp6 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sT9F9cfEp6 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sTepKubGBR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTepKubGBR .mbr-text {
    text-align: center;
  }
}
.cid-sTepKubGBR .mbr-text,
.cid-sTepKubGBR .mbr-section-btn {
  color: #767676;
}
.cid-sTeqhFo5U5 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTeqhFo5U5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sTeqhFo5U5 p {
  color: #767676;
}
.cid-sTeqhFo5U5 .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-sTeqhFo5U5 .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-sTeqhFo5U5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sTeqhFo5U5 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sTeqhFo5U5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sTeqhFo5U5 .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-sTeraWO6RM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTeraWO6RM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTeraWO6RM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTeraWO6RM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTeraWO6RM .mbr-gallery-item {
  width: 33.3%;
}
.cid-sTeraWO6RM .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sTeraWO6RM .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sTeraWO6RM .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sTeraWO6RM .mbr-gallery-row {
  justify-content: center;
}
.cid-sTeraWO6RM .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sTeraWO6RM .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sTeraWO6RM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTeraWO6RM .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sTeraWO6RM .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sTeraWO6RM .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sTeraWO6RM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTeraWO6RM .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sTeraWO6RM img {
  transition: all 2s !important;
}
.cid-sTeraWO6RM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTeraWO6RM .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sTeraWO6RM .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sTeubH4K8G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTeubH4K8G .mbr-text {
    text-align: center;
  }
}
.cid-sTeubH4K8G .mbr-text,
.cid-sTeubH4K8G .mbr-section-btn {
  color: #767676;
}
.cid-sTeuw6RSOB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTeuw6RSOB h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sTeuw6RSOB p {
  color: #767676;
}
.cid-sTeuw6RSOB .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-sTeuw6RSOB .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-sTeuw6RSOB .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sTeuw6RSOB .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sTeuw6RSOB .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sTeuw6RSOB .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-sTex9QmiDr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTex9QmiDr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTex9QmiDr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTex9QmiDr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTex9QmiDr .mbr-gallery-item {
  width: 33.3%;
}
.cid-sTex9QmiDr .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sTex9QmiDr .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sTex9QmiDr .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sTex9QmiDr .mbr-gallery-row {
  justify-content: center;
}
.cid-sTex9QmiDr .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sTex9QmiDr .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sTex9QmiDr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTex9QmiDr .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sTex9QmiDr .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sTex9QmiDr .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sTex9QmiDr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTex9QmiDr .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sTex9QmiDr img {
  transition: all 2s !important;
}
.cid-sTex9QmiDr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTex9QmiDr .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sTex9QmiDr .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sTeC5M3kbx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTeC5M3kbx .mbr-text {
    text-align: center;
  }
}
.cid-sTeC5M3kbx .mbr-text,
.cid-sTeC5M3kbx .mbr-section-btn {
  color: #767676;
}
.cid-sTeCJWRFus {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTeCJWRFus h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sTeCJWRFus p {
  color: #767676;
}
.cid-sTeCJWRFus .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-sTeCJWRFus .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-sTeCJWRFus .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sTeCJWRFus .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sTeCJWRFus .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sTeCJWRFus .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-sTeDQZ6R89 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTeDQZ6R89 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTeDQZ6R89 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTeDQZ6R89 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTeDQZ6R89 .mbr-gallery-item {
  width: 33.3%;
}
.cid-sTeDQZ6R89 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sTeDQZ6R89 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sTeDQZ6R89 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sTeDQZ6R89 .mbr-gallery-row {
  justify-content: center;
}
.cid-sTeDQZ6R89 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sTeDQZ6R89 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sTeDQZ6R89 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTeDQZ6R89 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sTeDQZ6R89 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sTeDQZ6R89 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sTeDQZ6R89 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTeDQZ6R89 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sTeDQZ6R89 img {
  transition: all 2s !important;
}
.cid-sTeDQZ6R89 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTeDQZ6R89 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sTeDQZ6R89 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sTeGtGbTG9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTeGtGbTG9 .mbr-text {
    text-align: center;
  }
}
.cid-sTeGtGbTG9 .mbr-text,
.cid-sTeGtGbTG9 .mbr-section-btn {
  color: #767676;
}
.cid-sT9F9df9ca {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT9F9df9ca .mbr-text {
    text-align: center;
  }
}
.cid-sT9F9df9ca .container-fluid {
  padding: 0;
}
.cid-sT9F9df9ca .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sT9F9df9ca img {
  height: 100%;
  object-fit: cover;
}
.cid-sT9F9df9ca .mbr-figure {
  height: 100%;
}
.cid-sT9F9df9ca .col-lg-6 {
  padding: 0;
}
.cid-sT9F9df9ca .row {
  margin: 0;
}
.cid-sT9F9eUROd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sT9F9eUROd .mbr-text {
  color: #767676;
}
.cid-sT9F9eUROd .card-subtitle {
  margin: 0;
}
.cid-sT9F9eUROd .link {
  margin: 0;
}
.cid-sT9F9eUROd .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sT9F9eUROd .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sT9F9eUROd img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sT9F9eUROd .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sT9F9eUROd .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sT9F9eUROd .card-img:hover:before {
  opacity: 0.4;
}
.cid-sT9F9eUROd .card-img:hover img {
  transform: scale(1.05);
}
.cid-sT9F9eUROd .row {
  justify-content: center;
}
.cid-sT9F9eUROd .card {
  margin-bottom: 4rem;
}
.cid-sT9F9hrh0X {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dustin-footer.jpg");
}
.cid-sT9F9hrh0X h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sT9F9hrh0X h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9F9hrh0X h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9F9hSFxe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT9F9hSFxe .mbr-text {
    text-align: center;
  }
}
.cid-sT9F9hSFxe .mbr-text,
.cid-sT9F9hSFxe .mbr-section-btn {
  color: #767676;
}
.cid-sT9F9iqjI5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sT9F9iqjI5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9F9iqjI5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9F9iqjI5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9F9iqjI5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sT9F9iqjI5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sT9F9iqjI5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sT9F9iqjI5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sT9F9iqjI5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sT9F9iqjI5 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sT9F9iqjI5 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sT9F9iqjI5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sT9F9iqjI5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sT9F9iqjI5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sT9F9iqjI5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sT9FcvXfqY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9FcvXfqY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sT9FcvXfqY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9FcvXfqY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9FcvXfqY .mbr-text,
.cid-sT9FcvXfqY .mbr-section-btn {
  color: #767676;
}
.cid-sT9FcwZErv .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sT9FcwZErv .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sT9FcwZErv a {
  font-style: normal;
}
.cid-sT9FcwZErv .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sT9FcwZErv .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sT9FcwZErv .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sT9FcwZErv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sT9FcwZErv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sT9FcwZErv .nav-item:focus,
.cid-sT9FcwZErv .nav-link:focus {
  outline: none;
}
.cid-sT9FcwZErv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sT9FcwZErv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sT9FcwZErv .menu-logo {
  margin-right: auto;
}
.cid-sT9FcwZErv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9FcwZErv .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-sT9FcwZErv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sT9FcwZErv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT9FcwZErv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT9FcwZErv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT9FcwZErv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sT9FcwZErv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sT9FcwZErv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT9FcwZErv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9FcwZErv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT9FcwZErv .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sT9FcwZErv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sT9FcwZErv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT9FcwZErv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT9FcwZErv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT9FcwZErv .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-sT9FcwZErv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sT9FcwZErv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sT9FcwZErv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sT9FcwZErv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT9FcwZErv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT9FcwZErv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT9FcwZErv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sT9FcwZErv button.navbar-toggler:focus {
  outline: none;
}
.cid-sT9FcwZErv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT9FcwZErv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT9FcwZErv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9FcwZErv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9FcwZErv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT9FcwZErv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9FcwZErv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT9FcwZErv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT9FcwZErv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9FcwZErv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9FcwZErv .collapsed .btn {
  display: -webkit-flex;
}
.cid-sT9FcwZErv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT9FcwZErv .collapsed .navbar-collapse.collapsing,
.cid-sT9FcwZErv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT9FcwZErv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT9FcwZErv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT9FcwZErv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT9FcwZErv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT9FcwZErv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT9FcwZErv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sT9FcwZErv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT9FcwZErv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sT9FcwZErv .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT9FcwZErv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sT9FcwZErv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9FcwZErv .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-sT9FcwZErv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT9FcwZErv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT9FcwZErv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sT9FcwZErv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9FcwZErv img {
    height: 3.8rem !important;
  }
  .cid-sT9FcwZErv .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sT9FcwZErv .menu-wrap {
    flex-direction: column;
  }
  .cid-sT9FcwZErv .btn {
    display: -webkit-flex;
  }
  .cid-sT9FcwZErv button.navbar-toggler {
    display: block;
  }
  .cid-sT9FcwZErv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sT9FcwZErv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9FcwZErv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sT9FcwZErv .navbar-collapse.collapsing,
  .cid-sT9FcwZErv .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT9FcwZErv .navbar-collapse.collapsing .navbar-nav,
  .cid-sT9FcwZErv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT9FcwZErv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT9FcwZErv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT9FcwZErv .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT9FcwZErv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sT9FcwZErv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT9FcwZErv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT9FcwZErv .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-sT9FcwZErv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT9FcwZErv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT9FcwZErv .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-sT9FcwZErv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sT9FcwZErv .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sT9FcwZErv .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sT9FcwZErv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sT9FcwZErv .nav-link:hover,
.cid-sT9FcwZErv .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sTcbXeRotX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTcbXeRotX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTcbXeRotX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTcbXeRotX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTcbXeRotX .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sTcbXeRotX .container {
  padding: 0;
}
.cid-sTcbXeRotX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTcbXeRotX .icon-focus {
  display: none;
}
.cid-sTcbXeRotX .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sTcbXeRotX .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-sTcbXeRotX li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sTcbXeRotX li {
  position: relative;
}
.cid-sTcbXeRotX .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sTcbXeRotX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTcbXeRotX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTcbXeRotX .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sTcbXeRotX .btn {
  font-family: DM Sans !important;
}
.cid-sTcbXeRotX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sTcbXeRotX .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sTcbXeRotX .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sTcbXeRotX li:not(:last-child):after {
    top: 9px;
  }
  .cid-sTcbXeRotX .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-sTcCmJhIqv {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-sTcCmJhIqv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sTcCmJhIqv h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sTcCmJhIqv h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTcCmJhIqv h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTcCmJhIqv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sTcCmJhIqv .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sTcCmJhIqv .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sTcCmJhIqv .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sTcCmJhIqv .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sTcCmJhIqv .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sTcCmJhIqv .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sTcCmJhIqv .mbr-section-title,
.cid-sTcCmJhIqv .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sTcCmJhIqv h2:before,
  .cid-sTcCmJhIqv h2:after {
    display: none;
  }
}
.cid-sT9FcxVt3M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sT9FcxVt3M .mbr-text {
    text-align: center;
  }
}
.cid-sT9FcxVt3M .container-fluid {
  padding: 0;
}
.cid-sT9FcxVt3M .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sT9FcxVt3M img {
  height: 100%;
  object-fit: cover;
}
.cid-sT9FcxVt3M .mbr-figure {
  height: 100%;
}
.cid-sT9FcxVt3M .col-lg-6 {
  padding: 0;
}
.cid-sT9FcxVt3M .row {
  margin: 0;
}
.cid-sT9FcCoBpe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sT9FcCoBpe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9FcCoBpe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9FcCoBpe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9FcCoBpe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sT9FcCoBpe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sT9FcCoBpe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sT9FcCoBpe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sT9FcCoBpe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sT9FcCoBpe .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sT9FcCoBpe .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sT9FcCoBpe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sT9FcCoBpe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sT9FcCoBpe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sT9FcCoBpe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sT9KfmiWMK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9KfmiWMK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sT9KfmiWMK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9KfmiWMK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9KfmiWMK .mbr-text,
.cid-sT9KfmiWMK .mbr-section-btn {
  color: #767676;
}
.cid-sT9M7vdpxD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sT9M7vdpxD h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sT9M7vdpxD p {
  color: #767676;
}
.cid-sT9M7vdpxD .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-sT9M7vdpxD .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-sT9M7vdpxD .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sT9M7vdpxD .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sT9M7vdpxD .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sT9M7vdpxD .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-sT9MvIjWAu {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-sT9MvIjWAu .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sT9MvIjWAu h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sT9MvIjWAu h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9MvIjWAu h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9MvIjWAu .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sT9MvIjWAu .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sT9MvIjWAu .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sT9MvIjWAu .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sT9MvIjWAu .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sT9MvIjWAu .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sT9MvIjWAu .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sT9MvIjWAu .mbr-section-title,
.cid-sT9MvIjWAu .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sT9MvIjWAu h2:before,
  .cid-sT9MvIjWAu h2:after {
    display: none;
  }
}
.cid-sT9Mx0pSdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sT9Mx0pSdp .twitter-wrapper,
.cid-sT9Mx0pSdp iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-sT9Mx0pSdp a.twitter-timeline {
  display: none;
}
.cid-sT9KfnDXlj .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sT9KfnDXlj .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sT9KfnDXlj a {
  font-style: normal;
}
.cid-sT9KfnDXlj .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sT9KfnDXlj .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sT9KfnDXlj .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sT9KfnDXlj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sT9KfnDXlj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sT9KfnDXlj .nav-item:focus,
.cid-sT9KfnDXlj .nav-link:focus {
  outline: none;
}
.cid-sT9KfnDXlj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sT9KfnDXlj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sT9KfnDXlj .menu-logo {
  margin-right: auto;
}
.cid-sT9KfnDXlj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9KfnDXlj .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-sT9KfnDXlj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sT9KfnDXlj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT9KfnDXlj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT9KfnDXlj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT9KfnDXlj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sT9KfnDXlj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sT9KfnDXlj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT9KfnDXlj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9KfnDXlj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT9KfnDXlj .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sT9KfnDXlj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sT9KfnDXlj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT9KfnDXlj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT9KfnDXlj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT9KfnDXlj .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-sT9KfnDXlj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sT9KfnDXlj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sT9KfnDXlj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sT9KfnDXlj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT9KfnDXlj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT9KfnDXlj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT9KfnDXlj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sT9KfnDXlj button.navbar-toggler:focus {
  outline: none;
}
.cid-sT9KfnDXlj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT9KfnDXlj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT9KfnDXlj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9KfnDXlj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9KfnDXlj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT9KfnDXlj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9KfnDXlj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT9KfnDXlj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT9KfnDXlj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9KfnDXlj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9KfnDXlj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sT9KfnDXlj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT9KfnDXlj .collapsed .navbar-collapse.collapsing,
.cid-sT9KfnDXlj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT9KfnDXlj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT9KfnDXlj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT9KfnDXlj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT9KfnDXlj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT9KfnDXlj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT9KfnDXlj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sT9KfnDXlj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT9KfnDXlj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sT9KfnDXlj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT9KfnDXlj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sT9KfnDXlj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9KfnDXlj .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-sT9KfnDXlj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT9KfnDXlj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT9KfnDXlj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sT9KfnDXlj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9KfnDXlj img {
    height: 3.8rem !important;
  }
  .cid-sT9KfnDXlj .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sT9KfnDXlj .menu-wrap {
    flex-direction: column;
  }
  .cid-sT9KfnDXlj .btn {
    display: -webkit-flex;
  }
  .cid-sT9KfnDXlj button.navbar-toggler {
    display: block;
  }
  .cid-sT9KfnDXlj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sT9KfnDXlj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9KfnDXlj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sT9KfnDXlj .navbar-collapse.collapsing,
  .cid-sT9KfnDXlj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT9KfnDXlj .navbar-collapse.collapsing .navbar-nav,
  .cid-sT9KfnDXlj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT9KfnDXlj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT9KfnDXlj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT9KfnDXlj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT9KfnDXlj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sT9KfnDXlj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT9KfnDXlj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT9KfnDXlj .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-sT9KfnDXlj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT9KfnDXlj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT9KfnDXlj .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-sT9KfnDXlj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sT9KfnDXlj .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sT9KfnDXlj .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sT9KfnDXlj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sT9KfnDXlj .nav-link:hover,
.cid-sT9KfnDXlj .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sT9KfosUtZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sT9KfosUtZ .mbr-text {
    text-align: center;
  }
}
.cid-sT9KfosUtZ .container-fluid {
  padding: 0;
}
.cid-sT9KfosUtZ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sT9KfosUtZ img {
  height: 100%;
  object-fit: cover;
}
.cid-sT9KfosUtZ .mbr-figure {
  height: 100%;
}
.cid-sT9KfosUtZ .col-lg-6 {
  padding: 0;
}
.cid-sT9KfosUtZ .row {
  margin: 0;
}
.cid-sT9KfsCBjX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sT9KfsCBjX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9KfsCBjX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9KfsCBjX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9KfsCBjX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sT9KfsCBjX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sT9KfsCBjX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sT9KfsCBjX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sT9KfsCBjX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sT9KfsCBjX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sT9KfsCBjX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sT9KfsCBjX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sT9KfsCBjX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sT9KfsCBjX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sT9KfsCBjX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sT9FezBXoj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9FezBXoj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sT9FezBXoj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9FezBXoj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9FezBXoj .mbr-text,
.cid-sT9FezBXoj .mbr-section-btn {
  color: #767676;
}
.cid-sT9P9xhbCi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT9P9xhbCi .mbr-text {
    text-align: center;
  }
}
.cid-sT9P9xhbCi .mbr-text,
.cid-sT9P9xhbCi .mbr-section-btn {
  color: #767676;
}
.cid-sT9FeAzrow .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sT9FeAzrow .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sT9FeAzrow a {
  font-style: normal;
}
.cid-sT9FeAzrow .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sT9FeAzrow .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sT9FeAzrow .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sT9FeAzrow .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sT9FeAzrow .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sT9FeAzrow .nav-item:focus,
.cid-sT9FeAzrow .nav-link:focus {
  outline: none;
}
.cid-sT9FeAzrow .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sT9FeAzrow .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sT9FeAzrow .menu-logo {
  margin-right: auto;
}
.cid-sT9FeAzrow .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9FeAzrow .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-sT9FeAzrow .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sT9FeAzrow .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT9FeAzrow .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT9FeAzrow .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT9FeAzrow .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sT9FeAzrow .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sT9FeAzrow .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT9FeAzrow .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9FeAzrow .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT9FeAzrow .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sT9FeAzrow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sT9FeAzrow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT9FeAzrow .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT9FeAzrow .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT9FeAzrow .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-sT9FeAzrow .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sT9FeAzrow .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sT9FeAzrow .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sT9FeAzrow .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT9FeAzrow .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT9FeAzrow .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT9FeAzrow button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sT9FeAzrow button.navbar-toggler:focus {
  outline: none;
}
.cid-sT9FeAzrow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT9FeAzrow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT9FeAzrow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9FeAzrow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9FeAzrow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT9FeAzrow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9FeAzrow nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT9FeAzrow nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT9FeAzrow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9FeAzrow .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9FeAzrow .collapsed .btn {
  display: -webkit-flex;
}
.cid-sT9FeAzrow .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT9FeAzrow .collapsed .navbar-collapse.collapsing,
.cid-sT9FeAzrow .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT9FeAzrow .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT9FeAzrow .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT9FeAzrow .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT9FeAzrow .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT9FeAzrow .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT9FeAzrow .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sT9FeAzrow .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT9FeAzrow .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sT9FeAzrow .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT9FeAzrow .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sT9FeAzrow .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9FeAzrow .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-sT9FeAzrow .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT9FeAzrow .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT9FeAzrow .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sT9FeAzrow.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9FeAzrow img {
    height: 3.8rem !important;
  }
  .cid-sT9FeAzrow .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sT9FeAzrow .menu-wrap {
    flex-direction: column;
  }
  .cid-sT9FeAzrow .btn {
    display: -webkit-flex;
  }
  .cid-sT9FeAzrow button.navbar-toggler {
    display: block;
  }
  .cid-sT9FeAzrow .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sT9FeAzrow .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9FeAzrow .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sT9FeAzrow .navbar-collapse.collapsing,
  .cid-sT9FeAzrow .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT9FeAzrow .navbar-collapse.collapsing .navbar-nav,
  .cid-sT9FeAzrow .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT9FeAzrow .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT9FeAzrow .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT9FeAzrow .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT9FeAzrow .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sT9FeAzrow .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT9FeAzrow .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT9FeAzrow .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-sT9FeAzrow .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT9FeAzrow .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT9FeAzrow .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-sT9FeAzrow .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sT9FeAzrow .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sT9FeAzrow .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sT9FeAzrow .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sT9FeAzrow .nav-link:hover,
.cid-sT9FeAzrow .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sT9PN1NpXs {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-sT9PN1NpXs .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sT9PN1NpXs h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sT9PN1NpXs h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9PN1NpXs h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9PN1NpXs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sT9PN1NpXs .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sT9PN1NpXs .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sT9PN1NpXs .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sT9PN1NpXs .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sT9PN1NpXs .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sT9PN1NpXs .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sT9PN1NpXs .mbr-section-title,
.cid-sT9PN1NpXs .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sT9PN1NpXs h2:before,
  .cid-sT9PN1NpXs h2:after {
    display: none;
  }
}
.cid-sT9FeFdXJs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sT9FeFdXJs .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9FeFdXJs .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9FeFdXJs .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9FeFdXJs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sT9FeFdXJs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sT9FeFdXJs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sT9FeFdXJs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sT9FeFdXJs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sT9FeFdXJs .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sT9FeFdXJs .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sT9FeFdXJs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sT9FeFdXJs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sT9FeFdXJs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sT9FeFdXJs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sT9FiYYK1M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9FiYYK1M h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sT9FiYYK1M h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9FiYYK1M h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sT9FiYYK1M .mbr-text,
.cid-sT9FiYYK1M .mbr-section-btn {
  color: #767676;
}
.cid-sTelG8zhcb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTelG8zhcb .mbr-text {
    text-align: center;
  }
}
.cid-sTelG8zhcb .mbr-text,
.cid-sTelG8zhcb .mbr-section-btn {
  color: #767676;
}
.cid-sTel2SogKv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sTel2SogKv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTel2SogKv .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-sTel2SogKv .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-sTel2SogKv textarea {
  min-height: 150px;
}
.cid-sTel2SogKv .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sTel2SogKv .form-control,
.cid-sTel2SogKv .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sTel2SogKv .form-control:hover,
.cid-sTel2SogKv .field-input:hover,
.cid-sTel2SogKv .form-control:focus,
.cid-sTel2SogKv .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-sTel2SogKv .form-control:hover input::-webkit-input-placeholder,
.cid-sTel2SogKv .field-input:hover input::-webkit-input-placeholder,
.cid-sTel2SogKv .form-control:focus input::-webkit-input-placeholder,
.cid-sTel2SogKv .field-input:focus input::-webkit-input-placeholder,
.cid-sTel2SogKv .form-control:hover textarea::-webkit-input-placeholder,
.cid-sTel2SogKv .field-input:hover textarea::-webkit-input-placeholder,
.cid-sTel2SogKv .form-control:focus textarea::-webkit-input-placeholder,
.cid-sTel2SogKv .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-sTel2SogKv .form-control:hover input:-moz-placeholder,
.cid-sTel2SogKv .field-input:hover input:-moz-placeholder,
.cid-sTel2SogKv .form-control:focus input:-moz-placeholder,
.cid-sTel2SogKv .field-input:focus input:-moz-placeholder,
.cid-sTel2SogKv .form-control:hover textarea:-moz-placeholder,
.cid-sTel2SogKv .field-input:hover textarea:-moz-placeholder,
.cid-sTel2SogKv .form-control:focus textarea:-moz-placeholder,
.cid-sTel2SogKv .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-sTel2SogKv input::-webkit-input-placeholder,
.cid-sTel2SogKv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sTel2SogKv input:-moz-placeholder,
.cid-sTel2SogKv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sTel2SogKv .jq-number__spin:hover,
.cid-sTel2SogKv .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sTel2SogKv .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTel2SogKv .jq-selectbox li,
.cid-sTel2SogKv .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sTel2SogKv .jq-selectbox li:hover,
.cid-sTel2SogKv .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sTel2SogKv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sTel2SogKv .jq-number__spin.minus:hover:after,
.cid-sTel2SogKv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-sTel2SogKv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sTel2SogKv .jq-number__spin.minus:after,
.cid-sTel2SogKv .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-sTel2SogKv input::-webkit-clear-button {
  display: none;
}
.cid-sTel2SogKv input::-webkit-inner-spin-button {
  display: none;
}
.cid-sTel2SogKv input::-webkit-outer-spin-button {
  display: none;
}
.cid-sTel2SogKv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sT9FiZDO4t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sT9FiZDO4t .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sT9FiZDO4t .mbr-figure img {
  height: 350px;
  width: 350px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sT9FiZDO4t .mbr-text,
.cid-sT9FiZDO4t .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sT9FiZDO4t img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-sT9Fj03r3U .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sT9Fj03r3U .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sT9Fj03r3U a {
  font-style: normal;
}
.cid-sT9Fj03r3U .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sT9Fj03r3U .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sT9Fj03r3U .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sT9Fj03r3U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sT9Fj03r3U .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sT9Fj03r3U .nav-item:focus,
.cid-sT9Fj03r3U .nav-link:focus {
  outline: none;
}
.cid-sT9Fj03r3U .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sT9Fj03r3U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sT9Fj03r3U .menu-logo {
  margin-right: auto;
}
.cid-sT9Fj03r3U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9Fj03r3U .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-sT9Fj03r3U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sT9Fj03r3U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT9Fj03r3U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT9Fj03r3U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT9Fj03r3U .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sT9Fj03r3U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sT9Fj03r3U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT9Fj03r3U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9Fj03r3U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT9Fj03r3U .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sT9Fj03r3U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sT9Fj03r3U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT9Fj03r3U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT9Fj03r3U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT9Fj03r3U .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-sT9Fj03r3U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sT9Fj03r3U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sT9Fj03r3U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sT9Fj03r3U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT9Fj03r3U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT9Fj03r3U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT9Fj03r3U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sT9Fj03r3U button.navbar-toggler:focus {
  outline: none;
}
.cid-sT9Fj03r3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT9Fj03r3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT9Fj03r3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9Fj03r3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT9Fj03r3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT9Fj03r3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9Fj03r3U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT9Fj03r3U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT9Fj03r3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT9Fj03r3U .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9Fj03r3U .collapsed .btn {
  display: -webkit-flex;
}
.cid-sT9Fj03r3U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT9Fj03r3U .collapsed .navbar-collapse.collapsing,
.cid-sT9Fj03r3U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT9Fj03r3U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT9Fj03r3U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT9Fj03r3U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT9Fj03r3U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT9Fj03r3U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT9Fj03r3U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sT9Fj03r3U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT9Fj03r3U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sT9Fj03r3U .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT9Fj03r3U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sT9Fj03r3U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sT9Fj03r3U .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-sT9Fj03r3U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT9Fj03r3U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT9Fj03r3U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sT9Fj03r3U.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9Fj03r3U img {
    height: 3.8rem !important;
  }
  .cid-sT9Fj03r3U .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sT9Fj03r3U .menu-wrap {
    flex-direction: column;
  }
  .cid-sT9Fj03r3U .btn {
    display: -webkit-flex;
  }
  .cid-sT9Fj03r3U button.navbar-toggler {
    display: block;
  }
  .cid-sT9Fj03r3U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sT9Fj03r3U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sT9Fj03r3U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sT9Fj03r3U .navbar-collapse.collapsing,
  .cid-sT9Fj03r3U .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT9Fj03r3U .navbar-collapse.collapsing .navbar-nav,
  .cid-sT9Fj03r3U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT9Fj03r3U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT9Fj03r3U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT9Fj03r3U .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT9Fj03r3U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sT9Fj03r3U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT9Fj03r3U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT9Fj03r3U .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-sT9Fj03r3U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT9Fj03r3U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT9Fj03r3U .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-sT9Fj03r3U .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sT9Fj03r3U .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sT9Fj03r3U .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sT9Fj03r3U .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sT9Fj03r3U .nav-link:hover,
.cid-sT9Fj03r3U .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sT9Fj0G4O5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sT9Fj0G4O5 .mbr-text {
    text-align: center;
  }
}
.cid-sT9Fj0G4O5 .container-fluid {
  padding: 0;
}
.cid-sT9Fj0G4O5 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sT9Fj0G4O5 img {
  height: 100%;
  object-fit: cover;
}
.cid-sT9Fj0G4O5 .mbr-figure {
  height: 100%;
}
.cid-sT9Fj0G4O5 .col-lg-6 {
  padding: 0;
}
.cid-sT9Fj0G4O5 .row {
  margin: 0;
}
.cid-sT9Fj4DYbi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sT9Fj4DYbi .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9Fj4DYbi .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT9Fj4DYbi .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT9Fj4DYbi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sT9Fj4DYbi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sT9Fj4DYbi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sT9Fj4DYbi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sT9Fj4DYbi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sT9Fj4DYbi .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sT9Fj4DYbi .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sT9Fj4DYbi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sT9Fj4DYbi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sT9Fj4DYbi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sT9Fj4DYbi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sTeI2FX79A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTeI2FX79A h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sTeI2FX79A h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTeI2FX79A h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTeI2FX79A .mbr-text,
.cid-sTeI2FX79A .mbr-section-btn {
  color: #767676;
}
.cid-sTeI2KsuTu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTeI2KsuTu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sTeI2KsuTu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTeI2KsuTu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTeI2KsuTu .mbr-text,
.cid-sTeI2KsuTu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sTeI2KsuTu h3:before,
  .cid-sTeI2KsuTu h3:after {
    display: none;
  }
}
.cid-sThVzQy7kQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sThVzQy7kQ .mbr-text {
    text-align: center;
  }
}
.cid-sThVzQy7kQ .mbr-text,
.cid-sThVzQy7kQ .mbr-section-btn {
  color: #767676;
}
.cid-sTeI2KUT4P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTeI2KUT4P .mbr-text {
  color: #767676;
}
.cid-sTeI2KUT4P .card-subtitle {
  margin: 0;
}
.cid-sTeI2KUT4P .link {
  margin: 0;
}
.cid-sTeI2KUT4P .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sTeI2KUT4P .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sTeI2KUT4P img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sTeI2KUT4P .card-img {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.cid-sTeI2KUT4P .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sTeI2KUT4P .card-img:hover:before {
  opacity: 0.4;
}
.cid-sTeI2KUT4P .card-img:hover img {
  transform: scale(1.05);
}
.cid-sTeI2KUT4P .row {
  justify-content: center;
}
.cid-sTeI2KUT4P .card {
  margin-bottom: 4rem;
}
.cid-sTeI2HbCie .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sTeI2HbCie .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sTeI2HbCie a {
  font-style: normal;
}
.cid-sTeI2HbCie .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sTeI2HbCie .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sTeI2HbCie .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sTeI2HbCie .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sTeI2HbCie .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sTeI2HbCie .nav-item:focus,
.cid-sTeI2HbCie .nav-link:focus {
  outline: none;
}
.cid-sTeI2HbCie .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sTeI2HbCie .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sTeI2HbCie .menu-logo {
  margin-right: auto;
}
.cid-sTeI2HbCie .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTeI2HbCie .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-sTeI2HbCie .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sTeI2HbCie .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sTeI2HbCie .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sTeI2HbCie .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sTeI2HbCie .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sTeI2HbCie .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sTeI2HbCie .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sTeI2HbCie .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTeI2HbCie .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sTeI2HbCie .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sTeI2HbCie .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sTeI2HbCie .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTeI2HbCie .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sTeI2HbCie .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTeI2HbCie .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-sTeI2HbCie .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sTeI2HbCie .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sTeI2HbCie .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sTeI2HbCie .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sTeI2HbCie .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sTeI2HbCie .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sTeI2HbCie button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sTeI2HbCie button.navbar-toggler:focus {
  outline: none;
}
.cid-sTeI2HbCie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTeI2HbCie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTeI2HbCie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTeI2HbCie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTeI2HbCie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTeI2HbCie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTeI2HbCie nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTeI2HbCie nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTeI2HbCie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTeI2HbCie .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTeI2HbCie .collapsed .btn {
  display: -webkit-flex;
}
.cid-sTeI2HbCie .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sTeI2HbCie .collapsed .navbar-collapse.collapsing,
.cid-sTeI2HbCie .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sTeI2HbCie .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sTeI2HbCie .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sTeI2HbCie .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sTeI2HbCie .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sTeI2HbCie .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sTeI2HbCie .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sTeI2HbCie .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sTeI2HbCie .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sTeI2HbCie .collapsed button.navbar-toggler {
  display: block;
}
.cid-sTeI2HbCie .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sTeI2HbCie .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTeI2HbCie .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-sTeI2HbCie .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sTeI2HbCie .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sTeI2HbCie .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sTeI2HbCie.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTeI2HbCie img {
    height: 3.8rem !important;
  }
  .cid-sTeI2HbCie .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sTeI2HbCie .menu-wrap {
    flex-direction: column;
  }
  .cid-sTeI2HbCie .btn {
    display: -webkit-flex;
  }
  .cid-sTeI2HbCie button.navbar-toggler {
    display: block;
  }
  .cid-sTeI2HbCie .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sTeI2HbCie .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTeI2HbCie .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sTeI2HbCie .navbar-collapse.collapsing,
  .cid-sTeI2HbCie .navbar-collapse.show {
    display: block !important;
  }
  .cid-sTeI2HbCie .navbar-collapse.collapsing .navbar-nav,
  .cid-sTeI2HbCie .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sTeI2HbCie .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sTeI2HbCie .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sTeI2HbCie .navbar-collapse.collapsing .navbar-buttons,
  .cid-sTeI2HbCie .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sTeI2HbCie .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sTeI2HbCie .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTeI2HbCie .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-sTeI2HbCie .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sTeI2HbCie .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sTeI2HbCie .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-sTeI2HbCie .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sTeI2HbCie .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sTeI2HbCie .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sTeI2HbCie .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sTeI2HbCie .nav-link:hover,
.cid-sTeI2HbCie .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sThVm0Ml1u {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sThVm0Ml1u .mbr-text {
  color: #767676;
}
.cid-sThVm0Ml1u .card-subtitle {
  margin: 0;
}
.cid-sThVm0Ml1u .link {
  margin: 0;
}
.cid-sThVm0Ml1u .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sThVm0Ml1u .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sThVm0Ml1u img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sThVm0Ml1u .card-img {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.cid-sThVm0Ml1u .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sThVm0Ml1u .card-img:hover:before {
  opacity: 0.4;
}
.cid-sThVm0Ml1u .card-img:hover img {
  transform: scale(1.05);
}
.cid-sThVm0Ml1u .row {
  justify-content: center;
}
.cid-sThVm0Ml1u .card {
  margin-bottom: 4rem;
}
.cid-sTi8vPwkzy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTi8vPwkzy .mbr-text {
  color: #767676;
}
.cid-sTi8vPwkzy .card-subtitle {
  margin: 0;
}
.cid-sTi8vPwkzy .link {
  margin: 0;
}
.cid-sTi8vPwkzy .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sTi8vPwkzy .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sTi8vPwkzy img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sTi8vPwkzy .card-img {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.cid-sTi8vPwkzy .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sTi8vPwkzy .card-img:hover:before {
  opacity: 0.4;
}
.cid-sTi8vPwkzy .card-img:hover img {
  transform: scale(1.05);
}
.cid-sTi8vPwkzy .row {
  justify-content: center;
}
.cid-sTi8vPwkzy .card {
  margin-bottom: 4rem;
}
.cid-sTizvxBgPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTizvxBgPK .mbr-text {
    text-align: center;
  }
}
.cid-sTizvxBgPK .mbr-text,
.cid-sTizvxBgPK .mbr-section-btn {
  color: #767676;
}
#custom-html-36 {
  /* Type valid CSS here */
}
#custom-html-36 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-36 p {
  font-size: 60px;
  color: #777;
}
.cid-sTeI2Ijbbg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTeI2Ijbbg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTeI2Ijbbg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTeI2Ijbbg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTeI2Ijbbg .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sTeI2Ijbbg .container {
  padding: 0;
}
.cid-sTeI2Ijbbg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTeI2Ijbbg .icon-focus {
  display: none;
}
.cid-sTeI2Ijbbg .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sTeI2Ijbbg .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sTeI2Ijbbg .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sTeI2Ijbbg li {
  position: relative;
}
.cid-sTeI2Ijbbg li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sTeI2Ijbbg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTeI2Ijbbg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTeI2Ijbbg .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sTeI2Ijbbg .btn {
  font-family: DM Sans !important;
}
.cid-sTeI2Ijbbg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sTeI2Ijbbg .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sTeI2Ijbbg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sTeI2Ijbbg li:not(:last-child):after {
    top: 9px;
  }
  .cid-sTeI2Ijbbg .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sTeI2LDGgG {
  background-image: url("../../../assets/images/paula-backstage.jpg");
}
.cid-sTeI2LDGgG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sTeI2LDGgG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTeI2LDGgG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTeI2HQVP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sTeI2HQVP8 .mbr-text {
    text-align: center;
  }
}
.cid-sTeI2HQVP8 .container-fluid {
  padding: 0;
}
.cid-sTeI2HQVP8 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sTeI2HQVP8 img {
  height: 100%;
  object-fit: cover;
}
.cid-sTeI2HQVP8 .mbr-figure {
  height: 100%;
}
.cid-sTeI2HQVP8 .col-lg-6 {
  padding: 0;
}
.cid-sTeI2HQVP8 .row {
  margin: 0;
}
.cid-sTeI2MxwY7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sTeI2MxwY7 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTeI2MxwY7 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTeI2MxwY7 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTeI2MxwY7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sTeI2MxwY7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sTeI2MxwY7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTeI2MxwY7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTeI2MxwY7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTeI2MxwY7 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTeI2MxwY7 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTeI2MxwY7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTeI2MxwY7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTeI2MxwY7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTeI2MxwY7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sTiDhQnkOe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTiDhQnkOe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sTiDhQnkOe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTiDhQnkOe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTiDhQnkOe .mbr-text,
.cid-sTiDhQnkOe .mbr-section-btn {
  color: #767676;
}
.cid-sTiDhTnSoi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sTiDhTnSoi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sTiDhTnSoi a {
  font-style: normal;
}
.cid-sTiDhTnSoi .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sTiDhTnSoi .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sTiDhTnSoi .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sTiDhTnSoi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sTiDhTnSoi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sTiDhTnSoi .nav-item:focus,
.cid-sTiDhTnSoi .nav-link:focus {
  outline: none;
}
.cid-sTiDhTnSoi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sTiDhTnSoi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sTiDhTnSoi .menu-logo {
  margin-right: auto;
}
.cid-sTiDhTnSoi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTiDhTnSoi .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-sTiDhTnSoi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sTiDhTnSoi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sTiDhTnSoi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sTiDhTnSoi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sTiDhTnSoi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sTiDhTnSoi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sTiDhTnSoi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sTiDhTnSoi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTiDhTnSoi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sTiDhTnSoi .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sTiDhTnSoi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sTiDhTnSoi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTiDhTnSoi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sTiDhTnSoi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTiDhTnSoi .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-sTiDhTnSoi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sTiDhTnSoi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sTiDhTnSoi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sTiDhTnSoi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sTiDhTnSoi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sTiDhTnSoi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sTiDhTnSoi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sTiDhTnSoi button.navbar-toggler:focus {
  outline: none;
}
.cid-sTiDhTnSoi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTiDhTnSoi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTiDhTnSoi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTiDhTnSoi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTiDhTnSoi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTiDhTnSoi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTiDhTnSoi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTiDhTnSoi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTiDhTnSoi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTiDhTnSoi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTiDhTnSoi .collapsed .btn {
  display: -webkit-flex;
}
.cid-sTiDhTnSoi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sTiDhTnSoi .collapsed .navbar-collapse.collapsing,
.cid-sTiDhTnSoi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sTiDhTnSoi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sTiDhTnSoi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sTiDhTnSoi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sTiDhTnSoi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sTiDhTnSoi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sTiDhTnSoi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sTiDhTnSoi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sTiDhTnSoi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sTiDhTnSoi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sTiDhTnSoi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sTiDhTnSoi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTiDhTnSoi .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-sTiDhTnSoi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sTiDhTnSoi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sTiDhTnSoi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sTiDhTnSoi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTiDhTnSoi img {
    height: 3.8rem !important;
  }
  .cid-sTiDhTnSoi .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sTiDhTnSoi .menu-wrap {
    flex-direction: column;
  }
  .cid-sTiDhTnSoi .btn {
    display: -webkit-flex;
  }
  .cid-sTiDhTnSoi button.navbar-toggler {
    display: block;
  }
  .cid-sTiDhTnSoi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sTiDhTnSoi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTiDhTnSoi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sTiDhTnSoi .navbar-collapse.collapsing,
  .cid-sTiDhTnSoi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sTiDhTnSoi .navbar-collapse.collapsing .navbar-nav,
  .cid-sTiDhTnSoi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sTiDhTnSoi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sTiDhTnSoi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sTiDhTnSoi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sTiDhTnSoi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sTiDhTnSoi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sTiDhTnSoi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTiDhTnSoi .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-sTiDhTnSoi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sTiDhTnSoi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sTiDhTnSoi .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-sTiDhTnSoi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sTiDhTnSoi .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sTiDhTnSoi .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sTiDhTnSoi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sTiDhTnSoi .nav-link:hover,
.cid-sTiDhTnSoi .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sTiDhVIQj0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTiDhVIQj0 .mbr-text {
    text-align: center;
  }
}
.cid-sTiDhVIQj0 .mbr-text,
.cid-sTiDhVIQj0 .mbr-section-btn {
  color: #767676;
}
#custom-html-3f {
  /* Type valid CSS here */
}
#custom-html-3f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3f p {
  font-size: 60px;
  color: #777;
}
.cid-sTiDhWckAL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTiDhWckAL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTiDhWckAL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTiDhWckAL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTiDhWckAL .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sTiDhWckAL .container {
  padding: 0;
}
.cid-sTiDhWckAL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTiDhWckAL .icon-focus {
  display: none;
}
.cid-sTiDhWckAL .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sTiDhWckAL .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sTiDhWckAL .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sTiDhWckAL li {
  position: relative;
}
.cid-sTiDhWckAL li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sTiDhWckAL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTiDhWckAL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTiDhWckAL .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sTiDhWckAL .btn {
  font-family: DM Sans !important;
}
.cid-sTiDhWckAL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sTiDhWckAL .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sTiDhWckAL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sTiDhWckAL li:not(:last-child):after {
    top: 9px;
  }
  .cid-sTiDhWckAL .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sTiDhYjmy9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sTiDhYjmy9 .mbr-text {
    text-align: center;
  }
}
.cid-sTiDhYjmy9 .container-fluid {
  padding: 0;
}
.cid-sTiDhYjmy9 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sTiDhYjmy9 img {
  height: 100%;
  object-fit: cover;
}
.cid-sTiDhYjmy9 .mbr-figure {
  height: 100%;
}
.cid-sTiDhYjmy9 .col-lg-6 {
  padding: 0;
}
.cid-sTiDhYjmy9 .row {
  margin: 0;
}
.cid-sTiDi0Souq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sTiDi0Souq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTiDi0Souq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTiDi0Souq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTiDi0Souq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sTiDi0Souq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sTiDi0Souq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTiDi0Souq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTiDi0Souq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTiDi0Souq .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTiDi0Souq .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTiDi0Souq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTiDi0Souq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTiDi0Souq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTiDi0Souq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sTiDImu6DN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTiDImu6DN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sTiDImu6DN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTiDImu6DN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sTiDImu6DN .mbr-text,
.cid-sTiDImu6DN .mbr-section-btn {
  color: #767676;
}
.cid-sTiDInfhhu .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sTiDInfhhu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sTiDInfhhu a {
  font-style: normal;
}
.cid-sTiDInfhhu .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sTiDInfhhu .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sTiDInfhhu .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sTiDInfhhu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sTiDInfhhu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sTiDInfhhu .nav-item:focus,
.cid-sTiDInfhhu .nav-link:focus {
  outline: none;
}
.cid-sTiDInfhhu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sTiDInfhhu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sTiDInfhhu .menu-logo {
  margin-right: auto;
}
.cid-sTiDInfhhu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTiDInfhhu .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-sTiDInfhhu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sTiDInfhhu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sTiDInfhhu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sTiDInfhhu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sTiDInfhhu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sTiDInfhhu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sTiDInfhhu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sTiDInfhhu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTiDInfhhu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sTiDInfhhu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sTiDInfhhu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sTiDInfhhu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTiDInfhhu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sTiDInfhhu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTiDInfhhu .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-sTiDInfhhu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sTiDInfhhu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sTiDInfhhu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sTiDInfhhu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sTiDInfhhu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sTiDInfhhu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sTiDInfhhu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sTiDInfhhu button.navbar-toggler:focus {
  outline: none;
}
.cid-sTiDInfhhu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTiDInfhhu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTiDInfhhu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTiDInfhhu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTiDInfhhu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTiDInfhhu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTiDInfhhu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTiDInfhhu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTiDInfhhu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTiDInfhhu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTiDInfhhu .collapsed .btn {
  display: -webkit-flex;
}
.cid-sTiDInfhhu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sTiDInfhhu .collapsed .navbar-collapse.collapsing,
.cid-sTiDInfhhu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sTiDInfhhu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sTiDInfhhu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sTiDInfhhu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sTiDInfhhu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sTiDInfhhu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sTiDInfhhu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sTiDInfhhu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sTiDInfhhu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sTiDInfhhu .collapsed button.navbar-toggler {
  display: block;
}
.cid-sTiDInfhhu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sTiDInfhhu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTiDInfhhu .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-sTiDInfhhu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sTiDInfhhu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sTiDInfhhu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sTiDInfhhu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTiDInfhhu img {
    height: 3.8rem !important;
  }
  .cid-sTiDInfhhu .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sTiDInfhhu .menu-wrap {
    flex-direction: column;
  }
  .cid-sTiDInfhhu .btn {
    display: -webkit-flex;
  }
  .cid-sTiDInfhhu button.navbar-toggler {
    display: block;
  }
  .cid-sTiDInfhhu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sTiDInfhhu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTiDInfhhu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sTiDInfhhu .navbar-collapse.collapsing,
  .cid-sTiDInfhhu .navbar-collapse.show {
    display: block !important;
  }
  .cid-sTiDInfhhu .navbar-collapse.collapsing .navbar-nav,
  .cid-sTiDInfhhu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sTiDInfhhu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sTiDInfhhu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sTiDInfhhu .navbar-collapse.collapsing .navbar-buttons,
  .cid-sTiDInfhhu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sTiDInfhhu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sTiDInfhhu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTiDInfhhu .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-sTiDInfhhu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sTiDInfhhu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sTiDInfhhu .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-sTiDInfhhu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sTiDInfhhu .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sTiDInfhhu .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sTiDInfhhu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sTiDInfhhu .nav-link:hover,
.cid-sTiDInfhhu .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sTiDIo6NTZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTiDIo6NTZ .mbr-text {
    text-align: center;
  }
}
.cid-sTiDIo6NTZ .mbr-text,
.cid-sTiDIo6NTZ .mbr-section-btn {
  color: #767676;
}
#custom-html-3n {
  /* Type valid CSS here */
}
#custom-html-3n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3n p {
  font-size: 60px;
  color: #777;
}
.cid-sTiDIoD5tB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTiDIoD5tB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTiDIoD5tB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTiDIoD5tB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTiDIoD5tB .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sTiDIoD5tB .container {
  padding: 0;
}
.cid-sTiDIoD5tB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTiDIoD5tB .icon-focus {
  display: none;
}
.cid-sTiDIoD5tB .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sTiDIoD5tB .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sTiDIoD5tB .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sTiDIoD5tB li {
  position: relative;
}
.cid-sTiDIoD5tB li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sTiDIoD5tB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTiDIoD5tB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTiDIoD5tB .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sTiDIoD5tB .btn {
  font-family: DM Sans !important;
}
.cid-sTiDIoD5tB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sTiDIoD5tB .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sTiDIoD5tB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sTiDIoD5tB li:not(:last-child):after {
    top: 9px;
  }
  .cid-sTiDIoD5tB .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sTiDIpoPjH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sTiDIpoPjH .mbr-text {
    text-align: center;
  }
}
.cid-sTiDIpoPjH .container-fluid {
  padding: 0;
}
.cid-sTiDIpoPjH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sTiDIpoPjH img {
  height: 100%;
  object-fit: cover;
}
.cid-sTiDIpoPjH .mbr-figure {
  height: 100%;
}
.cid-sTiDIpoPjH .col-lg-6 {
  padding: 0;
}
.cid-sTiDIpoPjH .row {
  margin: 0;
}
.cid-sTiDIpQVEk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sTiDIpQVEk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTiDIpQVEk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTiDIpQVEk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTiDIpQVEk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sTiDIpQVEk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sTiDIpQVEk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTiDIpQVEk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTiDIpQVEk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTiDIpQVEk .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTiDIpQVEk .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTiDIpQVEk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTiDIpQVEk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTiDIpQVEk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTiDIpQVEk .media-container-row .row-copirayt p {
  width: 100%;
}
