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: #64a49c !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #64a49c !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #64a49c !important;
  border-color: #64a49c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #457670 !important;
  border-color: #457670 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #457670 !important;
  border-color: #457670 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info,
.btn-info:active {
  background-color: #64a49c !important;
  border-color: #64a49c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #457670 !important;
  border-color: #457670 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #457670 !important;
  border-color: #457670 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #3c6661;
  color: #3c6661;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #64a49c;
  border-color: #64a49c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #64a49c !important;
  border-color: #64a49c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #3c6661;
  color: #3c6661;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #64a49c;
  border-color: #64a49c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #64a49c !important;
  border-color: #64a49c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #64a49c !important;
}
.text-secondary {
  color: #465052 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #64a49c !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c6661 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #171a1b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c6661 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #64a49c;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #64a49c;
  border-color: #64a49c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #64a49c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4d3cf;
}
.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: #b4d3cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #64a49c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #64a49c;
  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: #64a49c;
  border-bottom-color: #64a49c;
}
.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: #000000 !important;
  background-color: #64a49c !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: #465052 !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='%2364a49c' %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-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-rEvfz48qzQ {
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-6.gif");
}
.cid-rEvfz48qzQ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfz48qzQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfz48qzQ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rEvfz48qzQ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rEvfz48qzQ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rEvfz48qzQ H3 {
  color: #369898;
}
.cid-rEvfz48qzQ H1 {
  text-align: left;
}
.cid-rEvfz48qzQ .mbr-text,
.cid-rEvfz48qzQ .mbr-section-btn {
  color: #369898;
}
.cid-ugOJKMPYpo {
  background-image: url("../../../assets/images/wall-banner-cosmic-1500x900.jpeg");
}
.cid-ugOJKMPYpo h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugOJKMPYpo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugOJKMPYpo .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-ugOJKMPYpo h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ugOJKMPYpo h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ugOJKMPYpo H3 {
  text-align: left;
}
.cid-ucvdX8axCv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #465052;
}
.cid-ucvdX8axCv .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-ucvdX8axCv .mbr-section-title span {
  color: #ffbc00;
}
.cid-ucvdX8axCv .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-ucvdX8axCv .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-ucvdX8axCv .progressbar-title {
  color: white;
}
.cid-ucvdX8axCv .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-ucvdX8axCv .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucvdX8axCv .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-ucvdX8axCv .progress-bar {
  height: 5px;
  background-color: #64a49c;
}
.cid-ucvdX8axCv .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ucvdX8axCv .progressbar-number {
  display: inline-block;
}
.cid-ucvdX8axCv .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ucvdX8axCv .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ucvdX8axCv .progress_value {
  position: relative;
  color: #64a49c;
}
.cid-ucvdX8axCv progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ucvdX8axCv progress::-webkit-progress-value {
  background: #64a49c;
}
.cid-ucvdX8axCv progress[value]::-moz-progress-bar {
  background: #64a49c;
}
.cid-ucvdX8axCv progress::-ms-fill {
  background: #64a49c;
}
.cid-ucvdX8axCv .progress1 .progressbar-number:before {
  content: '100';
}
.cid-ucvdX8axCv .progress2 .progressbar-number:before {
  content: '100';
}
.cid-ucvdX8axCv .progress3 .progressbar-number:before {
  content: '100';
}
.cid-ucvdX8axCv .progress4 .progressbar-number:before {
  content: '100';
}
.cid-ucvdX8axCv .progress5 .progressbar-number:before {
  content: '10';
}
.cid-ucvdX8axCv .progress-bar-1 {
  width: 100%;
}
.cid-ucvdX8axCv .progress-bar-2 {
  width: 100%;
}
.cid-ucvdX8axCv .progress-bar-3 {
  width: 100%;
}
.cid-ucvdX8axCv .progress-bar-4 {
  width: 100%;
}
.cid-ucvdX8axCv .progress-bar-5 {
  width: 10%;
}
.cid-ucvdX8axCv .mbr-section-subtitle B {
  color: #0b96af;
}
.cid-ucDxI550Qo {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucDxI550Qo .mbr-section-subtitle {
  color: #000000;
}
.cid-ucDxI550Qo .mbr-text {
  color: #767676;
}
.cid-ucDxI550Qo .card {
  display: block;
  position: relative;
}
.cid-ucDxI550Qo .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-ucDxI550Qo .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ucDxI550Qo .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-ucDxI550Qo .card-wrapper .card-img .mbr-overlay {
  background: #64a49c;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
  background: linear-gradient(135deg, #64a49c, #000000);
}
.cid-ucDxI550Qo .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-ucDxI550Qo .card-wrapper .card-box {
  background-color: #767676;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ucDxI550Qo .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ucDxI550Qo .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ucDxI550Qo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ucDxI550Qo .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-ucDxI550Qo .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-ucDxI550Qo .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-ucDxI550Qo .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-ucDxI550Qo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucDxI550Qo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-ucDxI550Qo .mbr-section-title,
  .cid-ucDxI550Qo .underline,
  .cid-ucDxI550Qo .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-ucDxI550Qo .mbr-section-title,
.cid-ucDxI550Qo .underline {
  color: #64a49c;
}
.cid-ucDxI550Qo .card-title {
  color: #ffffff;
}
.cid-ucDtqR0Xe8 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/brandactivationandmarketingcampaigns-meta-932x556.jpg");
}
.cid-ucDuCWYbp3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ucDuCWYbp3 .container-fluid {
  padding: 0 3rem;
}
.cid-ucDuCWYbp3 .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-ucDuCWYbp3 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-ucDuCWYbp3 .signature > span {
  color: #64a49c;
}
@media (max-width: 767px) {
  .cid-ucDuCWYbp3 .blockquote-quote {
    text-align: left;
  }
  .cid-ucDuCWYbp3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucve8RE7xL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucve8RE7xL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucve8RE7xL .row-element,
.cid-ucve8RE7xL .image-element {
  padding: 0;
}
.cid-ucve8RE7xL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucve8RE7xL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucve8RE7xL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucve8RE7xL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucve8RE7xL .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucve8RE7xL .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucve8RE7xL .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucve8RE7xL .underline .line {
    height: 2px;
  }
  .cid-ucve8RE7xL .mbr-title,
  .cid-ucve8RE7xL .underline,
  .cid-ucve8RE7xL .mbr-text,
  .cid-ucve8RE7xL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucveajrGbz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucveajrGbz p {
  color: #767676;
}
.cid-ucveajrGbz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucveajrGbz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucveajrGbz .row-element,
.cid-ucveajrGbz .image-element {
  padding: 0;
}
.cid-ucveajrGbz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucveajrGbz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucveajrGbz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucveajrGbz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucveajrGbz .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucveajrGbz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucveajrGbz .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucveajrGbz .underline .line {
    height: 2px;
  }
  .cid-ucveajrGbz .mbr-title,
  .cid-ucveajrGbz .underline,
  .cid-ucveajrGbz .mbr-text,
  .cid-ucveajrGbz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucveajrGbz .mbr-text,
.cid-ucveajrGbz .mbr-section-btn {
  color: #000000;
}
.cid-ucDBJwXlnb {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #465052;
}
.cid-ucDBJwXlnb .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-ucDBJwXlnb .mbr-section-title {
  margin: 0;
  color: #64a49c;
}
.cid-ucDBJwXlnb .mbr-section-subtitle {
  color: #efefef;
}
.cid-ucDBJwXlnb .card-img span {
  color: #122e31;
}
.cid-ucDBJwXlnb .row-item {
  margin-bottom: 2rem;
}
.cid-ucDBJwXlnb .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f4f8fa, #f4f8fa);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-ucDBJwXlnb .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-ucDBJwXlnb .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-ucDBJwXlnb .wrapper {
  padding: 2.5rem 1rem;
  background: #64a49c;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ucDBJwXlnb .mbr-card-title,
.cid-ucDBJwXlnb .card-img {
  color: #f4f8fa;
}
.cid-ucDBMSp7t6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucDBMSp7t6 .container-fluid {
  padding: 0 3rem;
}
.cid-ucDBMSp7t6 .media-container-column {
  padding: 0 2rem;
}
.cid-ucDBMSp7t6 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #64a49c;
}
@media (max-width: 767px) {
  .cid-ucDBMSp7t6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uhnyhjSgFv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/custom-t-shirt-printing-services-craft-a-tshirt-4-910x607.jpg");
}
.cid-uhnyhjSgFv .container-fluid {
  padding: 0 3rem;
}
.cid-uhnyhjSgFv .card {
  display: block;
}
.cid-uhnyhjSgFv .card .card-wrapper {
  height: 1%;
}
.cid-uhnyhjSgFv .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-uhnyhjSgFv .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-uhnyhjSgFv .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-uhnyhjSgFv .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uhnyhjSgFv .container-fluid {
    padding: 0 1rem;
  }
  .cid-uhnyhjSgFv .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uhnyhjSgFv H2 {
  color: #000000;
}
.cid-uhnyhjSgFv .mbr-section-subtitle,
.cid-uhnyhjSgFv .title-btn {
  color: #efefef;
}
.cid-uhnyhjSgFv .mbr-text,
.cid-uhnyhjSgFv .card-btn {
  color: #efefef;
}
.cid-ugaVdvFilJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugaVdvFilJ img,
.cid-ugaVdvFilJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ugaVdvFilJ img,
  .cid-ugaVdvFilJ .item-img {
    max-height: 300px;
  }
}
.cid-ugaVdvFilJ .item:focus,
.cid-ugaVdvFilJ span:focus {
  outline: none;
}
.cid-ugaVdvFilJ .item-wrapper {
  position: relative;
}
.cid-ugaVdvFilJ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ugaVdvFilJ .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-ugaVdvFilJ .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugaVdvFilJ .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-ugaVdvFilJ .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugaVdvFilJ .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-ugaVdvFilJ .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-ugaVdvFilJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugaVdvFilJ .mbr-section-title {
  color: #232323;
}
.cid-ugaVdvFilJ .mbr-text,
.cid-ugaVdvFilJ .mbr-section-btn {
  text-align: left;
}
.cid-ugaVdvFilJ .item-title {
  text-align: left;
}
.cid-ugaVdvFilJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ugaVdvFilJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ugaVdvFilJ .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-ugaVdvFilJ .embla__button--next,
.cid-ugaVdvFilJ .embla__button--prev {
  display: flex;
}
.cid-ugaVdvFilJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugaVdvFilJ .embla__button {
    display: none;
  }
}
.cid-ugaVdvFilJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugaVdvFilJ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ugaVdvFilJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugaVdvFilJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugaVdvFilJ .embla__button {
    top: auto;
  }
}
.cid-ugaVdvFilJ .embla {
  position: relative;
  width: 100%;
}
.cid-ugaVdvFilJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugaVdvFilJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugaVdvFilJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugaVdvFilJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ugaVdvFilJ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ugaVdvFilJ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ugaVdvFilJ .content-head {
  max-width: 800px;
}
.cid-ugaVZGy7AK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugaVZGy7AK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugaVZGy7AK .item {
    margin-bottom: 1rem;
  }
}
.cid-ugaVZGy7AK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ugaVZGy7AK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugaVZGy7AK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ugaVZGy7AK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ugaVZGy7AK .carousel-control,
.cid-ugaVZGy7AK .close {
  background: #1b1b1b;
}
.cid-ugaVZGy7AK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ugaVZGy7AK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ugaVZGy7AK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ugaVZGy7AK .carousel-control-next span {
  margin-left: 5px;
}
.cid-ugaVZGy7AK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ugaVZGy7AK .close::before {
  content: '\e91a';
}
.cid-ugaVZGy7AK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ugaVZGy7AK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ugaVZGy7AK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugaVZGy7AK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugaVZGy7AK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugaVZGy7AK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ugaVZGy7AK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ugaVZGy7AK .carousel-indicators li.active,
.cid-ugaVZGy7AK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ugaVZGy7AK .carousel-indicators li::after,
.cid-ugaVZGy7AK .carousel-indicators li::before {
  content: none;
}
.cid-ugaVZGy7AK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ugaVZGy7AK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ugaVZGy7AK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugaVZGy7AK .carousel-indicators {
    display: none;
  }
}
.cid-ugaVZGy7AK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ugaVZGy7AK .carousel-inner > .active {
  display: block;
}
.cid-ugaVZGy7AK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugaVZGy7AK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugaVZGy7AK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ugaVZGy7AK .carousel-control,
  .cid-ugaVZGy7AK .carousel-indicators,
  .cid-ugaVZGy7AK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ugaVZGy7AK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ugaVZGy7AK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ugaVZGy7AK .carousel-indicators .active,
.cid-ugaVZGy7AK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ugaVZGy7AK .carousel-indicators .active {
  background: #fff;
}
.cid-ugaVZGy7AK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ugaVZGy7AK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ugaVZGy7AK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ugaVZGy7AK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ugaVZGy7AK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ugaVZGy7AK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ugaVZGy7AK .carousel {
  width: 100%;
}
.cid-ugaVZGy7AK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ugaVZGy7AK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ugaVZGy7AK .modal.fade .modal-dialog,
.cid-ugaVZGy7AK .modal.in .modal-dialog {
  transform: none;
}
.cid-ugaVZGy7AK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ugaVZGy7AK .content-head {
  max-width: 800px;
}
.cid-ugaVJTuyFm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #64a49c;
}
.cid-ugaVJTuyFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaVJTuyFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugaVJTuyFm .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ugaVJTuyFm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugaVJTuyFm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ugaVJTuyFm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ugaVJTuyFm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ugaVJTuyFm .row {
  flex-direction: row-reverse;
}
.cid-ugaVJTuyFm .image-wrapper {
  padding: 0 1rem;
}
.cid-ugaVJTuyFm img,
.cid-ugaVJTuyFm .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ugaVJTuyFm img,
  .cid-ugaVJTuyFm .image-wrapper {
    max-height: 350px;
  }
}
.cid-ugaVJTuyFm .mbr-section-title {
  color: #000000;
}
.cid-ugaVJTuyFm .mbr-text {
  color: #000000;
}
.cid-ucDCRc30Tf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucDCRc30Tf .container-fluid {
  padding: 0 3rem;
}
.cid-ucDCRc30Tf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucDCRc30Tf .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDCRc30Tf .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ucDCRc30Tf .card .card-wrapper {
  height: 1%;
}
.cid-ucDCRc30Tf .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-ucDCRc30Tf .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ucDCRc30Tf .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #64a49c;
}
.cid-ucDCRc30Tf .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-ucDCRc30Tf .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-ucDCRc30Tf .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucDCRc30Tf .mbr-section-title,
.cid-ucDCRc30Tf .underline {
  text-align: center;
  color: #122e31;
}
.cid-ucDtEQ8der {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/3eb186e4-6b76-49b1-8101-9f82ff217cad-960x640.jpg");
}
.cid-ucDtEQ8der h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucDtEQ8der .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-ucDtEQ8der .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-ucDtEQ8der .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-ucDtEQ8der .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ucDtEQ8der .panel-group {
  width: 100%;
}
.cid-ucDtEQ8der .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ucDtEQ8der .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ucDtEQ8der .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #767676;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ucDtEQ8der .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ucDtEQ8der .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucDtEQ8der .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ucDtEQ8der .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucDtEQ8der .card .panel-body {
  background: #ffffff;
}
.cid-ucDtEQ8der .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDtEQ8der .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucDtEQ8der .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ucDtEQ8der .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ucDut2vI6q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ucDut2vI6q .mbr-section-title {
  letter-spacing: 0.1em;
  color: #64a49c;
}
.cid-ucDut2vI6q .mbr-section-title span {
  color: #ffbc00;
}
.cid-ucDut2vI6q .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ucDut2vI6q .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-ucDut2vI6q .progressbar-title {
  color: white;
}
.cid-ucDut2vI6q .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-ucDut2vI6q .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucDut2vI6q .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-ucDut2vI6q .progress-bar {
  height: 5px;
  background-color: #64a49c;
}
.cid-ucDut2vI6q .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ucDut2vI6q .progressbar-number {
  display: inline-block;
}
.cid-ucDut2vI6q .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ucDut2vI6q .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ucDut2vI6q .progress_value {
  position: relative;
  color: #64a49c;
}
.cid-ucDut2vI6q progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ucDut2vI6q progress::-webkit-progress-value {
  background: #64a49c;
}
.cid-ucDut2vI6q progress[value]::-moz-progress-bar {
  background: #64a49c;
}
.cid-ucDut2vI6q progress::-ms-fill {
  background: #64a49c;
}
.cid-ucDut2vI6q .progress1 .progressbar-number:before {
  content: '100';
}
.cid-ucDut2vI6q .progress2 .progressbar-number:before {
  content: '100';
}
.cid-ucDut2vI6q .progress3 .progressbar-number:before {
  content: '100';
}
.cid-ucDut2vI6q .progress4 .progressbar-number:before {
  content: '100';
}
.cid-ucDut2vI6q .progress5 .progressbar-number:before {
  content: '10';
}
.cid-ucDut2vI6q .progress-bar-1 {
  width: 100%;
}
.cid-ucDut2vI6q .progress-bar-2 {
  width: 100%;
}
.cid-ucDut2vI6q .progress-bar-3 {
  width: 100%;
}
.cid-ucDut2vI6q .progress-bar-4 {
  width: 100%;
}
.cid-ucDut2vI6q .progress-bar-5 {
  width: 10%;
}
.cid-ucDxQfRKUf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #64a49c;
}
@media (min-width: 992px) {
  .cid-ucDxQfRKUf .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-ucDxQfRKUf .content {
    padding: 0 2rem;
  }
}
.cid-ucDxQfRKUf .row {
  justify-content: flex-end;
}
.cid-ucDxQfRKUf .img-col {
  padding: 0;
}
.cid-ucDxQfRKUf .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-ucDxQfRKUf .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-ucDxQfRKUf .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-ucDxQfRKUf .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ucDxQfRKUf .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #7aba59 !important;
}
.cid-ucDxQfRKUf .icon-title,
.cid-ucDxQfRKUf .mbr-iconfont {
  color: #181818;
}
.cid-ucDxQfRKUf .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucDxQfRKUf .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-ucDxQfRKUf .icon-wrap {
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-ucDxQfRKUf .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-ucDxQfRKUf .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-ucDxQfRKUf .mbr-text,
.cid-ucDxQfRKUf .mbr-section-btn,
.cid-ucDxQfRKUf .content {
  color: #ffffff;
}
.cid-ucDxQfRKUf H2 {
  color: #000000;
}
.cid-rEvfA6F6XI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvfA6F6XI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfA6F6XI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfA6F6XI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfA6F6XI .mbr-text,
.cid-rEvfA6F6XI .mbr-section-btn {
  color: #767676;
}
.cid-rEvfA6F6XI H3 {
  color: #369898;
}
.cid-s3RXy0PZ8r {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s3RXy0PZ8r .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
}
.cid-s3RXy0PZ8r .image-block: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-s3RXy0PZ8r .image-block:hover:before {
  opacity: 0.4;
}
.cid-s3RXy0PZ8r .image-block:hover .wrap {
  opacity: 1;
}
.cid-s3RXy0PZ8r .image-block:hover img {
  transform: scale(1.05);
}
.cid-s3RXy0PZ8r h4 {
  letter-spacing: 2px;
}
.cid-s3RXy0PZ8r figcaption {
  position: relative;
}
.cid-s3RXy0PZ8r figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s3RXy0PZ8r img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-s3RXy0PZ8r .col-lg-6 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-s3RXy0PZ8r .image-block {
    height: 400px;
  }
}
.cid-s3RXy0PZ8r H3 {
  color: #369898;
}
.cid-s3RTiUiwTh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3RTiUiwTh .mbr-text,
.cid-s3RTiUiwTh .mbr-section-subtitle {
  color: #767676;
}
.cid-s3RTiUiwTh .card-title {
  color: #66458e;
}
.cid-s3RTiUiwTh .card .card-img span {
  color: #369898;
  font-size: 60px;
  background: linear-gradient(45deg, #369898, #068fbe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s3RTiUiwTh .mbr-section-subtitle,
  .cid-s3RTiUiwTh .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3RTiUiwTh .card .card-img span {
    background: none;
  }
}
.cid-s3RTiUiwTh .card-title,
.cid-s3RTiUiwTh .card-img {
  color: #369898;
}
.cid-s5tJsXH8tf {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-720x356.png");
}
.cid-s5tJsXH8tf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s5tJsXH8tf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5tJsXH8tf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5tDaUc49x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3-3.jpg");
}
.cid-s5tDaUc49x .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s5tDaUc49x .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s5tDaUc49x .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-s5tDaUc49x .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s5tDaUc49x .plan .mbr-overlay {
  background: #1a1919;
  opacity: 0.7;
}
.cid-s5tDaUc49x .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-s5tDaUc49x .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s5tDaUc49x .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s5tDaUc49x .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-s5tDaUc49x .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-s5tDaUc49x .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-s5tDaUc49x .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s5tDaUc49x .price-figure {
  color: #64a49c;
}
.cid-s5tDaUc49x .price-figure B {
  color: #0b96af;
}
.cid-s5tDcwY0qF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3-3.jpeg");
}
.cid-s5tDcwY0qF .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s5tDcwY0qF .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s5tDcwY0qF .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-s5tDcwY0qF .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s5tDcwY0qF .plan .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-s5tDcwY0qF .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-s5tDcwY0qF .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s5tDcwY0qF .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s5tDcwY0qF .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-s5tDcwY0qF .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-s5tDcwY0qF .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-s5tDcwY0qF .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s5tDcwY0qF .price-figure {
  color: #64a49c;
}
.cid-s5tDcwY0qF .price-figure B {
  color: #0b96af;
}
.cid-s5tDcwY0qF UL {
  color: #ffffff;
}
.cid-rEvfzVQXuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  background: linear-gradient(45deg, #efefef, #000000);
}
@media (max-width: 767px) {
  .cid-rEvfzVQXuT .mbr-text {
    text-align: center;
  }
}
.cid-rEvfzVQXuT .container-fluid {
  padding: 0;
}
.cid-rEvfzVQXuT .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rEvfzVQXuT img {
  height: 100%;
  object-fit: cover;
}
.cid-rEvfzVQXuT .mbr-figure {
  height: 100%;
}
.cid-rEvfzVQXuT .col-lg-7 {
  padding: 0;
}
.cid-rEvfzVQXuT .row {
  margin: 0;
}
.cid-rEvfzVQXuT H1 {
  color: #ffffff;
}
.cid-rEvfzVQXuT H3 {
  color: #369898;
}
.cid-s3RVZ2xkvx {
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-12.gif");
}
.cid-s3RVZ2xkvx .btn {
  margin: 0.2rem!important;
}
.cid-s3RVZ2xkvx .row {
  justify-content: flex-end;
}
.cid-s3RVZ2xkvx .mbr-text,
.cid-s3RVZ2xkvx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s3RVZ2xkvx H3 {
  color: #ffffff;
}
.cid-s3IfbGCcld {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3IfbGCcld .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s3IfbGCcld .mbr-section-title {
  margin: 0;
  color: #369898;
}
.cid-s3IfbGCcld .mbr-section-subtitle {
  color: #767676;
}
.cid-s3IfbGCcld .card-img span {
  color: #068fbe;
}
.cid-s3IfbGCcld .row-item {
  margin-bottom: 2rem;
}
.cid-s3IfbGCcld .row-item:hover .wrapper {
  background: linear-gradient(90deg, #465052, #369898);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s3IfbGCcld .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s3IfbGCcld .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s3IfbGCcld .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rEvfBGGE6S {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-27-1600x900.jpg");
}
.cid-rEvfBGGE6S .card-box {
  padding: 0 1.6rem;
}
.cid-rEvfBGGE6S .card {
  padding: 0rem!important;
}
@media (min-width: 767px) {
  .cid-rEvfBGGE6S .container {
    padding: 0 2.1rem;
  }
}
@media (max-width: 767px) {
  .cid-rEvfBGGE6S .container {
    padding: 0 1.8rem;
  }
  .cid-rEvfBGGE6S .mbr-section-btn {
    opacity: 1;
  }
  .cid-rEvfBGGE6S .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rEvfBGGE6S .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rEvfBGGE6S .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rEvfBGGE6S .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rEvfBGGE6S .card {
    padding-bottom: 1rem!important;
  }
  .cid-rEvfBGGE6S .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rEvfBGGE6S .row {
  justify-content: center;
}
.cid-rEvfBGGE6S .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rEvfBGGE6S .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rEvfBGGE6S .card1 {
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-41-1920x1080.jpg");
}
.cid-rEvfBGGE6S .card2 {
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-18-1920x1080.jpg");
}
.cid-rEvfBGGE6S .card3 {
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-11-960x540.jpg");
}
.cid-rEvfBGGE6S .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rEvfBGGE6S h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rEvfBGGE6S p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rEvfBGGE6S .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rEvfBGGE6S .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rEvfCgBdGD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rEvfCgBdGD h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rEvfCgBdGD p {
  color: #767676;
}
.cid-rEvfCgBdGD .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-rEvfCgBdGD .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-rEvfCgBdGD .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rEvfCgBdGD .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rEvfCgBdGD .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rEvfCgBdGD .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-rEvfCgBdGD .cost {
  color: #369898;
}
.cid-s3S437Pnif {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-7.gif");
}
.cid-s3S437Pnif h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3S437Pnif .panel-text {
  letter-spacing: 0.03em;
  color: #043059;
}
.cid-s3S437Pnif .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-s3S437Pnif .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-s3S437Pnif .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s3S437Pnif .panel-group {
  width: 100%;
}
.cid-s3S437Pnif .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s3S437Pnif .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-s3S437Pnif .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #465052;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s3S437Pnif .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s3S437Pnif .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s3S437Pnif .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-s3S437Pnif .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-s3S437Pnif .card .panel-body {
  background: #ffffff;
}
.cid-s3S437Pnif .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3S437Pnif .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s3S437Pnif .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s3S437Pnif .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rEvfDb7OmE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rEvfDb7OmE .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-rEvfDb7OmE .image-block: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-rEvfDb7OmE .image-block:hover:before {
  opacity: 0.2;
}
.cid-rEvfDb7OmE .image-block:hover .wrap {
  opacity: 1;
}
.cid-rEvfDb7OmE h4 {
  letter-spacing: 2px;
}
.cid-rEvfDb7OmE figcaption {
  position: relative;
}
.cid-rEvfDb7OmE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rEvfDb7OmE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rEvfDb7OmE .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rEvfDb7OmE .wrap {
    opacity: 1!important;
  }
  .cid-rEvfDb7OmE .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s5d66DRv8e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-s5d66DRv8e .container-fluid {
  padding: 0 3rem;
}
.cid-s5d66DRv8e .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s5d66DRv8e svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s5d66DRv8e .signature > span {
  color: #64a49c;
}
@media (max-width: 767px) {
  .cid-s5d66DRv8e .blockquote-quote {
    text-align: left;
  }
  .cid-s5d66DRv8e .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s5d66DRv8e .mbr-section-title {
  color: #369898;
}
.cid-s5d66DRv8e .mbr-text,
.cid-s5d66DRv8e .blockquote-quote {
  color: #369898;
}
.cid-s42b1GnjRL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s42b1GnjRL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s42b1GnjRL .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s42b1GnjRL .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s42b1GnjRL .media-content {
  padding-left: 2rem;
}
.cid-s42b1GnjRL textarea {
  min-height: 150px;
}
.cid-s42b1GnjRL .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s42b1GnjRL .form-control,
.cid-s42b1GnjRL .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-s42b1GnjRL .form-control input::-webkit-input-placeholder,
.cid-s42b1GnjRL .field-input input::-webkit-input-placeholder,
.cid-s42b1GnjRL .form-control textarea::-webkit-input-placeholder,
.cid-s42b1GnjRL .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-s42b1GnjRL .form-control input:-moz-placeholder,
.cid-s42b1GnjRL .field-input input:-moz-placeholder,
.cid-s42b1GnjRL .form-control textarea:-moz-placeholder,
.cid-s42b1GnjRL .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-s42b1GnjRL .form-control:hover,
.cid-s42b1GnjRL .field-input:hover,
.cid-s42b1GnjRL .form-control:focus,
.cid-s42b1GnjRL .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s42b1GnjRL .form-control:hover input::-webkit-input-placeholder,
.cid-s42b1GnjRL .field-input:hover input::-webkit-input-placeholder,
.cid-s42b1GnjRL .form-control:focus input::-webkit-input-placeholder,
.cid-s42b1GnjRL .field-input:focus input::-webkit-input-placeholder,
.cid-s42b1GnjRL .form-control:hover textarea::-webkit-input-placeholder,
.cid-s42b1GnjRL .field-input:hover textarea::-webkit-input-placeholder,
.cid-s42b1GnjRL .form-control:focus textarea::-webkit-input-placeholder,
.cid-s42b1GnjRL .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s42b1GnjRL .form-control:hover input:-moz-placeholder,
.cid-s42b1GnjRL .field-input:hover input:-moz-placeholder,
.cid-s42b1GnjRL .form-control:focus input:-moz-placeholder,
.cid-s42b1GnjRL .field-input:focus input:-moz-placeholder,
.cid-s42b1GnjRL .form-control:hover textarea:-moz-placeholder,
.cid-s42b1GnjRL .field-input:hover textarea:-moz-placeholder,
.cid-s42b1GnjRL .form-control:focus textarea:-moz-placeholder,
.cid-s42b1GnjRL .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s42b1GnjRL .jq-number__spin:hover,
.cid-s42b1GnjRL .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s42b1GnjRL .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s42b1GnjRL .jq-selectbox li,
.cid-s42b1GnjRL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s42b1GnjRL .jq-selectbox li:hover,
.cid-s42b1GnjRL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s42b1GnjRL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s42b1GnjRL .jq-number__spin.minus:hover:after,
.cid-s42b1GnjRL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s42b1GnjRL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s42b1GnjRL .jq-number__spin.minus:after,
.cid-s42b1GnjRL .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s42b1GnjRL input::-webkit-clear-button {
  display: none;
}
.cid-s42b1GnjRL input::-webkit-inner-spin-button {
  display: none;
}
.cid-s42b1GnjRL input::-webkit-outer-spin-button {
  display: none;
}
.cid-s42b1GnjRL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s42b1GnjRL .mbr-text,
.cid-s42b1GnjRL .mbr-section-btn {
  color: #767676;
}
.cid-s42b1GnjRL .text2,
.cid-s42b1GnjRL .mbr-section-btn {
  color: #64a49c;
}
@media (max-width: 992px) {
  .cid-s42b1GnjRL .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-s42b1GnjRL H3 {
  color: #369898;
}
.cid-s5dzU5h63p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2mva.gif");
}
.cid-s5dzU5h63p .mbr-section-title,
.cid-s5dzU5h63p .mbr-section-subtitle {
  color: #000000;
}
.cid-s5dzU5h63p .mbr-section-text {
  color: #232323;
}
.cid-s5dzU5h63p .mbr-text,
.cid-s5dzU5h63p .typed-text,
.cid-s5dzU5h63p .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s5dzU5h63p .btn {
  margin-left: 4px !important;
}
.cid-s5dzU5h63p .animated-element {
  color: #369898;
}
.cid-s5dzU5h63p .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #369898;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s5dzU5h63p .mbr-section-title {
  color: #ffffff;
}
.cid-s5dzU5h63p .mbr-section-text,
.cid-s5dzU5h63p .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvfEBwytB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEvfEBwytB .google-map {
  height: 25rem;
  position: relative;
}
.cid-rEvfEBwytB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rEvfEBwytB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rEvfEBwytB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rEvfEBwytB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-rEvfEBwytB .map1 {
    padding-right: 2rem;
  }
  .cid-rEvfEBwytB .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-rEvfEBwytB .map1 {
    padding-bottom: 2rem;
  }
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucE87S6cBr {
  padding-top: 120px;
  background-color: #383838;
}
.cid-ucE87S6cBr .container {
  margin-bottom: 15%;
}
.cid-ucE87S6cBr .content-container .btn-bgr {
  z-index: 0;
}
.cid-ucE87S6cBr .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-ucE87S6cBr .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-ucE87S6cBr .box-item:first-child {
  background-color: #64a49c;
  margin-top: -200px;
}
.cid-ucE87S6cBr .box-item:nth-child(2) {
  background-color: #767676;
}
.cid-ucE87S6cBr .box-item:last-child {
  background-color: #64a49c;
}
.cid-ucE87S6cBr .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-ucE87S6cBr .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-ucE87S6cBr .box-list li:last-child {
  border-bottom: none;
}
.cid-ucE87S6cBr .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-ucE87S6cBr .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-ucE87S6cBr .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ucE87S6cBr .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-ucE87S6cBr .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-ucE87S6cBr .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-ucE87S6cBr .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-ucE87S6cBr .mbr-text,
.cid-ucE87S6cBr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucE87S6cBr H1 {
  color: #ffffff;
  text-align: center;
}
.cid-JLQH4XJr9r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #64a49c;
}
.cid-JLQH4XJr9r .dahomy-service4 h3 a {
  color: #000000;
}
.cid-JLQH4XJr9r .dahomy-service4 {
  text-align: center;
  position: relative;
  padding: 40px 60px;
  background-color: #ffffff;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 30px;
  z-index: 1;
}
.cid-JLQH4XJr9r .dahomy-service4:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.cid-JLQH4XJr9r .dahomy-service4 i {
  display: inline-block;
  color: #5b686b;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 18px;
}
.cid-JLQH4XJr9r .dahomy-service4 h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.cid-JLQH4XJr9r .dahomy-service4 h3 a:hover {
  letter-spacing: 1px;
}
.cid-JLQH4XJr9r .dahomy-service4 p {
  margin-bottom: 14px;
}
.cid-JLQH4XJr9r .dahomy-service4 .services-btn {
  display: inline-block;
  color: #5b686b;
  font-weight: 600;
  border-bottom: 1px solid #5b686b;
}
.cid-JLQH4XJr9r .dahomy-service4 .services-btn:hover {
  letter-spacing: 1px;
}
.cid-JLQH4XJr9r .dahomy-service4.active {
  background-color: #5b686b;
}
.cid-JLQH4XJr9r .dahomy-service4.active:before {
  border-top: 230px solid #ffffff;
  opacity: 0.15;
}
.cid-JLQH4XJr9r .dahomy-service4.active:after {
  border-bottom: 230px solid #ffffff;
  opacity: 0.15;
}
.cid-JLQH4XJr9r .dahomy-service4.active i {
  color: #ffffff;
}
.cid-JLQH4XJr9r .dahomy-service4.active h3 a {
  color: #ffffff;
}
.cid-JLQH4XJr9r .dahomy-service4.active p {
  color: #ffffff;
}
.cid-JLQH4XJr9r .dahomy-service4.active .services-btn {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-JLQH4XJr9r .card-overlay {
  position: relative;
  overflow: hidden;
}
.cid-JLQH4XJr9r .card-overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-top: 230px solid #5b686b;
  border-right: 240px solid transparent;
  opacity: .1;
  z-index: -1;
  -webkit-transition: .5s all ease;
  transition: 0.5s all ease;
}
.cid-JLQH4XJr9r .card-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-bottom: 230px solid #5b686b;
  border-right: 240px solid transparent;
  opacity: .1;
  z-index: -1;
  -webkit-transition: .5s all ease;
  transition: 0.5s all ease;
}
.cid-s47HDrp7yt {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-10-1920x1080.jpg");
}
.cid-s47HDrp7yt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s47HDrp7yt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s47HDrp7yt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s47HDrp7yt H3 {
  color: #64a49c;
}
.cid-s47HRMPgwC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s47HRMPgwC .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s47HRMPgwC .mbr-figure img {
  height: 275px;
  width: 275px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-s47HRMPgwC .mbr-text,
.cid-s47HRMPgwC .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s47HRMPgwC img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-s47Ib70DHP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-s47Ib70DHP h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s47Ib70DHP .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s47Ib70DHP .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s47Ib70DHP .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-s47Ib70DHP .card-title {
  margin-bottom: 0;
}
.cid-s47Ib70DHP .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s47Ib70DHP .svg-gradient {
  position: absolute;
}
.cid-s47Ib70DHP ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s47Ib70DHP .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s47Ib70DHP .mbr-section-title {
  color: #ffffff;
}
.cid-s47Ib70DHP H4 {
  color: #ffffff;
}
.cid-s47Ib70DHP .card-text {
  color: #efefef;
}
.cid-s48d41sJbS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s48d41sJbS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s48d41sJbS img:hover {
  transform: scale(1.1);
}
.cid-s48d41sJbS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s48d41sJbS h2 {
  padding: 0;
  margin: 0;
}
.cid-s48d41sJbS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48d41sJbS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s48d41sJbS .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-s48d41sJbS .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s48d41sJbS .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s48d41sJbS .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s48d41sJbS .mbr-iconfont {
  margin: 0!important;
}
.cid-s48d41sJbS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s48d41sJbS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s48d41sJbS .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s48d41sJbS .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s48d41sJbS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s48d41sJbS H2 {
  color: #333333;
}
.cid-s48d41sJbS .mbr-text {
  color: #767676;
}
.cid-s48d41sJbS H3 {
  color: #068fbe;
}
.cid-s48d1RH9Ab {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-15.gif");
}
.cid-s48d1RH9Ab .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-s48d1RH9Ab .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s48d1RH9Ab .card-img {
  margin-bottom: 1rem;
}
.cid-s48d1RH9Ab .card-img span {
  font-size: 60px;
}
.cid-s5uhRt7IaX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s5uhRt7IaX .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-s5uhRt7IaX .image-block: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-s5uhRt7IaX .image-block:hover:before {
  opacity: 0.2;
}
.cid-s5uhRt7IaX .image-block:hover .wrap {
  opacity: 1;
}
.cid-s5uhRt7IaX h4 {
  letter-spacing: 2px;
}
.cid-s5uhRt7IaX figcaption {
  position: relative;
}
.cid-s5uhRt7IaX figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s5uhRt7IaX img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-s5uhRt7IaX .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-s5uhRt7IaX .wrap {
    opacity: 1!important;
  }
  .cid-s5uhRt7IaX .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s5tAJwYPxg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5tAJwYPxg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5tAJwYPxg .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s5tAJwYPxg .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s5tAJwYPxg .media-content {
  padding-left: 2rem;
}
.cid-s5tAJwYPxg textarea {
  min-height: 150px;
}
.cid-s5tAJwYPxg .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s5tAJwYPxg .form-control,
.cid-s5tAJwYPxg .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-s5tAJwYPxg .form-control input::-webkit-input-placeholder,
.cid-s5tAJwYPxg .field-input input::-webkit-input-placeholder,
.cid-s5tAJwYPxg .form-control textarea::-webkit-input-placeholder,
.cid-s5tAJwYPxg .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-s5tAJwYPxg .form-control input:-moz-placeholder,
.cid-s5tAJwYPxg .field-input input:-moz-placeholder,
.cid-s5tAJwYPxg .form-control textarea:-moz-placeholder,
.cid-s5tAJwYPxg .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-s5tAJwYPxg .form-control:hover,
.cid-s5tAJwYPxg .field-input:hover,
.cid-s5tAJwYPxg .form-control:focus,
.cid-s5tAJwYPxg .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5tAJwYPxg .form-control:hover input::-webkit-input-placeholder,
.cid-s5tAJwYPxg .field-input:hover input::-webkit-input-placeholder,
.cid-s5tAJwYPxg .form-control:focus input::-webkit-input-placeholder,
.cid-s5tAJwYPxg .field-input:focus input::-webkit-input-placeholder,
.cid-s5tAJwYPxg .form-control:hover textarea::-webkit-input-placeholder,
.cid-s5tAJwYPxg .field-input:hover textarea::-webkit-input-placeholder,
.cid-s5tAJwYPxg .form-control:focus textarea::-webkit-input-placeholder,
.cid-s5tAJwYPxg .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s5tAJwYPxg .form-control:hover input:-moz-placeholder,
.cid-s5tAJwYPxg .field-input:hover input:-moz-placeholder,
.cid-s5tAJwYPxg .form-control:focus input:-moz-placeholder,
.cid-s5tAJwYPxg .field-input:focus input:-moz-placeholder,
.cid-s5tAJwYPxg .form-control:hover textarea:-moz-placeholder,
.cid-s5tAJwYPxg .field-input:hover textarea:-moz-placeholder,
.cid-s5tAJwYPxg .form-control:focus textarea:-moz-placeholder,
.cid-s5tAJwYPxg .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s5tAJwYPxg .jq-number__spin:hover,
.cid-s5tAJwYPxg .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5tAJwYPxg .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5tAJwYPxg .jq-selectbox li,
.cid-s5tAJwYPxg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5tAJwYPxg .jq-selectbox li:hover,
.cid-s5tAJwYPxg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5tAJwYPxg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5tAJwYPxg .jq-number__spin.minus:hover:after,
.cid-s5tAJwYPxg .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5tAJwYPxg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5tAJwYPxg .jq-number__spin.minus:after,
.cid-s5tAJwYPxg .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5tAJwYPxg input::-webkit-clear-button {
  display: none;
}
.cid-s5tAJwYPxg input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5tAJwYPxg input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5tAJwYPxg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s5tAJwYPxg .mbr-text,
.cid-s5tAJwYPxg .mbr-section-btn {
  color: #767676;
}
.cid-s5tAJwYPxg .text2,
.cid-s5tAJwYPxg .mbr-section-btn {
  color: #068fbe;
}
@media (max-width: 992px) {
  .cid-s5tAJwYPxg .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-s5tAJwYPxg H3 {
  color: #068fbe;
}
.cid-s5tBIVTfzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5tBIVTfzY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tBIVTfzY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tBIVTfzY .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-s5tBIVTfzY .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-s5tBIVTfzY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s5tBIVTfzY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5tBIVTfzY .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-s5tBIVTfzY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5tBIVTfzY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5tBIVTfzY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5tBIVTfzY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5tBIVTfzY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5tBIVTfzY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5tBIVTfzY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s48jwAVThl {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-s48jwAVThl .mbr-iconfont {
  color: #bbe2e2 !important;
  font-size: 3.5rem!important;
}
.cid-s48jwAVThl .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-s48jwAVThl .link {
  margin: 0;
}
.cid-s48jwAVThl .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s48jwAVThl .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s48jwAVThl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s48jwAVThl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s48jwAVThl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s48jwAVThl .btn {
  margin: 0.2rem!important;
}
.cid-s48jwAVThl H3 {
  color: #068fbe;
}
.cid-s48k3dSXJo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s48k3dSXJo H1 {
  color: #232323;
}
.cid-s48k3dSXJo .mbr-text,
.cid-s48k3dSXJo .mbr-section-btn {
  color: #767676;
}
.cid-s48k3dSXJo .img1 {
  box-shadow: 0 10px 55px 5px rgba(93, 107, 110, 0.35);
  border-radius: 10px;
}
.cid-s48k3dSXJo .relative {
  position: relative;
}
.cid-s48k3dSXJo .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s48k3dSXJo .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s48k3dSXJo .card-img2 .img2 {
  width: 120%;
}
.cid-s48k3dSXJo .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s48k3dSXJo .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s48k3dSXJo .img2 {
  box-shadow: 0 10px 55px 5px rgba(93, 107, 110, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-s48kg1fwwP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s48kg1fwwP .card-icon {
  font-size: 56px;
  color: #068fbe;
  transition: color 0.3s;
}
.cid-s48kg1fwwP .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s48kg1fwwP .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-s48kg1fwwP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #d2a264;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s48kg1fwwP .card {
  padding: 0!important;
}
.cid-s48kg1fwwP .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-s48kg1fwwP .card-wrapper:hover {
  background: #068fbe;
}
.cid-s48kg1fwwP .card-wrapper:hover .card-icon {
  color: #64a49c;
}
.cid-s48kg1fwwP .card-wrapper:hover .line {
  background: #64a49c;
}
.cid-s48kg1fwwP .card1 {
  background: #64a49c;
}
.cid-s48kg1fwwP .card2 {
  background: #6aa8a0;
}
.cid-s48kg1fwwP .card3 {
  background: #71aca4;
}
.cid-s48kg1fwwP .card4 {
  background: #77afa8;
}
.cid-s48kg1fwwP .card5 {
  background: #7eb3ac;
}
.cid-s48kg1fwwP .card6 {
  background: #84b7b1;
}
.cid-s48kg1fwwP .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-s48kg1fwwP .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-s48kg1fwwP .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s48kE4jnhu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-2-1600x10671.png");
}
.cid-s48kE4jnhu .card-box {
  padding: 0rem;
}
.cid-s48kE4jnhu .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s48kE4jnhu .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s48kE4jnhu .big h4 {
  margin: 0;
}
.cid-s48kE4jnhu .card {
  padding: 0;
  min-height: 300px;
}
.cid-s48kE4jnhu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s48kE4jnhu .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s48kE4jnhu .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s48kE4jnhu .card-wrapper {
    padding: 4rem;
  }
}
.cid-s48kE4jnhu .cardbg1 {
  background: #465052;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s48kE4jnhu .cardbg2 {
  background: #465052;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s48kE4jnhu .main-title {
  color: #bbe2e2;
}
.cid-s48kE4jnhu .card-title,
.cid-s48kE4jnhu .mbr-section-btn {
  color: #ffffff;
}
.cid-s48kE4jnhu .card-text {
  color: #bbe2e2;
}
.cid-s48kir5pKW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s48kir5pKW h4 {
  margin-bottom: 0;
}
.cid-s48kir5pKW p {
  color: #767676;
}
.cid-s48kir5pKW .cardcenter {
  background-color: #64a49c;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s48kir5pKW .cardcenter:hover {
  background-color: #bbe2e2;
}
.cid-s48kir5pKW .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s48kir5pKW .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s48kir5pKW .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s48kir5pKW .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s48kir5pKW .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s48kir5pKW .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #64a49c !important;
  box-shadow: none!important;
}
.cid-s48kir5pKW .btn[class*="-outline"]:active,
.cid-s48kir5pKW .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s48kir5pKW .card-box {
  padding-top: 2rem;
}
.cid-s48kir5pKW .card-wrapper {
  height: 100%;
}
.cid-s48kir5pKW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s48kir5pKW img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s48kir5pKW .card-title {
  color: #149dcc;
}
.cid-s48kir5pKW .main-title {
  color: #232323;
}
.cid-s48kir5pKW .text {
  color: #ffffff;
}
.cid-s48kir5pKW .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s48kir5pKW .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s48kir5pKW .link {
    margin: auto;
  }
}
.cid-s48kngYdSu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s48kngYdSu .container-fluid {
  padding: 0 3rem;
}
.cid-s48kngYdSu .card {
  display: block;
}
.cid-s48kngYdSu .card .card-wrapper {
  height: 1%;
}
.cid-s48kngYdSu .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-s48kngYdSu .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s48kngYdSu .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s48kngYdSu .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-s48kngYdSu .container-fluid {
    padding: 0 1rem;
  }
  .cid-s48kngYdSu .text-row {
    padding-bottom: 1rem;
  }
}
.cid-s48kngYdSu H2 {
  color: #64a49c;
}
.cid-s48kvOf21y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s48kvOf21y .card-box {
  padding: 0rem;
}
.cid-s48kvOf21y .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s48kvOf21y .card {
  padding: 0;
  margin: auto;
}
.cid-s48kvOf21y .card-img {
  height: 400px;
}
.cid-s48kvOf21y .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s48kvOf21y .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s48kvOf21y .card-wrapper {
    padding: 4rem;
  }
}
.cid-s48k4NrLXV {
  overflow: hidden !important;
  background: linear-gradient(to right, #1a1919 0%, #1a1919 30%, #5b686b 30%, #5b686b 100%);
}
.cid-s48k4NrLXV .animated-element {
  color: #efefef;
}
.cid-s48k4NrLXV .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-s48k4NrLXV .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-s48k4NrLXV {
    background: #5b686b;
  }
}
.cid-s48k4NrLXV .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s48k4NrLXV .mbr-text,
.cid-s48k4NrLXV .mbr-section-btn {
  color: #efefef;
}
.cid-s48k4NrLXV .mbr-section-title {
  color: #64a49c;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s4klhkH6Yf {
  background-image: url("../../../assets/images/ecommerce-website-design-services-durban-1680x1050.jpg");
}
.cid-s4klhkH6Yf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s4klhkH6Yf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4klhkH6Yf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4klhkH6Yf H3 {
  color: #64a49c;
}
.cid-s4kw3pzVlp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4kw3pzVlp .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s4kw3pzVlp .mbr-section-title {
  margin: 0;
}
.cid-s4kw3pzVlp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s4kw3pzVlp .card-img span {
  color: #068fbe;
}
.cid-s4kw3pzVlp .row-item {
  margin-bottom: 2rem;
}
.cid-s4kw3pzVlp .row-item:hover .wrapper {
  background: linear-gradient(90deg, #043059, #068fbe);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s4kw3pzVlp .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s4kw3pzVlp .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s4kw3pzVlp .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s4kqMqf7cC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-s4kqMqf7cC .mbr-text {
    text-align: center;
  }
}
.cid-s4kqMqf7cC .container-fluid {
  padding: 0;
}
.cid-s4kqMqf7cC .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s4kqMqf7cC img {
  height: 100%;
  object-fit: cover;
}
.cid-s4kqMqf7cC .mbr-figure {
  height: 100%;
}
.cid-s4kqMqf7cC .col-lg-7 {
  padding: 0;
}
.cid-s4kqMqf7cC .row {
  margin: 0;
}
.cid-s4kqMqf7cC H3 {
  color: #64a49c;
}
.cid-s4kqMqf7cC H1 {
  color: #bbe2e2;
}
.cid-s4kqMqf7cC .mbr-text,
.cid-s4kqMqf7cC .mbr-section-btn {
  color: #bbe2e2;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s4kDcIxHGI {
  background-image: url("../../../assets/images/ebrand-studio-web-app-design-8-2000x1263.jpg");
}
.cid-s4kDcIxHGI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s4kDcIxHGI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4kDcIxHGI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4kDcIxHGI H3 {
  color: #068fbe;
}
.cid-s4kYTmJkys {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4kYTmJkys .mbr-text {
  color: #767676;
}
.cid-s4kYTmJkys .mbr-iconfont {
  color: #64a49c !important;
  font-size: 3.5rem!important;
}
.cid-s4kYTmJkys .link {
  margin: 0;
}
.cid-s4kYTmJkys .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s4kYTmJkys .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s4kYTmJkys .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4kYTmJkys .card {
    margin-bottom: 3rem;
  }
}
.cid-s4l1vnHhlQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/2936591612-0f6d2a2b1a-o-1280x800.png");
}
.cid-s4l1vnHhlQ .card-box {
  padding: 0rem;
}
.cid-s4l1vnHhlQ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4l1vnHhlQ .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4l1vnHhlQ .big h4 {
  margin: 0;
}
.cid-s4l1vnHhlQ .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4l1vnHhlQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4l1vnHhlQ .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4l1vnHhlQ .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4l1vnHhlQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4l1vnHhlQ .cardbg1 {
  background: #c1c1c1;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4l1vnHhlQ .cardbg2 {
  background: #64a49c;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4l1vnHhlQ .main-title {
  color: #ffffff;
}
.cid-s4l4FJ3btJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/preview-psdboom-1000x750.jpg");
}
.cid-s4l4FJ3btJ .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-s4l4FJ3btJ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s4l4FJ3btJ .card-img {
  margin-bottom: 1rem;
}
.cid-s4l4FJ3btJ .card-img span {
  font-size: 60px;
}
.cid-s4l4zlFGS3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bbe2e2;
}
.cid-s4l4zlFGS3 .mbr-text {
  color: #767676;
}
.cid-s4l4zlFGS3 .card-subtitle {
  margin: 0;
}
.cid-s4l4zlFGS3 .link {
  margin: 0;
}
.cid-s4l4zlFGS3 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s4l4zlFGS3 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s4l4zlFGS3 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s4l4zlFGS3 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s4l4zlFGS3 .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-s4l4zlFGS3 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s4l4zlFGS3 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s4l4zlFGS3 .row {
  justify-content: center;
}
.cid-s4l4zlFGS3 .card {
  margin-bottom: 4rem;
}
.cid-s4l99nLVUD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #64a49c;
}
.cid-s4l99nLVUD .mbr-text {
  color: #767676;
}
.cid-s4l99nLVUD .card-subtitle {
  margin: 0;
}
.cid-s4l99nLVUD .link {
  margin: 0;
}
.cid-s4l99nLVUD .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s4l99nLVUD .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s4l99nLVUD img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s4l99nLVUD .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s4l99nLVUD .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-s4l99nLVUD .card-img:hover:before {
  opacity: 0.4;
}
.cid-s4l99nLVUD .card-img:hover img {
  transform: scale(1.05);
}
.cid-s4l99nLVUD .row {
  justify-content: center;
}
.cid-s4l99nLVUD .card {
  margin-bottom: 4rem;
}
.cid-s4l99nLVUD .mbr-text,
.cid-s4l99nLVUD .link {
  color: #465052;
}
.cid-s5tAWpGBEg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5tAWpGBEg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5tAWpGBEg .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s5tAWpGBEg .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s5tAWpGBEg .media-content {
  padding-left: 2rem;
}
.cid-s5tAWpGBEg textarea {
  min-height: 150px;
}
.cid-s5tAWpGBEg .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s5tAWpGBEg .form-control,
.cid-s5tAWpGBEg .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-s5tAWpGBEg .form-control input::-webkit-input-placeholder,
.cid-s5tAWpGBEg .field-input input::-webkit-input-placeholder,
.cid-s5tAWpGBEg .form-control textarea::-webkit-input-placeholder,
.cid-s5tAWpGBEg .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-s5tAWpGBEg .form-control input:-moz-placeholder,
.cid-s5tAWpGBEg .field-input input:-moz-placeholder,
.cid-s5tAWpGBEg .form-control textarea:-moz-placeholder,
.cid-s5tAWpGBEg .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-s5tAWpGBEg .form-control:hover,
.cid-s5tAWpGBEg .field-input:hover,
.cid-s5tAWpGBEg .form-control:focus,
.cid-s5tAWpGBEg .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5tAWpGBEg .form-control:hover input::-webkit-input-placeholder,
.cid-s5tAWpGBEg .field-input:hover input::-webkit-input-placeholder,
.cid-s5tAWpGBEg .form-control:focus input::-webkit-input-placeholder,
.cid-s5tAWpGBEg .field-input:focus input::-webkit-input-placeholder,
.cid-s5tAWpGBEg .form-control:hover textarea::-webkit-input-placeholder,
.cid-s5tAWpGBEg .field-input:hover textarea::-webkit-input-placeholder,
.cid-s5tAWpGBEg .form-control:focus textarea::-webkit-input-placeholder,
.cid-s5tAWpGBEg .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s5tAWpGBEg .form-control:hover input:-moz-placeholder,
.cid-s5tAWpGBEg .field-input:hover input:-moz-placeholder,
.cid-s5tAWpGBEg .form-control:focus input:-moz-placeholder,
.cid-s5tAWpGBEg .field-input:focus input:-moz-placeholder,
.cid-s5tAWpGBEg .form-control:hover textarea:-moz-placeholder,
.cid-s5tAWpGBEg .field-input:hover textarea:-moz-placeholder,
.cid-s5tAWpGBEg .form-control:focus textarea:-moz-placeholder,
.cid-s5tAWpGBEg .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s5tAWpGBEg .jq-number__spin:hover,
.cid-s5tAWpGBEg .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5tAWpGBEg .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5tAWpGBEg .jq-selectbox li,
.cid-s5tAWpGBEg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5tAWpGBEg .jq-selectbox li:hover,
.cid-s5tAWpGBEg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5tAWpGBEg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5tAWpGBEg .jq-number__spin.minus:hover:after,
.cid-s5tAWpGBEg .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5tAWpGBEg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5tAWpGBEg .jq-number__spin.minus:after,
.cid-s5tAWpGBEg .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5tAWpGBEg input::-webkit-clear-button {
  display: none;
}
.cid-s5tAWpGBEg input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5tAWpGBEg input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5tAWpGBEg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s5tAWpGBEg .mbr-text,
.cid-s5tAWpGBEg .mbr-section-btn {
  color: #767676;
}
.cid-s5tAWpGBEg .text2,
.cid-s5tAWpGBEg .mbr-section-btn {
  color: #068fbe;
}
@media (max-width: 992px) {
  .cid-s5tAWpGBEg .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-s5tAWpGBEg H3 {
  color: #068fbe;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s4gJfdu0TK {
  background-image: url("../../../assets/images/seo-search-engine-optimization-services-durban-1920x1080.jpg");
}
.cid-s4gJfdu0TK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s4gJfdu0TK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4gJfdu0TK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4gJfdu0TK H3 {
  color: #068fbe;
}
.cid-s4gOUzpGHq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4gOUzpGHq .mbr-text {
  color: #767676;
}
.cid-s4gOUzpGHq .mbr-iconfont {
  color: #068fbe !important;
  font-size: 3.5rem!important;
}
.cid-s4gOUzpGHq .link {
  margin: 0;
  color: #068fbe;
}
.cid-s4gOUzpGHq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s4gOUzpGHq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s4gOUzpGHq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4gOUzpGHq .card {
    margin-bottom: 3rem;
  }
}
.cid-s4ji3mWlPF {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s4ji3mWlPF .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s4ji3mWlPF .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s4ji3mWlPF .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s4ji3mWlPF .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s4ji3mWlPF .mbr-section-subtitle,
.cid-s4ji3mWlPF .mbr-section-btn {
  color: #767676;
}
.cid-s4jR5Hb4sl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4jR5Hb4sl .card-box {
  padding: 0rem;
}
.cid-s4jR5Hb4sl .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4jR5Hb4sl .card {
  padding: 0;
  height: 100%;
}
.cid-s4jR5Hb4sl .card-img {
  height: 400px;
}
.cid-s4jR5Hb4sl .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4jR5Hb4sl .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-s4jR5Hb4sl .cardbg {
  background: #ffffff;
  height: auto;
}
.cid-s4jR5Hb4sl .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-s4jR5Hb4sl .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4k3Ol1BA9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s4k3Ol1BA9 .mbr-text {
    text-align: center;
  }
}
.cid-s4k3Ol1BA9 .container-fluid {
  padding: 0;
}
.cid-s4k3Ol1BA9 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-s4k3Ol1BA9 img {
  height: 100%;
  object-fit: cover;
}
.cid-s4k3Ol1BA9 .mbr-figure {
  height: 100%;
}
.cid-s4k3Ol1BA9 .col-lg-6 {
  padding: 0;
}
.cid-s4k3Ol1BA9 .row {
  margin: 0;
}
.cid-s4k3Ol1BA9 H3 {
  color: #068fbe;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s4kyLZouAF {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/elearning-web-design-1920x1080.jpg");
}
.cid-s4kyLZouAF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s4kyLZouAF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4kyLZouAF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4kyLZouAF H3 {
  color: #64a49c;
}
.cid-s4lVWf63ql {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4lVWf63ql .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4lVWf63ql .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4lVWf63ql .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s4lVWf63ql .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s4lVWf63ql .process-icon,
.cid-s4lVWf63ql .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s4lVWf63ql .wrapper,
.cid-s4lVWf63ql .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s4lVWf63ql .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #64a49c;
  opacity: .4;
}
.cid-s4lVWf63ql .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s4lVWf63ql .icon-container a {
  display: inherit;
}
.cid-s4lVWf63ql .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #067093 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s4lVWf63ql .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s4lVWf63ql .icon-main:hover .icon-wrapper {
  background-color: #067093 !important;
}
.cid-s4lVWf63ql .icon-main:hover .icon-number {
  background-color: #64a49c !important;
  color: #ffffff !important;
}
.cid-s4lVWf63ql .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s4lVWf63ql .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s4lVWf63ql .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s4lVWf63ql .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s4lVWf63ql .mbr-section-title {
  margin: 0;
}
.cid-s4lVWf63ql .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s4lWc5ufp1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/global-social-media-usage-heatmap-uhd-8k-wallpaper-2000x1125.jpg");
}
.cid-s4lWc5ufp1 .card-box {
  padding: 0rem;
}
.cid-s4lWc5ufp1 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4lWc5ufp1 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4lWc5ufp1 .big h4 {
  margin: 0;
}
.cid-s4lWc5ufp1 .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4lWc5ufp1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4lWc5ufp1 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4lWc5ufp1 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4lWc5ufp1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4lWc5ufp1 .cardbg1 {
  background: #64a49c;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4lWc5ufp1 .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4lWc5ufp1 .main-title {
  color: #ffffff;
}
.cid-s4lWc5ufp1 .card-title,
.cid-s4lWc5ufp1 .mbr-section-btn {
  color: #ffffff;
}
.cid-s4lWb6ovxE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4lWb6ovxE H1 {
  color: #232323;
}
.cid-s4lWb6ovxE .mbr-text,
.cid-s4lWb6ovxE .mbr-section-btn {
  color: #767676;
}
.cid-s4lWb6ovxE .img-box {
  position: relative;
}
.cid-s4lWb6ovxE .card-ico span {
  font-size: 96px;
  color: #64a49c;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s4lWb6ovxE .card-ico .ico1 {
  background-color: #043059;
}
.cid-s4lWb6ovxE .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s4lWb6ovxE .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-s4lWb6ovxE .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-s4lWb6ovxE .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-s4lWb6ovxE img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(93, 107, 110, 0.35);
}
@media (max-width: 992px) {
  .cid-s4lWb6ovxE .img-box {
    height: 500px;
  }
  .cid-s4lWb6ovxE .img1 {
    left: 1rem;
  }
  .cid-s4lWb6ovxE .img2 {
    right: 1rem;
  }
  .cid-s4lWb6ovxE img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s4lWb6ovxE img {
    width: 60%;
  }
  .cid-s4lWb6ovxE .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s4lWb6ovxE .author-box {
    justify-content: center;
  }
  .cid-s4lWb6ovxE .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s4lWb6ovxE .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-s4lWb6ovxE .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s4lWb6ovxE .card-ico span {
    margin-right: 0rem;
  }
}
.cid-s4lWb6ovxE .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s4lWb6ovxE .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s4lWb6ovxE .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s4lWb6ovxE h3,
.cid-s4lWb6ovxE h4 {
  margin: 0;
  padding: 0;
}
.cid-s4lWb6ovxE .card-title,
.cid-s4lWb6ovxE .mbr-section-subtitle {
  color: #232323;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s4lx15GVCD {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/social-media-marketing-services-1024x684.jpg");
}
.cid-s4lx15GVCD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s4lx15GVCD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4lx15GVCD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s4lx15GVCD H3 {
  color: #64a49c;
}
.cid-s4HtkVxSJv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4HtkVxSJv .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4HtkVxSJv .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s4HtkVxSJv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s4HtkVxSJv .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s4HtkVxSJv .process-icon,
.cid-s4HtkVxSJv .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s4HtkVxSJv .wrapper,
.cid-s4HtkVxSJv .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s4HtkVxSJv .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #64a49c;
  opacity: .4;
}
.cid-s4HtkVxSJv .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s4HtkVxSJv .icon-container a {
  display: inherit;
}
.cid-s4HtkVxSJv .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #067093 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s4HtkVxSJv .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s4HtkVxSJv .icon-main:hover .icon-wrapper {
  background-color: #067093 !important;
}
.cid-s4HtkVxSJv .icon-main:hover .icon-number {
  background-color: #64a49c !important;
  color: #ffffff !important;
}
.cid-s4HtkVxSJv .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s4HtkVxSJv .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s4HtkVxSJv .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s4HtkVxSJv .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s4HtkVxSJv .mbr-section-title {
  margin: 0;
}
.cid-s4HtkVxSJv .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s5dgtKKXYV {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-s5dgtKKXYV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s5dgtKKXYV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5dgtKKXYV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5dgtKKXYV H3 {
  color: #068fbe;
}
.cid-s5dh1PQm7Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5dh1PQm7Z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5dh1PQm7Z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5dh1PQm7Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5dh1PQm7Z .mbr-text,
.cid-s5dh1PQm7Z .mbr-section-btn {
  color: #767676;
}
.cid-s5dh1PQm7Z H3 {
  color: #068fbe;
}
.cid-s5dkevliTa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5dkevliTa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5dkevliTa .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s5dkevliTa .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s5dkevliTa textarea {
  min-height: 150px;
}
.cid-s5dkevliTa .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #068fbe;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s5dkevliTa .form-control,
.cid-s5dkevliTa .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-s5dkevliTa .form-control input::-webkit-input-placeholder,
.cid-s5dkevliTa .field-input input::-webkit-input-placeholder,
.cid-s5dkevliTa .form-control textarea::-webkit-input-placeholder,
.cid-s5dkevliTa .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-s5dkevliTa .form-control input:-moz-placeholder,
.cid-s5dkevliTa .field-input input:-moz-placeholder,
.cid-s5dkevliTa .form-control textarea:-moz-placeholder,
.cid-s5dkevliTa .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-s5dkevliTa .form-control:hover,
.cid-s5dkevliTa .field-input:hover,
.cid-s5dkevliTa .form-control:focus,
.cid-s5dkevliTa .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5dkevliTa .form-control:hover input::-webkit-input-placeholder,
.cid-s5dkevliTa .field-input:hover input::-webkit-input-placeholder,
.cid-s5dkevliTa .form-control:focus input::-webkit-input-placeholder,
.cid-s5dkevliTa .field-input:focus input::-webkit-input-placeholder,
.cid-s5dkevliTa .form-control:hover textarea::-webkit-input-placeholder,
.cid-s5dkevliTa .field-input:hover textarea::-webkit-input-placeholder,
.cid-s5dkevliTa .form-control:focus textarea::-webkit-input-placeholder,
.cid-s5dkevliTa .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s5dkevliTa .form-control:hover input:-moz-placeholder,
.cid-s5dkevliTa .field-input:hover input:-moz-placeholder,
.cid-s5dkevliTa .form-control:focus input:-moz-placeholder,
.cid-s5dkevliTa .field-input:focus input:-moz-placeholder,
.cid-s5dkevliTa .form-control:hover textarea:-moz-placeholder,
.cid-s5dkevliTa .field-input:hover textarea:-moz-placeholder,
.cid-s5dkevliTa .form-control:focus textarea:-moz-placeholder,
.cid-s5dkevliTa .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s5dkevliTa .jq-number__spin:hover,
.cid-s5dkevliTa .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5dkevliTa .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5dkevliTa .jq-selectbox li,
.cid-s5dkevliTa .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5dkevliTa .jq-selectbox li:hover,
.cid-s5dkevliTa .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5dkevliTa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5dkevliTa .jq-number__spin.minus:hover:after,
.cid-s5dkevliTa .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5dkevliTa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5dkevliTa .jq-number__spin.minus:after,
.cid-s5dkevliTa .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5dkevliTa input::-webkit-clear-button {
  display: none;
}
.cid-s5dkevliTa input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5dkevliTa input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5dkevliTa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-s5dl3fXNs7 {
  background-image: url("../../../assets/images/website-design-durban-ebrand-studio-37-2000x1320.jpg");
}
.cid-s5dl3fXNs7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5dl3fXNs7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5dl3fXNs7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5dl3fXNs7 H3 {
  color: #64a49c;
}
.cid-s5dlbjoxvG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5dlbjoxvG .mbr-section-subtitle {
  color: #767676;
}
.cid-s5dlbjoxvG .mbr-text {
  color: #767676;
}
.cid-s5dlbjoxvG .card {
  display: block;
  position: relative;
}
.cid-s5dlbjoxvG .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s5dlbjoxvG .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5dlbjoxvG .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s5dlbjoxvG .card-wrapper .card-img .mbr-overlay {
  background: #068fbe;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
  background: linear-gradient(135deg, #068fbe, #043059);
}
.cid-s5dlbjoxvG .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s5dlbjoxvG .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s5dlbjoxvG .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s5dlbjoxvG .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s5dlbjoxvG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5dlbjoxvG .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s5dlbjoxvG .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s5dlbjoxvG .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-s5dlbjoxvG .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s5dlbjoxvG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s5dlbjoxvG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s5dlbjoxvG .mbr-section-title,
  .cid-s5dlbjoxvG .underline,
  .cid-s5dlbjoxvG .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s5dmvqkDrb {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s5dmvqkDrb .mbr-section-subtitle {
  color: #767676;
}
.cid-s5dmvqkDrb .mbr-text {
  color: #767676;
}
.cid-s5dmvqkDrb .card {
  display: block;
  position: relative;
}
.cid-s5dmvqkDrb .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s5dmvqkDrb .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5dmvqkDrb .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-s5dmvqkDrb .card-wrapper .card-img .mbr-overlay {
  background: #068fbe;
  display: block;
  opacity: 0.8;
  transition: all .3s;
  border-bottom-left-radius: 50%;
  background: linear-gradient(135deg, #068fbe, #043059);
}
.cid-s5dmvqkDrb .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-s5dmvqkDrb .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s5dmvqkDrb .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s5dmvqkDrb .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s5dmvqkDrb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5dmvqkDrb .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-s5dmvqkDrb .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-s5dmvqkDrb .popup-btn:hover .mbr-overlay {
  opacity: 0.8;
  height: 100%;
}
.cid-s5dmvqkDrb .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s5dmvqkDrb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s5dmvqkDrb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-s5dmvqkDrb .mbr-section-title,
  .cid-s5dmvqkDrb .underline,
  .cid-s5dmvqkDrb .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s5tBegSiUY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5tBegSiUY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5tBegSiUY .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-s5tBegSiUY .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-s5tBegSiUY .media-content {
  padding-left: 2rem;
}
.cid-s5tBegSiUY textarea {
  min-height: 150px;
}
.cid-s5tBegSiUY .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-s5tBegSiUY .form-control,
.cid-s5tBegSiUY .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-s5tBegSiUY .form-control input::-webkit-input-placeholder,
.cid-s5tBegSiUY .field-input input::-webkit-input-placeholder,
.cid-s5tBegSiUY .form-control textarea::-webkit-input-placeholder,
.cid-s5tBegSiUY .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-s5tBegSiUY .form-control input:-moz-placeholder,
.cid-s5tBegSiUY .field-input input:-moz-placeholder,
.cid-s5tBegSiUY .form-control textarea:-moz-placeholder,
.cid-s5tBegSiUY .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-s5tBegSiUY .form-control:hover,
.cid-s5tBegSiUY .field-input:hover,
.cid-s5tBegSiUY .form-control:focus,
.cid-s5tBegSiUY .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5tBegSiUY .form-control:hover input::-webkit-input-placeholder,
.cid-s5tBegSiUY .field-input:hover input::-webkit-input-placeholder,
.cid-s5tBegSiUY .form-control:focus input::-webkit-input-placeholder,
.cid-s5tBegSiUY .field-input:focus input::-webkit-input-placeholder,
.cid-s5tBegSiUY .form-control:hover textarea::-webkit-input-placeholder,
.cid-s5tBegSiUY .field-input:hover textarea::-webkit-input-placeholder,
.cid-s5tBegSiUY .form-control:focus textarea::-webkit-input-placeholder,
.cid-s5tBegSiUY .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s5tBegSiUY .form-control:hover input:-moz-placeholder,
.cid-s5tBegSiUY .field-input:hover input:-moz-placeholder,
.cid-s5tBegSiUY .form-control:focus input:-moz-placeholder,
.cid-s5tBegSiUY .field-input:focus input:-moz-placeholder,
.cid-s5tBegSiUY .form-control:hover textarea:-moz-placeholder,
.cid-s5tBegSiUY .field-input:hover textarea:-moz-placeholder,
.cid-s5tBegSiUY .form-control:focus textarea:-moz-placeholder,
.cid-s5tBegSiUY .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s5tBegSiUY .jq-number__spin:hover,
.cid-s5tBegSiUY .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5tBegSiUY .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5tBegSiUY .jq-selectbox li,
.cid-s5tBegSiUY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5tBegSiUY .jq-selectbox li:hover,
.cid-s5tBegSiUY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5tBegSiUY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5tBegSiUY .jq-number__spin.minus:hover:after,
.cid-s5tBegSiUY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5tBegSiUY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5tBegSiUY .jq-number__spin.minus:after,
.cid-s5tBegSiUY .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s5tBegSiUY input::-webkit-clear-button {
  display: none;
}
.cid-s5tBegSiUY input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5tBegSiUY input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5tBegSiUY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s5tBegSiUY .mbr-text,
.cid-s5tBegSiUY .mbr-section-btn {
  color: #767676;
}
.cid-s5tBegSiUY .text2,
.cid-s5tBegSiUY .mbr-section-btn {
  color: #068fbe;
}
@media (max-width: 992px) {
  .cid-s5tBegSiUY .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-s5tBegSiUY H3 {
  color: #068fbe;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucvxelmc8y {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/wallpaper-the-drums-t-shirts-shirt-light-hands-1600x900.jpg");
}
.cid-ucvxelmc8y .carousel {
  z-index: 0;
}
.cid-ucvxelmc8y .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ucvxelmc8y .carousel-item.active,
.cid-ucvxelmc8y .carousel-item-next,
.cid-ucvxelmc8y .carousel-item-prev {
  display: flex;
}
.cid-ucvxelmc8y .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-ucvxelmc8y .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-ucvxelmc8y .line {
  width: 100px;
  height: 1px;
  background: #122e31;
}
.cid-ucvxelmc8y .line1 {
  margin-left: -2rem;
}
.cid-ucvxelmc8y .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-ucvxelmc8y .carousel-controls a {
  font-size: 2rem;
}
.cid-ucvxelmc8y .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-ucvxelmc8y .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-ucvxelmc8y ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-ucvxelmc8y .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #ffffff;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-ucvxelmc8y .carousel-indicators .active {
  opacity: 1;
}
.cid-ucvxelmc8y .user_text,
.cid-ucvxelmc8y .user_desk {
  color: #767676;
}
.cid-ucvxelmc8y .title,
.cid-ucvxelmc8y .line-align {
  color: #64a49c;
}
.cid-ucvxelmc8y .user_text {
  color: #efefef;
}
.cid-ucvxPs5Dx1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucvxPs5Dx1 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucvxPs5Dx1 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucvxPs5Dx1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ucvxPs5Dx1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #465052;
  display: inline-block;
}
.cid-ucvxPs5Dx1 .process-icon,
.cid-ucvxPs5Dx1 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ucvxPs5Dx1 .wrapper,
.cid-ucvxPs5Dx1 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-ucvxPs5Dx1 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #64a49c;
  opacity: .4;
}
.cid-ucvxPs5Dx1 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-ucvxPs5Dx1 .icon-container a {
  display: inherit;
}
.cid-ucvxPs5Dx1 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #465052 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-ucvxPs5Dx1 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-ucvxPs5Dx1 .icon-main:hover .icon-wrapper {
  background-color: #465052 !important;
}
.cid-ucvxPs5Dx1 .icon-main:hover .icon-number {
  background-color: #64a49c !important;
  color: #ffffff !important;
}
.cid-ucvxPs5Dx1 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-ucvxPs5Dx1 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-ucvxPs5Dx1 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ucvxPs5Dx1 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-ucvxPs5Dx1 .mbr-section-title {
  margin: 0;
}
.cid-ucvxPs5Dx1 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-ucvxPs5Dx1 .mbr-section-title,
.cid-ucvxPs5Dx1 .underline {
  color: #23725f;
}
.cid-ucvxQEdlKM {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #465052;
}
.cid-ucvxQEdlKM .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-ucvxQEdlKM .mbr-section-title {
  margin: 0;
  color: #64a49c;
}
.cid-ucvxQEdlKM .mbr-section-subtitle {
  color: #efefef;
}
.cid-ucvxQEdlKM .card-img span {
  color: #122e31;
}
.cid-ucvxQEdlKM .row-item {
  margin-bottom: 2rem;
}
.cid-ucvxQEdlKM .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f4f8fa, #f4f8fa);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-ucvxQEdlKM .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-ucvxQEdlKM .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-ucvxQEdlKM .wrapper {
  padding: 2.5rem 1rem;
  background: #64a49c;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ucvxQEdlKM .mbr-card-title,
.cid-ucvxQEdlKM .card-img {
  color: #f4f8fa;
}
.cid-ui8EwMZxKK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/custom-t-shirt-printing-services-craft-a-tshirt-4-910x607.jpg");
}
.cid-ui8EwMZxKK .container-fluid {
  padding: 0 3rem;
}
.cid-ui8EwMZxKK .card {
  display: block;
}
.cid-ui8EwMZxKK .card .card-wrapper {
  height: 1%;
}
.cid-ui8EwMZxKK .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ui8EwMZxKK .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ui8EwMZxKK .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ui8EwMZxKK .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ui8EwMZxKK .container-fluid {
    padding: 0 1rem;
  }
  .cid-ui8EwMZxKK .text-row {
    padding-bottom: 1rem;
  }
}
.cid-ui8EwMZxKK H2 {
  color: #000000;
}
.cid-ui8EwMZxKK .mbr-section-subtitle,
.cid-ui8EwMZxKK .title-btn {
  color: #efefef;
}
.cid-ui8EwMZxKK .mbr-text,
.cid-ui8EwMZxKK .card-btn {
  color: #efefef;
}
.cid-ucvJPVzB5U {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucvJPVzB5U .container-fluid {
  padding: 0 3rem;
}
.cid-ucvJPVzB5U .media-container-column {
  padding: 0 2rem;
}
.cid-ucvJPVzB5U .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #64a49c;
}
@media (max-width: 767px) {
  .cid-ucvJPVzB5U .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucvBKbqmxK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucvBKbqmxK img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ucvBKbqmxK img:hover {
  transform: scale(1.1);
}
.cid-ucvBKbqmxK .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ucvBKbqmxK h2 {
  padding: 0;
  margin: 0;
}
.cid-ucvBKbqmxK .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucvBKbqmxK .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ucvBKbqmxK .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-ucvBKbqmxK .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-ucvBKbqmxK .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-ucvBKbqmxK .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ucvBKbqmxK .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ucvBKbqmxK .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-ucvBKbqmxK .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ucvBKbqmxK H2 {
  color: #333333;
}
.cid-ucvBKbqmxK .mbr-text {
  color: #767676;
}
.cid-ucvBKbqmxK H1 {
  color: #122e31;
}
.cid-ucvBKbqmxK H3 {
  color: #64a49c;
}
.cid-ucvAA8o1LK {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-5.gif");
}
.cid-ucvAA8o1LK .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucvAA8o1LK .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ucvAA8o1LK .panel-group {
  width: 100%;
}
.cid-ucvAA8o1LK .panel-text,
.cid-ucvAA8o1LK .mbr-section-subtitle {
  color: #767676;
}
.cid-ucvAA8o1LK .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ucvAA8o1LK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ucvAA8o1LK .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #465052;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ucvAA8o1LK .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ucvAA8o1LK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucvAA8o1LK .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-ucvAA8o1LK .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucvAA8o1LK .card .panel-body {
  background: #ffffff;
}
.cid-ucvAA8o1LK .header-text,
.cid-ucvAA8o1LK .sign {
  color: #64a49c;
}
.cid-ucvAA8o1LK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucvAA8o1LK .mbr-section-title {
  color: #122e31;
}
.cid-ucvBMvAJc2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ucvBMvAJc2 .mbr-text {
  margin: 0;
}
.cid-ucvBMvAJc2 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-ucvBMvAJc2 .row-element,
.cid-ucvBMvAJc2 .image-element {
  padding: 0;
}
.cid-ucvBMvAJc2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucvBMvAJc2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-ucvBMvAJc2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucvBMvAJc2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucvBMvAJc2 .carousel-item.active,
.cid-ucvBMvAJc2 .carousel-item-next,
.cid-ucvBMvAJc2 .carousel-item-prev {
  display: flex;
}
.cid-ucvBMvAJc2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-ucvBMvAJc2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #64a49c;
}
.cid-ucvBMvAJc2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-ucvBMvAJc2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ucvBMvAJc2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ucvBMvAJc2 .carousel-controls {
    display: block;
  }
  .cid-ucvBMvAJc2 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-ucvBMvAJc2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-ucvBMvAJc2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-ucvBMvAJc2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-ucvBMvAJc2 .text-element {
    padding: 1rem;
  }
  .cid-ucvBMvAJc2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucvBMvAJc2 .image-element {
    min-width: 50%;
  }
  .cid-ucvBMvAJc2 .media-container-row {
    width: 100%;
  }
}
.cid-ucvBMvAJc2 .mbr-title,
.cid-ucvBMvAJc2 .ornament {
  color: #23725f;
}
.cid-ucvBMvAJc2 .mbr-subtitle {
  color: #465052;
}
.cid-ucvBMvAJc2 .mbr-text,
.cid-ucvBMvAJc2 .link {
  color: #000000;
}
.cid-ucvzRSKfnS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-101-1022x672.jpg");
}
.cid-ucvzRSKfnS .card-box {
  padding: 0rem;
}
.cid-ucvzRSKfnS .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-ucvzRSKfnS .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucvzRSKfnS .big h4 {
  margin: 0;
}
.cid-ucvzRSKfnS .card {
  padding: 0;
  min-height: 300px;
}
.cid-ucvzRSKfnS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucvzRSKfnS .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-ucvzRSKfnS .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ucvzRSKfnS .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucvzRSKfnS .cardbg1 {
  background: #64a49c;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ucvzRSKfnS .cardbg2 {
  background: #64a49c;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ucvzRSKfnS .main-title {
  color: #ffffff;
}
.cid-ucvzRSKfnS .card-title,
.cid-ucvzRSKfnS .mbr-section-btn {
  color: #122e31;
}
.cid-ucvzRSKfnS .card-text {
  text-align: center;
}
.cid-ucvCjQ5F5w {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucvCjQ5F5w .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ucvCjQ5F5w .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ucvCjQ5F5w .text-content {
  padding-right: 1.5rem;
}
.cid-ucvCjQ5F5w .mbr-text,
.cid-ucvCjQ5F5w .mbr-section-btn {
  color: #767676;
}
.cid-ucvCjQ5F5w .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(132, 132, 132, 0.3);
  box-shadow: 0px 0px 30px rgba(132, 132, 132, 0.3);
  border-radius: .25rem;
}
.cid-ucvCjQ5F5w .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ucvCjQ5F5w .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ucvCjQ5F5w .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ucvCjQ5F5w .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #64a49c;
}
@media (max-width: 991px) {
  .cid-ucvCjQ5F5w .main-row {
    margin: 0;
  }
  .cid-ucvCjQ5F5w .mbr-section-title,
  .cid-ucvCjQ5F5w .mbr-text,
  .cid-ucvCjQ5F5w .list,
  .cid-ucvCjQ5F5w .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ucvCjQ5F5w .text-content {
    padding: 0;
  }
}
.cid-ucvzy3Eqvp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucvzy3Eqvp .card-box {
  padding: 0rem;
}
.cid-ucvzy3Eqvp .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-ucvzy3Eqvp .card {
  padding: 0;
  margin: auto;
}
.cid-ucvzy3Eqvp .card-img {
  height: 400px;
}
.cid-ucvzy3Eqvp .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucvzy3Eqvp .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ucvzy3Eqvp .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucvzy3Eqvp .card-title {
  color: #ffffff;
}
.cid-ucvCu2oU78 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ucvCu2oU78 H1 {
  color: #232323;
}
.cid-ucvCu2oU78 .mbr-text,
.cid-ucvCu2oU78 .mbr-section-btn {
  color: #767676;
}
.cid-ucvCu2oU78 .img-box {
  position: relative;
}
.cid-ucvCu2oU78 .card-ico span {
  font-size: 96px;
  color: #64a49c;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-ucvCu2oU78 .card-ico .ico1 {
  background-color: #64a49c;
}
.cid-ucvCu2oU78 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-ucvCu2oU78 .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-ucvCu2oU78 .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-ucvCu2oU78 .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-ucvCu2oU78 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(93, 107, 110, 0.35);
}
@media (max-width: 992px) {
  .cid-ucvCu2oU78 .img-box {
    height: 500px;
  }
  .cid-ucvCu2oU78 .img1 {
    left: 1rem;
  }
  .cid-ucvCu2oU78 .img2 {
    right: 1rem;
  }
  .cid-ucvCu2oU78 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-ucvCu2oU78 img {
    width: 60%;
  }
  .cid-ucvCu2oU78 .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-ucvCu2oU78 .author-box {
    justify-content: center;
  }
  .cid-ucvCu2oU78 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-ucvCu2oU78 .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-ucvCu2oU78 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-ucvCu2oU78 .card-ico span {
    margin-right: 0rem;
  }
}
.cid-ucvCu2oU78 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-ucvCu2oU78 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-ucvCu2oU78 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-ucvCu2oU78 h3,
.cid-ucvCu2oU78 h4 {
  margin: 0;
  padding: 0;
}
.cid-ucvCu2oU78 .card-title,
.cid-ucvCu2oU78 .mbr-section-subtitle {
  color: #232323;
}
.cid-ucvzgxDi5P {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/wallpaper-the-drums-t-shirts-shirt-light-hands-1600x900.jpg");
}
.cid-ucvzgxDi5P .carousel {
  z-index: 0;
}
.cid-ucvzgxDi5P .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ucvzgxDi5P .carousel-item.active,
.cid-ucvzgxDi5P .carousel-item-next,
.cid-ucvzgxDi5P .carousel-item-prev {
  display: flex;
}
.cid-ucvzgxDi5P .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-ucvzgxDi5P .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-ucvzgxDi5P .line {
  width: 100px;
  height: 1px;
  background: #122e31;
}
.cid-ucvzgxDi5P .line1 {
  margin-left: -2rem;
}
.cid-ucvzgxDi5P .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-ucvzgxDi5P .carousel-controls a {
  font-size: 2rem;
}
.cid-ucvzgxDi5P .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-ucvzgxDi5P .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-ucvzgxDi5P ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-ucvzgxDi5P .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #ffffff;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-ucvzgxDi5P .carousel-indicators .active {
  opacity: 1;
}
.cid-ucvzgxDi5P .user_text,
.cid-ucvzgxDi5P .user_desk {
  color: #767676;
}
.cid-ucvzgxDi5P .title,
.cid-ucvzgxDi5P .line-align {
  color: #64a49c;
}
.cid-ucvzgxDi5P .user_text {
  color: #efefef;
}
.cid-ucvJZLd4a7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucvJZLd4a7 .container-fluid {
  padding: 0 3rem;
}
.cid-ucvJZLd4a7 .media-container-column {
  padding: 0 2rem;
}
.cid-ucvJZLd4a7 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #64a49c;
}
@media (max-width: 767px) {
  .cid-ucvJZLd4a7 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucvCdo88MU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ucvCdo88MU .mbr-text,
.cid-ucvCdo88MU .mbr-section-btn,
.cid-ucvCdo88MU H4 {
  color: #767676;
}
.cid-ucvCdo88MU .img-box {
  position: relative;
}
.cid-ucvCdo88MU .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-ucvCdo88MU .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-ucvCdo88MU img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(93, 107, 110, 0.35);
}
@media (max-width: 576px) {
  .cid-ucvCdo88MU .author-box {
    justify-content: center;
  }
}
.cid-ucvCdo88MU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-ucvCdo88MU .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-ucvCdo88MU .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-ucvCdo88MU h3,
.cid-ucvCdo88MU h4 {
  margin: 0;
  padding: 0;
}
.cid-ucvCdo88MU H3 {
  color: #64a49c;
}
.cid-ucvCdo88MU H1 {
  color: #122e31;
}
.cid-ucvC3jZSPs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-ucvC3jZSPs .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-ucvC3jZSPs .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-4.gif");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-ucvC3jZSPs .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #64a49c;
  z-index: 2;
  opacity: 1;
}
.cid-ucvC3jZSPs .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-ucvC3jZSPs .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-ucvC3jZSPs .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-ucvC3jZSPs .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-ucvC3jZSPs .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-ucvC3jZSPs .col:hover .box-title2,
.cid-ucvC3jZSPs .col:hover .box-text2 {
  color: #64a49c;
  transition-delay: 0.3s;
}
.cid-ucvC3jZSPs .box-title2,
.cid-ucvC3jZSPs .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ucvC3jZSPs .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #64a49c;
}
.cid-ucvC3jZSPs .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-ucvC3jZSPs .img-content {
    opacity: 1;
  }
  .cid-ucvC3jZSPs .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-ucvC3jZSPs .box-content {
    width: 100%;
  }
  .cid-ucvC3jZSPs .box-title2,
  .cid-ucvC3jZSPs .box-text2 {
    color: #64a49c !important;
  }
  .cid-ucvC3jZSPs .content-block,
  .cid-ucvC3jZSPs .content1 {
    padding: 3rem 1rem;
  }
}
.cid-ucvC3jZSPs .box-text1 {
  color: #333333;
}
.cid-ucvC3jZSPs .box-title2 {
  color: #f4f8fa;
}
.cid-ucvC3jZSPs .box-text2 {
  color: #122e31;
}
.cid-ucvC3jZSPs H2 {
  color: #64a49c;
}
.cid-ucvC3jZSPs H3 {
  color: #efefef;
}
.cid-ucvC3jZSPs .mbr-text,
.cid-ucvC3jZSPs .mbr-section-btn {
  color: #efefef;
}
.cid-ucvEhLahBw {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucvEhLahBw .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ucvEhLahBw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ucvEhLahBw .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ucvEhLahBw .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ucvEhLahBw .mbr-text,
.cid-ucvEhLahBw .mbr-section-btn {
  color: #767676;
}
.cid-ucvEhLahBw .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(132, 132, 132, 0.3);
  box-shadow: 0px 0px 30px rgba(132, 132, 132, 0.3);
  border-radius: .25rem;
}
.cid-ucvEhLahBw .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ucvEhLahBw .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ucvEhLahBw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ucvEhLahBw .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #fcb141;
}
@media (max-width: 991px) {
  .cid-ucvEhLahBw .main-row {
    margin: 0;
  }
  .cid-ucvEhLahBw .mbr-section-title,
  .cid-ucvEhLahBw .mbr-text,
  .cid-ucvEhLahBw .list,
  .cid-ucvEhLahBw .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ucvEhLahBw .text-content {
    padding: 0;
  }
}
.cid-ucyXbTlx7v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucyXbTlx7v .container-fluid {
  padding: 0 3rem;
}
.cid-ucyXbTlx7v .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucyXbTlx7v .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucyXbTlx7v .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ucyXbTlx7v .card .card-wrapper {
  height: 1%;
}
.cid-ucyXbTlx7v .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-ucyXbTlx7v .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ucyXbTlx7v .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #64a49c;
}
.cid-ucyXbTlx7v .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-ucyXbTlx7v .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-ucyXbTlx7v .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucyXbTlx7v .mbr-section-title,
.cid-ucyXbTlx7v .underline {
  text-align: center;
  color: #122e31;
}
.cid-ucvwTygtnI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #64a49c;
}
.cid-ucvwTygtnI h2,
.cid-ucvwTygtnI h3,
.cid-ucvwTygtnI h4,
.cid-ucvwTygtnI p {
  color: #ffffff;
}
.cid-ucvwTygtnI .mbr-overlay {
  z-index: -1;
}
.cid-ucvwTygtnI .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ucvwTygtnI .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ucvwTygtnI .form-control:focus,
.cid-ucvwTygtnI .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ucvwTygtnI .form-group {
  margin-bottom: 1rem;
}
.cid-ucvwTygtnI input::-webkit-input-placeholder,
.cid-ucvwTygtnI textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ucvwTygtnI input:-moz-placeholder,
.cid-ucvwTygtnI textarea:-moz-placeholder {
  color: #656565;
}
.cid-ucvwTygtnI .jq-selectbox li,
.cid-ucvwTygtnI .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucvwTygtnI .jq-selectbox li:hover,
.cid-ucvwTygtnI .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucvwTygtnI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucvwTygtnI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucvwTygtnI .subtext {
  border-top: 1px solid rgba(250, 169, 44, 0.5);
}
.cid-ucvwTygtnI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucvwTygtnI .mbr-text {
  color: #767676;
}
.cid-ucvwTygtnI .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ucvwTygtnI .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5b686b;
  opacity: 0.5;
  z-index: 0;
}
.cid-ucvwTygtnI .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucvwTygtnI a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ucvwTygtnI .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ucvwTygtnI .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ucvwTygtnI textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-ucvwTygtnI .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ucvwTygtnI .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ucvwTygtnI .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucvwTygtnI h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ucvwTygtnI .block-content {
    padding: 0;
  }
  .cid-ucvwTygtnI .form-block {
    padding: 1rem;
  }
}
.cid-ucvwTygtnI .mbr-section-title,
.cid-ucvwTygtnI .mbr-section-btn {
  color: #000000;
}
.cid-ucvwTygtnI H4 {
  color: #122e31;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uhiooD9dyH {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/wall-banner-cosmic-1500x900.jpg");
}
.cid-uhiooD9dyH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uhiooD9dyH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uhiooD9dyH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uhjUSIjfP2 {
  background-color: #ffffff;
}
.cid-uhjUSIjfP2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uhjUSIjfP2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhjUSIjfP2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhjUSIjfP2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhjUSIjfP2 .row > .row {
  display: block;
}
.cid-uhjUSIjfP2 .mbr-gallery-item {
  width: 100%;
}
.cid-uhjUSIjfP2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #64a49c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uhjUSIjfP2 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uhjUSIjfP2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhjUSIjfP2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uhjUSIjfP2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhjUSIjfP2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #64a49c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uhjUSIjfP2 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uhjUSIjfP2 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uhjUSIjfP2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uhjUSIjfP2 .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-uhjUSIjfP2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uhjXjCf9WG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #64a49c;
}
@media (max-width: 767px) {
  .cid-uhjXjCf9WG .mbr-text {
    text-align: center;
  }
}
.cid-uhjXjCf9WG .mbr-text,
.cid-uhjXjCf9WG .mbr-section-btn {
  color: #ffffff;
}
.cid-uhjXyHDYeL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-uhjXyHDYeL .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-uhjXyHDYeL .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/18-655x350.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uhjXyHDYeL .block2 {
  background-image: url("../../../assets/images/4-722x399.jpeg");
}
.cid-uhjXyHDYeL .block2:hover .block2-over {
  opacity: 0;
}
.cid-uhjXyHDYeL .block1 {
  background-image: url("../../../assets/images/17-639x425.jpeg");
}
.cid-uhjXyHDYeL .block1:hover .block1-over {
  opacity: 0;
}
.cid-uhjXyHDYeL .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #64a49c;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uhjXyHDYeL .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #e4d295;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uhjXyHDYeL .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #64a49c;
  z-index: 2;
  opacity: 1;
}
.cid-uhjXyHDYeL .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uhjXyHDYeL .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uhjXyHDYeL .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uhjXyHDYeL .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uhjXyHDYeL .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uhjXyHDYeL .col:hover .box-title2,
.cid-uhjXyHDYeL .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uhjXyHDYeL .box-title2,
.cid-uhjXyHDYeL .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uhjXyHDYeL .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #64a49c;
}
.cid-uhjXyHDYeL .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-uhjXyHDYeL .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uhjXyHDYeL .img-content {
    opacity: 1;
  }
  .cid-uhjXyHDYeL .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uhjXyHDYeL .box-content {
    width: 100%;
  }
  .cid-uhjXyHDYeL .box-title2,
  .cid-uhjXyHDYeL .box-text2 {
    color: #ffffff !important;
  }
  .cid-uhjXyHDYeL .content-block,
  .cid-uhjXyHDYeL .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uhjXyHDYeL .box-text1 {
  color: #333333;
}
.cid-uhjXyHDYeL .box-title2 {
  color: #ffffff;
}
.cid-uhjXyHDYeL .block1-text,
.cid-uhjXyHDYeL .mbr-section-btn {
  color: #ffffff;
}
.cid-uhjXyHDYeL .block2-text,
.cid-uhjXyHDYeL .mbr-section-btn {
  color: #ffffff;
}
.cid-uhjXyHDYeL .block2-title {
  color: #333333;
}
.cid-uhjXyHDYeL .block1-subtitle {
  color: #ffffff;
}
.cid-uhjXyHDYeL .block2-subtitle {
  color: #ffffff;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucAqLeT8ls {
  overflow-x: hidden !important;
}
.cid-ucAqLeT8ls .container-fluid {
  padding: 0 3rem;
}
.cid-ucAqLeT8ls .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 0;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-8-1021x766.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ucAqLeT8ls .scroll-wrapper.second {
  left: calc(100% - 1px);
  background-position: 0 0;
}
.cid-ucAqLeT8ls .mbr-overlay {
  z-index: 1;
}
.cid-ucAqLeT8ls .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .cid-ucAqLeT8ls .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucAqLeT8ls .mbr-section-title {
  color: #bbe2e2;
}
.cid-ucAqLeT8ls .mbr-section-subtitle,
.cid-ucAqLeT8ls .mbr-section-btn {
  color: #efefef;
}
.cid-ucAr4eKuCC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ucAr4eKuCC .container-fluid {
  padding: 0 3rem;
}
.cid-ucAr4eKuCC .media-container-column {
  padding: 0 2rem;
}
.cid-ucAr4eKuCC .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #64a49c;
}
@media (max-width: 767px) {
  .cid-ucAr4eKuCC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucAr4eKuCC .mbr-section-subtitle {
  color: #122e31;
}
.cid-ucAvgIAXFS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucAvgIAXFS .mbr-text,
.cid-ucAvgIAXFS .mbr-section-subtitle {
  color: #767676;
}
.cid-ucAvgIAXFS .card-title {
  color: #66458e;
}
.cid-ucAvgIAXFS .card .card-img span {
  color: #122e31;
  font-size: 60px;
  background: linear-gradient(45deg, #122e31, #faa92c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-ucAvgIAXFS .mbr-section-subtitle,
  .cid-ucAvgIAXFS .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucAvgIAXFS .card .card-img span {
    background: none;
  }
}
.cid-ucAvgIAXFS .card-title,
.cid-ucAvgIAXFS .card-img {
  color: #64a49c;
}
.cid-ucAvgIAXFS .mbr-section-title {
  color: #64a49c;
}
.cid-ucAuUVwaKn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2d7af;
}
.cid-ucAuUVwaKn .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ucAuUVwaKn .mbr-shop .row {
  margin: 0;
}
.cid-ucAuUVwaKn .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ucAuUVwaKn .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ucAuUVwaKn .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ucAuUVwaKn .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ucAuUVwaKn .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-ucAuUVwaKn .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ucAuUVwaKn .mbr-shop .hide-modal {
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucAuUVwaKn .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ucAuUVwaKn .mbr-shop .filter-by-pu,
.cid-ucAuUVwaKn .mbr-shop .filter-by-pd,
.cid-ucAuUVwaKn .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ucAuUVwaKn .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ucAuUVwaKn .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem h4,
.cid-ucAuUVwaKn .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem h5,
.cid-ucAuUVwaKn .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem p,
.cid-ucAuUVwaKn .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ucAuUVwaKn .mbr-shop .item-button {
  text-align: center;
}
.cid-ucAuUVwaKn .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ucAuUVwaKn .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ucAuUVwaKn .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-ucAuUVwaKn .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ucAuUVwaKn .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ucAuUVwaKn .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #faa92c;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item__hided h4,
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item__hided h5,
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #64a49c;
}
.cid-ucAuUVwaKn .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ucAuUVwaKn .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ucAuUVwaKn .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #64a49c;
  font-weight: bold;
}
.cid-ucAuUVwaKn .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #64a49c;
  border-radius: 2px;
  font-size: 0;
}
.cid-ucAuUVwaKn .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #64a49c;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ucAuUVwaKn .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #64a49c;
}
.cid-ucAuUVwaKn .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ucAuUVwaKn .mbr-shop .range-controls {
  position: relative;
}
.cid-ucAuUVwaKn .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ucAuUVwaKn .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #64a49c;
}
.cid-ucAuUVwaKn .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #64a49c;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #64a49c;
  cursor: pointer;
}
.cid-ucAuUVwaKn .mbr-shop .toggle:hover,
.cid-ucAuUVwaKn .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ucAuUVwaKn .mbr-shop .min-toggle {
  left: 0;
}
.cid-ucAuUVwaKn .mbr-shop .max-toggle {
  right: 0;
}
.cid-ucAuUVwaKn .mbr-shop .hided-by-price {
  display: none;
}
.cid-ucAuUVwaKn .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-ucAuUVwaKn .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ucAuUVwaKn .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucAuUVwaKn .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ucAuUVwaKn .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-ucAuUVwaKn .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ucAuUVwaKn .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ucAuUVwaKn .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ucAuUVwaKn .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucAuUVwaKn .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucAuUVwaKn .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucAuUVwaKn .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucAuUVwaKn .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-ucAuUVwaKn .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-ucAuUVwaKn .mbr-shop .shop-items .onsale,
.cid-ucAuUVwaKn .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-ucAuUVwaKn .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ucAuUVwaKn .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucAuUVwaKn .mbr-shop .price-range {
  display: inline-block;
}
.cid-ucAuUVwaKn .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-ucAuUVwaKn .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ucAuUVwaKn .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-ucAuUVwaKn .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ucAuUVwaKn .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ucAuUVwaKn .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ucAuUVwaKn .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ucAuUVwaKn .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ucAuUVwaKn .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ucAuUVwaKn .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ucAuUVwaKn .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ucAuUVwaKn .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ucAuUVwaKn .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ucAuUVwaKn .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ucAuUVwaKn .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-ucAuUVwaKn .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ucAuUVwaKn .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ucAuUVwaKn .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ucAuUVwaKn .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ucAuUVwaKn .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ucAuUVwaKn .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ucAuUVwaKn .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ucAuUVwaKn .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ucAuUVwaKn .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ucAuUVwaKn .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ucAuUVwaKn .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-ucAuUVwaKn .item-title {
  color: #64a49c;
}
.cid-ucAuUVwaKn .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-ucAuUVwaKn .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #64a49c;
}
.cid-ucAuUVwaKn .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-ucAuUVwaKn .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-ucAuUVwaKn .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-ucAuUVwaKn .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-ucAuUVwaKn .mbr-gallery-item:hover .style_overlay {
  background: #122e31;
  opacity: 0.5;
  transition: all .5s;
}
.cid-ucAuUVwaKn .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-ucAuUVwaKn .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucAuUVwaKn .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ucAuUVwaKn LI {
  color: #64a49c;
}
.cid-ucAuUVwaKn .sidebar-title {
  color: #64a49c;
}
@media (max-width: 576px) {
  .cid-ucAuUVwaKn .mbr-shop .mbr-gallery-item,
  .cid-ucAuUVwaKn .wrapper-shop-items,
  .cid-ucAuUVwaKn .sidebar-block,
  .cid-ucAuUVwaKn .sidebar-title,
  .cid-ucAuUVwaKn .sidebar,
  .cid-ucAuUVwaKn .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-ucAuUVwaKn .filter-cost {
    max-width: 100%!important;
  }
  .cid-ucAuUVwaKn .range-slider,
  .cid-ucAuUVwaKn .categories,
  .cid-ucAuUVwaKn .bestseller-block {
    text-align: center;
  }
}
.cid-ucAqUVvtNE {
  overflow: hidden !important;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-8-1021x766.jpg");
}
.cid-ucAqUVvtNE .container-fluid {
  padding: 0 5rem;
}
.cid-ucAqUVvtNE .animated-element {
  color: #efefef;
}
.cid-ucAqUVvtNE .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ucAqUVvtNE .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucAqUVvtNE .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucAqUVvtNE .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-ucAqUVvtNE .mbr-section-title {
  color: #64a49c;
}
.cid-ucArGlCCpN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/custom-t-shirt-printing-services-craft-a-tshirt-1-1080x720.jpg");
}
.cid-ucArGlCCpN .container-fluid {
  padding: 0 2rem;
}
.cid-ucArGlCCpN .mbr-section-title {
  margin-bottom: 1rem;
  color: #64a49c;
}
.cid-ucArGlCCpN .mbr-title {
  padding: 0 1rem;
}
.cid-ucArGlCCpN .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-ucArGlCCpN .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucArGlCCpN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucArGlCCpN .image-wrap {
  width: 100%;
}
.cid-ucArGlCCpN .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ucArGlCCpN .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ucArGlCCpN .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ucArGlCCpN .container-fluid {
    padding: 0rem;
  }
}
.cid-ucArGlCCpN .underline,
.cid-ucArGlCCpN .mbr-title {
  color: #bbe2e2;
}
.cid-ucArGlCCpN .mbr-text,
.cid-ucArGlCCpN .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucAzEpgqq7 {
  display: flex;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-16-1792x915.jpg");
}
.cid-ucAzEpgqq7 .mbr-overlay {
  background: #64a49c;
}
.cid-ucAzEpgqq7 .mbr-section-title {
  margin: 0;
}
.cid-ucAzEpgqq7 .mbr-text {
  color: #efefef;
}
.cid-ucAzEpgqq7 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-ucAzEpgqq7 .card-img {
  text-align: left;
}
.cid-ucAzEpgqq7 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-ucAzEpgqq7 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ucAzEpgqq7 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucAzEpgqq7 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucAzEpgqq7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ucAzEpgqq7 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-ucAzEpgqq7 .title-cont,
.cid-ucAzEpgqq7 .mbr-section-title {
  color: #bbe2e2;
}
.cid-ucACKuiPAD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucACKuiPAD .mbr-text,
.cid-ucACKuiPAD .mbr-section-subtitle {
  color: #767676;
}
.cid-ucACKuiPAD .card-title {
  color: #66458e;
}
.cid-ucACKuiPAD .card .card-img span {
  color: #053527;
  font-size: 60px;
  background: linear-gradient(45deg, #053527, #faa92c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-ucACKuiPAD .mbr-section-subtitle,
  .cid-ucACKuiPAD .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucACKuiPAD .card .card-img span {
    background: none;
  }
}
.cid-ucACKuiPAD .mbr-section-subtitle {
  color: #64a49c;
}
.cid-ucACKuiPAD .card-title,
.cid-ucACKuiPAD .card-img {
  color: #053527;
}
.cid-ucACLoziCN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-ucACLoziCN .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ucACLoziCN .mbr-shop .row {
  margin: 0;
}
.cid-ucACLoziCN .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ucACLoziCN .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ucACLoziCN .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ucACLoziCN .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ucACLoziCN .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ucACLoziCN .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-ucACLoziCN .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ucACLoziCN .mbr-shop .hide-modal {
  display: none;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucACLoziCN .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ucACLoziCN .mbr-shop .filter-by-pu,
.cid-ucACLoziCN .mbr-shop .filter-by-pd,
.cid-ucACLoziCN .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ucACLoziCN .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ucACLoziCN .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ucACLoziCN .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-ucACLoziCN .mbr-shop .galleryItem h4,
.cid-ucACLoziCN .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-ucACLoziCN .mbr-shop .galleryItem h5,
.cid-ucACLoziCN .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ucACLoziCN .mbr-shop .galleryItem p,
.cid-ucACLoziCN .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ucACLoziCN .mbr-shop .item-button {
  text-align: center;
}
.cid-ucACLoziCN .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ucACLoziCN .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ucACLoziCN .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-ucACLoziCN .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ucACLoziCN .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-ucACLoziCN .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ucACLoziCN .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ucACLoziCN .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ucACLoziCN .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #eca22f;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-item__hided h4,
.cid-ucACLoziCN .mbr-shop .mbr-gallery-item__hided h5,
.cid-ucACLoziCN .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ucACLoziCN .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-ucACLoziCN .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #64a49c;
}
.cid-ucACLoziCN .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ucACLoziCN .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ucACLoziCN .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #64a49c;
  font-weight: bold;
}
.cid-ucACLoziCN .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #64a49c;
  border-radius: 2px;
  font-size: 0;
}
.cid-ucACLoziCN .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #64a49c;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ucACLoziCN .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #64a49c;
}
.cid-ucACLoziCN .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ucACLoziCN .mbr-shop .range-controls {
  position: relative;
}
.cid-ucACLoziCN .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ucACLoziCN .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #64a49c;
}
.cid-ucACLoziCN .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #64a49c;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #64a49c;
  cursor: pointer;
}
.cid-ucACLoziCN .mbr-shop .toggle:hover,
.cid-ucACLoziCN .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ucACLoziCN .mbr-shop .min-toggle {
  left: 0;
}
.cid-ucACLoziCN .mbr-shop .max-toggle {
  right: 0;
}
.cid-ucACLoziCN .mbr-shop .hided-by-price {
  display: none;
}
.cid-ucACLoziCN .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-ucACLoziCN .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ucACLoziCN .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucACLoziCN .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ucACLoziCN .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-ucACLoziCN .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ucACLoziCN .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ucACLoziCN .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ucACLoziCN .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucACLoziCN .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucACLoziCN .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucACLoziCN .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucACLoziCN .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-ucACLoziCN .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-ucACLoziCN .mbr-shop .shop-items .onsale,
.cid-ucACLoziCN .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-ucACLoziCN .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ucACLoziCN .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucACLoziCN .mbr-shop .price-range {
  display: inline-block;
}
.cid-ucACLoziCN .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-ucACLoziCN .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ucACLoziCN .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-ucACLoziCN .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ucACLoziCN .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ucACLoziCN .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ucACLoziCN .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ucACLoziCN .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ucACLoziCN .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ucACLoziCN .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ucACLoziCN .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ucACLoziCN .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucACLoziCN .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ucACLoziCN .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ucACLoziCN .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ucACLoziCN .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-ucACLoziCN .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ucACLoziCN .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ucACLoziCN .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ucACLoziCN .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ucACLoziCN .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ucACLoziCN .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ucACLoziCN .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ucACLoziCN .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ucACLoziCN .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ucACLoziCN .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ucACLoziCN .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-ucACLoziCN .item-title {
  color: #053527;
}
.cid-ucACLoziCN .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-ucACLoziCN .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #64a49c;
}
.cid-ucACLoziCN .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-ucACLoziCN .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-ucACLoziCN .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-ucACLoziCN .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-ucACLoziCN .mbr-gallery-item:hover .style_overlay {
  background: #64a49c;
  opacity: 0.5;
  transition: all .5s;
}
.cid-ucACLoziCN .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-ucACLoziCN .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucACLoziCN .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ucACLoziCN LI {
  color: #64a49c;
}
.cid-ucACLoziCN .sidebar-title {
  color: #64a49c;
}
@media (max-width: 576px) {
  .cid-ucACLoziCN .mbr-shop .mbr-gallery-item,
  .cid-ucACLoziCN .wrapper-shop-items,
  .cid-ucACLoziCN .sidebar-block,
  .cid-ucACLoziCN .sidebar-title,
  .cid-ucACLoziCN .sidebar,
  .cid-ucACLoziCN .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-ucACLoziCN .filter-cost {
    max-width: 100%!important;
  }
  .cid-ucACLoziCN .range-slider,
  .cid-ucACLoziCN .categories,
  .cid-ucACLoziCN .bestseller-block {
    text-align: center;
  }
}
.cid-ucAD12DqDq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-15-997x519.jpg");
}
.cid-ucAD12DqDq h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucAD12DqDq .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-ucAD12DqDq .mbr-section-title {
  letter-spacing: 0.1em;
  color: #eca22f;
}
.cid-ucAD12DqDq .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-ucAD12DqDq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ucAD12DqDq .panel-group {
  width: 100%;
}
.cid-ucAD12DqDq .card {
  border-bottom: 1px solid #bbe2e2 !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ucAD12DqDq .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ucAD12DqDq .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #465052;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ucAD12DqDq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ucAD12DqDq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucAD12DqDq .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ucAD12DqDq .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucAD12DqDq .card .panel-body {
  background: #bbe2e2;
}
.cid-ucAD12DqDq .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucAD12DqDq .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucAD12DqDq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ucAD12DqDq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucAPaCGES6 {
  overflow: hidden !important;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-30-1024x768.jpg");
}
.cid-ucAPaCGES6 .container-fluid {
  padding: 0 5rem;
}
.cid-ucAPaCGES6 .animated-element {
  color: #efefef;
}
.cid-ucAPaCGES6 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ucAPaCGES6 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ucAPaCGES6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucAPaCGES6 .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-ucAPaCGES6 .mbr-section-title {
  color: #64a49c;
}
.cid-ucARVmARes {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ucARVmARes img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ucARVmARes img:hover {
  transform: scale(1.1);
}
.cid-ucARVmARes .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ucARVmARes h2 {
  padding: 0;
  margin: 0;
}
.cid-ucARVmARes .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucARVmARes .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ucARVmARes .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ucARVmARes .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ucARVmARes .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ucARVmARes .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ucARVmARes .mbr-iconfont {
  margin: 0!important;
}
.cid-ucARVmARes .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ucARVmARes .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ucARVmARes .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ucARVmARes .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ucARVmARes .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ucARVmARes H2 {
  color: #333333;
}
.cid-ucARVmARes .mbr-text {
  color: #767676;
}
.cid-ucARVmARes H1 {
  color: #122e31;
}
.cid-ucARWuQhIy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #64a49c;
}
.cid-ucARWuQhIy .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ucARWuQhIy .mbr-shop .row {
  margin: 0;
}
.cid-ucARWuQhIy .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ucARWuQhIy .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ucARWuQhIy .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ucARWuQhIy .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ucARWuQhIy .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-ucARWuQhIy .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ucARWuQhIy .mbr-shop .hide-modal {
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucARWuQhIy .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ucARWuQhIy .mbr-shop .filter-by-pu,
.cid-ucARWuQhIy .mbr-shop .filter-by-pd,
.cid-ucARWuQhIy .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ucARWuQhIy .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ucARWuQhIy .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem h4,
.cid-ucARWuQhIy .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem h5,
.cid-ucARWuQhIy .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem p,
.cid-ucARWuQhIy .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ucARWuQhIy .mbr-shop .item-button {
  text-align: center;
}
.cid-ucARWuQhIy .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ucARWuQhIy .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ucARWuQhIy .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-ucARWuQhIy .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ucARWuQhIy .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ucARWuQhIy .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #faa92c;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-item__hided h4,
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-item__hided h5,
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #64a49c;
}
.cid-ucARWuQhIy .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ucARWuQhIy .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ucARWuQhIy .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #64a49c;
  font-weight: bold;
}
.cid-ucARWuQhIy .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #64a49c;
  border-radius: 2px;
  font-size: 0;
}
.cid-ucARWuQhIy .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #64a49c;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ucARWuQhIy .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #64a49c;
}
.cid-ucARWuQhIy .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ucARWuQhIy .mbr-shop .range-controls {
  position: relative;
}
.cid-ucARWuQhIy .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ucARWuQhIy .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #64a49c;
}
.cid-ucARWuQhIy .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #64a49c;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #64a49c;
  cursor: pointer;
}
.cid-ucARWuQhIy .mbr-shop .toggle:hover,
.cid-ucARWuQhIy .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ucARWuQhIy .mbr-shop .min-toggle {
  left: 0;
}
.cid-ucARWuQhIy .mbr-shop .max-toggle {
  right: 0;
}
.cid-ucARWuQhIy .mbr-shop .hided-by-price {
  display: none;
}
.cid-ucARWuQhIy .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-ucARWuQhIy .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ucARWuQhIy .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucARWuQhIy .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ucARWuQhIy .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-ucARWuQhIy .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ucARWuQhIy .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ucARWuQhIy .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ucARWuQhIy .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucARWuQhIy .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucARWuQhIy .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucARWuQhIy .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucARWuQhIy .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-ucARWuQhIy .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-ucARWuQhIy .mbr-shop .shop-items .onsale,
.cid-ucARWuQhIy .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-ucARWuQhIy .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ucARWuQhIy .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucARWuQhIy .mbr-shop .price-range {
  display: inline-block;
}
.cid-ucARWuQhIy .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-ucARWuQhIy .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ucARWuQhIy .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-ucARWuQhIy .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ucARWuQhIy .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ucARWuQhIy .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ucARWuQhIy .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ucARWuQhIy .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ucARWuQhIy .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ucARWuQhIy .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ucARWuQhIy .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ucARWuQhIy .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucARWuQhIy .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ucARWuQhIy .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ucARWuQhIy .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ucARWuQhIy .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-ucARWuQhIy .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ucARWuQhIy .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ucARWuQhIy .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ucARWuQhIy .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ucARWuQhIy .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ucARWuQhIy .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ucARWuQhIy .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ucARWuQhIy .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ucARWuQhIy .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ucARWuQhIy .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ucARWuQhIy .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-ucARWuQhIy .item-title {
  color: #64a49c;
}
.cid-ucARWuQhIy .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-ucARWuQhIy .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #64a49c;
}
.cid-ucARWuQhIy .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-ucARWuQhIy .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-ucARWuQhIy .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-ucARWuQhIy .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-ucARWuQhIy .mbr-gallery-item:hover .style_overlay {
  background: #053527;
  opacity: 0.5;
  transition: all .5s;
}
.cid-ucARWuQhIy .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-ucARWuQhIy .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucARWuQhIy .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ucARWuQhIy LI {
  color: #64a49c;
}
.cid-ucARWuQhIy .sidebar-title {
  color: #64a49c;
}
@media (max-width: 576px) {
  .cid-ucARWuQhIy .mbr-shop .mbr-gallery-item,
  .cid-ucARWuQhIy .wrapper-shop-items,
  .cid-ucARWuQhIy .sidebar-block,
  .cid-ucARWuQhIy .sidebar-title,
  .cid-ucARWuQhIy .sidebar,
  .cid-ucARWuQhIy .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-ucARWuQhIy .filter-cost {
    max-width: 100%!important;
  }
  .cid-ucARWuQhIy .range-slider,
  .cid-ucARWuQhIy .categories,
  .cid-ucARWuQhIy .bestseller-block {
    text-align: center;
  }
}
.cid-ucAS5iRreq {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-9-1792x1199.jpg");
}
.cid-ucAS5iRreq .carousel {
  z-index: 0;
}
.cid-ucAS5iRreq .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ucAS5iRreq .carousel-item.active,
.cid-ucAS5iRreq .carousel-item-next,
.cid-ucAS5iRreq .carousel-item-prev {
  display: flex;
}
.cid-ucAS5iRreq .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-ucAS5iRreq .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-ucAS5iRreq .line {
  width: 100px;
  height: 1px;
  background: #122e31;
}
.cid-ucAS5iRreq .line1 {
  margin-left: -2rem;
}
.cid-ucAS5iRreq .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-ucAS5iRreq .carousel-controls a {
  font-size: 2rem;
}
.cid-ucAS5iRreq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-ucAS5iRreq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-ucAS5iRreq ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-ucAS5iRreq .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #ffffff;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-ucAS5iRreq .carousel-indicators .active {
  opacity: 1;
}
.cid-ucAS5iRreq .user_text,
.cid-ucAS5iRreq .user_desk {
  color: #767676;
}
.cid-ucAS5iRreq .title,
.cid-ucAS5iRreq .line-align {
  color: #64a49c;
}
.cid-ucAS5iRreq .user_text {
  color: #efefef;
}
.cid-ucAPbWIMp5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ucAPbWIMp5 .mbr-section-subtitle {
  color: #232323;
}
.cid-ucAPbWIMp5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucAPbWIMp5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucAPbWIMp5 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ucAPbWIMp5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucAPbWIMp5 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
  background: #767676;
}
.cid-ucAPbWIMp5 .card-overlay {
  display: none;
}
.cid-ucAPbWIMp5 .mbr-section-title,
.cid-ucAPbWIMp5 .underline,
.cid-ucAPbWIMp5 .mbr-section-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-ucAPbWIMp5 .image-element:hover .card-overlay {
    opacity: .5;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucAPbWIMp5 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucAPbWIMp5 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucAPbWIMp5 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ucAPbWIMp5 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucAPbWIMp5 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucAPbWIMp5 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucAPbWIMp5 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucAPbWIMp5 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-ucAPbWIMp5 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ucAPbWIMp5 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ucAPbWIMp5 .underline .line {
    height: 2px;
  }
  .cid-ucAPbWIMp5 .card-title,
  .cid-ucAPbWIMp5 .underline,
  .cid-ucAPbWIMp5 .mbr-text,
  .cid-ucAPbWIMp5 .mbr-section-btn,
  .cid-ucAPbWIMp5 .mbr-section-subtitle,
  .cid-ucAPbWIMp5 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ucAPbWIMp5 .main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cid-ucAPbWIMp5 .mbr-section-title,
  .cid-ucAPbWIMp5 .underline,
  .cid-ucAPbWIMp5 .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-ucAPbWIMp5 H3 {
  color: #64a49c;
}
.cid-ucARNRiudj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #465052;
}
.cid-ucARNRiudj h2,
.cid-ucARNRiudj h3,
.cid-ucARNRiudj h4,
.cid-ucARNRiudj p {
  color: #ffffff;
}
.cid-ucARNRiudj .mbr-overlay {
  z-index: -1;
}
.cid-ucARNRiudj .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ucARNRiudj .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #053527;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ucARNRiudj .form-control:focus,
.cid-ucARNRiudj .form-control:hover {
  border: 1px solid #465052;
  background-color: #465052;
}
.cid-ucARNRiudj .form-group {
  margin-bottom: 1rem;
}
.cid-ucARNRiudj input::-webkit-input-placeholder,
.cid-ucARNRiudj textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ucARNRiudj input:-moz-placeholder,
.cid-ucARNRiudj textarea:-moz-placeholder {
  color: #000000;
}
.cid-ucARNRiudj .jq-selectbox li,
.cid-ucARNRiudj .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucARNRiudj .jq-selectbox li:hover,
.cid-ucARNRiudj .jq-selectbox li.selected {
  background-color: #465052;
  color: #ffffff;
}
.cid-ucARNRiudj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucARNRiudj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #465052;
}
.cid-ucARNRiudj .subtext {
  border-top: 1px solid rgba(22, 28, 37, 0.5);
}
.cid-ucARNRiudj .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucARNRiudj .mbr-text {
  color: #767676;
}
.cid-ucARNRiudj .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ucARNRiudj .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #64a49c;
  opacity: 1;
  z-index: 0;
}
.cid-ucARNRiudj .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ucARNRiudj a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ucARNRiudj .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ucARNRiudj .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ucARNRiudj textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-ucARNRiudj .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ucARNRiudj .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ucARNRiudj .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucARNRiudj h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ucARNRiudj .block-content {
    padding: 0;
  }
  .cid-ucARNRiudj .form-block {
    padding: 1rem;
  }
}
.cid-ucARNRiudj .mbr-section-title,
.cid-ucARNRiudj .mbr-section-btn {
  color: #64a49c;
}
.cid-ucARNRiudj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucARNRiudj P {
  color: #ffffff;
}
.cid-ucARNRiudj H4 {
  color: #465052;
}
.cid-ucARNRiudj LABEL {
  color: #efefef;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uho5iW6hXz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/digital-transformation-1920x859.jpg");
}
@media (min-width: 992px) {
  .cid-uho5iW6hXz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uho5iW6hXz .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uho5iW6hXz .mbr-text,
.cid-uho5iW6hXz .mbr-section-btn {
  text-align: left;
}
.cid-uho5iW6hXz .mbr-section-title {
  text-align: left;
}
.cid-uho5lKZuUE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uho5lKZuUE .mbr-text {
  color: #767676;
}
.cid-uho5lKZuUE .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem!important;
}
.cid-uho5lKZuUE .link {
  margin: 0;
}
.cid-uho5lKZuUE .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uho5lKZuUE .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-uho5lKZuUE .card {
    display: flex;
    flex-direction: row;
  }
  .cid-uho5lKZuUE .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uho5lKZuUE .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uho5lKZuUE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uho5lKZuUE .card {
    margin-bottom: 2rem;
  }
}
.cid-uho5mv6aPw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uho5mv6aPw .mbr-text {
  color: #767676;
}
.cid-uho5mv6aPw .card-subtitle {
  margin: 0;
}
.cid-uho5mv6aPw .link {
  margin: 0;
}
.cid-uho5mv6aPw .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uho5mv6aPw .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uho5mv6aPw img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uho5mv6aPw .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uho5mv6aPw .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-uho5mv6aPw .card-img:hover:before {
  opacity: 0.4;
}
.cid-uho5mv6aPw .card-img:hover img {
  transform: scale(1.05);
}
.cid-uho5mv6aPw .row {
  justify-content: center;
}
.cid-uho5mv6aPw .card {
  margin-bottom: 4rem;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uci8FtgmFf .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uci8FtgmFf .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-uci8FtgmFf a {
  font-style: normal;
}
.cid-uci8FtgmFf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uci8FtgmFf .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-uci8FtgmFf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uci8FtgmFf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .nav-item:focus,
.cid-uci8FtgmFf .nav-link:focus {
  outline: none;
}
.cid-uci8FtgmFf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uci8FtgmFf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uci8FtgmFf .menu-logo {
  margin-right: auto;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .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-uci8FtgmFf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uci8FtgmFf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uci8FtgmFf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uci8FtgmFf button.navbar-toggler:focus {
  outline: none;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uci8FtgmFf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uci8FtgmFf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uci8FtgmFf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uci8FtgmFf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uci8FtgmFf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uci8FtgmFf .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-uci8FtgmFf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf img {
    height: 3.8rem !important;
  }
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uci8FtgmFf .menu-wrap {
    flex-direction: column;
  }
  .cid-uci8FtgmFf .btn {
    display: -webkit-flex;
  }
  .cid-uci8FtgmFf button.navbar-toggler {
    display: block;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uci8FtgmFf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing,
  .cid-uci8FtgmFf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uci8FtgmFf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uci8FtgmFf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uci8FtgmFf .nav-link:hover,
.cid-uci8FtgmFf .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucuC4fqCik {
  background-image: url("../../../assets/images/dhq-1200x800.jpg");
}
.cid-ucuC4fqCik .mbr-overlay {
  background: #073b4c;
  background: linear-gradient(45deg, #073b4c, #012d4d);
  background: radial-gradient(#073b4c, #012d4d);
}
.cid-ucuC4fqCik .mbr-section-title {
  margin: 0;
}
.cid-ucuN8t7PQ3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ucuN8t7PQ3 .mbr-text,
.cid-ucuN8t7PQ3 blockquote {
  color: #232323;
}
.cid-ucuEIWTd8z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucuEIWTd8z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucuEIWTd8z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucuEIWTd8z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucuEIWTd8z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucuEIWTd8z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #012d4d);
}
.cid-ucuEIWTd8z .icon-focus {
  display: none;
}
.cid-ucuEIWTd8z .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucuEIWTd8z ul {
  font-size: 0;
}
.cid-ucuEIWTd8z .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucuEIWTd8z .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-ucuEIWTd8z .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #64a49c, #465052);
}
.cid-ucuEIWTd8z .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucuEIWTd8z .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucuEIWTd8z .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucuEIWTd8z .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuEIWTd8z .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucuEIWTd8z .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucuEIWTd8z .btn:hover {
  background: transparent !important;
}
.cid-ucuEIWTd8z .btn:hover:before {
  background: transparent !important;
}
.cid-ucuEIWTd8z .btn:before {
  background-color: transparent !important;
}
.cid-ucuEIWTd8z .btn:focus {
  box-shadow: none;
}
.cid-ucuEXVUmGV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucuEXVUmGV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucuEXVUmGV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucuEXVUmGV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucuEXVUmGV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucuEXVUmGV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #05759a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #05759a, #012d4d);
}
.cid-ucuEXVUmGV .icon-focus {
  display: none;
}
.cid-ucuEXVUmGV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucuEXVUmGV ul {
  font-size: 0;
}
.cid-ucuEXVUmGV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucuEXVUmGV .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-ucuEXVUmGV .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #64a49c, #465052);
}
.cid-ucuEXVUmGV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucuEXVUmGV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucuEXVUmGV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucuEXVUmGV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuEXVUmGV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucuEXVUmGV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucuEXVUmGV .btn:hover {
  background: transparent !important;
}
.cid-ucuEXVUmGV .btn:hover:before {
  background: transparent !important;
}
.cid-ucuEXVUmGV .btn:before {
  background-color: transparent !important;
}
.cid-ucuEXVUmGV .btn:focus {
  box-shadow: none;
}
.cid-ucuDZmq5Fo {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8-2.jpg");
}
.cid-ucuDZmq5Fo .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ucuDZmq5Fo .section-text {
  color: #012d4d;
}
.cid-ucuDZmq5Fo .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-ucuDZmq5Fo .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ucuDZmq5Fo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ucuDZmq5Fo .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-ucuDZmq5Fo .mbr-figure .card-text {
  padding: 2rem;
}
.cid-ucuDZmq5Fo .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-ucuDZmq5Fo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ucuDZmq5Fo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ucuDZmq5Fo .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #333333;
}
@media (max-width: 767px) {
  .cid-ucuDZmq5Fo .mbr-text {
    text-align: center;
  }
}
.cid-ucurRTI8ye {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucurRTI8ye .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucurRTI8ye .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucurRTI8ye .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucurRTI8ye .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucurRTI8ye .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b96af;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #0b96af, #012d4d);
}
.cid-ucurRTI8ye .icon-focus {
  display: none;
}
.cid-ucurRTI8ye .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucurRTI8ye ul {
  font-size: 0;
}
.cid-ucurRTI8ye .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucurRTI8ye .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-ucurRTI8ye .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #64a49c, #465052);
}
.cid-ucurRTI8ye .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucurRTI8ye .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucurRTI8ye .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucurRTI8ye .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucurRTI8ye .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucurRTI8ye .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucurRTI8ye .btn:hover {
  background: transparent !important;
}
.cid-ucurRTI8ye .btn:hover:before {
  background: transparent !important;
}
.cid-ucurRTI8ye .btn:before {
  background-color: transparent !important;
}
.cid-ucurRTI8ye .btn:focus {
  box-shadow: none;
}
.cid-ucurVYIklN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucurVYIklN p {
  color: #767676;
}
.cid-ucurVYIklN .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucurVYIklN .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucurVYIklN .row-element,
.cid-ucurVYIklN .image-element {
  padding: 0;
}
.cid-ucurVYIklN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucurVYIklN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucurVYIklN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucurVYIklN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucurVYIklN .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucurVYIklN .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucurVYIklN .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucurVYIklN .underline .line {
    height: 2px;
  }
  .cid-ucurVYIklN .mbr-title,
  .cid-ucurVYIklN .underline,
  .cid-ucurVYIklN .mbr-text,
  .cid-ucurVYIklN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucurVYIklN .mbr-text,
.cid-ucurVYIklN .mbr-section-btn {
  color: #ffffff;
}
.cid-ucurYnA1PD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucurYnA1PD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucurYnA1PD .row-element,
.cid-ucurYnA1PD .image-element {
  padding: 0;
}
.cid-ucurYnA1PD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucurYnA1PD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucurYnA1PD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucurYnA1PD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucurYnA1PD .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucurYnA1PD .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucurYnA1PD .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucurYnA1PD .underline .line {
    height: 2px;
  }
  .cid-ucurYnA1PD .mbr-title,
  .cid-ucurYnA1PD .underline,
  .cid-ucurYnA1PD .mbr-text,
  .cid-ucurYnA1PD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucuEqyo9dK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ucuEqyo9dK .counter-container {
  color: #767676;
}
.cid-ucuEqyo9dK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ucuEqyo9dK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ucuEqyo9dK .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-ucuEqyo9dK .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #66458e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-ucuMECB91o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ucuMECB91o .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #64a49c;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-ucuMECB91o .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-ucuMECB91o p {
  line-height: 1.6;
}
.cid-ucuMECB91o .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-ucuMECB91o .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-ucuMECB91o .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-ucuMECB91o img {
  transition: all 0.3s;
}
.cid-ucuMECB91o .card-box {
  padding: 1.5rem;
}
.cid-ucuMECB91o .mbr-section-title {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.cid-ucuMECB91o .card-box > p,
.cid-ucuMECB91o .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucuMECB91o .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ucutdQxtWL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #64a49c;
}
.cid-ucutdQxtWL .container-fluid {
  padding: 0 3rem;
}
.cid-ucutdQxtWL .card {
  display: block;
}
.cid-ucutdQxtWL .card .card-wrapper {
  height: 1%;
}
.cid-ucutdQxtWL .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ucutdQxtWL .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ucutdQxtWL .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ucutdQxtWL .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ucutdQxtWL .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucutdQxtWL .text-row {
    padding-bottom: 1rem;
  }
}
.cid-ucutdQxtWL .mbr-section-subtitle,
.cid-ucutdQxtWL .title-btn {
  color: #ffffff;
}
.cid-ucutdQxtWL H2 {
  color: #122e31;
}
.cid-ucutdQxtWL .mbr-text,
.cid-ucutdQxtWL .card-btn {
  color: #ffffff;
}
.cid-ucv9rXcwQF .modal-body .close {
  background: #1b1b1b;
}
.cid-ucv9rXcwQF .modal-body .close span {
  font-style: normal;
}
.cid-ucv9rXcwQF .carousel-inner > .active,
.cid-ucv9rXcwQF .carousel-inner > .next,
.cid-ucv9rXcwQF .carousel-inner > .prev {
  display: table;
}
.cid-ucv9rXcwQF .carousel-control .icon-next,
.cid-ucv9rXcwQF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ucv9rXcwQF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucv9rXcwQF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucv9rXcwQF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ucv9rXcwQF .boxed-slider > div {
  position: relative;
}
.cid-ucv9rXcwQF .container img {
  width: 100%;
}
.cid-ucv9rXcwQF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ucv9rXcwQF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ucv9rXcwQF .mbr-table-cell {
  padding: 0;
}
.cid-ucv9rXcwQF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ucv9rXcwQF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucv9rXcwQF .mbr-overlay {
  z-index: 1;
}
.cid-ucv9rXcwQF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ucv9rXcwQF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ucv9rXcwQF .carousel-item .container {
    width: 100%;
  }
}
.cid-ucv9rXcwQF .carousel-item-next.carousel-item-left,
.cid-ucv9rXcwQF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ucv9rXcwQF .active.carousel-item-right,
.cid-ucv9rXcwQF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ucv9rXcwQF .active.carousel-item-left,
.cid-ucv9rXcwQF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ucv9rXcwQF .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ucv9rXcwQF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators li.active,
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators li::after,
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ucv9rXcwQF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ucv9rXcwQF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ucv9rXcwQF .mbr-slider > .container img {
  width: 100%;
}
.cid-ucv9rXcwQF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucv9rXcwQF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ucv9rXcwQF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucv9rXcwQF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ucv9rXcwQF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ucv9rXcwQF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ucv9rXcwQF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ucv9rXcwQF .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-ucv9rXcwQF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ucv9rXcwQF .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ucv9rXcwQF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ucv9rXcwQF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ucv9rXcwQF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uci8FuNVlc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uci8FuNVlc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uci8FuNVlc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uci8FuNVlc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uci8FuNVlc .mbr-text,
.cid-uci8FuNVlc .mbr-section-btn {
  color: #767676;
}
.cid-uci8FuNVlc H3 {
  color: #369898;
}
.cid-uci8FGi3Z2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uci8FGi3Z2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uci8FGi3Z2 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uci8FGi3Z2 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uci8FGi3Z2 .media-content {
  padding-left: 2rem;
}
.cid-uci8FGi3Z2 textarea {
  min-height: 150px;
}
.cid-uci8FGi3Z2 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uci8FGi3Z2 .form-control,
.cid-uci8FGi3Z2 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uci8FGi3Z2 .form-control input::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .field-input input::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .form-control textarea::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uci8FGi3Z2 .form-control input:-moz-placeholder,
.cid-uci8FGi3Z2 .field-input input:-moz-placeholder,
.cid-uci8FGi3Z2 .form-control textarea:-moz-placeholder,
.cid-uci8FGi3Z2 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uci8FGi3Z2 .form-control:hover,
.cid-uci8FGi3Z2 .field-input:hover,
.cid-uci8FGi3Z2 .form-control:focus,
.cid-uci8FGi3Z2 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uci8FGi3Z2 .form-control:hover input::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .field-input:hover input::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .form-control:focus input::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .field-input:focus input::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uci8FGi3Z2 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uci8FGi3Z2 .form-control:hover input:-moz-placeholder,
.cid-uci8FGi3Z2 .field-input:hover input:-moz-placeholder,
.cid-uci8FGi3Z2 .form-control:focus input:-moz-placeholder,
.cid-uci8FGi3Z2 .field-input:focus input:-moz-placeholder,
.cid-uci8FGi3Z2 .form-control:hover textarea:-moz-placeholder,
.cid-uci8FGi3Z2 .field-input:hover textarea:-moz-placeholder,
.cid-uci8FGi3Z2 .form-control:focus textarea:-moz-placeholder,
.cid-uci8FGi3Z2 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uci8FGi3Z2 .jq-number__spin:hover,
.cid-uci8FGi3Z2 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uci8FGi3Z2 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uci8FGi3Z2 .jq-selectbox li,
.cid-uci8FGi3Z2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uci8FGi3Z2 .jq-selectbox li:hover,
.cid-uci8FGi3Z2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uci8FGi3Z2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uci8FGi3Z2 .jq-number__spin.minus:hover:after,
.cid-uci8FGi3Z2 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uci8FGi3Z2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uci8FGi3Z2 .jq-number__spin.minus:after,
.cid-uci8FGi3Z2 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uci8FGi3Z2 input::-webkit-clear-button {
  display: none;
}
.cid-uci8FGi3Z2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uci8FGi3Z2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uci8FGi3Z2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uci8FGi3Z2 .mbr-text,
.cid-uci8FGi3Z2 .mbr-section-btn {
  color: #767676;
}
.cid-uci8FGi3Z2 .text2,
.cid-uci8FGi3Z2 .mbr-section-btn {
  color: #369898;
}
@media (max-width: 992px) {
  .cid-uci8FGi3Z2 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uci8FGi3Z2 H3 {
  color: #369898;
}
.cid-uci8FIzfm9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2mva.gif");
}
.cid-uci8FIzfm9 .mbr-section-title,
.cid-uci8FIzfm9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uci8FIzfm9 .mbr-section-text {
  color: #232323;
}
.cid-uci8FIzfm9 .mbr-text,
.cid-uci8FIzfm9 .typed-text,
.cid-uci8FIzfm9 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uci8FIzfm9 .btn {
  margin-left: 4px !important;
}
.cid-uci8FIzfm9 .animated-element {
  color: #369898;
}
.cid-uci8FIzfm9 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #369898;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uci8FIzfm9 .mbr-section-title {
  color: #ffffff;
}
.cid-uci8FIzfm9 .mbr-section-text,
.cid-uci8FIzfm9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uci8FJtGky {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uci8FJtGky .google-map {
  height: 25rem;
  position: relative;
}
.cid-uci8FJtGky .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uci8FJtGky .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uci8FJtGky .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uci8FJtGky .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-uci8FJtGky .map1 {
    padding-right: 2rem;
  }
  .cid-uci8FJtGky .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-uci8FJtGky .map1 {
    padding-bottom: 2rem;
  }
}
.cid-uci8FLbKap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uci8FLbKap .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .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-uci8FLbKap .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-uci8FLbKap .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uci8FLbKap .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uci8FLbKap .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-uci8FLbKap .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uci8FLbKap .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uci8FLbKap .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uci8FLbKap .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uci8FLbKap .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uci8FLbKap .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uci8FLbKap .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uci8FtgmFf .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uci8FtgmFf .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-uci8FtgmFf a {
  font-style: normal;
}
.cid-uci8FtgmFf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uci8FtgmFf .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-uci8FtgmFf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uci8FtgmFf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .nav-item:focus,
.cid-uci8FtgmFf .nav-link:focus {
  outline: none;
}
.cid-uci8FtgmFf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uci8FtgmFf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uci8FtgmFf .menu-logo {
  margin-right: auto;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .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-uci8FtgmFf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uci8FtgmFf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uci8FtgmFf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uci8FtgmFf button.navbar-toggler:focus {
  outline: none;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uci8FtgmFf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uci8FtgmFf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uci8FtgmFf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uci8FtgmFf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uci8FtgmFf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uci8FtgmFf .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-uci8FtgmFf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf img {
    height: 3.8rem !important;
  }
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uci8FtgmFf .menu-wrap {
    flex-direction: column;
  }
  .cid-uci8FtgmFf .btn {
    display: -webkit-flex;
  }
  .cid-uci8FtgmFf button.navbar-toggler {
    display: block;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uci8FtgmFf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing,
  .cid-uci8FtgmFf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uci8FtgmFf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uci8FtgmFf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uci8FtgmFf .nav-link:hover,
.cid-uci8FtgmFf .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucuG8OWjlN {
  overflow: hidden !important;
  background-image: url("../../../assets/images/3d-architectural-design-4d-archtecural-design-3d-shop-design-10-1920x1080.jpg");
}
.cid-ucuG8OWjlN .container-fluid {
  padding: 0 3rem;
}
.cid-ucuG8OWjlN .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-ucuG8OWjlN .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucuGsdxKFf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucuGsdxKFf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucuGsdxKFf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucuGsdxKFf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucuGsdxKFf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucuGsdxKFf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b96af;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #0b96af, #012d4d);
}
.cid-ucuGsdxKFf .icon-focus {
  display: none;
}
.cid-ucuGsdxKFf .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucuGsdxKFf ul {
  font-size: 0;
}
.cid-ucuGsdxKFf .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucuGsdxKFf .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-ucuGsdxKFf .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #64a49c, #465052);
}
.cid-ucuGsdxKFf .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucuGsdxKFf .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucuGsdxKFf .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucuGsdxKFf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuGsdxKFf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucuGsdxKFf .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucuGsdxKFf .btn:hover {
  background: transparent !important;
}
.cid-ucuGsdxKFf .btn:hover:before {
  background: transparent !important;
}
.cid-ucuGsdxKFf .btn:before {
  background-color: transparent !important;
}
.cid-ucuGsdxKFf .btn:focus {
  box-shadow: none;
}
.cid-ucuKfTxNpN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ucuKfTxNpN .counter-container {
  color: #767676;
}
.cid-ucuKfTxNpN .counter-container ul {
  margin-bottom: 0;
}
.cid-ucuKfTxNpN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ucuKfTxNpN .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #012d4d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #012d4d, #0b96af);
  border-radius: 0;
  content: '✓';
}
.cid-ucuJdWlPdL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ucuJdWlPdL .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ucuJdWlPdL .mbr-shop .row {
  margin: 0;
}
.cid-ucuJdWlPdL .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ucuJdWlPdL .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ucuJdWlPdL .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ucuJdWlPdL .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ucuJdWlPdL .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-ucuJdWlPdL .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ucuJdWlPdL .mbr-shop .hide-modal {
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucuJdWlPdL .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ucuJdWlPdL .mbr-shop .filter-by-pu,
.cid-ucuJdWlPdL .mbr-shop .filter-by-pd,
.cid-ucuJdWlPdL .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ucuJdWlPdL .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ucuJdWlPdL .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem h4,
.cid-ucuJdWlPdL .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem h5,
.cid-ucuJdWlPdL .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem p,
.cid-ucuJdWlPdL .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ucuJdWlPdL .mbr-shop .item-button {
  text-align: center;
}
.cid-ucuJdWlPdL .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ucuJdWlPdL .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ucuJdWlPdL .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-ucuJdWlPdL .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ucuJdWlPdL .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ucuJdWlPdL .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #232323;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item__hided h4,
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item__hided h5,
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-ucuJdWlPdL .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ucuJdWlPdL .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ucuJdWlPdL .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-ucuJdWlPdL .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-ucuJdWlPdL .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ucuJdWlPdL .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-ucuJdWlPdL .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ucuJdWlPdL .mbr-shop .range-controls {
  position: relative;
}
.cid-ucuJdWlPdL .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ucuJdWlPdL .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-ucuJdWlPdL .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-ucuJdWlPdL .mbr-shop .toggle:hover,
.cid-ucuJdWlPdL .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ucuJdWlPdL .mbr-shop .min-toggle {
  left: 0;
}
.cid-ucuJdWlPdL .mbr-shop .max-toggle {
  right: 0;
}
.cid-ucuJdWlPdL .mbr-shop .hided-by-price {
  display: none;
}
.cid-ucuJdWlPdL .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-ucuJdWlPdL .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ucuJdWlPdL .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucuJdWlPdL .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ucuJdWlPdL .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-ucuJdWlPdL .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ucuJdWlPdL .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ucuJdWlPdL .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ucuJdWlPdL .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucuJdWlPdL .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucuJdWlPdL .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucuJdWlPdL .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucuJdWlPdL .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-ucuJdWlPdL .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-ucuJdWlPdL .mbr-shop .shop-items .onsale,
.cid-ucuJdWlPdL .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-ucuJdWlPdL .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ucuJdWlPdL .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucuJdWlPdL .mbr-shop .price-range {
  display: inline-block;
}
.cid-ucuJdWlPdL .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-ucuJdWlPdL .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ucuJdWlPdL .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-ucuJdWlPdL .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ucuJdWlPdL .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ucuJdWlPdL .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ucuJdWlPdL .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ucuJdWlPdL .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ucuJdWlPdL .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ucuJdWlPdL .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ucuJdWlPdL .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ucuJdWlPdL .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ucuJdWlPdL .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ucuJdWlPdL .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ucuJdWlPdL .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-ucuJdWlPdL .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ucuJdWlPdL .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ucuJdWlPdL .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ucuJdWlPdL .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ucuJdWlPdL .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ucuJdWlPdL .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ucuJdWlPdL .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ucuJdWlPdL .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ucuJdWlPdL .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ucuJdWlPdL .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ucuJdWlPdL .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-ucuJdWlPdL .item-title {
  color: #1ba1e2;
}
.cid-ucuJdWlPdL .mbr-gallery-item .img_wraper img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-ucuJdWlPdL .mbr-gallery-item .sidebar_wraper {
  background: linear-gradient(transparent, #000000);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}
.cid-ucuJdWlPdL .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-ucuJdWlPdL .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-ucuJdWlPdL .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-ucuJdWlPdL .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-ucuJdWlPdL .mbr-gallery-item:hover .style_overlay {
  background: #a38dfd;
  opacity: 0.5;
  transition: all .5s;
}
.cid-ucuJdWlPdL .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-ucuJdWlPdL .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucuJdWlPdL .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ucuGChyWcg {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucuGChyWcg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucuGChyWcg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucuGChyWcg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucuGChyWcg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucuGChyWcg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #05759a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #05759a, #012d4d);
}
.cid-ucuGChyWcg .icon-focus {
  display: none;
}
.cid-ucuGChyWcg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucuGChyWcg ul {
  font-size: 0;
}
.cid-ucuGChyWcg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucuGChyWcg .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-ucuGChyWcg .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #64a49c, #465052);
}
.cid-ucuGChyWcg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucuGChyWcg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucuGChyWcg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucuGChyWcg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuGChyWcg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucuGChyWcg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucuGChyWcg .btn:hover {
  background: transparent !important;
}
.cid-ucuGChyWcg .btn:hover:before {
  background: transparent !important;
}
.cid-ucuGChyWcg .btn:before {
  background-color: transparent !important;
}
.cid-ucuGChyWcg .btn:focus {
  box-shadow: none;
}
.cid-ucuFOdi4Ia {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7ccbf1;
}
.cid-ucuFOdi4Ia p {
  color: #767676;
}
.cid-ucuFOdi4Ia .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucuFOdi4Ia .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucuFOdi4Ia .row-element,
.cid-ucuFOdi4Ia .image-element {
  padding: 0;
}
.cid-ucuFOdi4Ia .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucuFOdi4Ia .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucuFOdi4Ia .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuFOdi4Ia .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucuFOdi4Ia .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucuFOdi4Ia .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucuFOdi4Ia .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucuFOdi4Ia .underline .line {
    height: 2px;
  }
  .cid-ucuFOdi4Ia .mbr-title,
  .cid-ucuFOdi4Ia .underline,
  .cid-ucuFOdi4Ia .mbr-text,
  .cid-ucuFOdi4Ia .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucuFOdi4Ia .mbr-text,
.cid-ucuFOdi4Ia .mbr-section-btn {
  color: #ffffff;
}
.cid-ucuGKALh3e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucuGKALh3e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucuGKALh3e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucuGKALh3e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucuGKALh3e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucuGKALh3e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b96af;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #0b96af, #012d4d);
}
.cid-ucuGKALh3e .icon-focus {
  display: none;
}
.cid-ucuGKALh3e .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucuGKALh3e ul {
  font-size: 0;
}
.cid-ucuGKALh3e .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucuGKALh3e .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-ucuGKALh3e .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #64a49c, #465052);
}
.cid-ucuGKALh3e .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucuGKALh3e .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucuGKALh3e .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucuGKALh3e .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuGKALh3e .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucuGKALh3e .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucuGKALh3e .btn:hover {
  background: transparent !important;
}
.cid-ucuGKALh3e .btn:hover:before {
  background: transparent !important;
}
.cid-ucuGKALh3e .btn:before {
  background-color: transparent !important;
}
.cid-ucuGKALh3e .btn:focus {
  box-shadow: none;
}
.cid-ucuFYcdBLw {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ucuFYcdBLw .mbr-figure {
  padding: 0;
}
.cid-ucuFYcdBLw .content-row {
  background-color: #000000;
}
.cid-ucuFYcdBLw .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/938fc1bca03bef66a72b5c0b19a6c96e.gif");
}
@media (min-width: 992px) {
  .cid-ucuFYcdBLw .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-ucuFYcdBLw .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #000000, #0c57bf);
}
.cid-ucuFYcdBLw .content-row .media-content .content-block {
  z-index: 1;
}
.cid-ucuFYcdBLw .testimonial-text {
  color: #ffffff;
}
.cid-ucuFYcdBLw .testimonial-text B {
  color: #f50707;
}
.cid-ucuIw1OiP4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucuIw1OiP4 .container-fluid {
  padding: 0 3rem;
}
.cid-ucuIw1OiP4 .media-container-column {
  padding: 0 2rem;
}
.cid-ucuIw1OiP4 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #012d4d;
}
@media (max-width: 767px) {
  .cid-ucuIw1OiP4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uci8FLbKap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uci8FLbKap .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .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-uci8FLbKap .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-uci8FLbKap .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uci8FLbKap .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uci8FLbKap .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-uci8FLbKap .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uci8FLbKap .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uci8FLbKap .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uci8FLbKap .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uci8FLbKap .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uci8FLbKap .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uci8FLbKap .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uci8FtgmFf .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uci8FtgmFf .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-uci8FtgmFf a {
  font-style: normal;
}
.cid-uci8FtgmFf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uci8FtgmFf .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-uci8FtgmFf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uci8FtgmFf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .nav-item:focus,
.cid-uci8FtgmFf .nav-link:focus {
  outline: none;
}
.cid-uci8FtgmFf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uci8FtgmFf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uci8FtgmFf .menu-logo {
  margin-right: auto;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .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-uci8FtgmFf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uci8FtgmFf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uci8FtgmFf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uci8FtgmFf button.navbar-toggler:focus {
  outline: none;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uci8FtgmFf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uci8FtgmFf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uci8FtgmFf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uci8FtgmFf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uci8FtgmFf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uci8FtgmFf .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-uci8FtgmFf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf img {
    height: 3.8rem !important;
  }
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uci8FtgmFf .menu-wrap {
    flex-direction: column;
  }
  .cid-uci8FtgmFf .btn {
    display: -webkit-flex;
  }
  .cid-uci8FtgmFf button.navbar-toggler {
    display: block;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uci8FtgmFf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing,
  .cid-uci8FtgmFf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uci8FtgmFf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uci8FtgmFf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uci8FtgmFf .nav-link:hover,
.cid-uci8FtgmFf .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uci8FLbKap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uci8FLbKap .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .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-uci8FLbKap .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-uci8FLbKap .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uci8FLbKap .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uci8FLbKap .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-uci8FLbKap .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uci8FLbKap .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uci8FLbKap .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uci8FLbKap .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uci8FLbKap .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uci8FLbKap .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uci8FLbKap .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhiXtKkC8M .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uhiXtKkC8M .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-uhiXtKkC8M a {
  font-style: normal;
}
.cid-uhiXtKkC8M .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uhiXtKkC8M .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-uhiXtKkC8M .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uhiXtKkC8M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhiXtKkC8M .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-uhiXtKkC8M .nav-item:focus,
.cid-uhiXtKkC8M .nav-link:focus {
  outline: none;
}
.cid-uhiXtKkC8M .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhiXtKkC8M .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhiXtKkC8M .menu-logo {
  margin-right: auto;
}
.cid-uhiXtKkC8M .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-uhiXtKkC8M .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-uhiXtKkC8M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uhiXtKkC8M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhiXtKkC8M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uhiXtKkC8M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhiXtKkC8M .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uhiXtKkC8M .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhiXtKkC8M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhiXtKkC8M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhiXtKkC8M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhiXtKkC8M .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhiXtKkC8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhiXtKkC8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhiXtKkC8M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhiXtKkC8M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhiXtKkC8M .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-uhiXtKkC8M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhiXtKkC8M .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhiXtKkC8M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhiXtKkC8M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhiXtKkC8M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhiXtKkC8M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhiXtKkC8M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhiXtKkC8M button.navbar-toggler:focus {
  outline: none;
}
.cid-uhiXtKkC8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhiXtKkC8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhiXtKkC8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhiXtKkC8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhiXtKkC8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhiXtKkC8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhiXtKkC8M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhiXtKkC8M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhiXtKkC8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhiXtKkC8M .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhiXtKkC8M .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhiXtKkC8M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhiXtKkC8M .collapsed .navbar-collapse.collapsing,
.cid-uhiXtKkC8M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhiXtKkC8M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhiXtKkC8M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhiXtKkC8M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhiXtKkC8M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhiXtKkC8M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhiXtKkC8M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhiXtKkC8M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhiXtKkC8M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhiXtKkC8M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uhiXtKkC8M .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhiXtKkC8M .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhiXtKkC8M .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhiXtKkC8M .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-uhiXtKkC8M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhiXtKkC8M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhiXtKkC8M .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-uhiXtKkC8M.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhiXtKkC8M img {
    height: 3.8rem !important;
  }
  .cid-uhiXtKkC8M .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uhiXtKkC8M .menu-wrap {
    flex-direction: column;
  }
  .cid-uhiXtKkC8M .btn {
    display: -webkit-flex;
  }
  .cid-uhiXtKkC8M button.navbar-toggler {
    display: block;
  }
  .cid-uhiXtKkC8M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uhiXtKkC8M .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhiXtKkC8M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhiXtKkC8M .navbar-collapse.collapsing,
  .cid-uhiXtKkC8M .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhiXtKkC8M .navbar-collapse.collapsing .navbar-nav,
  .cid-uhiXtKkC8M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhiXtKkC8M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhiXtKkC8M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhiXtKkC8M .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhiXtKkC8M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhiXtKkC8M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhiXtKkC8M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhiXtKkC8M .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-uhiXtKkC8M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhiXtKkC8M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhiXtKkC8M .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-uhiXtKkC8M .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhiXtKkC8M .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uhiXtKkC8M .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uhiXtKkC8M .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhiXtKkC8M .nav-link:hover,
.cid-uhiXtKkC8M .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uhiXtKSiuw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uhiXtKSiuw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhiXtKSiuw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhiXtKSiuw .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-uhiXtKSiuw .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-uhiXtKSiuw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhiXtKSiuw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhiXtKSiuw .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-uhiXtKSiuw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhiXtKSiuw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhiXtKSiuw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uhiXtKSiuw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhiXtKSiuw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhiXtKSiuw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhiXtKSiuw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uci8FtgmFf .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uci8FtgmFf .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-uci8FtgmFf a {
  font-style: normal;
}
.cid-uci8FtgmFf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uci8FtgmFf .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-uci8FtgmFf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uci8FtgmFf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .nav-item:focus,
.cid-uci8FtgmFf .nav-link:focus {
  outline: none;
}
.cid-uci8FtgmFf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uci8FtgmFf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uci8FtgmFf .menu-logo {
  margin-right: auto;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .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-uci8FtgmFf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uci8FtgmFf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uci8FtgmFf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uci8FtgmFf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uci8FtgmFf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uci8FtgmFf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uci8FtgmFf button.navbar-toggler:focus {
  outline: none;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uci8FtgmFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uci8FtgmFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uci8FtgmFf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uci8FtgmFf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uci8FtgmFf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uci8FtgmFf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uci8FtgmFf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uci8FtgmFf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uci8FtgmFf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uci8FtgmFf .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-uci8FtgmFf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uci8FtgmFf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uci8FtgmFf .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-uci8FtgmFf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf img {
    height: 3.8rem !important;
  }
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uci8FtgmFf .menu-wrap {
    flex-direction: column;
  }
  .cid-uci8FtgmFf .btn {
    display: -webkit-flex;
  }
  .cid-uci8FtgmFf button.navbar-toggler {
    display: block;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uci8FtgmFf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uci8FtgmFf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing,
  .cid-uci8FtgmFf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uci8FtgmFf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uci8FtgmFf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uci8FtgmFf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uci8FtgmFf .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-uci8FtgmFf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uci8FtgmFf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uci8FtgmFf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uci8FtgmFf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uci8FtgmFf .nav-link:hover,
.cid-uci8FtgmFf .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucuU05ut86 {
  overflow: hidden !important;
  background-image: url("../../../assets/images/pool18-1071x636.jpg");
}
.cid-ucuU05ut86 .container-fluid {
  padding: 0 3rem;
}
.cid-ucuU05ut86 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-ucuU05ut86 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ucuUlSwmVb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucuUlSwmVb p {
  color: #767676;
}
.cid-ucuUlSwmVb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucuUlSwmVb .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucuUlSwmVb .row-element,
.cid-ucuUlSwmVb .image-element {
  padding: 0;
}
.cid-ucuUlSwmVb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucuUlSwmVb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucuUlSwmVb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuUlSwmVb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucuUlSwmVb .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucuUlSwmVb .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucuUlSwmVb .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucuUlSwmVb .underline .line {
    height: 2px;
  }
  .cid-ucuUlSwmVb .mbr-title,
  .cid-ucuUlSwmVb .underline,
  .cid-ucuUlSwmVb .mbr-text,
  .cid-ucuUlSwmVb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucuUhz2HYl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012d4d;
}
.cid-ucuUhz2HYl .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucuUhz2HYl .row-element,
.cid-ucuUhz2HYl .image-element {
  padding: 0;
}
.cid-ucuUhz2HYl .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucuUhz2HYl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucuUhz2HYl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuUhz2HYl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucuUhz2HYl .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucuUhz2HYl .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucuUhz2HYl .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucuUhz2HYl .underline .line {
    height: 2px;
  }
  .cid-ucuUhz2HYl .mbr-title,
  .cid-ucuUhz2HYl .underline,
  .cid-ucuUhz2HYl .mbr-text,
  .cid-ucuUhz2HYl .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucuV3YjQE0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ucuV3YjQE0 .mbr-section-subtitle {
  color: #767676;
}
.cid-ucuV3YjQE0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuV3YjQE0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucuV3YjQE0 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ucuV3YjQE0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucuV3YjQE0 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
  background: #012d4d;
}
.cid-ucuV3YjQE0 .card-overlay {
  display: none;
}
.cid-ucuV3YjQE0 .mbr-section-title,
.cid-ucuV3YjQE0 .underline,
.cid-ucuV3YjQE0 .mbr-section-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-ucuV3YjQE0 .image-element:hover .card-overlay {
    opacity: .5;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucuV3YjQE0 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucuV3YjQE0 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucuV3YjQE0 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ucuV3YjQE0 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucuV3YjQE0 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucuV3YjQE0 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucuV3YjQE0 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucuV3YjQE0 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-ucuV3YjQE0 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ucuV3YjQE0 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ucuV3YjQE0 .underline .line {
    height: 2px;
  }
  .cid-ucuV3YjQE0 .card-title,
  .cid-ucuV3YjQE0 .underline,
  .cid-ucuV3YjQE0 .mbr-text,
  .cid-ucuV3YjQE0 .mbr-section-btn,
  .cid-ucuV3YjQE0 .mbr-section-subtitle,
  .cid-ucuV3YjQE0 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ucuV3YjQE0 .main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cid-ucuV3YjQE0 .mbr-section-title,
  .cid-ucuV3YjQE0 .underline,
  .cid-ucuV3YjQE0 .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-ucuV3YjQE0 .mbr-section-subtitle B {
  color: #000000;
}
.cid-ucuV3YjQE0 H3 {
  color: #0b96af;
}
.cid-ucuXf8RpJ6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1-3-1920x1080.jpg");
}
.cid-ucuXf8RpJ6 .card-wrapper {
  z-index: 3;
}
.cid-ucuXf8RpJ6 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-ucuXf8RpJ6:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-ucuXf8RpJ6 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ucuXf8RpJ6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-ucuXf8RpJ6 .text-block {
  text-align: left !important;
}
.cid-ucuYarFviL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucuYarFviL p {
  color: #767676;
}
.cid-ucuYarFviL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucuYarFviL .row-element,
.cid-ucuYarFviL .image-element {
  padding: 0;
}
.cid-ucuYarFviL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucuYarFviL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucuYarFviL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucuYarFviL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucuYarFviL .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucuYarFviL .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucuYarFviL .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucuYarFviL .underline .line {
    height: 2px;
  }
  .cid-ucuYarFviL .mbr-title,
  .cid-ucuYarFviL .underline,
  .cid-ucuYarFviL .mbr-text,
  .cid-ucuYarFviL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uci8FLbKap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uci8FLbKap .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uci8FLbKap .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-uci8FLbKap .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-uci8FLbKap .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uci8FLbKap .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uci8FLbKap .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-uci8FLbKap .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uci8FLbKap .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uci8FLbKap .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uci8FLbKap .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uci8FLbKap .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uci8FLbKap .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uci8FLbKap .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uhp7KrFGNk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhp7KrFGNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhp7KrFGNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhp7KrFGNk .item {
  padding-bottom: 2rem;
}
.cid-uhp7KrFGNk .item-wrapper {
  position: relative;
}
.cid-uhp7KrFGNk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uhp7KrFGNk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhp7KrFGNk .carousel-control,
.cid-uhp7KrFGNk .close {
  background: #1b1b1b;
}
.cid-uhp7KrFGNk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhp7KrFGNk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhp7KrFGNk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhp7KrFGNk .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhp7KrFGNk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uhp7KrFGNk .close::before {
  content: '\e91a';
}
.cid-uhp7KrFGNk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhp7KrFGNk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uhp7KrFGNk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhp7KrFGNk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhp7KrFGNk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhp7KrFGNk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhp7KrFGNk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uhp7KrFGNk .carousel-indicators li.active,
.cid-uhp7KrFGNk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhp7KrFGNk .carousel-indicators li::after,
.cid-uhp7KrFGNk .carousel-indicators li::before {
  content: none;
}
.cid-uhp7KrFGNk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhp7KrFGNk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhp7KrFGNk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhp7KrFGNk .carousel-indicators {
    display: none;
  }
}
.cid-uhp7KrFGNk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhp7KrFGNk .carousel-inner > .active {
  display: block;
}
.cid-uhp7KrFGNk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhp7KrFGNk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhp7KrFGNk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhp7KrFGNk .carousel-control,
  .cid-uhp7KrFGNk .carousel-indicators,
  .cid-uhp7KrFGNk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhp7KrFGNk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhp7KrFGNk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhp7KrFGNk .carousel-indicators .active,
.cid-uhp7KrFGNk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhp7KrFGNk .carousel-indicators .active {
  background: #fff;
}
.cid-uhp7KrFGNk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhp7KrFGNk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhp7KrFGNk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhp7KrFGNk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhp7KrFGNk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhp7KrFGNk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhp7KrFGNk .carousel {
  width: 100%;
}
.cid-uhp7KrFGNk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhp7KrFGNk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhp7KrFGNk .modal.fade .modal-dialog,
.cid-uhp7KrFGNk .modal.in .modal-dialog {
  transform: none;
}
.cid-uhp7KrFGNk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhp7KrFGNk H6 {
  text-align: center;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhzNljt3wu {
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-uhzNljt3wu .mbr-overlay {
  background: #ffa0a4;
  background: linear-gradient(45deg, #ffa0a4, #000000);
  background: radial-gradient(#ffa0a4, #000000);
}
.cid-uhzNljt3wu .mbr-section-title {
  margin: 0;
}
.cid-uhzNndQWMJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhzNndQWMJ .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uhzNndQWMJ .mbr-shop .row {
  margin: 0;
}
.cid-uhzNndQWMJ .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uhzNndQWMJ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uhzNndQWMJ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uhzNndQWMJ .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uhzNndQWMJ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uhzNndQWMJ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uhzNndQWMJ .mbr-shop .hide-modal {
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uhzNndQWMJ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uhzNndQWMJ .mbr-shop .filter-by-pu,
.cid-uhzNndQWMJ .mbr-shop .filter-by-pd,
.cid-uhzNndQWMJ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uhzNndQWMJ .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uhzNndQWMJ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem h4,
.cid-uhzNndQWMJ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem h5,
.cid-uhzNndQWMJ .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem p,
.cid-uhzNndQWMJ .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uhzNndQWMJ .mbr-shop .item-button {
  text-align: center;
}
.cid-uhzNndQWMJ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uhzNndQWMJ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uhzNndQWMJ .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uhzNndQWMJ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uhzNndQWMJ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uhzNndQWMJ .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #232323;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item__hided h4,
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item__hided h5,
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uhzNndQWMJ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uhzNndQWMJ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uhzNndQWMJ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uhzNndQWMJ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uhzNndQWMJ .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uhzNndQWMJ .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uhzNndQWMJ .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uhzNndQWMJ .mbr-shop .range-controls {
  position: relative;
}
.cid-uhzNndQWMJ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uhzNndQWMJ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uhzNndQWMJ .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uhzNndQWMJ .mbr-shop .toggle:hover,
.cid-uhzNndQWMJ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uhzNndQWMJ .mbr-shop .min-toggle {
  left: 0;
}
.cid-uhzNndQWMJ .mbr-shop .max-toggle {
  right: 0;
}
.cid-uhzNndQWMJ .mbr-shop .hided-by-price {
  display: none;
}
.cid-uhzNndQWMJ .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uhzNndQWMJ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uhzNndQWMJ .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uhzNndQWMJ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uhzNndQWMJ .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uhzNndQWMJ .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uhzNndQWMJ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uhzNndQWMJ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uhzNndQWMJ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uhzNndQWMJ .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uhzNndQWMJ .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uhzNndQWMJ .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uhzNndQWMJ .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uhzNndQWMJ .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uhzNndQWMJ .mbr-shop .shop-items .onsale,
.cid-uhzNndQWMJ .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uhzNndQWMJ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uhzNndQWMJ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uhzNndQWMJ .mbr-shop .price-range {
  display: inline-block;
}
.cid-uhzNndQWMJ .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uhzNndQWMJ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uhzNndQWMJ .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uhzNndQWMJ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uhzNndQWMJ .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uhzNndQWMJ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uhzNndQWMJ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uhzNndQWMJ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uhzNndQWMJ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uhzNndQWMJ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uhzNndQWMJ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uhzNndQWMJ .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uhzNndQWMJ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uhzNndQWMJ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uhzNndQWMJ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhzNndQWMJ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uhzNndQWMJ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uhzNndQWMJ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uhzNndQWMJ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uhzNndQWMJ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uhzNndQWMJ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uhzNndQWMJ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uhzNndQWMJ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uhzNndQWMJ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uhzNndQWMJ .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uhzNndQWMJ .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-uhzNndQWMJ .item-title {
  color: #44f7b3;
}
.cid-uhzNndQWMJ .mbr-gallery-item .img_wraper img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uhzNndQWMJ .mbr-gallery-item .sidebar_wraper {
  background: linear-gradient(transparent, #000000);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}
.cid-uhzNndQWMJ .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-uhzNndQWMJ .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-uhzNndQWMJ .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-uhzNndQWMJ .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-uhzNndQWMJ .mbr-gallery-item:hover .style_overlay {
  background: #a38dfd;
  opacity: 0.5;
  transition: all .5s;
}
.cid-uhzNndQWMJ .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhzNndQWMJ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uhzNnPDbT5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhzNnPDbT5 .mbr-text,
.cid-uhzNnPDbT5 blockquote {
  color: #232323;
}
.cid-uhzNoMLRxQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uhzNoMLRxQ .container-fluid {
  padding: 0 2rem;
}
.cid-uhzNoMLRxQ .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uhzNoMLRxQ .mbr-title {
  padding: 0 1rem;
}
.cid-uhzNoMLRxQ .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uhzNoMLRxQ .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uhzNoMLRxQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-uhzNoMLRxQ .image-wrap {
  width: 100%;
}
.cid-uhzNoMLRxQ .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uhzNoMLRxQ .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uhzNoMLRxQ .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uhzNoMLRxQ .container-fluid {
    padding: 0rem;
  }
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ui7RCQL1sK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/brandactivationandmarketingcampaigns-meta-932x556.jpg");
}
.cid-ui7RDBG0Iw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #64a49c;
}
.cid-ui7RDBG0Iw h2,
.cid-ui7RDBG0Iw h3,
.cid-ui7RDBG0Iw h4,
.cid-ui7RDBG0Iw p {
  color: #ffffff;
}
.cid-ui7RDBG0Iw .mbr-overlay {
  z-index: -1;
}
.cid-ui7RDBG0Iw .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ui7RDBG0Iw .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ui7RDBG0Iw .form-control:focus,
.cid-ui7RDBG0Iw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ui7RDBG0Iw .form-group {
  margin-bottom: 1rem;
}
.cid-ui7RDBG0Iw input::-webkit-input-placeholder,
.cid-ui7RDBG0Iw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ui7RDBG0Iw input:-moz-placeholder,
.cid-ui7RDBG0Iw textarea:-moz-placeholder {
  color: #656565;
}
.cid-ui7RDBG0Iw .jq-selectbox li,
.cid-ui7RDBG0Iw .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ui7RDBG0Iw .jq-selectbox li:hover,
.cid-ui7RDBG0Iw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ui7RDBG0Iw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ui7RDBG0Iw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ui7RDBG0Iw .subtext {
  border-top: 1px solid rgba(250, 169, 44, 0.5);
}
.cid-ui7RDBG0Iw .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ui7RDBG0Iw .mbr-text {
  color: #767676;
}
.cid-ui7RDBG0Iw .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ui7RDBG0Iw .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5b686b;
  opacity: 0.5;
  z-index: 0;
}
.cid-ui7RDBG0Iw .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ui7RDBG0Iw a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ui7RDBG0Iw .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ui7RDBG0Iw .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ui7RDBG0Iw textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-ui7RDBG0Iw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ui7RDBG0Iw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ui7RDBG0Iw .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ui7RDBG0Iw h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ui7RDBG0Iw .block-content {
    padding: 0;
  }
  .cid-ui7RDBG0Iw .form-block {
    padding: 1rem;
  }
}
.cid-ui7RDBG0Iw .mbr-section-title,
.cid-ui7RDBG0Iw .mbr-section-btn {
  color: #000000;
}
.cid-ui7RDBG0Iw H4 {
  color: #122e31;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhippds1X6 .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uhippds1X6 .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-uhippds1X6 a {
  font-style: normal;
}
.cid-uhippds1X6 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uhippds1X6 .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-uhippds1X6 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uhippds1X6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhippds1X6 .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-uhippds1X6 .nav-item:focus,
.cid-uhippds1X6 .nav-link:focus {
  outline: none;
}
.cid-uhippds1X6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhippds1X6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhippds1X6 .menu-logo {
  margin-right: auto;
}
.cid-uhippds1X6 .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-uhippds1X6 .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-uhippds1X6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uhippds1X6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhippds1X6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uhippds1X6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhippds1X6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uhippds1X6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhippds1X6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhippds1X6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhippds1X6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhippds1X6 .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhippds1X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhippds1X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhippds1X6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhippds1X6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhippds1X6 .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-uhippds1X6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhippds1X6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhippds1X6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhippds1X6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhippds1X6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhippds1X6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhippds1X6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhippds1X6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uhippds1X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhippds1X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhippds1X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhippds1X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhippds1X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhippds1X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhippds1X6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhippds1X6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhippds1X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhippds1X6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhippds1X6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhippds1X6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhippds1X6 .collapsed .navbar-collapse.collapsing,
.cid-uhippds1X6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhippds1X6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhippds1X6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhippds1X6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhippds1X6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhippds1X6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhippds1X6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhippds1X6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhippds1X6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhippds1X6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uhippds1X6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhippds1X6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhippds1X6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhippds1X6 .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-uhippds1X6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhippds1X6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhippds1X6 .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-uhippds1X6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhippds1X6 img {
    height: 3.8rem !important;
  }
  .cid-uhippds1X6 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uhippds1X6 .menu-wrap {
    flex-direction: column;
  }
  .cid-uhippds1X6 .btn {
    display: -webkit-flex;
  }
  .cid-uhippds1X6 button.navbar-toggler {
    display: block;
  }
  .cid-uhippds1X6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uhippds1X6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhippds1X6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhippds1X6 .navbar-collapse.collapsing,
  .cid-uhippds1X6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhippds1X6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uhippds1X6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhippds1X6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhippds1X6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhippds1X6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhippds1X6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhippds1X6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhippds1X6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhippds1X6 .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-uhippds1X6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhippds1X6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhippds1X6 .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-uhippds1X6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhippds1X6 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uhippds1X6 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uhippds1X6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhippds1X6 .nav-link:hover,
.cid-uhippds1X6 .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uhnBFiG0Ev {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/wall-banner-cosmic-1500x900.jpg");
}
.cid-uhnBFiG0Ev h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uhnBFiG0Ev h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uhnBFiG0Ev h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uhnBGx6rRy {
  background-color: #ffffff;
}
.cid-uhnBGx6rRy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uhnBGx6rRy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhnBGx6rRy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhnBGx6rRy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhnBGx6rRy .row > .row {
  display: block;
}
.cid-uhnBGx6rRy .mbr-gallery-item {
  width: 100%;
}
.cid-uhnBGx6rRy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #64a49c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uhnBGx6rRy .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uhnBGx6rRy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhnBGx6rRy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uhnBGx6rRy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhnBGx6rRy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #64a49c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uhnBGx6rRy .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uhnBGx6rRy .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uhnBGx6rRy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uhnBGx6rRy .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-uhnBGx6rRy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uhnBHt1K2m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhnBHt1K2m .mbr-text {
    text-align: center;
  }
}
.cid-uhnBHt1K2m .mbr-text,
.cid-uhnBHt1K2m .mbr-section-btn {
  color: #767676;
}
.cid-uhk0ECFEXA {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-uhk0ECFEXA .mbr-section-title {
  text-align: center;
}
.cid-uhk0ECFEXA .mbr-text,
.cid-uhk0ECFEXA .mbr-section-btn {
  text-align: center;
}
.cid-uhippe7qIa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uhippe7qIa .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhippe7qIa .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhippe7qIa .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-uhippe7qIa .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-uhippe7qIa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhippe7qIa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhippe7qIa .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-uhippe7qIa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhippe7qIa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhippe7qIa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uhippe7qIa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhippe7qIa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhippe7qIa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhippe7qIa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucAKsXtVOO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-8-1920x1080.jpg");
}
.cid-ucAKsXtVOO .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-ucAKsXtVOO .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-ucAKsXtVOO .card-img {
  margin-bottom: 1rem;
}
.cid-ucAKsXtVOO .card-img span {
  font-size: 60px;
}
.cid-ucAKuW83uW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucAKuW83uW .mbr-text,
.cid-ucAKuW83uW .mbr-section-subtitle {
  color: #767676;
}
.cid-ucAKuW83uW .card-title {
  color: #66458e;
}
.cid-ucAKuW83uW .card .card-img span {
  color: #053527;
  font-size: 60px;
  background: linear-gradient(45deg, #053527, #faa92c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-ucAKuW83uW .mbr-section-subtitle,
  .cid-ucAKuW83uW .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucAKuW83uW .card .card-img span {
    background: none;
  }
}
.cid-ucAKuW83uW .mbr-section-title {
  color: #053527;
}
.cid-ucAKuW83uW .card-title,
.cid-ucAKuW83uW .card-img {
  color: #053527;
}
.cid-ucAKwOjDDZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bbe2e2;
}
.cid-ucAKwOjDDZ .mbr-shop {
  display: table;
  width: 100%;
}
.cid-ucAKwOjDDZ .mbr-shop .row {
  margin: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-ucAKwOjDDZ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ucAKwOjDDZ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ucAKwOjDDZ .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ucAKwOjDDZ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-ucAKwOjDDZ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ucAKwOjDDZ .mbr-shop .hide-modal {
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucAKwOjDDZ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ucAKwOjDDZ .mbr-shop .filter-by-pu,
.cid-ucAKwOjDDZ .mbr-shop .filter-by-pd,
.cid-ucAKwOjDDZ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ucAKwOjDDZ .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ucAKwOjDDZ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem h4,
.cid-ucAKwOjDDZ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem h5,
.cid-ucAKwOjDDZ .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem p,
.cid-ucAKwOjDDZ .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ucAKwOjDDZ .mbr-shop .item-button {
  text-align: center;
}
.cid-ucAKwOjDDZ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ucAKwOjDDZ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ucAKwOjDDZ .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-ucAKwOjDDZ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ucAKwOjDDZ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ucAKwOjDDZ .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #faa92c;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item__hided h4,
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item__hided h5,
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #64a49c;
}
.cid-ucAKwOjDDZ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ucAKwOjDDZ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ucAKwOjDDZ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #64a49c;
  font-weight: bold;
}
.cid-ucAKwOjDDZ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #64a49c;
  border-radius: 2px;
  font-size: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #64a49c;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #64a49c;
}
.cid-ucAKwOjDDZ .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ucAKwOjDDZ .mbr-shop .range-controls {
  position: relative;
}
.cid-ucAKwOjDDZ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ucAKwOjDDZ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #64a49c;
}
.cid-ucAKwOjDDZ .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #64a49c;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #64a49c;
  cursor: pointer;
}
.cid-ucAKwOjDDZ .mbr-shop .toggle:hover,
.cid-ucAKwOjDDZ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ucAKwOjDDZ .mbr-shop .min-toggle {
  left: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .max-toggle {
  right: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .hided-by-price {
  display: none;
}
.cid-ucAKwOjDDZ .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-ucAKwOjDDZ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ucAKwOjDDZ .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ucAKwOjDDZ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ucAKwOjDDZ .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-ucAKwOjDDZ .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ucAKwOjDDZ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ucAKwOjDDZ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucAKwOjDDZ .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ucAKwOjDDZ .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ucAKwOjDDZ .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-ucAKwOjDDZ .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-ucAKwOjDDZ .mbr-shop .shop-items .onsale,
.cid-ucAKwOjDDZ .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-ucAKwOjDDZ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ucAKwOjDDZ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucAKwOjDDZ .mbr-shop .price-range {
  display: inline-block;
}
.cid-ucAKwOjDDZ .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-ucAKwOjDDZ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ucAKwOjDDZ .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ucAKwOjDDZ .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ucAKwOjDDZ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ucAKwOjDDZ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ucAKwOjDDZ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ucAKwOjDDZ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ucAKwOjDDZ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-ucAKwOjDDZ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ucAKwOjDDZ .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ucAKwOjDDZ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ucAKwOjDDZ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ucAKwOjDDZ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-ucAKwOjDDZ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ucAKwOjDDZ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ucAKwOjDDZ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-ucAKwOjDDZ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ucAKwOjDDZ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ucAKwOjDDZ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ucAKwOjDDZ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ucAKwOjDDZ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ucAKwOjDDZ .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-ucAKwOjDDZ .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-ucAKwOjDDZ .item-title {
  color: #64a49c;
}
.cid-ucAKwOjDDZ .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-ucAKwOjDDZ .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #64a49c;
}
.cid-ucAKwOjDDZ .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-ucAKwOjDDZ .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-ucAKwOjDDZ .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-ucAKwOjDDZ .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-ucAKwOjDDZ .mbr-gallery-item:hover .style_overlay {
  background: #053527;
  opacity: 0.5;
  transition: all .5s;
}
.cid-ucAKwOjDDZ .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-ucAKwOjDDZ .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucAKwOjDDZ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-ucAKwOjDDZ LI {
  color: #64a49c;
}
.cid-ucAKwOjDDZ .sidebar-title {
  color: #64a49c;
}
@media (max-width: 576px) {
  .cid-ucAKwOjDDZ .mbr-shop .mbr-gallery-item,
  .cid-ucAKwOjDDZ .wrapper-shop-items,
  .cid-ucAKwOjDDZ .sidebar-block,
  .cid-ucAKwOjDDZ .sidebar-title,
  .cid-ucAKwOjDDZ .sidebar,
  .cid-ucAKwOjDDZ .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-ucAKwOjDDZ .filter-cost {
    max-width: 100%!important;
  }
  .cid-ucAKwOjDDZ .range-slider,
  .cid-ucAKwOjDDZ .categories,
  .cid-ucAKwOjDDZ .bestseller-block {
    text-align: center;
  }
}
.cid-ucAKxFEInV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucAKxFEInV img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ucAKxFEInV img:hover {
  transform: scale(1.1);
}
.cid-ucAKxFEInV .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ucAKxFEInV h2 {
  padding: 0;
  margin: 0;
}
.cid-ucAKxFEInV .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucAKxFEInV .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ucAKxFEInV .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ucAKxFEInV .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ucAKxFEInV .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ucAKxFEInV .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ucAKxFEInV .mbr-iconfont {
  margin: 0!important;
}
.cid-ucAKxFEInV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ucAKxFEInV .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ucAKxFEInV .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ucAKxFEInV .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ucAKxFEInV .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ucAKxFEInV H2 {
  color: #333333;
}
.cid-ucAKxFEInV .mbr-text {
  color: #767676;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-uidoOKWJMn {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/brandactivationandmarketingcampaigns-meta-932x556.jpg");
}
.cid-ucDQzHbmU9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ucDQzHbmU9 .mbr-section-title {
  color: #64a49c;
}
.cid-ucDQzHbmU9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucDQzHbmU9 .mbr-text {
  color: #8d97ad;
}
.cid-ucDQzHbmU9 .nav {
  border: none;
}
.cid-ucDQzHbmU9 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-ucDQzHbmU9 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-ucDQzHbmU9 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-ucDQzHbmU9 .tab-content {
  margin-top: 3rem;
}
.cid-ucDQzHbmU9 .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-ucDQzHbmU9 .nav-tabs .nav-link:hover {
  background-color: #64a49c;
  color: #ffffff;
}
.cid-ucDQzHbmU9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #64a49c;
  border-bottom: none;
}
.cid-ucDQzHbmU9 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucDQzHbmU9 .nav-item {
    display: table-row !important;
  }
}
.cid-ucDQzHbmU9 .title-content {
  color: #bbe2e2;
}
.cid-ucDQzHbmU9 .mbr-text,
.cid-ucDQzHbmU9 .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucDOsbDR9s {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #64a49c;
}
@media (min-width: 992px) {
  .cid-ucDOsbDR9s .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-ucDOsbDR9s .content {
    padding: 0 2rem;
  }
}
.cid-ucDOsbDR9s .row {
  justify-content: flex-end;
}
.cid-ucDOsbDR9s .img-col {
  padding: 0;
}
.cid-ucDOsbDR9s .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-ucDOsbDR9s .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-ucDOsbDR9s .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ucDOsbDR9s .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-ucDOsbDR9s .icon-title,
.cid-ucDOsbDR9s .mbr-iconfont {
  color: #181818;
}
.cid-ucDOsbDR9s .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucDOsbDR9s .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-ucDOsbDR9s .icons-wrap {
    flex-direction: column;
  }
  .cid-ucDOsbDR9s .icon-wrap {
    margin-right: 0rem;
  }
  .cid-ucDOsbDR9s .link-wrap {
    margin: auto;
  }
}
.cid-ucDOsbDR9s .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-ucDOsbDR9s .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-ucDOsbDR9s .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-ucDOsbDR9s .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-ucDOsbDR9s H1 {
  color: #ffffff;
}
.cid-ucDOvoWWo5 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ucDOvoWWo5 .mbr-text {
  color: #767676;
}
.cid-ucDOvoWWo5 h4 {
  text-align: center;
}
.cid-ucDOvoWWo5 p {
  text-align: center;
}
.cid-ucDOvoWWo5 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDOvoWWo5 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucDOvoWWo5 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-ucDOvoWWo5 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ucDOvoWWo5 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #bbe2e2, #64a49c);
  border-radius: 50%;
}
.cid-ucDOvoWWo5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucDOvoWWo5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-ucDOvoWWo5 .mbr-section-title,
  .cid-ucDOvoWWo5 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-ucDOvoWWo5 .mbr-section-title,
.cid-ucDOvoWWo5 .underline {
  color: #64a49c;
}
.cid-ucDOvoWWo5 .card-title,
.cid-ucDOvoWWo5 .card-img {
  color: #000000;
}
.cid-ucDOBsuYV4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucDOBsuYV4 p {
  color: #767676;
}
.cid-ucDOBsuYV4 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucDOBsuYV4 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucDOBsuYV4 .row-element,
.cid-ucDOBsuYV4 .image-element {
  padding: 0;
}
.cid-ucDOBsuYV4 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDOBsuYV4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucDOBsuYV4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucDOBsuYV4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucDOBsuYV4 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucDOBsuYV4 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDOBsuYV4 .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucDOBsuYV4 .underline .line {
    height: 2px;
  }
  .cid-ucDOBsuYV4 .mbr-title,
  .cid-ucDOBsuYV4 .underline,
  .cid-ucDOBsuYV4 .mbr-text,
  .cid-ucDOBsuYV4 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucDOBsuYV4 .mbr-title,
.cid-ucDOBsuYV4 .underline {
  color: #64a49c;
}
.cid-ucDOy88EMG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucDOy88EMG p {
  color: #767676;
}
.cid-ucDOy88EMG .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucDOy88EMG .row-element,
.cid-ucDOy88EMG .image-element {
  padding: 0;
}
.cid-ucDOy88EMG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDOy88EMG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucDOy88EMG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucDOy88EMG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucDOy88EMG .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucDOy88EMG .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDOy88EMG .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucDOy88EMG .underline .line {
    height: 2px;
  }
  .cid-ucDOy88EMG .mbr-title,
  .cid-ucDOy88EMG .underline,
  .cid-ucDOy88EMG .mbr-text,
  .cid-ucDOy88EMG .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucDMX8Ge2w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucDMX8Ge2w p {
  color: #767676;
}
.cid-ucDMX8Ge2w .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucDMX8Ge2w .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucDMX8Ge2w .row-element,
.cid-ucDMX8Ge2w .image-element {
  padding: 0;
}
.cid-ucDMX8Ge2w .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDMX8Ge2w .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucDMX8Ge2w .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucDMX8Ge2w .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucDMX8Ge2w .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucDMX8Ge2w .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDMX8Ge2w .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucDMX8Ge2w .underline .line {
    height: 2px;
  }
  .cid-ucDMX8Ge2w .mbr-title,
  .cid-ucDMX8Ge2w .underline,
  .cid-ucDMX8Ge2w .mbr-text,
  .cid-ucDMX8Ge2w .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucDMX8Ge2w .mbr-title,
.cid-ucDMX8Ge2w .underline {
  color: #ffffff;
}
.cid-ucDMX8Ge2w .mbr-text,
.cid-ucDMX8Ge2w .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDMVAugTT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #64a49c;
}
.cid-ucDMVAugTT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucDMVAugTT .row-element,
.cid-ucDMVAugTT .image-element {
  padding: 0;
}
.cid-ucDMVAugTT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucDMVAugTT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucDMVAugTT .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucDMVAugTT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucDMVAugTT .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucDMVAugTT .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDMVAugTT .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucDMVAugTT .underline .line {
    height: 2px;
  }
  .cid-ucDMVAugTT .mbr-title,
  .cid-ucDMVAugTT .underline,
  .cid-ucDMVAugTT .mbr-text,
  .cid-ucDMVAugTT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubVLLB7VRc .navbar {
  background: #465052;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ubVLLB7VRc .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-ubVLLB7VRc a {
  font-style: normal;
}
.cid-ubVLLB7VRc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ubVLLB7VRc .top-icon {
  font-size: 1rem;
  color: #369898;
  padding: 0.4rem;
}
.cid-ubVLLB7VRc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ubVLLB7VRc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .nav-item:focus,
.cid-ubVLLB7VRc .nav-link:focus {
  outline: none;
}
.cid-ubVLLB7VRc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubVLLB7VRc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubVLLB7VRc .menu-logo {
  margin-right: auto;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubVLLB7VRc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVLLB7VRc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubVLLB7VRc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubVLLB7VRc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubVLLB7VRc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubVLLB7VRc button.navbar-toggler:focus {
  outline: none;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubVLLB7VRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubVLLB7VRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubVLLB7VRc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubVLLB7VRc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubVLLB7VRc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubVLLB7VRc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubVLLB7VRc .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubVLLB7VRc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubVLLB7VRc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubVLLB7VRc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubVLLB7VRc .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-ubVLLB7VRc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc img {
    height: 3.8rem !important;
  }
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ubVLLB7VRc .menu-wrap {
    flex-direction: column;
  }
  .cid-ubVLLB7VRc .btn {
    display: -webkit-flex;
  }
  .cid-ubVLLB7VRc button.navbar-toggler {
    display: block;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ubVLLB7VRc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubVLLB7VRc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing,
  .cid-ubVLLB7VRc .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubVLLB7VRc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubVLLB7VRc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubVLLB7VRc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubVLLB7VRc .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-ubVLLB7VRc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ubVLLB7VRc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ubVLLB7VRc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ubVLLB7VRc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubVLLB7VRc .nav-link:hover,
.cid-ubVLLB7VRc .dropdown-item:hover {
  color: #369898 !important;
}
.cid-ucviDSkUQO {
  background-image: url("../../../assets/images/img3-2000x623.jpg");
}
.cid-ucviDSkUQO .mbr-section-title,
.cid-ucviDSkUQO .mbr-section-subtitle {
  color: #000000;
}
.cid-ucviDSkUQO .mbr-section-text {
  color: #232323;
}
.cid-ucviDSkUQO .mbr-text,
.cid-ucviDSkUQO .typed-text,
.cid-ucviDSkUQO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-ucviDSkUQO .btn {
  margin-left: 4px !important;
}
.cid-ucviDSkUQO .animated-element {
  color: #64a49c;
}
.cid-ucviDSkUQO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #64a49c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-ucviDSkUQO .mbr-section-title {
  color: #ffffff;
}
.cid-ucviDSkUQO .mbr-section-text,
.cid-ucviDSkUQO .mbr-section-btn {
  color: #ffffff;
}
.cid-ucviDSkUQO .mbr-section-subtitle,
.cid-ucviDSkUQO .typed-text {
  color: #ffffff;
}
.cid-ucvj1GR0X4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucvj1GR0X4 .container-fluid {
  padding: 0 3rem;
}
.cid-ucvj1GR0X4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #64a49c 50%, #465052 120%);
  display: inline-block;
}
.cid-ucvj1GR0X4 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-ucvj1GR0X4 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-ucvj1GR0X4 .time-line-date-content {
  margin-right: 2rem;
}
.cid-ucvj1GR0X4 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-ucvj1GR0X4 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-ucvj1GR0X4 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0b96af;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-ucvj1GR0X4 .separline:before,
.cid-ucvj1GR0X4 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0b96af;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-ucvj1GR0X4 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0b96af;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ucvj1GR0X4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucvj1GR0X4 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-ucvj1GR0X4 .separline:before,
  .cid-ucvj1GR0X4 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-ucvj1GR0X4 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-ucvj1GR0X4 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-ucvj1GR0X4 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-ucvj1GR0X4 .time-line-date-content p {
    float: left !important;
  }
  .cid-ucvj1GR0X4 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-ucvj1GR0X4 .mbr-timeline-text B {
  color: #0b96af;
}
.cid-ucvj1GR0X4 .mbr-timeline-title B {
  color: #0b96af;
}
.cid-ucvj1GR0X4 .mbr-timeline-title {
  color: #64a49c;
}
.cid-ucvi08I3qj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucvi08I3qj p {
  color: #767676;
}
.cid-ucvi08I3qj .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucvi08I3qj .row-element,
.cid-ucvi08I3qj .image-element {
  padding: 0;
}
.cid-ucvi08I3qj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucvi08I3qj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucvi08I3qj .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucvi08I3qj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucvi08I3qj .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucvi08I3qj .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucvi08I3qj .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucvi08I3qj .underline .line {
    height: 2px;
  }
  .cid-ucvi08I3qj .mbr-title,
  .cid-ucvi08I3qj .underline,
  .cid-ucvi08I3qj .mbr-text,
  .cid-ucvi08I3qj .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucvioqmpS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucvioqmpS4 p {
  color: #767676;
}
.cid-ucvioqmpS4 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucvioqmpS4 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ucvioqmpS4 .row-element,
.cid-ucvioqmpS4 .image-element {
  padding: 0;
}
.cid-ucvioqmpS4 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucvioqmpS4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucvioqmpS4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucvioqmpS4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucvioqmpS4 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucvioqmpS4 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucvioqmpS4 .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucvioqmpS4 .underline .line {
    height: 2px;
  }
  .cid-ucvioqmpS4 .mbr-title,
  .cid-ucvioqmpS4 .underline,
  .cid-ucvioqmpS4 .mbr-text,
  .cid-ucvioqmpS4 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucDUW5L6cv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #465052;
}
.cid-ucDUW5L6cv .mbr-section-title {
  color: #64a49c;
}
.cid-ucDUW5L6cv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucDUW5L6cv .mbr-text {
  color: #8d97ad;
}
.cid-ucDUW5L6cv .nav {
  border: none;
}
.cid-ucDUW5L6cv .nav-tabs {
  display: table;
  width: 100%;
}
.cid-ucDUW5L6cv .nav-tabs .nav-item {
  display: table-cell;
}
.cid-ucDUW5L6cv .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-ucDUW5L6cv .tab-content {
  margin-top: 3rem;
}
.cid-ucDUW5L6cv .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-ucDUW5L6cv .nav-tabs .nav-link:hover {
  background-color: #64a49c;
  color: #ffffff;
}
.cid-ucDUW5L6cv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #64a49c;
  border-bottom: none;
}
.cid-ucDUW5L6cv .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucDUW5L6cv .nav-item {
    display: table-row !important;
  }
}
.cid-ucDUW5L6cv .title-content {
  color: #bbe2e2;
}
.cid-ucDUW5L6cv .mbr-text,
.cid-ucDUW5L6cv .mbr-section-btn {
  color: #ffffff;
}
.cid-ucviPc9jAO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/custom-tshirt-printing-quality-tshirt-printing-reliable-tshirt-printing-best-online-tshirt-printing-craft-a-tshirt-96-600x600.jpg");
}
.cid-ucviPc9jAO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucviPc9jAO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucviPc9jAO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
.cid-ucviPc9jAO .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ucviPc9jAO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucviPc9jAO .wrapper {
  padding: 2rem 1rem 1rem 1rem;
  background: #bbbbbb;
}
.cid-ucviPc9jAO .card-overlay {
  display: none;
}
.cid-ucviPc9jAO .mbr-section-title,
.cid-ucviPc9jAO .underline,
.cid-ucviPc9jAO .mbr-section-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-ucviPc9jAO .image-element:hover .card-overlay {
    opacity: .5;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucviPc9jAO .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucviPc9jAO .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ucviPc9jAO .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ucviPc9jAO .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucviPc9jAO .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucviPc9jAO .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucviPc9jAO .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ucviPc9jAO .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-ucviPc9jAO .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ucviPc9jAO .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ucviPc9jAO .underline .line {
    height: 2px;
  }
  .cid-ucviPc9jAO .card-title,
  .cid-ucviPc9jAO .underline,
  .cid-ucviPc9jAO .mbr-text,
  .cid-ucviPc9jAO .mbr-section-btn,
  .cid-ucviPc9jAO .mbr-section-subtitle,
  .cid-ucviPc9jAO .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ucviPc9jAO .main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cid-ucviPc9jAO .mbr-section-title,
  .cid-ucviPc9jAO .underline,
  .cid-ucviPc9jAO .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-ucviPc9jAO .mbr-section-subtitle DIV {
  color: #1ba1e2;
}
.cid-ucviPc9jAO .mbr-section-title,
.cid-ucviPc9jAO .underline B {
  color: #1ba1e2;
}
.cid-ucviPc9jAO .mbr-section-title,
.cid-ucviPc9jAO .underline {
  color: #ffffff;
}
.cid-ucviMlDcVq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ucviMlDcVq p {
  color: #767676;
}
.cid-ucviMlDcVq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ucviMlDcVq .row-element,
.cid-ucviMlDcVq .image-element {
  padding: 0;
}
.cid-ucviMlDcVq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucviMlDcVq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ucviMlDcVq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ucviMlDcVq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #64a49c, #465052);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-ucviMlDcVq .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-ucviMlDcVq .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ucviMlDcVq .text-content {
    padding: 2rem 1rem;
  }
  .cid-ucviMlDcVq .underline .line {
    height: 2px;
  }
  .cid-ucviMlDcVq .mbr-title,
  .cid-ucviMlDcVq .underline,
  .cid-ucviMlDcVq .mbr-text,
  .cid-ucviMlDcVq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucviMlDcVq .mbr-title,
.cid-ucviMlDcVq .underline {
  color: #64a49c;
}
.cid-ucviMlDcVq .mbr-text,
.cid-ucviMlDcVq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .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-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
