body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 6.25rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.43rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 5.488rem;
}
.display-4 {
  font-family: undefined;
  font-size: 0.69rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.104rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.87rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.992rem;
}
.display-7 {
  font-family: undefined;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((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-4 {
    font-size: 0.621rem !important;
    font-size: calc( 0.8915rem + (0.69 - 0.8915) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.8915rem + (0.69 - 0.8915) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d19407 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #191919 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #876005 !important;
  border-color: #876005 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #876005 !important;
  border-color: #876005 !important;
}
.btn-primary:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #f5d65a, #d19407);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
  color: #4b3d05 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4b3d05 !important;
  background-color: #f1c412 !important;
  border-color: #f1c412 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4b3d05 !important;
  background-color: #f1c412 !important;
  border-color: #f1c412 !important;
}
.btn-secondary:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #f5d65a, #f5d65a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-info:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #f5d65a, #9e9e9e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ac5c22 !important;
  background-color: #ebba96 !important;
  border-color: #ebba96 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #ebba96 !important;
  border-color: #ebba96 !important;
}
.btn-success:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #f5d65a, #f7e4d6);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #f5d65a, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #757575 !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
}
.btn-danger:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #f5d65a, #f4f4f4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #f5d65a, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #f5d65a, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d19407;
  color: #d19407;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d19407;
  border-color: #d19407;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d19407 !important;
  border-color: #d19407 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #f5d65a, #d19407);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f5d65a;
  color: #f5d65a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b3d05;
  background-color: #f5d65a;
  border-color: #f5d65a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4b3d05 !important;
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #f5d65a, #f5d65a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #9e9e9e;
  color: #9e9e9e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #f5d65a, #9e9e9e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7e4d6;
  color: #f7e4d6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ac5c22;
  background-color: #f7e4d6;
  border-color: #f7e4d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #f5d65a, #f7e4d6);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #191919;
  color: #191919;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #f5d65a, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #757575;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #f5d65a, #f4f4f4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #f5d65a, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #f5d65a, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #d19407 !important;
}
.text-secondary {
  color: #f5d65a !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #191919 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f9c345 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fbeeba !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d1d1d1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4c4c4c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !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: #9e9e9e;
}
.alert-warning {
  background-color: #191919;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d19407;
  border-color: #d19407;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d19407;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce3a8;
}
.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: #cbcbcb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #d19407;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d19407;
  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: #d19407;
  border-bottom-color: #d19407;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d19407 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5d65a !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='%23d19407' %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;
}
.btn {
  transition: none;
}
.cid-seN5SvjF1y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seN5SvjF1y nav.navbar {
  position: fixed;
}
.cid-seN5SvjF1y .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seN5SvjF1y .container-fluid,
  .cid-seN5SvjF1y .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seN5SvjF1y .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seN5SvjF1y .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seN5SvjF1y .dropdown-item:hover:before,
.cid-seN5SvjF1y .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seN5SvjF1y .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seN5SvjF1y .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-seN5SvjF1y .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-seN5SvjF1y .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seN5SvjF1y .container {
  display: flex;
  margin: auto;
}
.cid-seN5SvjF1y .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seN5SvjF1y .dropdown-menu,
.cid-seN5SvjF1y .navbar.opened {
  background: #111111 !important;
}
.cid-seN5SvjF1y .nav-item:focus,
.cid-seN5SvjF1y .nav-link:focus {
  outline: none;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seN5SvjF1y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seN5SvjF1y .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: #111111;
  padding: 1rem 0;
}
.cid-seN5SvjF1y .navbar.opened {
  transition: all .3s;
}
.cid-seN5SvjF1y .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seN5SvjF1y .navbar .navbar-logo img {
  width: auto;
}
.cid-seN5SvjF1y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar.collapsed {
  justify-content: center;
}
.cid-seN5SvjF1y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seN5SvjF1y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seN5SvjF1y .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-seN5SvjF1y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seN5SvjF1y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seN5SvjF1y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seN5SvjF1y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seN5SvjF1y .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-seN5SvjF1y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seN5SvjF1y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seN5SvjF1y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seN5SvjF1y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seN5SvjF1y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seN5SvjF1y .navbar.navbar-short {
  min-height: 60px;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seN5SvjF1y .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-seN5SvjF1y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seN5SvjF1y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seN5SvjF1y .dropdown-item.active,
.cid-seN5SvjF1y .dropdown-item:active {
  background-color: transparent;
}
.cid-seN5SvjF1y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seN5SvjF1y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seN5SvjF1y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seN5SvjF1y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seN5SvjF1y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-seN5SvjF1y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seN5SvjF1y .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-seN5SvjF1y .navbar {
    height: 70px;
  }
  .cid-seN5SvjF1y .navbar.opened {
    height: auto;
  }
  .cid-seN5SvjF1y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seN6mrWfXp {
  background-image: url("../../../assets/images/whatsapp-image-2019-06-03-at-11.25.58-am-2-1024x768.webp");
}
.cid-seN6mrWfXp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-seN6mrWfXp .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
}
.cid-seN6mrWfXp .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-seN6mrWfXp .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #d19407;
}
.cid-seN6mrWfXp .mbr-section-title b:last-child,
.cid-seN6mrWfXp .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seN6mrWfXp .mbr-section-subtitle {
  text-align: left;
}
.cid-seN6mrWfXp .mbr-text,
.cid-seN6mrWfXp .mbr-section-btn {
  text-align: left;
}
.cid-szR4nwlBpw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-szR4nwlBpw .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-szR4nwlBpw .card-img {
  padding-bottom: 1rem;
}
.cid-szR4nwlBpw .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-szR4nwlBpw .card:hover {
  transform: translateY(-10px);
}
.cid-szR4nwlBpw .mbr-text,
.cid-szR4nwlBpw .card-title {
  opacity: 0;
}
.cid-szR4nwlBpw .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-szR4nwlBpw .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-szR4nwlBpw .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #f5d65a, #d19407);
  }
  .cid-szR4nwlBpw .card:hover .mbr-text,
  .cid-szR4nwlBpw .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-szR4nwlBpw .card {
    padding-bottom: 1rem !important;
  }
  .cid-szR4nwlBpw .card .mbr-text,
  .cid-szR4nwlBpw .card .card-title {
    opacity: 1;
  }
  .cid-szR4nwlBpw .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #f5d65a, #d19407);
  }
}
.cid-szR4nwlBpw .row {
  justify-content: center;
}
.cid-szR4nwlBpw .card-title {
  border-bottom: 1px solid #999999;
}
.cid-szR4nwlBpw .card1 {
  background-image: url("../../../assets/images/mbr-2.webp");
}
.cid-szR4nwlBpw .card2 {
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-szR4nwlBpw .card3 {
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-szR4nwlBpw .link,
.cid-szR4nwlBpw .card-box {
  color: #ffffff;
}
.cid-szR4nwlBpw .mbr-text,
.cid-szR4nwlBpw .link-wrap {
  text-align: center;
}
.cid-szR4nwlBpw .main-subtitle {
  color: #ffffff;
}
.cid-szR4nwlBpw .mbr-section-subtitle {
  color: #999999;
}
.cid-szR4nwlBpw .mbr-section-text {
  color: #999999;
}
.cid-szR87P3Fb8 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-szR87P3Fb8 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-szR87P3Fb8 .card-wrapper {
    padding: 0;
  }
}
.cid-szR87P3Fb8 img {
  width: 100%;
}
.cid-szR87P3Fb8 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #f5d65a, #d19407);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szR87P3Fb8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #f5d65a, #d19407);
}
.cid-szR87P3Fb8 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-szR87P3Fb8 h4 {
  margin: 0;
}
.cid-szR87P3Fb8 .card-text {
  color: #999999;
}
.cid-szR87P3Fb8 .mbr-text {
  color: #000000;
}
.cid-szR87P3Fb8 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-szR87P3Fb8 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-szR87P3Fb8 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-szR87P3Fb8 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-szR87P3Fb8 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-szR87P3Fb8 H3 {
  color: #787324;
}
.cid-szR87P3Fb8 .mbr-section-title,
.cid-szR87P3Fb8 .title-wrapper {
  color: #ffffff;
}
.cid-szR87P3Fb8 .mbr-text,
.cid-szR87P3Fb8 .mbr-section-btn {
  color: #999999;
}
.cid-seN6M0nEEx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-seN6M0nEEx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-seN6M0nEEx .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .footer-item,
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes,
  .cid-seN6M0nEEx .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seN6M0nEEx .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-seN6M0nEEx .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .mbr-social-likes a {
  color: #000000;
}
.cid-seN6M0nEEx .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seN6M0nEEx .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seN6M0nEEx .footer-logo img {
  width: auto;
}
.cid-seN6M0nEEx .footer-item {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-seN6M0nEEx .footer-item-title {
  color: #ffffff;
}
.cid-seN6M0nEEx .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-szRcUeEtic {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szRcUeEtic nav.navbar {
  position: fixed;
}
.cid-szRcUeEtic .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-szRcUeEtic .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-szRcUeEtic .container-fluid,
  .cid-szRcUeEtic .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-szRcUeEtic .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-szRcUeEtic .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-szRcUeEtic .dropdown-item:hover:before,
.cid-szRcUeEtic .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-szRcUeEtic .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-szRcUeEtic .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-szRcUeEtic .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-szRcUeEtic .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-szRcUeEtic .container {
  display: flex;
  margin: auto;
}
.cid-szRcUeEtic .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szRcUeEtic .dropdown-menu,
.cid-szRcUeEtic .navbar.opened {
  background: #111111 !important;
}
.cid-szRcUeEtic .nav-item:focus,
.cid-szRcUeEtic .nav-link:focus {
  outline: none;
}
.cid-szRcUeEtic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szRcUeEtic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szRcUeEtic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szRcUeEtic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szRcUeEtic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szRcUeEtic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szRcUeEtic .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: #111111;
  padding: 1rem 0;
}
.cid-szRcUeEtic .navbar.opened {
  transition: all .3s;
}
.cid-szRcUeEtic .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szRcUeEtic .navbar .navbar-logo img {
  width: auto;
}
.cid-szRcUeEtic .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szRcUeEtic .navbar.collapsed {
  justify-content: center;
}
.cid-szRcUeEtic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szRcUeEtic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szRcUeEtic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szRcUeEtic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szRcUeEtic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szRcUeEtic .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-szRcUeEtic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szRcUeEtic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szRcUeEtic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szRcUeEtic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szRcUeEtic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szRcUeEtic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szRcUeEtic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szRcUeEtic .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-szRcUeEtic .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szRcUeEtic .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szRcUeEtic .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szRcUeEtic .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szRcUeEtic .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szRcUeEtic .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szRcUeEtic .navbar.navbar-short {
  min-height: 60px;
}
.cid-szRcUeEtic .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szRcUeEtic .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szRcUeEtic .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-szRcUeEtic .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szRcUeEtic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szRcUeEtic .dropdown-item.active,
.cid-szRcUeEtic .dropdown-item:active {
  background-color: transparent;
}
.cid-szRcUeEtic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szRcUeEtic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szRcUeEtic .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szRcUeEtic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-szRcUeEtic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szRcUeEtic .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szRcUeEtic ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szRcUeEtic .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szRcUeEtic button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szRcUeEtic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-szRcUeEtic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szRcUeEtic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szRcUeEtic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szRcUeEtic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szRcUeEtic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szRcUeEtic nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szRcUeEtic nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szRcUeEtic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szRcUeEtic .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-szRcUeEtic a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szRcUeEtic .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-szRcUeEtic .navbar {
    height: 70px;
  }
  .cid-szRcUeEtic .navbar.opened {
    height: auto;
  }
  .cid-szRcUeEtic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szRdE07pSc {
  background-image: url("../../../assets/images/bg.webp");
}
.cid-szRdE07pSc .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-szRdE07pSc a {
  text-decoration: underline;
}
.cid-szRdE07pSc .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-szRdE07pSc .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-szRdE07pSc img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-szRdE07pSc .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-szRdE07pSc .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-szRdE07pSc .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-szRdE07pSc .img1,
  .cid-szRdE07pSc .img2,
  .cid-szRdE07pSc .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-szRdE07pSc .img1,
  .cid-szRdE07pSc .img2,
  .cid-szRdE07pSc .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-szRdE07pSc .wrapper {
    height: 400px;
  }
  .cid-szRdE07pSc .overlay {
    opacity: 0.5;
  }
}
.cid-szRdFt62Cq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-szRdFt62Cq .card-subtitle {
  margin: 0;
}
.cid-szRdFt62Cq .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-szRdFt62Cq .card {
  padding: 0.5rem;
}
.cid-szRdFt62Cq img {
  object-fit: cover;
  height: 100%;
}
.cid-szRdFt62Cq h4 {
  margin: 0;
}
.cid-szRdFt62Cq .card-img {
  height: 550px;
}
.cid-szRdFt62Cq h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szRdFt62Cq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-szRdFt62Cq .card-img {
    height: 350px;
  }
}
.cid-sABUubl7F2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sABUubl7F2 .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sABUubl7F2 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sABUubl7F2 .image-block:hover:before {
  opacity: 0.4;
}
.cid-sABUubl7F2 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sABUubl7F2 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sABUubl7F2 h4 {
  letter-spacing: 2px;
}
.cid-sABUubl7F2 figcaption {
  position: relative;
}
.cid-sABUubl7F2 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sABUubl7F2 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sABUubl7F2 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sABUubl7F2 .wrap {
    opacity: 1!important;
  }
  .cid-sABUubl7F2 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sABWMTdHgY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sABWMTdHgY .card-subtitle {
  margin: 0;
}
.cid-sABWMTdHgY .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sABWMTdHgY .card {
  padding: 0.5rem;
}
.cid-sABWMTdHgY img {
  object-fit: cover;
  height: 100%;
}
.cid-sABWMTdHgY h4 {
  margin: 0;
}
.cid-sABWMTdHgY .card-img {
  height: 550px;
}
.cid-sABWMTdHgY h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sABWMTdHgY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sABWMTdHgY .card-img {
    height: 350px;
  }
}
.cid-sABWTag6Xk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sABWTag6Xk .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sABWTag6Xk .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sABWTag6Xk .image-block:hover:before {
  opacity: 0.4;
}
.cid-sABWTag6Xk .image-block:hover .wrap {
  opacity: 1;
}
.cid-sABWTag6Xk .image-block:hover img {
  transform: scale(1.05);
}
.cid-sABWTag6Xk h4 {
  letter-spacing: 2px;
}
.cid-sABWTag6Xk figcaption {
  position: relative;
}
.cid-sABWTag6Xk figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sABWTag6Xk img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sABWTag6Xk .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sABWTag6Xk .wrap {
    opacity: 1!important;
  }
  .cid-sABWTag6Xk .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-szRcUgvIQg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-szRcUgvIQg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-szRcUgvIQg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-szRcUgvIQg .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-szRcUgvIQg .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szRcUgvIQg .media-container-row .footer-item,
  .cid-szRcUgvIQg .media-container-row .mbr-social-likes,
  .cid-szRcUgvIQg .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-szRcUgvIQg .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-szRcUgvIQg .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-szRcUgvIQg .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szRcUgvIQg .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-szRcUgvIQg .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-szRcUgvIQg .mbr-social-likes a {
  color: #000000;
}
.cid-szRcUgvIQg .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-szRcUgvIQg .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-szRcUgvIQg .footer-logo img {
  width: auto;
}
.cid-szRcUgvIQg .footer-item {
  display: flex;
  align-items: center;
}
.cid-szRcUgvIQg .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-szRcUgvIQg .footer-item-title {
  color: #ffffff;
}
.cid-szRcUgvIQg .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-szRcZEd5yL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szRcZEd5yL nav.navbar {
  position: fixed;
}
.cid-szRcZEd5yL .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-szRcZEd5yL .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-szRcZEd5yL .container-fluid,
  .cid-szRcZEd5yL .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-szRcZEd5yL .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-szRcZEd5yL .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-szRcZEd5yL .dropdown-item:hover:before,
.cid-szRcZEd5yL .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-szRcZEd5yL .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-szRcZEd5yL .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-szRcZEd5yL .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-szRcZEd5yL .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-szRcZEd5yL .container {
  display: flex;
  margin: auto;
}
.cid-szRcZEd5yL .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szRcZEd5yL .dropdown-menu,
.cid-szRcZEd5yL .navbar.opened {
  background: #111111 !important;
}
.cid-szRcZEd5yL .nav-item:focus,
.cid-szRcZEd5yL .nav-link:focus {
  outline: none;
}
.cid-szRcZEd5yL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szRcZEd5yL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szRcZEd5yL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szRcZEd5yL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szRcZEd5yL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szRcZEd5yL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szRcZEd5yL .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: #111111;
  padding: 1rem 0;
}
.cid-szRcZEd5yL .navbar.opened {
  transition: all .3s;
}
.cid-szRcZEd5yL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szRcZEd5yL .navbar .navbar-logo img {
  width: auto;
}
.cid-szRcZEd5yL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szRcZEd5yL .navbar.collapsed {
  justify-content: center;
}
.cid-szRcZEd5yL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szRcZEd5yL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szRcZEd5yL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szRcZEd5yL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szRcZEd5yL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szRcZEd5yL .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-szRcZEd5yL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szRcZEd5yL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szRcZEd5yL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szRcZEd5yL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szRcZEd5yL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szRcZEd5yL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szRcZEd5yL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szRcZEd5yL .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-szRcZEd5yL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szRcZEd5yL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szRcZEd5yL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szRcZEd5yL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szRcZEd5yL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szRcZEd5yL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szRcZEd5yL .navbar.navbar-short {
  min-height: 60px;
}
.cid-szRcZEd5yL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szRcZEd5yL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szRcZEd5yL .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-szRcZEd5yL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szRcZEd5yL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szRcZEd5yL .dropdown-item.active,
.cid-szRcZEd5yL .dropdown-item:active {
  background-color: transparent;
}
.cid-szRcZEd5yL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szRcZEd5yL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szRcZEd5yL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szRcZEd5yL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-szRcZEd5yL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szRcZEd5yL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szRcZEd5yL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szRcZEd5yL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szRcZEd5yL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szRcZEd5yL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-szRcZEd5yL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szRcZEd5yL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szRcZEd5yL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szRcZEd5yL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szRcZEd5yL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szRcZEd5yL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szRcZEd5yL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szRcZEd5yL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szRcZEd5yL .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-szRcZEd5yL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szRcZEd5yL .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-szRcZEd5yL .navbar {
    height: 70px;
  }
  .cid-szRcZEd5yL .navbar.opened {
    height: auto;
  }
  .cid-szRcZEd5yL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szRlfcq72B {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-szRlfcq72B .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-szRlfcq72B .card-wrapper {
    padding: 0;
  }
}
.cid-szRlfcq72B img {
  width: 100%;
}
.cid-szRlfcq72B .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #f5d65a, #d19407);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szRlfcq72B .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #f5d65a, #d19407);
}
.cid-szRlfcq72B .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-szRlfcq72B h4 {
  margin: 0;
}
.cid-szRlfcq72B .card-text {
  color: #999999;
}
.cid-szRlfcq72B .mbr-text {
  color: #000000;
}
.cid-szRlfcq72B .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-szRlfcq72B .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-szRlfcq72B .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-szRlfcq72B .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-szRlfcq72B .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-szRlfcq72B H3 {
  color: #787324;
}
.cid-szRlfcq72B .mbr-section-title,
.cid-szRlfcq72B .title-wrapper {
  color: #ffffff;
}
.cid-szRlfcq72B .mbr-text,
.cid-szRlfcq72B .mbr-section-btn {
  color: #999999;
}
.cid-szRkXWK2CZ {
  background-image: url("../../../assets/images/07-producto-2000x1125.webp");
}
.cid-szRkXWK2CZ H1 {
  color: #d19407;
}
.cid-szRkXWK2CZ h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szRkXWK2CZ .mbr-text,
.cid-szRkXWK2CZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-szRkXWK2CZ DIV {
  text-align: left;
}
.cid-szRlu0aRKg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-szRlu0aRKg img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-szRlu0aRKg .link-wrapper {
  margin-bottom: 1rem;
}
.cid-szRlu0aRKg .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-szRlu0aRKg .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #f5d65a, #d19407);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szRlu0aRKg .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-szRlu0aRKg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-szRlu0aRKg .first:hover:before {
  content: none;
}
.cid-szRlu0aRKg .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #f5d65a, #d19407);
  content: "";
}
.cid-szRlu0aRKg .last:hover:after {
  content: none;
}
.cid-szRlu0aRKg .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #f5d65a, #d19407);
  content: "";
}
.cid-szRlu0aRKg .mbr-section-text {
  color: #999999;
}
.cid-szRlu0aRKg .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-szRlu0aRKg .card .img-wrapper {
  overflow: hidden;
}
.cid-szRlu0aRKg .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-szRlu0aRKg .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-szRlu0aRKg .card:hover .card-wrapper {
  background: linear-gradient(to left, #f5d65a, #d19407);
  color: #ffffff !important;
}
.cid-szRlu0aRKg .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-szRlqJCBQM {
  background-image: url("../../../assets/images/08-producto-2000x1125.webp");
}
.cid-szRlqJCBQM H1 {
  color: #d19407;
  text-align: left;
}
.cid-szRlqJCBQM h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szRlqJCBQM .mbr-text,
.cid-szRlqJCBQM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-szRluqN9Fa {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-szRluqN9Fa img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-szRluqN9Fa .link-wrapper {
  margin-bottom: 1rem;
}
.cid-szRluqN9Fa .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-szRluqN9Fa .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #f5d65a, #d19407);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szRluqN9Fa .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-szRluqN9Fa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-szRluqN9Fa .first:hover:before {
  content: none;
}
.cid-szRluqN9Fa .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #f5d65a, #d19407);
  content: "";
}
.cid-szRluqN9Fa .last:hover:after {
  content: none;
}
.cid-szRluqN9Fa .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #f5d65a, #d19407);
  content: "";
}
.cid-szRluqN9Fa .mbr-section-text {
  color: #999999;
}
.cid-szRluqN9Fa .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-szRluqN9Fa .card .img-wrapper {
  overflow: hidden;
}
.cid-szRluqN9Fa .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-szRluqN9Fa .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-szRluqN9Fa .card:hover .card-wrapper {
  background: linear-gradient(to left, #f5d65a, #d19407);
  color: #ffffff !important;
}
.cid-szRluqN9Fa .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-szRlrpx8jw {
  background-image: url("../../../assets/images/09-producto-2000x1125.webp");
}
.cid-szRlrpx8jw H1 {
  color: #d19407;
}
.cid-szRlrpx8jw h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szRlrpx8jw .mbr-text,
.cid-szRlrpx8jw .mbr-section-btn {
  color: #ffffff;
}
.cid-szRlrpx8jw DIV {
  text-align: left;
}
.cid-szRcZENOYk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-szRcZENOYk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-szRcZENOYk .social-row {
  width: 100%;
  justify-content: center;
}
.cid-szRcZENOYk .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-szRcZENOYk .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szRcZENOYk .media-container-row .footer-item,
  .cid-szRcZENOYk .media-container-row .mbr-social-likes,
  .cid-szRcZENOYk .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-szRcZENOYk .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-szRcZENOYk .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-szRcZENOYk .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szRcZENOYk .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-szRcZENOYk .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-szRcZENOYk .mbr-social-likes a {
  color: #000000;
}
.cid-szRcZENOYk .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-szRcZENOYk .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-szRcZENOYk .footer-logo img {
  width: auto;
}
.cid-szRcZENOYk .footer-item {
  display: flex;
  align-items: center;
}
.cid-szRcZENOYk .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-szRcZENOYk .footer-item-title {
  color: #ffffff;
}
.cid-szRcZENOYk .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sABmPbHSo2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABmPbHSo2 H1 {
  color: #d19407;
}
.cid-sABmPbHSo2 h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABmPbHSo2 .mbr-text,
.cid-sABmPbHSo2 .mbr-section-btn {
  color: #999999;
}
.cid-szSnBBJzn9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szSnBBJzn9 nav.navbar {
  position: fixed;
}
.cid-szSnBBJzn9 .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-szSnBBJzn9 .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-szSnBBJzn9 .container-fluid,
  .cid-szSnBBJzn9 .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-szSnBBJzn9 .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-szSnBBJzn9 .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-szSnBBJzn9 .dropdown-item:hover:before,
.cid-szSnBBJzn9 .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-szSnBBJzn9 .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-szSnBBJzn9 .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-szSnBBJzn9 .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-szSnBBJzn9 .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-szSnBBJzn9 .container {
  display: flex;
  margin: auto;
}
.cid-szSnBBJzn9 .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szSnBBJzn9 .dropdown-menu,
.cid-szSnBBJzn9 .navbar.opened {
  background: #111111 !important;
}
.cid-szSnBBJzn9 .nav-item:focus,
.cid-szSnBBJzn9 .nav-link:focus {
  outline: none;
}
.cid-szSnBBJzn9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szSnBBJzn9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szSnBBJzn9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szSnBBJzn9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szSnBBJzn9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szSnBBJzn9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szSnBBJzn9 .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: #111111;
  padding: 1rem 0;
}
.cid-szSnBBJzn9 .navbar.opened {
  transition: all .3s;
}
.cid-szSnBBJzn9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szSnBBJzn9 .navbar .navbar-logo img {
  width: auto;
}
.cid-szSnBBJzn9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szSnBBJzn9 .navbar.collapsed {
  justify-content: center;
}
.cid-szSnBBJzn9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szSnBBJzn9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szSnBBJzn9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szSnBBJzn9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szSnBBJzn9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szSnBBJzn9 .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-szSnBBJzn9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szSnBBJzn9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szSnBBJzn9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szSnBBJzn9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szSnBBJzn9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szSnBBJzn9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szSnBBJzn9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szSnBBJzn9 .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-szSnBBJzn9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szSnBBJzn9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szSnBBJzn9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szSnBBJzn9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szSnBBJzn9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szSnBBJzn9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szSnBBJzn9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szSnBBJzn9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szSnBBJzn9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szSnBBJzn9 .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-szSnBBJzn9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szSnBBJzn9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szSnBBJzn9 .dropdown-item.active,
.cid-szSnBBJzn9 .dropdown-item:active {
  background-color: transparent;
}
.cid-szSnBBJzn9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szSnBBJzn9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szSnBBJzn9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szSnBBJzn9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-szSnBBJzn9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szSnBBJzn9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szSnBBJzn9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szSnBBJzn9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szSnBBJzn9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szSnBBJzn9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-szSnBBJzn9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szSnBBJzn9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szSnBBJzn9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szSnBBJzn9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szSnBBJzn9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSnBBJzn9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szSnBBJzn9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szSnBBJzn9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSnBBJzn9 .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-szSnBBJzn9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szSnBBJzn9 .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-szSnBBJzn9 .navbar {
    height: 70px;
  }
  .cid-szSnBBJzn9 .navbar.opened {
    height: auto;
  }
  .cid-szSnBBJzn9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szSrFI3pl4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szSrFI3pl4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-szSrFI3pl4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-szSrFI3pl4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-szSrFI3pl4 P {
  color: #6c758f;
}
.cid-szSrZ70z9N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szSrZ70z9N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szSrZ70z9N .container {
  max-width: 1400px;
}
.cid-szSrZ70z9N .image-wrapper {
  position: relative;
}
.cid-szSrZ70z9N .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-szSrZ70z9N .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-szSrZ70z9N .row {
  flex-direction: row-reverse;
}
.cid-szSrZ70z9N img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-szSrZ70z9N .mbr-text {
  color: #818181;
}
.cid-sABnweTkNH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABnweTkNH H1 {
  color: #e2090d;
}
.cid-sABnweTkNH h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABnweTkNH .mbr-text,
.cid-sABnweTkNH .mbr-section-btn {
  color: #999999;
}
.cid-sABnTXyiNc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABnTXyiNc H1 {
  color: #d19407;
}
.cid-sABnTXyiNc h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABnTXyiNc .mbr-text,
.cid-sABnTXyiNc .mbr-section-btn {
  color: #999999;
}
.cid-sABnQnetQg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABnQnetQg .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sABnQnetQg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sABnQnetQg .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sABnQnetQg .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sABnQnetQg .row .img-item {
    padding: 0rem;
  }
}
.cid-sABnQnetQg .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sABnQnetQg .big {
    transform: scale(1);
  }
}
.cid-sABoGzogfp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-sABoGzogfp .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sABoGzogfp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sABoGzogfp .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sABoGzogfp .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sABoGzogfp .row .img-item {
    padding: 0rem;
  }
}
.cid-sABoGzogfp .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sABoGzogfp .big {
    transform: scale(1);
  }
}
.cid-sABpbu47vH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABpbu47vH H1 {
  color: #e2090d;
}
.cid-sABpbu47vH h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABpbu47vH .mbr-text,
.cid-sABpbu47vH .mbr-section-btn {
  color: #999999;
}
.cid-sABplTTGLP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABplTTGLP H1 {
  color: #d19407;
}
.cid-sABplTTGLP h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABplTTGLP .mbr-text,
.cid-sABplTTGLP .mbr-section-btn {
  color: #999999;
}
.cid-sABppetjso {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABppetjso .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABppetjso .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABppetjso .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABppetjso P {
  color: #6c758f;
}
.cid-sABprana3y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABprana3y .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sABprana3y .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sABprana3y .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sABprana3y .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sABprana3y .row .img-item {
    padding: 0rem;
  }
}
.cid-sABprana3y .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sABprana3y .big {
    transform: scale(1);
  }
}
.cid-sABqtU1peW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABqtU1peW H1 {
  color: #e2090d;
}
.cid-sABqtU1peW h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABqtU1peW .mbr-text,
.cid-sABqtU1peW .mbr-section-btn {
  color: #999999;
}
.cid-sABquKEO5W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABquKEO5W H1 {
  color: #d19407;
}
.cid-sABquKEO5W h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABquKEO5W .mbr-text,
.cid-sABquKEO5W .mbr-section-btn {
  color: #999999;
}
.cid-sABqzUYW1F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABqzUYW1F .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABqzUYW1F .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABqzUYW1F .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABqzUYW1F P {
  color: #6c758f;
}
.cid-sABrfQRGrW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABrfQRGrW H1 {
  color: #e2090d;
}
.cid-sABrfQRGrW h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABrfQRGrW .mbr-text,
.cid-sABrfQRGrW .mbr-section-btn {
  color: #999999;
}
.cid-sABrgCa7ys {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABrgCa7ys H1 {
  color: #d19407;
}
.cid-sABrgCa7ys h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABrgCa7ys .mbr-text,
.cid-sABrgCa7ys .mbr-section-btn {
  color: #999999;
}
.cid-sABrsomBeu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABrsomBeu .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sABrsomBeu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sABrsomBeu .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sABrsomBeu .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sABrsomBeu .row .img-item {
    padding: 0rem;
  }
}
.cid-sABrsomBeu .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sABrsomBeu .big {
    transform: scale(1);
  }
}
.cid-sABrMY4CwA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABrMY4CwA H1 {
  color: #e2090d;
}
.cid-sABrMY4CwA h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABrMY4CwA .mbr-text,
.cid-sABrMY4CwA .mbr-section-btn {
  color: #999999;
}
.cid-sABrNUisPl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABrNUisPl H1 {
  color: #d19407;
}
.cid-sABrNUisPl h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABrNUisPl .mbr-text,
.cid-sABrNUisPl .mbr-section-btn {
  color: #999999;
}
.cid-sABrW74ZTD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABrW74ZTD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABrW74ZTD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABrW74ZTD .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABrW74ZTD P {
  color: #6c758f;
}
.cid-sABrWGL1tL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
}
.cid-sABrWGL1tL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABrWGL1tL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABrWGL1tL .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABrWGL1tL P {
  color: #6c758f;
}
.cid-szSnBCPycn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-szSnBCPycn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-szSnBCPycn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-szSnBCPycn .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-szSnBCPycn .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szSnBCPycn .media-container-row .footer-item,
  .cid-szSnBCPycn .media-container-row .mbr-social-likes,
  .cid-szSnBCPycn .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-szSnBCPycn .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-szSnBCPycn .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-szSnBCPycn .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szSnBCPycn .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-szSnBCPycn .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-szSnBCPycn .mbr-social-likes a {
  color: #000000;
}
.cid-szSnBCPycn .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-szSnBCPycn .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-szSnBCPycn .footer-logo img {
  width: auto;
}
.cid-szSnBCPycn .footer-item {
  display: flex;
  align-items: center;
}
.cid-szSnBCPycn .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-szSnBCPycn .footer-item-title {
  color: #ffffff;
}
.cid-szSnBCPycn .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sABClo1jDW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABClo1jDW H1 {
  color: #d19407;
}
.cid-sABClo1jDW h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABClo1jDW .mbr-text,
.cid-sABClo1jDW .mbr-section-btn {
  color: #999999;
}
.cid-szSnTQFXYL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szSnTQFXYL nav.navbar {
  position: fixed;
}
.cid-szSnTQFXYL .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-szSnTQFXYL .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-szSnTQFXYL .container-fluid,
  .cid-szSnTQFXYL .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-szSnTQFXYL .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-szSnTQFXYL .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-szSnTQFXYL .dropdown-item:hover:before,
.cid-szSnTQFXYL .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-szSnTQFXYL .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-szSnTQFXYL .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-szSnTQFXYL .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-szSnTQFXYL .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-szSnTQFXYL .container {
  display: flex;
  margin: auto;
}
.cid-szSnTQFXYL .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szSnTQFXYL .dropdown-menu,
.cid-szSnTQFXYL .navbar.opened {
  background: #111111 !important;
}
.cid-szSnTQFXYL .nav-item:focus,
.cid-szSnTQFXYL .nav-link:focus {
  outline: none;
}
.cid-szSnTQFXYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szSnTQFXYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szSnTQFXYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szSnTQFXYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szSnTQFXYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szSnTQFXYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szSnTQFXYL .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: #111111;
  padding: 1rem 0;
}
.cid-szSnTQFXYL .navbar.opened {
  transition: all .3s;
}
.cid-szSnTQFXYL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szSnTQFXYL .navbar .navbar-logo img {
  width: auto;
}
.cid-szSnTQFXYL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szSnTQFXYL .navbar.collapsed {
  justify-content: center;
}
.cid-szSnTQFXYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szSnTQFXYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szSnTQFXYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szSnTQFXYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szSnTQFXYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szSnTQFXYL .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-szSnTQFXYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szSnTQFXYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szSnTQFXYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szSnTQFXYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szSnTQFXYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szSnTQFXYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szSnTQFXYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szSnTQFXYL .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-szSnTQFXYL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szSnTQFXYL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szSnTQFXYL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szSnTQFXYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szSnTQFXYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szSnTQFXYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szSnTQFXYL .navbar.navbar-short {
  min-height: 60px;
}
.cid-szSnTQFXYL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szSnTQFXYL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szSnTQFXYL .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-szSnTQFXYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szSnTQFXYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szSnTQFXYL .dropdown-item.active,
.cid-szSnTQFXYL .dropdown-item:active {
  background-color: transparent;
}
.cid-szSnTQFXYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szSnTQFXYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szSnTQFXYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szSnTQFXYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-szSnTQFXYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szSnTQFXYL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szSnTQFXYL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szSnTQFXYL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szSnTQFXYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szSnTQFXYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-szSnTQFXYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szSnTQFXYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szSnTQFXYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szSnTQFXYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szSnTQFXYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSnTQFXYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szSnTQFXYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szSnTQFXYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSnTQFXYL .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-szSnTQFXYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szSnTQFXYL .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-szSnTQFXYL .navbar {
    height: 70px;
  }
  .cid-szSnTQFXYL .navbar.opened {
    height: auto;
  }
  .cid-szSnTQFXYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABCkhc1pN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABCkhc1pN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABCkhc1pN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABCkhc1pN .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABCkhc1pN P {
  color: #6c758f;
}
.cid-sABCkQeR1W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABCkQeR1W .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABCkQeR1W .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABCkQeR1W .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABCkQeR1W P {
  color: #6c758f;
}
.cid-sABE9lCQkR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABE9lCQkR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABE9lCQkR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABE9lCQkR .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABE9lCQkR P {
  color: #6c758f;
}
.cid-sABF4DrWts {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABF4DrWts H1 {
  color: #d19407;
}
.cid-sABF4DrWts h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABF4DrWts .mbr-text,
.cid-sABF4DrWts .mbr-section-btn {
  color: #999999;
}
.cid-sABF90BZi7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABF90BZi7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABF90BZi7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABF90BZi7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABF90BZi7 P {
  color: #6c758f;
}
.cid-sABF9rdtwi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABF9rdtwi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABF9rdtwi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABF9rdtwi .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABF9rdtwi P {
  color: #6c758f;
}
.cid-sABFxmGCni {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABFxmGCni .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABFxmGCni .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABFxmGCni .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABFxmGCni P {
  color: #6c758f;
}
.cid-szSnTRaZHJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-szSnTRaZHJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-szSnTRaZHJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-szSnTRaZHJ .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-szSnTRaZHJ .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szSnTRaZHJ .media-container-row .footer-item,
  .cid-szSnTRaZHJ .media-container-row .mbr-social-likes,
  .cid-szSnTRaZHJ .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-szSnTRaZHJ .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-szSnTRaZHJ .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-szSnTRaZHJ .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szSnTRaZHJ .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-szSnTRaZHJ .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-szSnTRaZHJ .mbr-social-likes a {
  color: #000000;
}
.cid-szSnTRaZHJ .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-szSnTRaZHJ .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-szSnTRaZHJ .footer-logo img {
  width: auto;
}
.cid-szSnTRaZHJ .footer-item {
  display: flex;
  align-items: center;
}
.cid-szSnTRaZHJ .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-szSnTRaZHJ .footer-item-title {
  color: #ffffff;
}
.cid-szSnTRaZHJ .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-szSo27DcBO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szSo27DcBO nav.navbar {
  position: fixed;
}
.cid-szSo27DcBO .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-szSo27DcBO .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-szSo27DcBO .container-fluid,
  .cid-szSo27DcBO .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-szSo27DcBO .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-szSo27DcBO .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-szSo27DcBO .dropdown-item:hover:before,
.cid-szSo27DcBO .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-szSo27DcBO .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-szSo27DcBO .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-szSo27DcBO .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-szSo27DcBO .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-szSo27DcBO .container {
  display: flex;
  margin: auto;
}
.cid-szSo27DcBO .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szSo27DcBO .dropdown-menu,
.cid-szSo27DcBO .navbar.opened {
  background: #111111 !important;
}
.cid-szSo27DcBO .nav-item:focus,
.cid-szSo27DcBO .nav-link:focus {
  outline: none;
}
.cid-szSo27DcBO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szSo27DcBO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szSo27DcBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szSo27DcBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szSo27DcBO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szSo27DcBO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szSo27DcBO .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: #111111;
  padding: 1rem 0;
}
.cid-szSo27DcBO .navbar.opened {
  transition: all .3s;
}
.cid-szSo27DcBO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szSo27DcBO .navbar .navbar-logo img {
  width: auto;
}
.cid-szSo27DcBO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szSo27DcBO .navbar.collapsed {
  justify-content: center;
}
.cid-szSo27DcBO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szSo27DcBO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szSo27DcBO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szSo27DcBO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szSo27DcBO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szSo27DcBO .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-szSo27DcBO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szSo27DcBO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szSo27DcBO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szSo27DcBO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szSo27DcBO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szSo27DcBO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szSo27DcBO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szSo27DcBO .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-szSo27DcBO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szSo27DcBO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szSo27DcBO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szSo27DcBO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szSo27DcBO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szSo27DcBO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szSo27DcBO .navbar.navbar-short {
  min-height: 60px;
}
.cid-szSo27DcBO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szSo27DcBO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szSo27DcBO .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-szSo27DcBO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szSo27DcBO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szSo27DcBO .dropdown-item.active,
.cid-szSo27DcBO .dropdown-item:active {
  background-color: transparent;
}
.cid-szSo27DcBO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szSo27DcBO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szSo27DcBO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szSo27DcBO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-szSo27DcBO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szSo27DcBO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szSo27DcBO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szSo27DcBO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szSo27DcBO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szSo27DcBO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-szSo27DcBO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szSo27DcBO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szSo27DcBO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szSo27DcBO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szSo27DcBO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSo27DcBO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szSo27DcBO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szSo27DcBO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSo27DcBO .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-szSo27DcBO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szSo27DcBO .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-szSo27DcBO .navbar {
    height: 70px;
  }
  .cid-szSo27DcBO .navbar.opened {
    height: auto;
  }
  .cid-szSo27DcBO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABvSVrSeB {
  background-color: #000000;
}
.cid-sABvSVrSeB h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sABvSVrSeB h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sABvSVrSeB .box {
  background-image: url("../../../assets/images/intro-2000x1125.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sABvSVrSeB .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sABvSVrSeB .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-sABvSVrSeB .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sABvSVrSeB .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sABvSVrSeB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sABvSVrSeB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sABvSVrSeB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sABvSVrSeB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sABvSVrSeB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sABvSVrSeB a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sABvSVrSeB .box {
    height: 250px;
  }
}
.cid-szSo28iXL2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-szSo28iXL2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-szSo28iXL2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-szSo28iXL2 .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-szSo28iXL2 .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szSo28iXL2 .media-container-row .footer-item,
  .cid-szSo28iXL2 .media-container-row .mbr-social-likes,
  .cid-szSo28iXL2 .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-szSo28iXL2 .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-szSo28iXL2 .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-szSo28iXL2 .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szSo28iXL2 .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-szSo28iXL2 .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-szSo28iXL2 .mbr-social-likes a {
  color: #000000;
}
.cid-szSo28iXL2 .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-szSo28iXL2 .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-szSo28iXL2 .footer-logo img {
  width: auto;
}
.cid-szSo28iXL2 .footer-item {
  display: flex;
  align-items: center;
}
.cid-szSo28iXL2 .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-szSo28iXL2 .footer-item-title {
  color: #ffffff;
}
.cid-szSo28iXL2 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sAxn3AR5al {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAxn3AR5al nav.navbar {
  position: fixed;
}
.cid-sAxn3AR5al .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-sAxn3AR5al .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-sAxn3AR5al .container-fluid,
  .cid-sAxn3AR5al .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-sAxn3AR5al .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-sAxn3AR5al .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-sAxn3AR5al .dropdown-item:hover:before,
.cid-sAxn3AR5al .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-sAxn3AR5al .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-sAxn3AR5al .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-sAxn3AR5al .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-sAxn3AR5al .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-sAxn3AR5al .container {
  display: flex;
  margin: auto;
}
.cid-sAxn3AR5al .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAxn3AR5al .dropdown-menu,
.cid-sAxn3AR5al .navbar.opened {
  background: #111111 !important;
}
.cid-sAxn3AR5al .nav-item:focus,
.cid-sAxn3AR5al .nav-link:focus {
  outline: none;
}
.cid-sAxn3AR5al .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAxn3AR5al .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAxn3AR5al .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAxn3AR5al .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAxn3AR5al .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAxn3AR5al .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAxn3AR5al .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: #111111;
  padding: 1rem 0;
}
.cid-sAxn3AR5al .navbar.opened {
  transition: all .3s;
}
.cid-sAxn3AR5al .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAxn3AR5al .navbar .navbar-logo img {
  width: auto;
}
.cid-sAxn3AR5al .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAxn3AR5al .navbar.collapsed {
  justify-content: center;
}
.cid-sAxn3AR5al .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAxn3AR5al .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAxn3AR5al .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAxn3AR5al .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAxn3AR5al .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAxn3AR5al .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-sAxn3AR5al .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAxn3AR5al .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAxn3AR5al .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAxn3AR5al .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAxn3AR5al .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAxn3AR5al .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAxn3AR5al .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAxn3AR5al .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-sAxn3AR5al .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAxn3AR5al .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAxn3AR5al .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAxn3AR5al .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAxn3AR5al .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAxn3AR5al .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAxn3AR5al .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAxn3AR5al .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAxn3AR5al .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAxn3AR5al .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-sAxn3AR5al .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAxn3AR5al .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAxn3AR5al .dropdown-item.active,
.cid-sAxn3AR5al .dropdown-item:active {
  background-color: transparent;
}
.cid-sAxn3AR5al .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAxn3AR5al .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAxn3AR5al .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAxn3AR5al .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-sAxn3AR5al .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAxn3AR5al .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAxn3AR5al ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAxn3AR5al .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAxn3AR5al button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAxn3AR5al button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-sAxn3AR5al button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAxn3AR5al button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAxn3AR5al button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAxn3AR5al button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAxn3AR5al nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAxn3AR5al nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAxn3AR5al nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAxn3AR5al nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAxn3AR5al .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-sAxn3AR5al a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAxn3AR5al .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-sAxn3AR5al .navbar {
    height: 70px;
  }
  .cid-sAxn3AR5al .navbar.opened {
    height: auto;
  }
  .cid-sAxn3AR5al .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABTHaKDRw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABTHaKDRw H1 {
  color: #d19407;
}
.cid-sABTHaKDRw h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABTHaKDRw .mbr-text,
.cid-sABTHaKDRw .mbr-section-btn {
  color: #999999;
}
.cid-sAxn3BVoCs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sAxn3BVoCs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sAxn3BVoCs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sAxn3BVoCs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sAxn3BVoCs P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sAxn3BVoCs img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sAxn3BVoCs .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sAxn3BVoCs .top,
  .cid-sAxn3BVoCs .top-2 {
    margin-top: 0;
  }
}
.cid-sAxn3CDRb2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sAxn3CDRb2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sAxn3CDRb2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sAxn3CDRb2 .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-sAxn3CDRb2 .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sAxn3CDRb2 .media-container-row .footer-item,
  .cid-sAxn3CDRb2 .media-container-row .mbr-social-likes,
  .cid-sAxn3CDRb2 .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-sAxn3CDRb2 .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-sAxn3CDRb2 .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-sAxn3CDRb2 .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sAxn3CDRb2 .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-sAxn3CDRb2 .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-sAxn3CDRb2 .mbr-social-likes a {
  color: #000000;
}
.cid-sAxn3CDRb2 .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sAxn3CDRb2 .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sAxn3CDRb2 .footer-logo img {
  width: auto;
}
.cid-sAxn3CDRb2 .footer-item {
  display: flex;
  align-items: center;
}
.cid-sAxn3CDRb2 .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-sAxn3CDRb2 .footer-item-title {
  color: #ffffff;
}
.cid-sAxn3CDRb2 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sAxmOnhNxl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sAxmOnhNxl nav.navbar {
  position: fixed;
}
.cid-sAxmOnhNxl .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-sAxmOnhNxl .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-sAxmOnhNxl .container-fluid,
  .cid-sAxmOnhNxl .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-sAxmOnhNxl .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-sAxmOnhNxl .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-sAxmOnhNxl .dropdown-item:hover:before,
.cid-sAxmOnhNxl .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-sAxmOnhNxl .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-sAxmOnhNxl .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-sAxmOnhNxl .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-sAxmOnhNxl .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-sAxmOnhNxl .container {
  display: flex;
  margin: auto;
}
.cid-sAxmOnhNxl .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAxmOnhNxl .dropdown-menu,
.cid-sAxmOnhNxl .navbar.opened {
  background: #111111 !important;
}
.cid-sAxmOnhNxl .nav-item:focus,
.cid-sAxmOnhNxl .nav-link:focus {
  outline: none;
}
.cid-sAxmOnhNxl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAxmOnhNxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAxmOnhNxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sAxmOnhNxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAxmOnhNxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAxmOnhNxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAxmOnhNxl .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: #111111;
  padding: 1rem 0;
}
.cid-sAxmOnhNxl .navbar.opened {
  transition: all .3s;
}
.cid-sAxmOnhNxl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAxmOnhNxl .navbar .navbar-logo img {
  width: auto;
}
.cid-sAxmOnhNxl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAxmOnhNxl .navbar.collapsed {
  justify-content: center;
}
.cid-sAxmOnhNxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAxmOnhNxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAxmOnhNxl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAxmOnhNxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAxmOnhNxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAxmOnhNxl .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-sAxmOnhNxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAxmOnhNxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAxmOnhNxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAxmOnhNxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAxmOnhNxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAxmOnhNxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAxmOnhNxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAxmOnhNxl .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-sAxmOnhNxl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAxmOnhNxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAxmOnhNxl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAxmOnhNxl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAxmOnhNxl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAxmOnhNxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAxmOnhNxl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAxmOnhNxl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAxmOnhNxl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAxmOnhNxl .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-sAxmOnhNxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAxmOnhNxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAxmOnhNxl .dropdown-item.active,
.cid-sAxmOnhNxl .dropdown-item:active {
  background-color: transparent;
}
.cid-sAxmOnhNxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAxmOnhNxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAxmOnhNxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAxmOnhNxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-sAxmOnhNxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAxmOnhNxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAxmOnhNxl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAxmOnhNxl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAxmOnhNxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sAxmOnhNxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-sAxmOnhNxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAxmOnhNxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAxmOnhNxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAxmOnhNxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAxmOnhNxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAxmOnhNxl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAxmOnhNxl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAxmOnhNxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAxmOnhNxl .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-sAxmOnhNxl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAxmOnhNxl .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-sAxmOnhNxl .navbar {
    height: 70px;
  }
  .cid-sAxmOnhNxl .navbar.opened {
    height: auto;
  }
  .cid-sAxmOnhNxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABTBdr6bA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABTBdr6bA H1 {
  color: #d19407;
}
.cid-sABTBdr6bA h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABTBdr6bA .mbr-text,
.cid-sABTBdr6bA .mbr-section-btn {
  color: #999999;
}
.cid-sAxmOo9wte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAxmOo9wte .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sAxmOo9wte .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sAxmOo9wte .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sAxmOo9wte P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sAxmOo9wte img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sAxmOo9wte .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sAxmOo9wte .top,
  .cid-sAxmOo9wte .top-2 {
    margin-top: 0;
  }
}
.cid-sAxmOotnot {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAxmOotnot .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sAxmOotnot .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sAxmOotnot .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sAxmOotnot P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sAxmOotnot img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sAxmOotnot .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sAxmOotnot .top,
  .cid-sAxmOotnot .top-2 {
    margin-top: 0;
  }
}
.cid-sAxmOoHO2t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAxmOoHO2t .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sAxmOoHO2t .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sAxmOoHO2t .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sAxmOoHO2t P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sAxmOoHO2t img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sAxmOoHO2t .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sAxmOoHO2t .top,
  .cid-sAxmOoHO2t .top-2 {
    margin-top: 0;
  }
}
.cid-sAxmOoY9qC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sAxmOoY9qC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sAxmOoY9qC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sAxmOoY9qC .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-sAxmOoY9qC .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sAxmOoY9qC .media-container-row .footer-item,
  .cid-sAxmOoY9qC .media-container-row .mbr-social-likes,
  .cid-sAxmOoY9qC .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-sAxmOoY9qC .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-sAxmOoY9qC .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-sAxmOoY9qC .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sAxmOoY9qC .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-sAxmOoY9qC .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-sAxmOoY9qC .mbr-social-likes a {
  color: #000000;
}
.cid-sAxmOoY9qC .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sAxmOoY9qC .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sAxmOoY9qC .footer-logo img {
  width: auto;
}
.cid-sAxmOoY9qC .footer-item {
  display: flex;
  align-items: center;
}
.cid-sAxmOoY9qC .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-sAxmOoY9qC .footer-item-title {
  color: #ffffff;
}
.cid-sAxmOoY9qC .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-szSnPoNy5q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szSnPoNy5q nav.navbar {
  position: fixed;
}
.cid-szSnPoNy5q .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-szSnPoNy5q .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-szSnPoNy5q .container-fluid,
  .cid-szSnPoNy5q .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-szSnPoNy5q .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-szSnPoNy5q .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-szSnPoNy5q .dropdown-item:hover:before,
.cid-szSnPoNy5q .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-szSnPoNy5q .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-szSnPoNy5q .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-szSnPoNy5q .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-szSnPoNy5q .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-szSnPoNy5q .container {
  display: flex;
  margin: auto;
}
.cid-szSnPoNy5q .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szSnPoNy5q .dropdown-menu,
.cid-szSnPoNy5q .navbar.opened {
  background: #111111 !important;
}
.cid-szSnPoNy5q .nav-item:focus,
.cid-szSnPoNy5q .nav-link:focus {
  outline: none;
}
.cid-szSnPoNy5q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szSnPoNy5q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szSnPoNy5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-szSnPoNy5q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szSnPoNy5q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szSnPoNy5q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szSnPoNy5q .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: #111111;
  padding: 1rem 0;
}
.cid-szSnPoNy5q .navbar.opened {
  transition: all .3s;
}
.cid-szSnPoNy5q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szSnPoNy5q .navbar .navbar-logo img {
  width: auto;
}
.cid-szSnPoNy5q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szSnPoNy5q .navbar.collapsed {
  justify-content: center;
}
.cid-szSnPoNy5q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szSnPoNy5q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szSnPoNy5q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szSnPoNy5q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szSnPoNy5q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szSnPoNy5q .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-szSnPoNy5q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szSnPoNy5q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szSnPoNy5q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szSnPoNy5q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szSnPoNy5q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szSnPoNy5q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szSnPoNy5q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szSnPoNy5q .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-szSnPoNy5q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szSnPoNy5q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szSnPoNy5q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szSnPoNy5q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szSnPoNy5q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szSnPoNy5q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szSnPoNy5q .navbar.navbar-short {
  min-height: 60px;
}
.cid-szSnPoNy5q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szSnPoNy5q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szSnPoNy5q .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-szSnPoNy5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szSnPoNy5q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szSnPoNy5q .dropdown-item.active,
.cid-szSnPoNy5q .dropdown-item:active {
  background-color: transparent;
}
.cid-szSnPoNy5q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szSnPoNy5q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szSnPoNy5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szSnPoNy5q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-szSnPoNy5q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szSnPoNy5q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szSnPoNy5q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szSnPoNy5q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szSnPoNy5q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szSnPoNy5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-szSnPoNy5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szSnPoNy5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szSnPoNy5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szSnPoNy5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szSnPoNy5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSnPoNy5q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szSnPoNy5q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szSnPoNy5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szSnPoNy5q .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-szSnPoNy5q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szSnPoNy5q .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-szSnPoNy5q .navbar {
    height: 70px;
  }
  .cid-szSnPoNy5q .navbar.opened {
    height: auto;
  }
  .cid-szSnPoNy5q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABFU8ZKT9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABFU8ZKT9 H1 {
  color: #d19407;
}
.cid-sABFU8ZKT9 h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABFU8ZKT9 .mbr-text,
.cid-sABFU8ZKT9 .mbr-section-btn {
  color: #999999;
}
.cid-sABFULAI83 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABFULAI83 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABFULAI83 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABFULAI83 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABFULAI83 P {
  color: #6c758f;
}
.cid-sABFVBu2wk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABFVBu2wk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABFVBu2wk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABFVBu2wk .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABFVBu2wk P {
  color: #6c758f;
}
.cid-sABFW9ml6h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABFW9ml6h H1 {
  color: #d19407;
}
.cid-sABFW9ml6h h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABFW9ml6h .mbr-text,
.cid-sABFW9ml6h .mbr-section-btn {
  color: #999999;
}
.cid-sABFWAmdPp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABFWAmdPp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABFWAmdPp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABFWAmdPp .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABFWAmdPp P {
  color: #6c758f;
}
.cid-sABFWZyw5H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABFWZyw5H .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABFWZyw5H .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABFWZyw5H .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABFWZyw5H P {
  color: #6c758f;
}
.cid-sABJ7XIMHU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABJ7XIMHU H1 {
  color: #d19407;
}
.cid-sABJ7XIMHU h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABJ7XIMHU .mbr-text,
.cid-sABJ7XIMHU .mbr-section-btn {
  color: #999999;
}
.cid-sABJ8EgL3N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABJ8EgL3N .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABJ8EgL3N .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABJ8EgL3N .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABJ8EgL3N P {
  color: #6c758f;
}
.cid-sABJ9dTI5C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABJ9dTI5C .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABJ9dTI5C .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABJ9dTI5C .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABJ9dTI5C P {
  color: #6c758f;
}
.cid-szSnPpmTTR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-szSnPpmTTR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-szSnPpmTTR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-szSnPpmTTR .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-szSnPpmTTR .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szSnPpmTTR .media-container-row .footer-item,
  .cid-szSnPpmTTR .media-container-row .mbr-social-likes,
  .cid-szSnPpmTTR .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-szSnPpmTTR .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-szSnPpmTTR .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-szSnPpmTTR .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szSnPpmTTR .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-szSnPpmTTR .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-szSnPpmTTR .mbr-social-likes a {
  color: #000000;
}
.cid-szSnPpmTTR .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-szSnPpmTTR .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-szSnPpmTTR .footer-logo img {
  width: auto;
}
.cid-szSnPpmTTR .footer-item {
  display: flex;
  align-items: center;
}
.cid-szSnPpmTTR .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-szSnPpmTTR .footer-item-title {
  color: #ffffff;
}
.cid-szSnPpmTTR .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sABwjWYaJA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABwjWYaJA H1 {
  color: #d19407;
}
.cid-sABwjWYaJA h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABwjWYaJA .mbr-text,
.cid-sABwjWYaJA .mbr-section-btn {
  color: #999999;
}
.cid-sABwjV09Pt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sABwjV09Pt nav.navbar {
  position: fixed;
}
.cid-sABwjV09Pt .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-sABwjV09Pt .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-sABwjV09Pt .container-fluid,
  .cid-sABwjV09Pt .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-sABwjV09Pt .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-sABwjV09Pt .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-sABwjV09Pt .dropdown-item:hover:before,
.cid-sABwjV09Pt .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-sABwjV09Pt .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-sABwjV09Pt .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-sABwjV09Pt .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-sABwjV09Pt .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-sABwjV09Pt .container {
  display: flex;
  margin: auto;
}
.cid-sABwjV09Pt .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sABwjV09Pt .dropdown-menu,
.cid-sABwjV09Pt .navbar.opened {
  background: #111111 !important;
}
.cid-sABwjV09Pt .nav-item:focus,
.cid-sABwjV09Pt .nav-link:focus {
  outline: none;
}
.cid-sABwjV09Pt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sABwjV09Pt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sABwjV09Pt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sABwjV09Pt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sABwjV09Pt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sABwjV09Pt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sABwjV09Pt .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: #111111;
  padding: 1rem 0;
}
.cid-sABwjV09Pt .navbar.opened {
  transition: all .3s;
}
.cid-sABwjV09Pt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sABwjV09Pt .navbar .navbar-logo img {
  width: auto;
}
.cid-sABwjV09Pt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sABwjV09Pt .navbar.collapsed {
  justify-content: center;
}
.cid-sABwjV09Pt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sABwjV09Pt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sABwjV09Pt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sABwjV09Pt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sABwjV09Pt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sABwjV09Pt .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-sABwjV09Pt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sABwjV09Pt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sABwjV09Pt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sABwjV09Pt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sABwjV09Pt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sABwjV09Pt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sABwjV09Pt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sABwjV09Pt .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-sABwjV09Pt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sABwjV09Pt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sABwjV09Pt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sABwjV09Pt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sABwjV09Pt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sABwjV09Pt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sABwjV09Pt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sABwjV09Pt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sABwjV09Pt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sABwjV09Pt .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-sABwjV09Pt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sABwjV09Pt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sABwjV09Pt .dropdown-item.active,
.cid-sABwjV09Pt .dropdown-item:active {
  background-color: transparent;
}
.cid-sABwjV09Pt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sABwjV09Pt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sABwjV09Pt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sABwjV09Pt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-sABwjV09Pt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sABwjV09Pt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sABwjV09Pt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sABwjV09Pt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sABwjV09Pt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sABwjV09Pt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-sABwjV09Pt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sABwjV09Pt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sABwjV09Pt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sABwjV09Pt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sABwjV09Pt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sABwjV09Pt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sABwjV09Pt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sABwjV09Pt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sABwjV09Pt .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-sABwjV09Pt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sABwjV09Pt .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-sABwjV09Pt .navbar {
    height: 70px;
  }
  .cid-sABwjV09Pt .navbar.opened {
    height: auto;
  }
  .cid-sABwjV09Pt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABwjW9Njw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABwjW9Njw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABwjW9Njw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABwjW9Njw .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABwjW9Njw P {
  color: #6c758f;
}
.cid-sABx3vqQPy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABx3vqQPy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABx3vqQPy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABx3vqQPy .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABx3vqQPy P {
  color: #6c758f;
}
.cid-sABwjXIAub {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABwjXIAub H1 {
  color: #e2090d;
}
.cid-sABwjXIAub h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABwjXIAub .mbr-text,
.cid-sABwjXIAub .mbr-section-btn {
  color: #999999;
}
.cid-sABwjYCCdM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sABwjYCCdM H1 {
  color: #d19407;
}
.cid-sABwjYCCdM h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABwjYCCdM .mbr-text,
.cid-sABwjYCCdM .mbr-section-btn {
  color: #999999;
}
.cid-sABxDGvb6H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
@media (max-width: 991px) {
  .cid-sABxDGvb6H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sABxDGvb6H .container {
  max-width: 1400px;
}
.cid-sABxDGvb6H .image-wrapper {
  position: relative;
}
.cid-sABxDGvb6H .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-sABxDGvb6H .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sABxDGvb6H .row {
  flex-direction: row-reverse;
}
.cid-sABxDGvb6H img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sABxDGvb6H .mbr-text {
  color: #818181;
}
.cid-sABxH6X21f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
@media (max-width: 991px) {
  .cid-sABxH6X21f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sABxH6X21f .container {
  max-width: 1400px;
}
.cid-sABxH6X21f .image-wrapper {
  position: relative;
}
.cid-sABxH6X21f .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-sABxH6X21f .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sABxH6X21f .row {
  flex-direction: row-reverse;
}
.cid-sABxH6X21f img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sABxH6X21f .mbr-text {
  color: #818181;
}
.cid-sABwjZqvoV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABwjZqvoV H1 {
  color: #e2090d;
}
.cid-sABwjZqvoV h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABwjZqvoV .mbr-text,
.cid-sABwjZqvoV .mbr-section-btn {
  color: #999999;
}
.cid-sABwk2mvA7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABwk2mvA7 H1 {
  color: #d19407;
}
.cid-sABwk2mvA7 h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABwk2mvA7 .mbr-text,
.cid-sABwk2mvA7 .mbr-section-btn {
  color: #999999;
}
.cid-sABwk1HxjM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABwk1HxjM .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sABwk1HxjM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sABwk1HxjM .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sABwk1HxjM .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sABwk1HxjM .row .img-item {
    padding: 0rem;
  }
}
.cid-sABwk1HxjM .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sABwk1HxjM .big {
    transform: scale(1);
  }
}
.cid-sABwk2Wd7I {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABwk2Wd7I .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sABwk2Wd7I .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sABwk2Wd7I .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sABwk2Wd7I .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sABwk2Wd7I .row .img-item {
    padding: 0rem;
  }
}
.cid-sABwk2Wd7I .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sABwk2Wd7I .big {
    transform: scale(1);
  }
}
.cid-sABwk3Y5hP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sABwk3Y5hP H1 {
  color: #e2090d;
}
.cid-sABwk3Y5hP h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABwk3Y5hP .mbr-text,
.cid-sABwk3Y5hP .mbr-section-btn {
  color: #999999;
}
.cid-sABwk4PSkK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sABwk4PSkK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sABwk4PSkK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sABwk4PSkK .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-sABwk4PSkK .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sABwk4PSkK .media-container-row .footer-item,
  .cid-sABwk4PSkK .media-container-row .mbr-social-likes,
  .cid-sABwk4PSkK .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-sABwk4PSkK .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-sABwk4PSkK .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-sABwk4PSkK .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sABwk4PSkK .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-sABwk4PSkK .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-sABwk4PSkK .mbr-social-likes a {
  color: #000000;
}
.cid-sABwk4PSkK .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sABwk4PSkK .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sABwk4PSkK .footer-logo img {
  width: auto;
}
.cid-sABwk4PSkK .footer-item {
  display: flex;
  align-items: center;
}
.cid-sABwk4PSkK .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-sABwk4PSkK .footer-item-title {
  color: #ffffff;
}
.cid-sABwk4PSkK .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sABHo4vqLk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sABHo4vqLk nav.navbar {
  position: fixed;
}
.cid-sABHo4vqLk .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-sABHo4vqLk .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-sABHo4vqLk .container-fluid,
  .cid-sABHo4vqLk .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-sABHo4vqLk .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-sABHo4vqLk .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-sABHo4vqLk .dropdown-item:hover:before,
.cid-sABHo4vqLk .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-sABHo4vqLk .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-sABHo4vqLk .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-sABHo4vqLk .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #d19407;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-sABHo4vqLk .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-sABHo4vqLk .container {
  display: flex;
  margin: auto;
}
.cid-sABHo4vqLk .iconfont-wrapper {
  color: #d19407 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sABHo4vqLk .dropdown-menu,
.cid-sABHo4vqLk .navbar.opened {
  background: #111111 !important;
}
.cid-sABHo4vqLk .nav-item:focus,
.cid-sABHo4vqLk .nav-link:focus {
  outline: none;
}
.cid-sABHo4vqLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sABHo4vqLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sABHo4vqLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sABHo4vqLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sABHo4vqLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sABHo4vqLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sABHo4vqLk .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: #111111;
  padding: 1rem 0;
}
.cid-sABHo4vqLk .navbar.opened {
  transition: all .3s;
}
.cid-sABHo4vqLk .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sABHo4vqLk .navbar .navbar-logo img {
  width: auto;
}
.cid-sABHo4vqLk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sABHo4vqLk .navbar.collapsed {
  justify-content: center;
}
.cid-sABHo4vqLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sABHo4vqLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sABHo4vqLk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sABHo4vqLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sABHo4vqLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sABHo4vqLk .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-sABHo4vqLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sABHo4vqLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sABHo4vqLk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sABHo4vqLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sABHo4vqLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sABHo4vqLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sABHo4vqLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sABHo4vqLk .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-sABHo4vqLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sABHo4vqLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sABHo4vqLk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sABHo4vqLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sABHo4vqLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sABHo4vqLk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sABHo4vqLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sABHo4vqLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sABHo4vqLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sABHo4vqLk .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-sABHo4vqLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sABHo4vqLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sABHo4vqLk .dropdown-item.active,
.cid-sABHo4vqLk .dropdown-item:active {
  background-color: transparent;
}
.cid-sABHo4vqLk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sABHo4vqLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sABHo4vqLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sABHo4vqLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-sABHo4vqLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sABHo4vqLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sABHo4vqLk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sABHo4vqLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sABHo4vqLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sABHo4vqLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d19407;
}
.cid-sABHo4vqLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sABHo4vqLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sABHo4vqLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sABHo4vqLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sABHo4vqLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sABHo4vqLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sABHo4vqLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sABHo4vqLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sABHo4vqLk .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-sABHo4vqLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sABHo4vqLk .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-sABHo4vqLk .navbar {
    height: 70px;
  }
  .cid-sABHo4vqLk .navbar.opened {
    height: auto;
  }
  .cid-sABHo4vqLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sABHo5u26j {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABHo5u26j H1 {
  color: #d19407;
}
.cid-sABHo5u26j h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABHo5u26j .mbr-text,
.cid-sABHo5u26j .mbr-section-btn {
  color: #999999;
}
.cid-sABHo6d2lu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABHo6d2lu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABHo6d2lu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABHo6d2lu .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABHo6d2lu P {
  color: #6c758f;
}
.cid-sABHo6wRm5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABHo6wRm5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABHo6wRm5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABHo6wRm5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABHo6wRm5 P {
  color: #6c758f;
}
.cid-sABHo6GKUi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABHo6GKUi H1 {
  color: #d19407;
}
.cid-sABHo6GKUi h1 {
  background: linear-gradient(to left, #f5d65a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sABHo6GKUi .mbr-text,
.cid-sABHo6GKUi .mbr-section-btn {
  color: #999999;
}
.cid-sABHo6TjJT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABHo6TjJT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABHo6TjJT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABHo6TjJT .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABHo6TjJT P {
  color: #6c758f;
}
.cid-sABHo75nQ2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sABHo75nQ2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sABHo75nQ2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sABHo75nQ2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sABHo75nQ2 P {
  color: #6c758f;
}
.cid-sABHo7ektz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sABHo7ektz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sABHo7ektz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sABHo7ektz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-sABHo7ektz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sABHo7ektz .media-container-row .footer-item,
  .cid-sABHo7ektz .media-container-row .mbr-social-likes,
  .cid-sABHo7ektz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-sABHo7ektz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-sABHo7ektz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-sABHo7ektz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sABHo7ektz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-sABHo7ektz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-sABHo7ektz .mbr-social-likes a {
  color: #000000;
}
.cid-sABHo7ektz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sABHo7ektz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sABHo7ektz .footer-logo img {
  width: auto;
}
.cid-sABHo7ektz .footer-item {
  display: flex;
  align-items: center;
}
.cid-sABHo7ektz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-sABHo7ektz .footer-item-title {
  color: #ffffff;
}
.cid-sABHo7ektz .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
