body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Bronzo';
  font-size: 6.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.56rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Bronzo';
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.96rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.65rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.28rem;
    font-size: calc( 2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !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: #149dcc !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='%23ff2d55' %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-rJ1R9cacNY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1R9cacNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rJ1R9cacNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rJ1R9cacNY .nav-link {
  position: relative;
}
.cid-rJ1R9cacNY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-rJ1R9cacNY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-rJ1R9cacNY .container {
  display: flex;
  margin: auto;
}
.cid-rJ1R9cacNY .navbar.navbar-short .nav-link,
.cid-rJ1R9cacNY .navbar.navbar-short .navbar-caption,
.cid-rJ1R9cacNY .navbar.navbar-short .mbr-iconfont,
.cid-rJ1R9cacNY .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-rJ1R9cacNY .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-rJ1R9cacNY .navbar-caption {
  padding-right: 3rem;
}
.cid-rJ1R9cacNY .dropdown-menu,
.cid-rJ1R9cacNY .navbar.opened {
  background: #000000 !important;
}
.cid-rJ1R9cacNY .nav-item:focus,
.cid-rJ1R9cacNY .nav-link:focus {
  outline: none;
}
.cid-rJ1R9cacNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1R9cacNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ1R9cacNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ1R9cacNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ1R9cacNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ1R9cacNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ1R9cacNY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-rJ1R9cacNY .navbar.opened {
  transition: all .3s;
}
.cid-rJ1R9cacNY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ1R9cacNY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-rJ1R9cacNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ1R9cacNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rJ1R9cacNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ1R9cacNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ1R9cacNY .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: 55%;
}
.cid-rJ1R9cacNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ1R9cacNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ1R9cacNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ1R9cacNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ1R9cacNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ1R9cacNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ1R9cacNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ1R9cacNY .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: 55%;
  }
  .cid-rJ1R9cacNY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJ1R9cacNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ1R9cacNY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ1R9cacNY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rJ1R9cacNY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ1R9cacNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ1R9cacNY .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-rJ1R9cacNY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJ1R9cacNY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ1R9cacNY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rJ1R9cacNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ1R9cacNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ1R9cacNY .dropdown-item.active,
.cid-rJ1R9cacNY .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ1R9cacNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ1R9cacNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ1R9cacNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ1R9cacNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-rJ1R9cacNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ1R9cacNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ1R9cacNY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ1R9cacNY .navbar-buttons {
  text-align: center;
}
.cid-rJ1R9cacNY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ1R9cacNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rJ1R9cacNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ1R9cacNY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1R9cacNY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1R9cacNY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ1R9cacNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1R9cacNY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ1R9cacNY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ1R9cacNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1R9cacNY .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rJ1R9cacNY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1R9cacNY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ1R9cacNY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rJ1R9cacNY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ1R9cacNY .navbar {
    height: 77px;
  }
  .cid-rJ1R9cacNY .navbar.opened {
    height: auto;
  }
  .cid-rJ1R9cacNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVLc2mXGzR {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uVLc2mXGzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVLc2mXGzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVLc2mXGzR .container {
    padding: 0 15px;
  }
}
.cid-uVLc2mXGzR .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVLc2mXGzR .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVLc2mXGzR .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVLc2mXGzR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVLc2mXGzR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVLc2mXGzR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVLc2mXGzR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVLc2mXGzR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVLc2mXGzR .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVLc2mXGzR .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVLc2mXGzR .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVLc2mXGzR .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVLc2mXGzR .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVLc2mXGzR .mbr-section-title {
  color: #ffffff;
}
.cid-uVLc2mXGzR .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-uVLc2mXGzR .mbr-text {
  color: #d2d2df;
}
.cid-uVLc2mXGzR .mbr-section-title,
.cid-uVLc2mXGzR .mbr-section-btn {
  color: #ffcc00;
  text-align: center;
}
.cid-uUXJqs3lAU {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUXJqs3lAU .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-uUXJqs3lAU a {
  text-decoration: underline;
}
.cid-uUXJqs3lAU .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-uUXJqs3lAU .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-uUXJqs3lAU img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-uUXJqs3lAU .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-uUXJqs3lAU .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-uUXJqs3lAU .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUXJqs3lAU .img1,
  .cid-uUXJqs3lAU .img2,
  .cid-uUXJqs3lAU .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uUXJqs3lAU .img1,
  .cid-uUXJqs3lAU .img2,
  .cid-uUXJqs3lAU .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-uUXJqs3lAU .wrapper {
    height: 400px;
  }
  .cid-uUXJqs3lAU .overlay {
    opacity: 0.5;
  }
}
.cid-uUXJqs3lAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUXJqs3lAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
.cid-uUXJqs3lAU H2 {
  text-align: center;
  color: #ffcc00;
}
.cid-uVQHLXnJvJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.cid-uVQHLXnJvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVQHLXnJvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVQHLXnJvJ .container {
    padding: 0 15px;
  }
}
.cid-uVQHLXnJvJ .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVQHLXnJvJ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVQHLXnJvJ .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVQHLXnJvJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVQHLXnJvJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVQHLXnJvJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVQHLXnJvJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVQHLXnJvJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVQHLXnJvJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVQHLXnJvJ .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #c1c1c1;
  box-shadow: 10px 10px 50px #ffcc00;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVQHLXnJvJ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVQHLXnJvJ .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVQHLXnJvJ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVQHLXnJvJ .mbr-section-title {
  color: #ffffff;
}
.cid-uVQHLXnJvJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uVQHLXnJvJ .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uVX9DGlAIa {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uVX9DGlAIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX9DGlAIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVX9DGlAIa .container {
    padding: 0 15px;
  }
}
.cid-uVX9DGlAIa .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVX9DGlAIa .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVX9DGlAIa .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVX9DGlAIa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVX9DGlAIa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVX9DGlAIa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVX9DGlAIa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVX9DGlAIa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVX9DGlAIa .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVX9DGlAIa .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #c1c1c1;
  box-shadow: 10px 10px 50px #ffcc00;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVX9DGlAIa .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVX9DGlAIa .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVX9DGlAIa .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVX9DGlAIa .mbr-section-title {
  color: #ffffff;
}
.cid-uVX9DGlAIa .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uVX9DGlAIa .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uVNtSKWHLC {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.cid-uVNtSKWHLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNtSKWHLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVNtSKWHLC .container {
    padding: 0 15px;
  }
}
.cid-uVNtSKWHLC .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVNtSKWHLC .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVNtSKWHLC .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVNtSKWHLC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVNtSKWHLC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVNtSKWHLC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVNtSKWHLC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVNtSKWHLC .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVNtSKWHLC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVNtSKWHLC .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #c1c1c1;
  box-shadow: 10px 10px 50px #ffcc00;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVNtSKWHLC .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVNtSKWHLC .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVNtSKWHLC .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVNtSKWHLC .mbr-section-title {
  color: #ffffff;
}
.cid-uVNtSKWHLC .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uVNtSKWHLC .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uVWPMYloeS {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.cid-uVWPMYloeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWPMYloeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVWPMYloeS .container {
    padding: 0 15px;
  }
}
.cid-uVWPMYloeS .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVWPMYloeS .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVWPMYloeS .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVWPMYloeS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVWPMYloeS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVWPMYloeS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVWPMYloeS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWPMYloeS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVWPMYloeS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVWPMYloeS .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #c1c1c1;
  box-shadow: 10px 10px 50px #ffcc00;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVWPMYloeS .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVWPMYloeS .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVWPMYloeS .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVWPMYloeS .mbr-section-title {
  color: #ffffff;
}
.cid-uVWPMYloeS .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uVWPMYloeS .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uVWXaTyBoU {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.cid-uVWXaTyBoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWXaTyBoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVWXaTyBoU .container {
    padding: 0 15px;
  }
}
.cid-uVWXaTyBoU .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVWXaTyBoU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVWXaTyBoU .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVWXaTyBoU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVWXaTyBoU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVWXaTyBoU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVWXaTyBoU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWXaTyBoU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVWXaTyBoU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVWXaTyBoU .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #c1c1c1;
  box-shadow: 10px 10px 50px #ffcc00;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVWXaTyBoU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVWXaTyBoU .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVWXaTyBoU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVWXaTyBoU .mbr-section-title {
  color: #ffffff;
}
.cid-uVWXaTyBoU .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uVWXaTyBoU .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uW05x9HVE5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uW05x9HVE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW05x9HVE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uW05x9HVE5 .container {
    padding: 0 26px;
  }
}
.cid-uW05x9HVE5 .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uW05x9HVE5 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uW05x9HVE5 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uW05x9HVE5 .mbr-section-title {
  color: #ffffff;
}
.cid-uW05x9HVE5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uW05x9HVE5 .mbr-text {
  color: #cacaca;
}
.cid-uVNrY34kSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
.cid-uVNrY34kSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNrY34kSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNrY34kSJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .container {
    padding: 0 15px;
  }
}
.cid-uVNrY34kSJ .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .title-wrapper {
    text-align: center;
  }
}
.cid-uVNrY34kSJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVNrY34kSJ .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVNrY34kSJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVNrY34kSJ .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .list {
    justify-content: center;
  }
}
.cid-uVNrY34kSJ .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVNrY34kSJ .list .item-wrap:hover,
.cid-uVNrY34kSJ .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVNrY34kSJ .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVNrY34kSJ .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVNrY34kSJ .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .copy-wrapper {
    height: auto;
  }
}
.cid-uVNrY34kSJ .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVNrY34kSJ .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVNrY34kSJ .social-wrapper {
    text-align: center;
  }
}
.cid-uVNrY34kSJ .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVNrY34kSJ .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVNrY34kSJ .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVNrY34kSJ .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVNrY34kSJ .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uVNrY34kSJ .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVNrY34kSJ .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVNrY34kSJ .mbr-copy {
  color: #d2d2df;
}
.cid-uVNrY34kSJ .mbr-copy,
.cid-uVNrY34kSJ .social-wrapper {
  text-align: center;
}
.cid-uVNrY34kSJ .mbr-section-title,
.cid-uVNrY34kSJ .title-wrapper {
  text-align: center;
}
.cid-uVWYQ8UFV9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVWYQ8UFV9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVWYQ8UFV9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWYQ8UFV9 .nav-link {
  position: relative;
}
.cid-uVWYQ8UFV9 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uVWYQ8UFV9 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uVWYQ8UFV9 .container {
  display: flex;
  margin: auto;
}
.cid-uVWYQ8UFV9 .navbar.navbar-short .nav-link,
.cid-uVWYQ8UFV9 .navbar.navbar-short .navbar-caption,
.cid-uVWYQ8UFV9 .navbar.navbar-short .mbr-iconfont,
.cid-uVWYQ8UFV9 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uVWYQ8UFV9 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uVWYQ8UFV9 .navbar-caption {
  padding-right: 3rem;
}
.cid-uVWYQ8UFV9 .dropdown-menu,
.cid-uVWYQ8UFV9 .navbar.opened {
  background: #000000 !important;
}
.cid-uVWYQ8UFV9 .nav-item:focus,
.cid-uVWYQ8UFV9 .nav-link:focus {
  outline: none;
}
.cid-uVWYQ8UFV9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVWYQ8UFV9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVWYQ8UFV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVWYQ8UFV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVWYQ8UFV9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWYQ8UFV9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWYQ8UFV9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background: none;
}
.cid-uVWYQ8UFV9 .navbar.opened {
  transition: all .3s;
}
.cid-uVWYQ8UFV9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uVWYQ8UFV9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-uVWYQ8UFV9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWYQ8UFV9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVWYQ8UFV9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWYQ8UFV9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWYQ8UFV9 .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: 55%;
}
.cid-uVWYQ8UFV9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWYQ8UFV9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVWYQ8UFV9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVWYQ8UFV9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWYQ8UFV9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWYQ8UFV9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWYQ8UFV9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWYQ8UFV9 .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: 55%;
  }
  .cid-uVWYQ8UFV9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVWYQ8UFV9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWYQ8UFV9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVWYQ8UFV9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVWYQ8UFV9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVWYQ8UFV9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVWYQ8UFV9 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uVWYQ8UFV9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVWYQ8UFV9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVWYQ8UFV9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVWYQ8UFV9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVWYQ8UFV9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWYQ8UFV9 .dropdown-item.active,
.cid-uVWYQ8UFV9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWYQ8UFV9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWYQ8UFV9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWYQ8UFV9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWYQ8UFV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uVWYQ8UFV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVWYQ8UFV9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWYQ8UFV9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVWYQ8UFV9 .navbar-buttons {
  text-align: center;
}
.cid-uVWYQ8UFV9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVWYQ8UFV9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVWYQ8UFV9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVWYQ8UFV9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVWYQ8UFV9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVWYQ8UFV9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVWYQ8UFV9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVWYQ8UFV9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVWYQ8UFV9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVWYQ8UFV9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVWYQ8UFV9 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uVWYQ8UFV9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVWYQ8UFV9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVWYQ8UFV9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVWYQ8UFV9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVWYQ8UFV9 .navbar {
    height: 77px;
  }
  .cid-uVWYQ8UFV9 .navbar.opened {
    height: auto;
  }
  .cid-uVWYQ8UFV9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWYQ9v6xm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uVWYQ9v6xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWYQ9v6xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/photo-1616712134411-6b6ae89bc3ba-2000x2500.webp");
}
@media (max-width: 992px) {
  .cid-uVWYQ9v6xm .container {
    padding: 0 15px;
  }
}
.cid-uVWYQ9v6xm .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVWYQ9v6xm .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVWYQ9v6xm .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uVWYQ9v6xm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uVWYQ9v6xm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVWYQ9v6xm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVWYQ9v6xm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWYQ9v6xm .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVWYQ9v6xm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uVWYQ9v6xm .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uVWYQ9v6xm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uVWYQ9v6xm .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uVWYQ9v6xm .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVWYQ9v6xm .mbr-section-title {
  color: #ffffff;
}
.cid-uVWYQ9v6xm .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-uVWYQ9v6xm .mbr-text {
  color: #d2d2df;
}
.cid-uVWYQ9v6xm .mbr-section-title,
.cid-uVWYQ9v6xm .mbr-section-btn {
  color: #ffcc00;
  text-align: center;
}
.cid-uVX2EOlTBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVX2EOlTBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX2EOlTBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVX2EOlTBv .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uVX2EOlTBv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uVX2EOlTBv .container {
    padding: 0 26px;
  }
}
.cid-uVX2EOlTBv .row {
  justify-content: center;
}
.cid-uVX2EOlTBv .card {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .cid-uVX2EOlTBv .card {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uVX2EOlTBv .card {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uVX2EOlTBv .card {
    padding: 0 12px;
  }
}
.cid-uVX2EOlTBv .card .image-wrapper img {
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVX2EOlTBv .card .image-wrapper img {
    height: 180px;
  }
}
.cid-uVWYQamSBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVWYQamSBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWYQamSBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWYQamSBE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .container {
    padding: 0 15px;
  }
}
.cid-uVWYQamSBE .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .title-wrapper {
    text-align: center;
  }
}
.cid-uVWYQamSBE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVWYQamSBE .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uVWYQamSBE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVWYQamSBE .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .list {
    justify-content: center;
  }
}
.cid-uVWYQamSBE .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVWYQamSBE .list .item-wrap:hover,
.cid-uVWYQamSBE .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uVWYQamSBE .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uVWYQamSBE .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uVWYQamSBE .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .copy-wrapper {
    height: auto;
  }
}
.cid-uVWYQamSBE .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uVWYQamSBE .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVWYQamSBE .social-wrapper {
    text-align: center;
  }
}
.cid-uVWYQamSBE .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVWYQamSBE .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uVWYQamSBE .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uVWYQamSBE .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uVWYQamSBE .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uVWYQamSBE .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWYQamSBE .mbr-section-title {
  color: #f2ac2b;
}
.cid-uVWYQamSBE .mbr-copy {
  color: #d2d2df;
}
.cid-uVWYQamSBE .mbr-copy,
.cid-uVWYQamSBE .social-wrapper {
  text-align: center;
}
.cid-uVWYQamSBE .mbr-section-title,
.cid-uVWYQamSBE .title-wrapper {
  text-align: center;
}
