body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 4.4rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-4 {
  font-family: 'Cormorant', serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 2.2rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Cormorant', serif;
  font-size: 1.3rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
form .display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #f23801 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f23801 !important;
  border-color: #f23801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c2401 !important;
  border-color: #9c2401 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #f23801;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f23801 !important;
  border-color: #f23801 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #ffe161;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f23801 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8c2001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c1c1c1 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #f23801;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f23801;
  border-color: #f23801;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f23801;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcfc0;
}
.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: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Cormorant', serif;
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #f23801 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant', serif;
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f23801;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: none;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f23801;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f23801;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f23801;
  border-bottom-color: #f23801;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f23801 !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: #000000 !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='%23f23801' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-seJOMQZcpE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seJOMQZcpE nav.navbar {
  position: fixed;
}
.cid-seJOMQZcpE .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seJOMQZcpE .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seJOMQZcpE .container-fluid,
  .cid-seJOMQZcpE .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seJOMQZcpE .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seJOMQZcpE .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seJOMQZcpE .dropdown-item:hover:before,
.cid-seJOMQZcpE .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seJOMQZcpE .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seJOMQZcpE .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-seJOMQZcpE .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-seJOMQZcpE .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seJOMQZcpE .container {
  display: flex;
  margin: auto;
}
.cid-seJOMQZcpE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seJOMQZcpE .dropdown-menu,
.cid-seJOMQZcpE .navbar.opened {
  background: #ffffff !important;
}
.cid-seJOMQZcpE .nav-item:focus,
.cid-seJOMQZcpE .nav-link:focus {
  outline: none;
}
.cid-seJOMQZcpE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seJOMQZcpE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seJOMQZcpE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seJOMQZcpE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seJOMQZcpE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seJOMQZcpE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seJOMQZcpE .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-seJOMQZcpE .navbar.opened {
  transition: all .3s;
}
.cid-seJOMQZcpE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seJOMQZcpE .navbar .navbar-logo img {
  width: auto;
}
.cid-seJOMQZcpE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seJOMQZcpE .navbar.collapsed {
  justify-content: center;
}
.cid-seJOMQZcpE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seJOMQZcpE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seJOMQZcpE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seJOMQZcpE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seJOMQZcpE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seJOMQZcpE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seJOMQZcpE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seJOMQZcpE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seJOMQZcpE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seJOMQZcpE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seJOMQZcpE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seJOMQZcpE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seJOMQZcpE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seJOMQZcpE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seJOMQZcpE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seJOMQZcpE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seJOMQZcpE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seJOMQZcpE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seJOMQZcpE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seJOMQZcpE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seJOMQZcpE .navbar.navbar-short {
  min-height: 60px;
}
.cid-seJOMQZcpE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seJOMQZcpE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seJOMQZcpE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seJOMQZcpE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seJOMQZcpE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seJOMQZcpE .dropdown-item.active,
.cid-seJOMQZcpE .dropdown-item:active {
  background-color: transparent;
}
.cid-seJOMQZcpE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seJOMQZcpE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seJOMQZcpE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seJOMQZcpE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seJOMQZcpE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seJOMQZcpE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seJOMQZcpE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seJOMQZcpE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seJOMQZcpE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seJOMQZcpE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seJOMQZcpE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seJOMQZcpE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seJOMQZcpE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seJOMQZcpE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seJOMQZcpE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seJOMQZcpE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seJOMQZcpE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seJOMQZcpE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seJOMQZcpE .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-seJOMQZcpE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seJOMQZcpE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seJOMQZcpE .navbar {
    height: 70px;
  }
  .cid-seJOMQZcpE .navbar.opened {
    height: auto;
  }
  .cid-seJOMQZcpE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seJOXzeKSh {
  padding-top: 30rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/billboard-ooh-media-sydney-australia-header-pic-4-1920x1280.webp");
}
.cid-seJOXzeKSh .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-seJOXzeKSh .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-seJOXzeKSh .mbr-section-btn {
  margin: 1.0rem 0 0 0;
}
.cid-seJOXzeKSh .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-seJOXzeKSh .mbr-section-title b:last-child,
.cid-seJOXzeKSh .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seJOXzeKSh .mbr-section-subtitle {
  color: #000000;
}
.cid-tKIqoESW4v {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tKIqoESW4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKIqoESW4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKIqoESW4v .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-tKIqoESW4v .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tKIqoESW4v .row {
  flex-direction: row-reverse;
}
.cid-tKIqoESW4v .row {
  align-items: center;
}
.cid-tKIqoESW4v img {
  border-radius: 2rem;
}
.cid-tKIqoESW4v .image-wrapper {
  background: #f23801;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tKIqoESW4v .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKIqoESW4v .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKIqoESW4v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tKIqoESW4v .mbr-section-title {
  color: #232323;
}
.cid-tKIqoESW4v .mbr-text,
.cid-tKIqoESW4v .mbr-section-btn {
  color: #232323;
}
.cid-tM30s44jJk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tM30s44jJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM30s44jJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM30s44jJk .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tM30s44jJk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tM30s44jJk .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tM30s44jJk .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tM30s44jJk .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tM30s44jJk .image-wrapper img {
    height: 300px;
  }
}
.cid-tM30s44jJk .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tM30s44jJk .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tM30s44jJk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM30s44jJk .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM30s44jJk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM30s44jJk .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tM30s44jJk .cards-wrapper {
    margin: 0;
  }
}
.cid-tM30s44jJk .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tM30s44jJk .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tM30s44jJk .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tM30s44jJk .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tM30s44jJk .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tM30s44jJk .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tM30s44jJk .mbr-section-title {
  color: #ffffff;
}
.cid-tM30s44jJk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tM30s44jJk .mbr-text {
  color: #cacaca;
}
.cid-tM30s44jJk .mbr-card-title {
  color: #ffffff;
}
.cid-tM34156zgb {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pngegg-10-1616x1338.webp");
}
.cid-tM34156zgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM34156zgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM34156zgb b,
.cid-tM34156zgb strong {
  font-weight: 900;
}
.cid-tM34156zgb .mbr-section-title {
  color: #ffffff;
}
.cid-tM34156zgb .mbr-section-subtitle {
  color: #000000;
}
.cid-tKIGRSUHXo {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKIGRSUHXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKIGRSUHXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKIGRSUHXo .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tKIGRSUHXo .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tKIGRSUHXo .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tKIGRSUHXo .mbr-section-title {
  color: #131313;
}
.cid-tKIGRSUHXo .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tKIGRSUHXo .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tKIGRSUHXo .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tKIGRSUHXo .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #bbbbbb;
  box-shadow: 4px 4px 0 #bbbbbb;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tKIGRSUHXo .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tKIGRSUHXo .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tKIGRSUHXo .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tKIGRSUHXo .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tKIGRSUHXo .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tKIGRSUHXo .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tKIGRSUHXo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tKIGRSUHXo .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tKIGRSUHXo .content-wrap {
    margin-top: 0;
  }
}
.cid-tKIGRSUHXo .card-title {
  color: #131313;
}
.cid-tKIGRSUHXo .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tKIGRSUHXo .card-text {
    margin-top: 15px;
  }
}
.cid-tKIGRSUHXo .card-link {
  margin-top: 24px;
  color: #f23801;
}
@media (max-width: 1199px) {
  .cid-tKIGRSUHXo .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tKIGRSUHXo .card-link {
    margin-top: 15px;
  }
}
.cid-tKIGRSUHXo .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tM8sdlbEcR {
  padding: 60px;
  background-color: #f4e1d3;
}
@media (max-width: 768px) {
  .cid-tM8sdlbEcR {
    padding: 26px;
  }
}
.cid-tM8sdlbEcR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-tM8sdlbEcR .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tM8sdlbEcR .container {
    padding: 26px;
  }
}
.cid-tM8sdlbEcR .container-fluid,
.cid-tM8sdlbEcR .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
  background-size: cover;
}
.cid-tM8sdlbEcR .container-fluid .mbr-fallback-image.disabled,
.cid-tM8sdlbEcR .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM8sdlbEcR .container-fluid .mbr-fallback-image,
.cid-tM8sdlbEcR .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM8sdlbEcR .title-wrapper {
  position: relative;
  padding-top: 10%;
}
.cid-tM8sdlbEcR .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM8sdlbEcR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM8sdlbEcR .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tM8sdlbEcR .mbr-section-title {
  color: #ffffff;
}
.cid-tM8sdlbEcR .mbr-text {
  color: #ffffff;
}
.cid-tM8yQA0abW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4e1d3;
  overflow: hidden;
}
.cid-tM8yQA0abW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM8yQA0abW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM8yQA0abW .container-fluid {
  max-width: 100% !important;
}
.cid-tM8yQA0abW .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tM8yQA0abW .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tM8yQA0abW .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-tM8yQA0abW .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-tM8yQA0abW .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-tM8yQA0abW .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-tM8yQA0abW .mbr-section-title {
  color: #f23801;
  text-align: center;
}
.cid-tM8yQA0abW .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-tM8yQA0abW .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tM8yQA0abW .text-bottom {
    padding-top: 50px;
  }
}
.cid-tM8yQA0abW .mbr-text {
  color: #303030;
}
.cid-tM8yQA0abW .mbr-section-btn {
  margin-top: 16px;
}
.cid-tM8yQA0abW .mbr-text,
.cid-tM8yQA0abW .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tMe1mG6AIc {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMe1mG6AIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMe1mG6AIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMe1mG6AIc .mbr-iconfont {
  color: #ff526b;
  font-size: 5rem;
  width: 5rem;
}
.cid-tMe1mG6AIc .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tMdLNcCyGD {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-tMdLNcCyGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdLNcCyGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMdLNcCyGD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMdLNcCyGD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMdLNcCyGD .container {
    padding: 0;
  }
}
.cid-tMdLNcCyGD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMdLNcCyGD .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMdLNcCyGD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMdLNcCyGD .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMdLNcCyGD .mbr-section-title {
  color: #263652;
}
.cid-tMdLNcCyGD .mbr-text {
  color: #263652;
}
.cid-tMdLqb1sLb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tMdLqb1sLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMdLqb1sLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMdLqb1sLb .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tMdLqb1sLb .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMdLqb1sLb .container-fluid .row {
  padding: 0;
}
.cid-tMdLqb1sLb .row {
  border: 3px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 5px;
  margin-top: -3px;
}
.cid-tMdLqb1sLb .item {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 28px;
}
@media (min-width: 992px) {
  .cid-tMdLqb1sLb .item {
    border-right: 2px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tMdLqb1sLb .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMdLqb1sLb .item {
    display: block;
  }
}
.cid-tMdLqb1sLb .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tMdLqb1sLb .item .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tMdLqb1sLb .item .item-wrapper .title-wrapper {
  margin-bottom: 28px;
}
.cid-tMdLqb1sLb .item .item-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tMdLqb1sLb .item .item-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tMdLqb1sLb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tMdLqb1sLb .item .image-wrapper {
  padding-left: 5px;
}
@media (max-width: 992px) {
  .cid-tMdLqb1sLb .item .image-wrapper {
    padding-left: 0;
  }
}
.cid-tMdLqb1sLb .item .image-wrapper img {
  height: 280px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tMdLqb1sLb .item .image-wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-tMdLqb1sLb .item:nth-child(2n) {
    border-right: none;
    border-left: 1px solid #ffffff;
  }
}
.cid-tMdLqb1sLb .mbr-section-title {
  color: #d2d2d2;
}
.cid-tMdLqb1sLb .mbr-section-subtitle {
  color: #f7e4d6;
}
.cid-tMdLqb1sLb .mbr-section-title,
.cid-tMdLqb1sLb .mbr-section-btn {
  color: #ffffff;
}
.cid-tMeognvqEd {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMenP36cnf {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tMenP36cnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMenP36cnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMenP36cnf .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMenP36cnf .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMenP36cnf .user {
    padding: 1rem;
  }
}
.cid-tMenP36cnf .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMenP36cnf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMenP36cnf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMenP36cnf .embla__button--next,
.cid-tMenP36cnf .embla__button--prev {
  display: flex;
}
.cid-tMenP36cnf .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;
}
.cid-tMenP36cnf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMenP36cnf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMenP36cnf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMenP36cnf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMenP36cnf .embla__button {
    top: auto;
  }
}
.cid-tMenP36cnf .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMenP36cnf .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMenP36cnf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMenP36cnf .embla {
  position: relative;
  width: 100%;
}
.cid-tMenP36cnf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMenP36cnf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMenP36cnf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMenP36cnf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMenP36cnf .user_desk {
  color: #bbbbbb;
}
.cid-tMenP36cnf H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMenP36cnf .user_text {
  color: #ffffff;
}
.cid-tMenP36cnf .user_name {
  color: #ffffff;
}
.cid-tMeRel5P7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tMeRel5P7h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMeRel5P7h li {
  padding-bottom: 0.6rem;
}
.cid-tMeRel5P7h .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMeRel5P7h .border-col {
    border: 0px;
  }
}
.cid-tMeRel5P7h .container {
  position: relative;
}
.cid-tMeRel5P7h .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMeRel5P7h .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMeRel5P7h .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tMeRel5P7h .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMeRel5P7h .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tMeRel5P7h .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMeRel5P7h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tMeRel5P7h .soc-item:hover {
  background: #f23801;
}
.cid-tMeRel5P7h .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tMeRel5P7h .row {
    text-align: center;
  }
  .cid-tMeRel5P7h .social-row {
    justify-content: center;
  }
}
.cid-tMeRel5P7h .list {
  list-style: none;
  padding-left: 0;
}
.cid-tMeRel5P7h .mbr-text {
  color: #fafafa;
}
.cid-tMeRel5P7h H5 {
  color: #ffffff;
}
.cid-tMeRel5P7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeRel5P7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeRel5P7h .mbr-section-subtitle {
  color: #e96e49;
}
.cid-tMk6Sg5axN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMk6Sg5axN nav.navbar {
  position: fixed;
}
.cid-tMk6Sg5axN .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tMk6Sg5axN .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tMk6Sg5axN .container-fluid,
  .cid-tMk6Sg5axN .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tMk6Sg5axN .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tMk6Sg5axN .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tMk6Sg5axN .dropdown-item:hover:before,
.cid-tMk6Sg5axN .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tMk6Sg5axN .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tMk6Sg5axN .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tMk6Sg5axN .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tMk6Sg5axN .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tMk6Sg5axN .container {
  display: flex;
  margin: auto;
}
.cid-tMk6Sg5axN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMk6Sg5axN .dropdown-menu,
.cid-tMk6Sg5axN .navbar.opened {
  background: #ffffff !important;
}
.cid-tMk6Sg5axN .nav-item:focus,
.cid-tMk6Sg5axN .nav-link:focus {
  outline: none;
}
.cid-tMk6Sg5axN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMk6Sg5axN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMk6Sg5axN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tMk6Sg5axN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMk6Sg5axN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMk6Sg5axN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMk6Sg5axN .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-tMk6Sg5axN .navbar.opened {
  transition: all .3s;
}
.cid-tMk6Sg5axN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMk6Sg5axN .navbar .navbar-logo img {
  width: auto;
}
.cid-tMk6Sg5axN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMk6Sg5axN .navbar.collapsed {
  justify-content: center;
}
.cid-tMk6Sg5axN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMk6Sg5axN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMk6Sg5axN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMk6Sg5axN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMk6Sg5axN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMk6Sg5axN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMk6Sg5axN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMk6Sg5axN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMk6Sg5axN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMk6Sg5axN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMk6Sg5axN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMk6Sg5axN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMk6Sg5axN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMk6Sg5axN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMk6Sg5axN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMk6Sg5axN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMk6Sg5axN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMk6Sg5axN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMk6Sg5axN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMk6Sg5axN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMk6Sg5axN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMk6Sg5axN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMk6Sg5axN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMk6Sg5axN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMk6Sg5axN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMk6Sg5axN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMk6Sg5axN .dropdown-item.active,
.cid-tMk6Sg5axN .dropdown-item:active {
  background-color: transparent;
}
.cid-tMk6Sg5axN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMk6Sg5axN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMk6Sg5axN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMk6Sg5axN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMk6Sg5axN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMk6Sg5axN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMk6Sg5axN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMk6Sg5axN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMk6Sg5axN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMk6Sg5axN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMk6Sg5axN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMk6Sg5axN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMk6Sg5axN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMk6Sg5axN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMk6Sg5axN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMk6Sg5axN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMk6Sg5axN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMk6Sg5axN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMk6Sg5axN .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tMk6Sg5axN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMk6Sg5axN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMk6Sg5axN .navbar {
    height: 70px;
  }
  .cid-tMk6Sg5axN .navbar.opened {
    height: auto;
  }
  .cid-tMk6Sg5axN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMk6Sj84Pl {
  padding-top: 30rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/billboard-ooh-media-sydney-australia-header-pic-13-1920x1280.webp");
}
.cid-tMk6Sj84Pl .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tMk6Sj84Pl .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tMk6Sj84Pl .mbr-section-btn {
  margin: 1.0rem 0 0 0;
}
.cid-tMk6Sj84Pl .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tMk6Sj84Pl .mbr-section-title b:last-child,
.cid-tMk6Sj84Pl .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMk6Sj84Pl .mbr-section-subtitle {
  color: #000000;
}
.cid-tMpvCn0B1k {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-tMpvCn0B1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMpvCn0B1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMpvCn0B1k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMpvCn0B1k .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tMpvCn0B1k .container {
    padding: 0 12px;
  }
}
.cid-tMpvCn0B1k .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tMpvCn0B1k .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tMpvCn0B1k .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #b2b2b2;
  box-shadow: 4px 4px #b2b2b2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tMpvCn0B1k .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tMpvCn0B1k .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMpvCn0B1k .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-tMpvCn0B1k .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tMpvCn0B1k .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-tMpvCn0B1k .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-tMpvCn0B1k .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-tMpvCn0B1k .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMpvCn0B1k .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tMpvCn0B1k .mbr-section-subtitle {
  color: #222222;
}
.cid-tMpvCn0B1k .mbr-text {
  color: #222222;
}
.cid-tMpvCn0B1k .list {
  color: #222222;
}
.cid-tMpEOYn6T4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMpEOYn6T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMpEOYn6T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMpEOYn6T4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMpEOYn6T4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tMpEOYn6T4 .container {
    padding: 0 12px;
  }
}
.cid-tMpEOYn6T4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tMpEOYn6T4 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tMpEOYn6T4 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f6c1b2;
  box-shadow: 4px 4px #f6c1b2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tMpEOYn6T4 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tMpEOYn6T4 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMpEOYn6T4 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-tMpEOYn6T4 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tMpEOYn6T4 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-tMpEOYn6T4 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-tMpEOYn6T4 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-tMpEOYn6T4 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMpEOYn6T4 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tMpEOYn6T4 .mbr-section-subtitle {
  color: #222222;
}
.cid-tMpEOYn6T4 .mbr-text {
  color: #222222;
}
.cid-tMpEOYn6T4 .list {
  color: #222222;
}
.cid-tMpOjzRakk {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-tMpOjzRakk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMpOjzRakk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMpOjzRakk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMpOjzRakk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tMpOjzRakk .container {
    padding: 0 12px;
  }
}
.cid-tMpOjzRakk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tMpOjzRakk .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tMpOjzRakk .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #b2b2b2;
  box-shadow: 4px 4px #b2b2b2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tMpOjzRakk .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tMpOjzRakk .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMpOjzRakk .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-tMpOjzRakk .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tMpOjzRakk .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-tMpOjzRakk .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-tMpOjzRakk .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-tMpOjzRakk .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMpOjzRakk .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tMpOjzRakk .mbr-section-subtitle {
  color: #222222;
}
.cid-tMpOjzRakk .mbr-text {
  color: #222222;
}
.cid-tMpOjzRakk .list {
  color: #222222;
}
.cid-tMk6Svtlud {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMk6SwyfGo {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tMk6SwyfGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMk6SwyfGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMk6SwyfGo .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMk6SwyfGo .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMk6SwyfGo .user {
    padding: 1rem;
  }
}
.cid-tMk6SwyfGo .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMk6SwyfGo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMk6SwyfGo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMk6SwyfGo .embla__button--next,
.cid-tMk6SwyfGo .embla__button--prev {
  display: flex;
}
.cid-tMk6SwyfGo .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;
}
.cid-tMk6SwyfGo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMk6SwyfGo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMk6SwyfGo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMk6SwyfGo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMk6SwyfGo .embla__button {
    top: auto;
  }
}
.cid-tMk6SwyfGo .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMk6SwyfGo .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMk6SwyfGo .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMk6SwyfGo .embla {
  position: relative;
  width: 100%;
}
.cid-tMk6SwyfGo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMk6SwyfGo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMk6SwyfGo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMk6SwyfGo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMk6SwyfGo .user_desk {
  color: #bbbbbb;
}
.cid-tMk6SwyfGo H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMk6SwyfGo .user_text {
  color: #ffffff;
}
.cid-tMk6SwyfGo .user_name {
  color: #ffffff;
}
.cid-tMk6SzWVEX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tMk6SzWVEX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMk6SzWVEX li {
  padding-bottom: 0.6rem;
}
.cid-tMk6SzWVEX .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMk6SzWVEX .border-col {
    border: 0px;
  }
}
.cid-tMk6SzWVEX .container {
  position: relative;
}
.cid-tMk6SzWVEX .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMk6SzWVEX .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMk6SzWVEX .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tMk6SzWVEX .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMk6SzWVEX .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tMk6SzWVEX .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMk6SzWVEX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tMk6SzWVEX .soc-item:hover {
  background: #f23801;
}
.cid-tMk6SzWVEX .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tMk6SzWVEX .row {
    text-align: center;
  }
  .cid-tMk6SzWVEX .social-row {
    justify-content: center;
  }
}
.cid-tMk6SzWVEX .list {
  list-style: none;
  padding-left: 0;
}
.cid-tMk6SzWVEX .mbr-text {
  color: #fafafa;
}
.cid-tMk6SzWVEX H5 {
  color: #ffffff;
}
.cid-tMk6SzWVEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMk6SzWVEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMk6SzWVEX .mbr-section-subtitle {
  color: #e96e49;
}
.cid-tMlI3rdWcv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMlI3rdWcv nav.navbar {
  position: fixed;
}
.cid-tMlI3rdWcv .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tMlI3rdWcv .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tMlI3rdWcv .container-fluid,
  .cid-tMlI3rdWcv .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tMlI3rdWcv .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tMlI3rdWcv .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tMlI3rdWcv .dropdown-item:hover:before,
.cid-tMlI3rdWcv .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tMlI3rdWcv .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tMlI3rdWcv .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tMlI3rdWcv .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tMlI3rdWcv .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tMlI3rdWcv .container {
  display: flex;
  margin: auto;
}
.cid-tMlI3rdWcv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMlI3rdWcv .dropdown-menu,
.cid-tMlI3rdWcv .navbar.opened {
  background: #ffffff !important;
}
.cid-tMlI3rdWcv .nav-item:focus,
.cid-tMlI3rdWcv .nav-link:focus {
  outline: none;
}
.cid-tMlI3rdWcv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMlI3rdWcv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMlI3rdWcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tMlI3rdWcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMlI3rdWcv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMlI3rdWcv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMlI3rdWcv .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-tMlI3rdWcv .navbar.opened {
  transition: all .3s;
}
.cid-tMlI3rdWcv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMlI3rdWcv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMlI3rdWcv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMlI3rdWcv .navbar.collapsed {
  justify-content: center;
}
.cid-tMlI3rdWcv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMlI3rdWcv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMlI3rdWcv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMlI3rdWcv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMlI3rdWcv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMlI3rdWcv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMlI3rdWcv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMlI3rdWcv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMlI3rdWcv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMlI3rdWcv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMlI3rdWcv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMlI3rdWcv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMlI3rdWcv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMlI3rdWcv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMlI3rdWcv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMlI3rdWcv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMlI3rdWcv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMlI3rdWcv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMlI3rdWcv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMlI3rdWcv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMlI3rdWcv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMlI3rdWcv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMlI3rdWcv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMlI3rdWcv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMlI3rdWcv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMlI3rdWcv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMlI3rdWcv .dropdown-item.active,
.cid-tMlI3rdWcv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMlI3rdWcv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMlI3rdWcv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMlI3rdWcv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMlI3rdWcv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMlI3rdWcv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMlI3rdWcv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMlI3rdWcv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMlI3rdWcv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMlI3rdWcv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMlI3rdWcv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMlI3rdWcv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMlI3rdWcv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMlI3rdWcv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMlI3rdWcv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMlI3rdWcv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMlI3rdWcv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMlI3rdWcv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMlI3rdWcv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMlI3rdWcv .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tMlI3rdWcv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMlI3rdWcv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMlI3rdWcv .navbar {
    height: 70px;
  }
  .cid-tMlI3rdWcv .navbar.opened {
    height: auto;
  }
  .cid-tMlI3rdWcv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMlI3v5HWV {
  padding-top: 30rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/billboard-ooh-media-sydney-australia-header-pic-15-1920x1280.webp");
}
.cid-tMlI3v5HWV .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tMlI3v5HWV .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tMlI3v5HWV .mbr-section-btn {
  margin: 1.0rem 0 0 0;
}
.cid-tMlI3v5HWV .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tMlI3v5HWV .mbr-section-title b:last-child,
.cid-tMlI3v5HWV .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMlI3v5HWV .mbr-section-subtitle {
  color: #000000;
}
.cid-tMlXb03i1c {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tMlXb03i1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlXb03i1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlWKC4Xq4 {
  padding-top: 105px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tMlWKC4Xq4 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tMlWKC4Xq4 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-tMlWKC4Xq4 .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tMlWKC4Xq4 .plan-title {
  background-color: #f23801;
  text-align: center;
}
.cid-tMlWKC4Xq4 .plan-header {
  overflow: hidden;
}
.cid-tMlWKC4Xq4 .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tMlWKC4Xq4 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-tMlWKC4Xq4 .plan-price {
  width: 100%;
}
.cid-tMlWKC4Xq4 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-tMlWKC4Xq4 .plan-header,
.cid-tMlWKC4Xq4 .plan-body {
  background-color: #f4f4f4;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.cid-tMlWKC4Xq4 .price-figure {
  font-weight: 600;
}
.cid-tMlWKC4Xq4 .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-tMlWKC4Xq4 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tMlWKC4Xq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlWKC4Xq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlI3wljlb {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tMlI3xmYiq {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tMlI3xmYiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlI3xmYiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlI3xmYiq .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlI3xmYiq .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMlI3xmYiq .user {
    padding: 1rem;
  }
}
.cid-tMlI3xmYiq .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMlI3xmYiq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMlI3xmYiq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMlI3xmYiq .embla__button--next,
.cid-tMlI3xmYiq .embla__button--prev {
  display: flex;
}
.cid-tMlI3xmYiq .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;
}
.cid-tMlI3xmYiq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMlI3xmYiq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMlI3xmYiq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMlI3xmYiq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMlI3xmYiq .embla__button {
    top: auto;
  }
}
.cid-tMlI3xmYiq .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMlI3xmYiq .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMlI3xmYiq .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMlI3xmYiq .embla {
  position: relative;
  width: 100%;
}
.cid-tMlI3xmYiq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMlI3xmYiq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMlI3xmYiq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMlI3xmYiq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMlI3xmYiq .user_desk {
  color: #bbbbbb;
}
.cid-tMlI3xmYiq H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMlI3xmYiq .user_text {
  color: #ffffff;
}
.cid-tMlI3xmYiq .user_name {
  color: #ffffff;
}
.cid-tMlI3zrKvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tMlI3zrKvL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMlI3zrKvL li {
  padding-bottom: 0.6rem;
}
.cid-tMlI3zrKvL .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMlI3zrKvL .border-col {
    border: 0px;
  }
}
.cid-tMlI3zrKvL .container {
  position: relative;
}
.cid-tMlI3zrKvL .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMlI3zrKvL .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMlI3zrKvL .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tMlI3zrKvL .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMlI3zrKvL .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tMlI3zrKvL .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMlI3zrKvL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tMlI3zrKvL .soc-item:hover {
  background: #f23801;
}
.cid-tMlI3zrKvL .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tMlI3zrKvL .row {
    text-align: center;
  }
  .cid-tMlI3zrKvL .social-row {
    justify-content: center;
  }
}
.cid-tMlI3zrKvL .list {
  list-style: none;
  padding-left: 0;
}
.cid-tMlI3zrKvL .mbr-text {
  color: #fafafa;
}
.cid-tMlI3zrKvL H5 {
  color: #ffffff;
}
.cid-tMlI3zrKvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlI3zrKvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlI3zrKvL .mbr-section-subtitle {
  color: #e96e49;
}
.cid-tMlIoEuWby {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMlIoEuWby nav.navbar {
  position: fixed;
}
.cid-tMlIoEuWby .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tMlIoEuWby .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tMlIoEuWby .container-fluid,
  .cid-tMlIoEuWby .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tMlIoEuWby .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tMlIoEuWby .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tMlIoEuWby .dropdown-item:hover:before,
.cid-tMlIoEuWby .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tMlIoEuWby .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tMlIoEuWby .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tMlIoEuWby .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tMlIoEuWby .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tMlIoEuWby .container {
  display: flex;
  margin: auto;
}
.cid-tMlIoEuWby .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMlIoEuWby .dropdown-menu,
.cid-tMlIoEuWby .navbar.opened {
  background: #ffffff !important;
}
.cid-tMlIoEuWby .nav-item:focus,
.cid-tMlIoEuWby .nav-link:focus {
  outline: none;
}
.cid-tMlIoEuWby .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMlIoEuWby .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMlIoEuWby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tMlIoEuWby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMlIoEuWby .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMlIoEuWby .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMlIoEuWby .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-tMlIoEuWby .navbar.opened {
  transition: all .3s;
}
.cid-tMlIoEuWby .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMlIoEuWby .navbar .navbar-logo img {
  width: auto;
}
.cid-tMlIoEuWby .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMlIoEuWby .navbar.collapsed {
  justify-content: center;
}
.cid-tMlIoEuWby .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMlIoEuWby .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMlIoEuWby .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMlIoEuWby .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMlIoEuWby .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMlIoEuWby .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMlIoEuWby .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMlIoEuWby .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMlIoEuWby .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMlIoEuWby .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMlIoEuWby .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMlIoEuWby .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMlIoEuWby .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMlIoEuWby .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMlIoEuWby .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMlIoEuWby .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMlIoEuWby .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMlIoEuWby .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMlIoEuWby .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMlIoEuWby .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMlIoEuWby .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMlIoEuWby .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMlIoEuWby .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMlIoEuWby .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMlIoEuWby .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMlIoEuWby .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMlIoEuWby .dropdown-item.active,
.cid-tMlIoEuWby .dropdown-item:active {
  background-color: transparent;
}
.cid-tMlIoEuWby .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMlIoEuWby .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMlIoEuWby .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMlIoEuWby .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMlIoEuWby .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMlIoEuWby .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMlIoEuWby ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMlIoEuWby .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMlIoEuWby button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMlIoEuWby button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMlIoEuWby button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMlIoEuWby button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMlIoEuWby button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMlIoEuWby button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMlIoEuWby nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMlIoEuWby nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMlIoEuWby nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMlIoEuWby nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMlIoEuWby .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tMlIoEuWby a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMlIoEuWby .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMlIoEuWby .navbar {
    height: 70px;
  }
  .cid-tMlIoEuWby .navbar.opened {
    height: auto;
  }
  .cid-tMlIoEuWby .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMlIoIaeZ8 {
  padding-top: 30rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/billboard-ooh-media-sydney-australia-header-pic-16-1920x1280.webp");
}
.cid-tMlIoIaeZ8 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tMlIoIaeZ8 .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tMlIoIaeZ8 .mbr-section-btn {
  margin: 1.0rem 0 0 0;
}
.cid-tMlIoIaeZ8 .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tMlIoIaeZ8 .mbr-section-title b:last-child,
.cid-tMlIoIaeZ8 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMlIoIaeZ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-tMoC2F2vpM {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMoC2F2vpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMoC2F2vpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMoC2F2vpM .mbr-section-title {
  color: #f23801;
}
#custom-html-2a {
  /* Type valid CSS here */
}
#custom-html-2a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2a p {
  font-size: 60px;
  color: #777;
}
.cid-tMoQBxOLgs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMoQBxOLgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMoQBxOLgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMoQBxOLgs .mbr-section-title {
  color: #f23801;
  text-align: center;
}
.cid-tMoQBxOLgs .mbr-section-subtitle,
.cid-tMoQBxOLgs .mbr-section-btn {
  text-align: center;
}
.cid-tMlIoJBuib {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tMlIoKXPrb {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tMlIoKXPrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlIoKXPrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlIoKXPrb .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlIoKXPrb .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMlIoKXPrb .user {
    padding: 1rem;
  }
}
.cid-tMlIoKXPrb .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMlIoKXPrb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMlIoKXPrb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMlIoKXPrb .embla__button--next,
.cid-tMlIoKXPrb .embla__button--prev {
  display: flex;
}
.cid-tMlIoKXPrb .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;
}
.cid-tMlIoKXPrb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMlIoKXPrb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMlIoKXPrb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMlIoKXPrb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMlIoKXPrb .embla__button {
    top: auto;
  }
}
.cid-tMlIoKXPrb .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMlIoKXPrb .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMlIoKXPrb .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMlIoKXPrb .embla {
  position: relative;
  width: 100%;
}
.cid-tMlIoKXPrb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMlIoKXPrb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMlIoKXPrb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMlIoKXPrb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMlIoKXPrb .user_desk {
  color: #bbbbbb;
}
.cid-tMlIoKXPrb H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMlIoKXPrb .user_text {
  color: #ffffff;
}
.cid-tMlIoKXPrb .user_name {
  color: #ffffff;
}
.cid-tMlIoNtnyH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tMlIoNtnyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMlIoNtnyH li {
  padding-bottom: 0.6rem;
}
.cid-tMlIoNtnyH .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMlIoNtnyH .border-col {
    border: 0px;
  }
}
.cid-tMlIoNtnyH .container {
  position: relative;
}
.cid-tMlIoNtnyH .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMlIoNtnyH .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMlIoNtnyH .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tMlIoNtnyH .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMlIoNtnyH .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tMlIoNtnyH .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMlIoNtnyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tMlIoNtnyH .soc-item:hover {
  background: #f23801;
}
.cid-tMlIoNtnyH .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tMlIoNtnyH .row {
    text-align: center;
  }
  .cid-tMlIoNtnyH .social-row {
    justify-content: center;
  }
}
.cid-tMlIoNtnyH .list {
  list-style: none;
  padding-left: 0;
}
.cid-tMlIoNtnyH .mbr-text {
  color: #fafafa;
}
.cid-tMlIoNtnyH H5 {
  color: #ffffff;
}
.cid-tMlIoNtnyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlIoNtnyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlIoNtnyH .mbr-section-subtitle {
  color: #e96e49;
}
.cid-tMlIDOwd1T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMlIDOwd1T nav.navbar {
  position: fixed;
}
.cid-tMlIDOwd1T .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tMlIDOwd1T .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tMlIDOwd1T .container-fluid,
  .cid-tMlIDOwd1T .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tMlIDOwd1T .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tMlIDOwd1T .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tMlIDOwd1T .dropdown-item:hover:before,
.cid-tMlIDOwd1T .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tMlIDOwd1T .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tMlIDOwd1T .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tMlIDOwd1T .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tMlIDOwd1T .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tMlIDOwd1T .container {
  display: flex;
  margin: auto;
}
.cid-tMlIDOwd1T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMlIDOwd1T .dropdown-menu,
.cid-tMlIDOwd1T .navbar.opened {
  background: #ffffff !important;
}
.cid-tMlIDOwd1T .nav-item:focus,
.cid-tMlIDOwd1T .nav-link:focus {
  outline: none;
}
.cid-tMlIDOwd1T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMlIDOwd1T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMlIDOwd1T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tMlIDOwd1T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMlIDOwd1T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMlIDOwd1T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMlIDOwd1T .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-tMlIDOwd1T .navbar.opened {
  transition: all .3s;
}
.cid-tMlIDOwd1T .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMlIDOwd1T .navbar .navbar-logo img {
  width: auto;
}
.cid-tMlIDOwd1T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMlIDOwd1T .navbar.collapsed {
  justify-content: center;
}
.cid-tMlIDOwd1T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMlIDOwd1T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMlIDOwd1T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMlIDOwd1T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMlIDOwd1T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMlIDOwd1T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMlIDOwd1T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMlIDOwd1T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMlIDOwd1T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMlIDOwd1T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMlIDOwd1T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMlIDOwd1T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMlIDOwd1T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMlIDOwd1T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMlIDOwd1T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMlIDOwd1T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMlIDOwd1T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMlIDOwd1T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMlIDOwd1T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMlIDOwd1T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMlIDOwd1T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMlIDOwd1T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMlIDOwd1T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMlIDOwd1T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMlIDOwd1T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMlIDOwd1T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMlIDOwd1T .dropdown-item.active,
.cid-tMlIDOwd1T .dropdown-item:active {
  background-color: transparent;
}
.cid-tMlIDOwd1T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMlIDOwd1T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMlIDOwd1T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMlIDOwd1T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMlIDOwd1T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMlIDOwd1T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMlIDOwd1T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMlIDOwd1T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMlIDOwd1T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMlIDOwd1T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMlIDOwd1T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMlIDOwd1T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMlIDOwd1T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMlIDOwd1T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMlIDOwd1T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMlIDOwd1T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMlIDOwd1T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMlIDOwd1T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMlIDOwd1T .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tMlIDOwd1T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMlIDOwd1T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMlIDOwd1T .navbar {
    height: 70px;
  }
  .cid-tMlIDOwd1T .navbar.opened {
    height: auto;
  }
  .cid-tMlIDOwd1T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMlIDQmX4X {
  padding-top: 30rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/privacy-and-terms-header-3-1920x1280.webp");
}
.cid-tMlIDQmX4X .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tMlIDQmX4X .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tMlIDQmX4X .mbr-section-btn {
  margin: 1.0rem 0 0 0;
}
.cid-tMlIDQmX4X .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tMlIDQmX4X .mbr-section-title b:last-child,
.cid-tMlIDQmX4X .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMlIDQmX4X .mbr-section-subtitle {
  color: #000000;
}
.cid-tMnffeymPn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tMnffeymPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMnffeymPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMnffeymPn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMnffeymPn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMnffeymPn .container {
    padding: 0;
  }
}
.cid-tMnffeymPn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMnffeymPn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMnffeymPn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMnffeymPn .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMnffeymPn .mbr-section-title {
  color: #263652;
}
.cid-tMnffeymPn .mbr-text {
  color: #263652;
  text-align: justify;
}
.cid-tMnhyEWQwJ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tMnhyEWQwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMnhyEWQwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMnhyEWQwJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMnhyEWQwJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMnhyEWQwJ .container {
    padding: 0;
  }
}
.cid-tMnhyEWQwJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMnhyEWQwJ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMnhyEWQwJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMnhyEWQwJ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMnhyEWQwJ .mbr-section-title {
  color: #f23801;
}
.cid-tMnhyEWQwJ .mbr-text {
  color: #263652;
  text-align: justify;
}
.cid-tMlIDRgxy1 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tMlIDS4Cik {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tMlIDS4Cik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlIDS4Cik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlIDS4Cik .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlIDS4Cik .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMlIDS4Cik .user {
    padding: 1rem;
  }
}
.cid-tMlIDS4Cik .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMlIDS4Cik .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMlIDS4Cik .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMlIDS4Cik .embla__button--next,
.cid-tMlIDS4Cik .embla__button--prev {
  display: flex;
}
.cid-tMlIDS4Cik .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;
}
.cid-tMlIDS4Cik .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMlIDS4Cik .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMlIDS4Cik .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMlIDS4Cik .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMlIDS4Cik .embla__button {
    top: auto;
  }
}
.cid-tMlIDS4Cik .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMlIDS4Cik .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMlIDS4Cik .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMlIDS4Cik .embla {
  position: relative;
  width: 100%;
}
.cid-tMlIDS4Cik .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMlIDS4Cik .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMlIDS4Cik .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMlIDS4Cik .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMlIDS4Cik .user_desk {
  color: #bbbbbb;
}
.cid-tMlIDS4Cik H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMlIDS4Cik .user_text {
  color: #ffffff;
}
.cid-tMlIDS4Cik .user_name {
  color: #ffffff;
}
.cid-tMlIDToiEh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tMlIDToiEh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMlIDToiEh li {
  padding-bottom: 0.6rem;
}
.cid-tMlIDToiEh .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMlIDToiEh .border-col {
    border: 0px;
  }
}
.cid-tMlIDToiEh .container {
  position: relative;
}
.cid-tMlIDToiEh .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMlIDToiEh .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMlIDToiEh .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tMlIDToiEh .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMlIDToiEh .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tMlIDToiEh .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMlIDToiEh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tMlIDToiEh .soc-item:hover {
  background: #f23801;
}
.cid-tMlIDToiEh .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tMlIDToiEh .row {
    text-align: center;
  }
  .cid-tMlIDToiEh .social-row {
    justify-content: center;
  }
}
.cid-tMlIDToiEh .list {
  list-style: none;
  padding-left: 0;
}
.cid-tMlIDToiEh .mbr-text {
  color: #fafafa;
}
.cid-tMlIDToiEh H5 {
  color: #ffffff;
}
.cid-tMlIDToiEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlIDToiEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlIDToiEh .mbr-section-subtitle {
  color: #e96e49;
}
.cid-tMp2tJGSjM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMp2tJGSjM nav.navbar {
  position: fixed;
}
.cid-tMp2tJGSjM .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tMp2tJGSjM .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tMp2tJGSjM .container-fluid,
  .cid-tMp2tJGSjM .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tMp2tJGSjM .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tMp2tJGSjM .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tMp2tJGSjM .dropdown-item:hover:before,
.cid-tMp2tJGSjM .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tMp2tJGSjM .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tMp2tJGSjM .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tMp2tJGSjM .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tMp2tJGSjM .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tMp2tJGSjM .container {
  display: flex;
  margin: auto;
}
.cid-tMp2tJGSjM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMp2tJGSjM .dropdown-menu,
.cid-tMp2tJGSjM .navbar.opened {
  background: #ffffff !important;
}
.cid-tMp2tJGSjM .nav-item:focus,
.cid-tMp2tJGSjM .nav-link:focus {
  outline: none;
}
.cid-tMp2tJGSjM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMp2tJGSjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMp2tJGSjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tMp2tJGSjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMp2tJGSjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMp2tJGSjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMp2tJGSjM .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-tMp2tJGSjM .navbar.opened {
  transition: all .3s;
}
.cid-tMp2tJGSjM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMp2tJGSjM .navbar .navbar-logo img {
  width: auto;
}
.cid-tMp2tJGSjM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMp2tJGSjM .navbar.collapsed {
  justify-content: center;
}
.cid-tMp2tJGSjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMp2tJGSjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMp2tJGSjM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMp2tJGSjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMp2tJGSjM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMp2tJGSjM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMp2tJGSjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMp2tJGSjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMp2tJGSjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMp2tJGSjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMp2tJGSjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMp2tJGSjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMp2tJGSjM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMp2tJGSjM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMp2tJGSjM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMp2tJGSjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMp2tJGSjM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMp2tJGSjM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMp2tJGSjM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMp2tJGSjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMp2tJGSjM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMp2tJGSjM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMp2tJGSjM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMp2tJGSjM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMp2tJGSjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMp2tJGSjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMp2tJGSjM .dropdown-item.active,
.cid-tMp2tJGSjM .dropdown-item:active {
  background-color: transparent;
}
.cid-tMp2tJGSjM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMp2tJGSjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMp2tJGSjM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMp2tJGSjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMp2tJGSjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMp2tJGSjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMp2tJGSjM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMp2tJGSjM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMp2tJGSjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMp2tJGSjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMp2tJGSjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMp2tJGSjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMp2tJGSjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMp2tJGSjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMp2tJGSjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMp2tJGSjM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMp2tJGSjM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMp2tJGSjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMp2tJGSjM .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tMp2tJGSjM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMp2tJGSjM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMp2tJGSjM .navbar {
    height: 70px;
  }
  .cid-tMp2tJGSjM .navbar.opened {
    height: auto;
  }
  .cid-tMp2tJGSjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMp2tMzoBD {
  padding-top: 30rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/thank-you-from-smart-ooh-solutions-4-1920x1280.webp");
}
.cid-tMp2tMzoBD .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-tMp2tMzoBD .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-tMp2tMzoBD .mbr-section-btn {
  margin: 1.0rem 0 0 0;
}
.cid-tMp2tMzoBD .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tMp2tMzoBD .mbr-section-title b:last-child,
.cid-tMp2tMzoBD .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMp2tMzoBD .mbr-section-subtitle {
  color: #000000;
}
.cid-tMpdhi8I3p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75e30;
}
.cid-tMpdhi8I3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMpdhi8I3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tMpdhi8I3p #gentle-wave {
  fill: #f75e30;
}
.cid-tMpdhi8I3p .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tMpdhi8I3p b {
  font-weight: 900;
}
.cid-tMpdhi8I3p .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tMpdhi8I3p img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tMpdhi8I3p img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tMpdhi8I3p .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tMpdhi8I3p .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tMpdhi8I3p .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tMpdhi8I3p .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tMpdhi8I3p .row {
  align-items: center;
}
.cid-tMpdhi8I3p .mbr-section-title {
  color: #ffffff;
}
.cid-tMpdhi8I3p .mbr-text,
.cid-tMpdhi8I3p .mbr-section-btn {
  color: #ffffff;
}
.cid-tMpdhi8I3p .mbr-link,
.cid-tMpdhi8I3p .link-wrapper {
  color: #ffffff;
}
.cid-tMp2tQYsXD {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMp2tS4F6L {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tMp2tS4F6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMp2tS4F6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMp2tS4F6L .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tMp2tS4F6L .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-tMp2tS4F6L .user {
    padding: 1rem;
  }
}
.cid-tMp2tS4F6L .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMp2tS4F6L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-tMp2tS4F6L .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMp2tS4F6L .embla__button--next,
.cid-tMp2tS4F6L .embla__button--prev {
  display: flex;
}
.cid-tMp2tS4F6L .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;
}
.cid-tMp2tS4F6L .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMp2tS4F6L .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tMp2tS4F6L .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMp2tS4F6L .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tMp2tS4F6L .embla__button {
    top: auto;
  }
}
.cid-tMp2tS4F6L .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tMp2tS4F6L .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-tMp2tS4F6L .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMp2tS4F6L .embla {
  position: relative;
  width: 100%;
}
.cid-tMp2tS4F6L .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMp2tS4F6L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMp2tS4F6L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMp2tS4F6L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMp2tS4F6L .user_desk {
  color: #bbbbbb;
}
.cid-tMp2tS4F6L H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tMp2tS4F6L .user_text {
  color: #ffffff;
}
.cid-tMp2tS4F6L .user_name {
  color: #ffffff;
}
.cid-tMp2tUdCUW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tMp2tUdCUW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMp2tUdCUW li {
  padding-bottom: 0.6rem;
}
.cid-tMp2tUdCUW .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMp2tUdCUW .border-col {
    border: 0px;
  }
}
.cid-tMp2tUdCUW .container {
  position: relative;
}
.cid-tMp2tUdCUW .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMp2tUdCUW .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-tMp2tUdCUW .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tMp2tUdCUW .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMp2tUdCUW .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tMp2tUdCUW .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tMp2tUdCUW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tMp2tUdCUW .soc-item:hover {
  background: #f23801;
}
.cid-tMp2tUdCUW .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tMp2tUdCUW .row {
    text-align: center;
  }
  .cid-tMp2tUdCUW .social-row {
    justify-content: center;
  }
}
.cid-tMp2tUdCUW .list {
  list-style: none;
  padding-left: 0;
}
.cid-tMp2tUdCUW .mbr-text {
  color: #fafafa;
}
.cid-tMp2tUdCUW H5 {
  color: #ffffff;
}
.cid-tMp2tUdCUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMp2tUdCUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMp2tUdCUW .mbr-section-subtitle {
  color: #e96e49;
}
