body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e9204f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9204f !important;
  border-color: #e9204f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #940f2e;
  color: #940f2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9204f !important;
  border-color: #e9204f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e9204f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e9204f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e9204f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdae2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7e7e7e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
hr {
  border: none;
  background-color: #e9204f;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e9204f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e9204f;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e9204f;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #e9204f !important;
}
.btn-danger:hover {
  color: #e9204f !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e9204f !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e9204f;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e9204f !important;
}
.cid-t9vWIGXmWb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9vWIGXmWb .nav-item:focus,
.cid-t9vWIGXmWb .nav-link:focus {
  outline: none;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9vWIGXmWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9vWIGXmWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9vWIGXmWb .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t9vWIGXmWb .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-t9vWIGXmWb .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-t9vWIGXmWb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t9vWIGXmWb .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t9vWIGXmWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t9vWIGXmWb .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.show,
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t9vWIGXmWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9vWIGXmWb .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9vWIGXmWb .navbar.collapsed .right-menu,
.cid-t9vWIGXmWb .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb .navbar .navbar-collapse.show,
  .cid-t9vWIGXmWb .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9vWIGXmWb .navbar .navbar-collapse.show .brand-container,
  .cid-t9vWIGXmWb .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t9vWIGXmWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t9vWIGXmWb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t9vWIGXmWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9vWIGXmWb .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t9vWIGXmWb .navbar .right-menu,
  .cid-t9vWIGXmWb .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t9vWIGXmWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9vWIGXmWb .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-t9vWIGXmWb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9vWIGXmWb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9vWIGXmWb .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9vWIGXmWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9vWIGXmWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9vWIGXmWb .dropdown-item.active,
.cid-t9vWIGXmWb .dropdown-item:active {
  background-color: transparent;
}
.cid-t9vWIGXmWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9vWIGXmWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9vWIGXmWb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9vWIGXmWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9vWIGXmWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9vWIGXmWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9vWIGXmWb ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t9vWIGXmWb .navbar-buttons {
  margin-left: auto;
}
.cid-t9vWIGXmWb button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb .navbar-dropdown {
  position: fixed;
}
.cid-t9vWIGXmWb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9vWIGXmWb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9vWIGXmWb .right-menu,
.cid-t9vWIGXmWb .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t9vWIGXmWb .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9vWIGXmWb .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9vWIGXmWb .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t9vWIGXmWb .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-t9vWIGXmWb .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t9vWIGXmWb .card-wrapper {
  z-index: 3;
}
.cid-t9vWIGXmWb .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9vWIGXmWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9w30VtKR1 {
  display: flex;
  background-image: url("../../../assets/images/violeta4-1920x1200.png");
}
.cid-t9w30VtKR1 .mbr-overlay {
  background: #e3d9ca;
  opacity: 0.5;
}
.cid-t9w30VtKR1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-t9w30VtKR1 {
    align-items: center;
  }
  .cid-t9w30VtKR1 .row {
    justify-content: flex-start;
  }
  .cid-t9w30VtKR1 .content-wrap {
    width: 38%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9w30VtKR1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t9w30VtKR1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t9w30VtKR1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t9w30VtKR1 .content-wrap {
    width: 100%;
  }
}
.cid-t9w30VtKR1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t9w30VtKR1 .mbr-text {
  margin-bottom: 20.4px;
}
.cid-t9w30VtKR1 .mbr-text,
.cid-t9w30VtKR1 .mbr-section-btn {
  color: #282727;
}
#custom-html-38 {
  /* Type valid CSS here */
}
#custom-html-38 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-38 p {
  font-size: 60px;
  color: #777;
}
.cid-taXNJHHoJf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXNJHHoJf .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXNJHHoJf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXNJHHoJf .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXNJHHoJf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXNJHHoJf .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXNJHHoJf .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXNJHHoJf .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXNJHHoJf .logo-title {
  text-align: center;
}
.cid-taXNJHHoJf .logo-sub-title {
  text-align: center;
}
.cid-taXNJHHoJf .links {
  text-align: center;
  color: #656565;
}
.cid-taXNJHHoJf .logo-sub-title i {
  color: #9e9e9e;
}
.cid-t9vWIGXmWb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9vWIGXmWb .nav-item:focus,
.cid-t9vWIGXmWb .nav-link:focus {
  outline: none;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9vWIGXmWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9vWIGXmWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9vWIGXmWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9vWIGXmWb .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t9vWIGXmWb .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-t9vWIGXmWb .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-t9vWIGXmWb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t9vWIGXmWb .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t9vWIGXmWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t9vWIGXmWb .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.show,
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t9vWIGXmWb .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t9vWIGXmWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9vWIGXmWb .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9vWIGXmWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9vWIGXmWb .navbar.collapsed .right-menu,
.cid-t9vWIGXmWb .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb .navbar .navbar-collapse.show,
  .cid-t9vWIGXmWb .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9vWIGXmWb .navbar .navbar-collapse.show .brand-container,
  .cid-t9vWIGXmWb .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t9vWIGXmWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t9vWIGXmWb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t9vWIGXmWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9vWIGXmWb .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9vWIGXmWb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t9vWIGXmWb .navbar .right-menu,
  .cid-t9vWIGXmWb .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t9vWIGXmWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9vWIGXmWb .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-t9vWIGXmWb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9vWIGXmWb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9vWIGXmWb .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9vWIGXmWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9vWIGXmWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9vWIGXmWb .dropdown-item.active,
.cid-t9vWIGXmWb .dropdown-item:active {
  background-color: transparent;
}
.cid-t9vWIGXmWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9vWIGXmWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9vWIGXmWb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9vWIGXmWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9vWIGXmWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9vWIGXmWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9vWIGXmWb ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t9vWIGXmWb .navbar-buttons {
  margin-left: auto;
}
.cid-t9vWIGXmWb button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9vWIGXmWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-t9vWIGXmWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9vWIGXmWb .navbar-dropdown {
  position: fixed;
}
.cid-t9vWIGXmWb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9vWIGXmWb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9vWIGXmWb .right-menu,
.cid-t9vWIGXmWb .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t9vWIGXmWb .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9vWIGXmWb .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9vWIGXmWb .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t9vWIGXmWb .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-t9vWIGXmWb .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t9vWIGXmWb .card-wrapper {
  z-index: 3;
}
.cid-t9vWIGXmWb .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-t9vWIGXmWb .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9vWIGXmWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9UGIhjTmG {
  background-image: url("../../../assets/images/evelyn-cornejo-cantante-2.jpeg");
}
.cid-t9UGIhjTmG h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-t9UGIhjTmG h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-t9UGIhjTmG .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-t9UGIhjTmG .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-t9UGIhjTmG .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-t9UGIhjTmG h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-t9UGIhjTmG .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-t9UGIhjTmG h1 {
    margin-bottom: 8rem;
  }
}
.cid-t9UEKgBzQA {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t9UEKgBzQA .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9UEKgBzQA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-t9UEKgBzQA .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-t9UEKgBzQA .svg-top {
    width: 1000px;
  }
}
.cid-t9UEKgBzQA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t9UEKgBzQA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9UEKgBzQA .mbr-text {
  color: #1a449a;
}
.cid-t9UEKgBzQA .name {
  color: #1a449a;
}
.cid-t9UEKgBzQA .position {
  color: #1a449a;
}
.cid-t9UHFGvSba {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t9UHFGvSba .mbr-text {
  color: #767676;
}
.cid-t9UHFGvSba .card-subtitle {
  margin: 0;
}
.cid-t9UHFGvSba img {
  object-fit: cover;
  height: 100%;
}
.cid-t9UHFGvSba h4 {
  margin: 0;
}
.cid-t9UHFGvSba .card-img {
  height: 300px;
}
.cid-t9UHFGvSba .row {
  justify-content: center;
}
.cid-t9UHFGvSba .card {
  margin-bottom: 2rem;
}
.cid-t9UHFGvSba .mbr-text,
.cid-t9UHFGvSba .link {
  color: #999999;
}
.cid-t9UHFGvSba h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t9UHFGvSba h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t9UEMubddf {
  text-align: center;
  overflow: hidden;
}
.cid-t9UEMubddf .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-taKwzD2sPD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKwzD2sPD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKwzD2sPD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKwzD2sPD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKwzD2sPD .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKwzD2sPD .container {
  padding: 0;
}
.cid-taKwzD2sPD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKwzD2sPD .icon-focus {
  display: none;
}
.cid-taKwzD2sPD .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKwzD2sPD .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKwzD2sPD li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKwzD2sPD li {
  position: relative;
}
.cid-taKwzD2sPD .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKwzD2sPD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKwzD2sPD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKwzD2sPD .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKwzD2sPD .btn {
  font-family: Roboto !important;
}
.cid-taKwzD2sPD .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKwzD2sPD .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKwzD2sPD .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKwzD2sPD li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKwzD2sPD .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbay40MuCb.popup-builder {
  background-color: #ffffff;
}
.cid-tbay40MuCb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbay40MuCb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbay40MuCb .modal-content,
.cid-tbay40MuCb .modal-dialog {
  height: auto;
}
.cid-tbay40MuCb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbay40MuCb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbay40MuCb .form-wrapper .mbr-form .form-group,
  .cid-tbay40MuCb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbay40MuCb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbay40MuCb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbay40MuCb .mbr-text {
  text-align: center;
}
.cid-tbay40MuCb .pt-0 {
  padding-top: 0 !important;
}
.cid-tbay40MuCb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbay40MuCb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbay40MuCb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbay40MuCb .modal-open {
  overflow: hidden;
}
.cid-tbay40MuCb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbay40MuCb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbay40MuCb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbay40MuCb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbay40MuCb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbay40MuCb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbay40MuCb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbay40MuCb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbay40MuCb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbay40MuCb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbay40MuCb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbay40MuCb .modal-backdrop.show {
  opacity: .5;
}
.cid-tbay40MuCb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbay40MuCb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbay40MuCb .modal-header {
    padding: 1rem;
  }
}
.cid-tbay40MuCb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbay40MuCb .modal-header .close svg {
  fill: #353535;
}
.cid-tbay40MuCb .modal-header .close:hover {
  opacity: 1;
}
.cid-tbay40MuCb .modal-header .close:focus {
  outline: none;
}
.cid-tbay40MuCb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbay40MuCb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbay40MuCb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbay40MuCb .modal-body {
    padding: 1rem;
  }
}
.cid-tbay40MuCb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbay40MuCb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbay40MuCb .modal-footer {
    padding: 1rem;
  }
}
.cid-tbay40MuCb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbay40MuCb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbay40MuCb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbay40MuCb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbay40MuCb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbay40MuCb .modal-lg,
  .cid-tbay40MuCb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbay40MuCb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbay40MuCb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbay40MuCb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbay40MuCb .form-group {
  margin-bottom: 1rem;
}
.cid-tbay40MuCb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbay40MuCb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbay40MuCb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbay40MuCb .mbr-section-btn {
  margin: 0;
}
.cid-tbay40MuCb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vd8UWrMK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-t9Vd8UWrMK .mbr-text {
  color: #777d74;
}
.cid-t9Vd8UWrMK .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-t9Vd8UWrMK .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-t9Vd8UWrMK .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-t9Vd8UWrMK .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXRRL3mTu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXRRL3mTu .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXRRL3mTu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXRRL3mTu .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXRRL3mTu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXRRL3mTu .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXRRL3mTu .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXRRL3mTu .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXRRL3mTu .logo-title {
  text-align: center;
}
.cid-taXRRL3mTu .logo-sub-title {
  text-align: center;
}
.cid-taXRRL3mTu .links {
  text-align: center;
  color: #656565;
}
.cid-taXRRL3mTu .logo-sub-title i {
  color: #9e9e9e;
}
.cid-t9VnBDlqz1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9VnBDlqz1 .nav-item:focus,
.cid-t9VnBDlqz1 .nav-link:focus {
  outline: none;
}
.cid-t9VnBDlqz1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9VnBDlqz1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9VnBDlqz1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t9VnBDlqz1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9VnBDlqz1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9VnBDlqz1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9VnBDlqz1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9VnBDlqz1 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t9VnBDlqz1 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-t9VnBDlqz1 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-t9VnBDlqz1 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-t9VnBDlqz1 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-t9VnBDlqz1 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t9VnBDlqz1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t9VnBDlqz1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t9VnBDlqz1 .navbar.collapsed .navbar-collapse.show,
.cid-t9VnBDlqz1 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9VnBDlqz1 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t9VnBDlqz1 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t9VnBDlqz1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t9VnBDlqz1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9VnBDlqz1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9VnBDlqz1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t9VnBDlqz1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9VnBDlqz1 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9VnBDlqz1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9VnBDlqz1 .navbar.collapsed .right-menu,
.cid-t9VnBDlqz1 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-t9VnBDlqz1 .navbar .navbar-collapse.show,
  .cid-t9VnBDlqz1 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9VnBDlqz1 .navbar .navbar-collapse.show .brand-container,
  .cid-t9VnBDlqz1 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t9VnBDlqz1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9VnBDlqz1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t9VnBDlqz1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9VnBDlqz1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9VnBDlqz1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t9VnBDlqz1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t9VnBDlqz1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9VnBDlqz1 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9VnBDlqz1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-t9VnBDlqz1 .navbar .right-menu,
  .cid-t9VnBDlqz1 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t9VnBDlqz1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9VnBDlqz1 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-t9VnBDlqz1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9VnBDlqz1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9VnBDlqz1 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9VnBDlqz1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9VnBDlqz1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9VnBDlqz1 .dropdown-item.active,
.cid-t9VnBDlqz1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t9VnBDlqz1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9VnBDlqz1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9VnBDlqz1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9VnBDlqz1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9VnBDlqz1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9VnBDlqz1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9VnBDlqz1 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t9VnBDlqz1 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t9VnBDlqz1 .navbar-buttons {
  margin-left: auto;
}
.cid-t9VnBDlqz1 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9VnBDlqz1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9VnBDlqz1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9VnBDlqz1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9VnBDlqz1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9VnBDlqz1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9VnBDlqz1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9VnBDlqz1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-t9VnBDlqz1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-t9VnBDlqz1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9VnBDlqz1 .navbar-dropdown {
  position: fixed;
}
.cid-t9VnBDlqz1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9VnBDlqz1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9VnBDlqz1 .right-menu,
.cid-t9VnBDlqz1 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t9VnBDlqz1 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9VnBDlqz1 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9VnBDlqz1 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t9VnBDlqz1 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-t9VnBDlqz1 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-t9VnBDlqz1 .card-wrapper {
  z-index: 3;
}
.cid-t9VnBDlqz1 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-t9VnBDlqz1 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9VnBDlqz1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9VnBEfjSa {
  background-image: url("../../../assets/images/evelyn-cornejo-cantante-2.jpeg");
}
.cid-t9VnBEfjSa h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-t9VnBEfjSa h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-t9VnBEfjSa .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-t9VnBEfjSa .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-t9VnBEfjSa .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-t9VnBEfjSa h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-t9VnBEfjSa .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-t9VnBEfjSa h1 {
    margin-bottom: 8rem;
  }
}
.cid-t9VnBEMb8q {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-t9VnBEMb8q .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9VnBEMb8q .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-t9VnBEMb8q .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-t9VnBEMb8q .svg-top {
    width: 1000px;
  }
}
.cid-t9VnBEMb8q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t9VnBEMb8q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9VnBEMb8q .mbr-text {
  color: #1a449a;
}
.cid-t9VnBEMb8q .name {
  color: #1a449a;
}
.cid-t9VnBEMb8q .position {
  color: #1a449a;
}
.cid-t9VnBFaA9r {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t9VnBFaA9r .mbr-text {
  color: #767676;
}
.cid-t9VnBFaA9r .card-subtitle {
  margin: 0;
}
.cid-t9VnBFaA9r img {
  object-fit: cover;
  height: 100%;
}
.cid-t9VnBFaA9r h4 {
  margin: 0;
}
.cid-t9VnBFaA9r .card-img {
  height: 300px;
}
.cid-t9VnBFaA9r .row {
  justify-content: center;
}
.cid-t9VnBFaA9r .card {
  margin-bottom: 2rem;
}
.cid-t9VnBFaA9r .mbr-text,
.cid-t9VnBFaA9r .link {
  color: #999999;
}
.cid-t9VnBFaA9r h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t9VnBFaA9r h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t9VnBFvOpc {
  text-align: center;
  overflow: hidden;
}
.cid-t9VnBFvOpc .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t9VnBFLkz2 {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t9VnBFLkz2 .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-t9VnBFLkz2 .container-fluid {
  padding: 0;
}
.cid-t9VnBFLkz2 h5 {
  margin: 0;
}
.cid-t9VnBFLkz2 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t9VnBFLkz2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t9VnBFLkz2 .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-t9VnBFLkz2 .card:hover {
  z-index: 99;
}
.cid-t9VnBFLkz2 .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-t9VnBFLkz2 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-t9VnBFLkz2 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-t9VnBFLkz2 .card-wrapper a {
  height: 100%;
}
.cid-t9VnBFLkz2 .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-t9VnBFLkz2 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t9VnBFLkz2 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-t9VnBFLkz2 .card-box {
    text-align: center;
  }
}
.cid-t9VnBFLkz2 .mbr-text {
  color: #cccccc;
}
.cid-t9VnBFLkz2 .card-date {
  color: #cccccc;
}
.cid-t9VnBFLkz2 .card-wrapper {
  width: 300px;
  height: 300px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-t9VnBFLkz2 .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-t9VnBFLkz2 .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-t9VnBFLkz2 .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-t9VnBFLkz2 .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-t9VnBFLkz2 .card {
  height: 300px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-t9VnBFLkz2 .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-t9VnBFLkz2 .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-t9VnBFLkz2 .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-t9VnBFLkz2 .card {
    max-height: 237px;
  }
}
.cid-t9VnBGaLCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-t9VnBGaLCU .mbr-text {
  color: #777d74;
}
.cid-t9VnBGaLCU .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-t9VnBGaLCU .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-t9VnBGaLCU .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-t9VnBGaLCU .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXSHRP76E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSHRP76E .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSHRP76E .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSHRP76E .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSHRP76E .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSHRP76E .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSHRP76E .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSHRP76E .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSHRP76E .logo-title {
  text-align: center;
}
.cid-taXSHRP76E .logo-sub-title {
  text-align: center;
}
.cid-taXSHRP76E .links {
  text-align: center;
  color: #656565;
}
.cid-taXSHRP76E .logo-sub-title i {
  color: #9e9e9e;
}
.cid-talYwiRQiP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-talYwiRQiP .nav-item:focus,
.cid-talYwiRQiP .nav-link:focus {
  outline: none;
}
.cid-talYwiRQiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-talYwiRQiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-talYwiRQiP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-talYwiRQiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-talYwiRQiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-talYwiRQiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-talYwiRQiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-talYwiRQiP .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-talYwiRQiP .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-talYwiRQiP .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-talYwiRQiP .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-talYwiRQiP .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-talYwiRQiP .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-talYwiRQiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-talYwiRQiP .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-talYwiRQiP .navbar.collapsed .navbar-collapse.show,
.cid-talYwiRQiP .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-talYwiRQiP .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-talYwiRQiP .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-talYwiRQiP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-talYwiRQiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-talYwiRQiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-talYwiRQiP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-talYwiRQiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-talYwiRQiP .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-talYwiRQiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-talYwiRQiP .navbar.collapsed .right-menu,
.cid-talYwiRQiP .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-talYwiRQiP .navbar .navbar-collapse.show,
  .cid-talYwiRQiP .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-talYwiRQiP .navbar .navbar-collapse.show .brand-container,
  .cid-talYwiRQiP .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-talYwiRQiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-talYwiRQiP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-talYwiRQiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-talYwiRQiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-talYwiRQiP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-talYwiRQiP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-talYwiRQiP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-talYwiRQiP .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-talYwiRQiP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-talYwiRQiP .navbar .right-menu,
  .cid-talYwiRQiP .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-talYwiRQiP .navbar.navbar-short {
  min-height: 60px;
}
.cid-talYwiRQiP .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-talYwiRQiP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-talYwiRQiP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-talYwiRQiP .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-talYwiRQiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-talYwiRQiP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-talYwiRQiP .dropdown-item.active,
.cid-talYwiRQiP .dropdown-item:active {
  background-color: transparent;
}
.cid-talYwiRQiP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-talYwiRQiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-talYwiRQiP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-talYwiRQiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-talYwiRQiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-talYwiRQiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-talYwiRQiP ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-talYwiRQiP ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-talYwiRQiP .navbar-buttons {
  margin-left: auto;
}
.cid-talYwiRQiP button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-talYwiRQiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-talYwiRQiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-talYwiRQiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talYwiRQiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-talYwiRQiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-talYwiRQiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talYwiRQiP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-talYwiRQiP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-talYwiRQiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-talYwiRQiP .navbar-dropdown {
  position: fixed;
}
.cid-talYwiRQiP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-talYwiRQiP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-talYwiRQiP .right-menu,
.cid-talYwiRQiP .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-talYwiRQiP .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-talYwiRQiP .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-talYwiRQiP .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-talYwiRQiP .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-talYwiRQiP .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-talYwiRQiP .card-wrapper {
  z-index: 3;
}
.cid-talYwiRQiP .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-talYwiRQiP .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-talYwiRQiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-talYwjud5Y {
  background-image: url("../../../assets/images/poemamuerto-fondo1-960x720.jpg");
}
.cid-talYwjud5Y h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-talYwjud5Y h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-talYwjud5Y .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-talYwjud5Y .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-talYwjud5Y .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-talYwjud5Y h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-talYwjud5Y .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-talYwjud5Y h1 {
    margin-bottom: 8rem;
  }
}
.cid-talYwjXSzb {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-talYwjXSzb .text-wrapper {
    padding: 2rem;
  }
}
.cid-talYwjXSzb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-talYwjXSzb .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-talYwjXSzb .svg-top {
    width: 1000px;
  }
}
.cid-talYwjXSzb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-talYwjXSzb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-talYwjXSzb .mbr-text {
  color: #1a449a;
}
.cid-talYwjXSzb .name {
  color: #1a449a;
}
.cid-talYwjXSzb .position {
  color: #1a449a;
}
.cid-tam3aw4N7u {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tam3aw4N7u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tam3aw4N7u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tam3aw4N7u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tam3aw4N7u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tam3aw4N7u .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tam3aw4N7u .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tam3aw4N7u .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tam3aw4N7u .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tam3aw4N7u .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tam3aw4N7u .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tam3aw4N7u .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tam3aw4N7u .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tam3aw4N7u .mbr-gallery-filter ul {
  display: block;
}
.cid-tam3aw4N7u .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tam3aw4N7u .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tam3aw4N7u .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tam3aw4N7u .mbr-gallery-filter li.active::after,
.cid-tam3aw4N7u .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tam3aw4N7u .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tam3aw4N7u .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tam3aw4N7u .icon-focus:before {
  content: '\e95e';
}
.cid-tam3aw4N7u .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tam3aw4N7u .mbr-section-title {
  margin: 0;
}
.cid-tam3aw4N7u .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tam3aw4N7u .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKwrCY9nd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKwrCY9nd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKwrCY9nd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKwrCY9nd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKwrCY9nd .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKwrCY9nd .container {
  padding: 0;
}
.cid-taKwrCY9nd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKwrCY9nd .icon-focus {
  display: none;
}
.cid-taKwrCY9nd .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKwrCY9nd .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKwrCY9nd li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKwrCY9nd li {
  position: relative;
}
.cid-taKwrCY9nd .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKwrCY9nd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKwrCY9nd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKwrCY9nd .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKwrCY9nd .btn {
  font-family: Roboto !important;
}
.cid-taKwrCY9nd .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKwrCY9nd .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKwrCY9nd .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKwrCY9nd li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKwrCY9nd .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbaybATzZ9.popup-builder {
  background-color: #ffffff;
}
.cid-tbaybATzZ9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbaybATzZ9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbaybATzZ9 .modal-content,
.cid-tbaybATzZ9 .modal-dialog {
  height: auto;
}
.cid-tbaybATzZ9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbaybATzZ9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbaybATzZ9 .form-wrapper .mbr-form .form-group,
  .cid-tbaybATzZ9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbaybATzZ9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbaybATzZ9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbaybATzZ9 .mbr-text {
  text-align: center;
}
.cid-tbaybATzZ9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tbaybATzZ9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbaybATzZ9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbaybATzZ9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbaybATzZ9 .modal-open {
  overflow: hidden;
}
.cid-tbaybATzZ9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbaybATzZ9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbaybATzZ9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbaybATzZ9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbaybATzZ9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbaybATzZ9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbaybATzZ9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbaybATzZ9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbaybATzZ9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbaybATzZ9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbaybATzZ9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbaybATzZ9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tbaybATzZ9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbaybATzZ9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbaybATzZ9 .modal-header {
    padding: 1rem;
  }
}
.cid-tbaybATzZ9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbaybATzZ9 .modal-header .close svg {
  fill: #353535;
}
.cid-tbaybATzZ9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tbaybATzZ9 .modal-header .close:focus {
  outline: none;
}
.cid-tbaybATzZ9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbaybATzZ9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbaybATzZ9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbaybATzZ9 .modal-body {
    padding: 1rem;
  }
}
.cid-tbaybATzZ9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbaybATzZ9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbaybATzZ9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tbaybATzZ9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbaybATzZ9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbaybATzZ9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbaybATzZ9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbaybATzZ9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbaybATzZ9 .modal-lg,
  .cid-tbaybATzZ9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbaybATzZ9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbaybATzZ9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbaybATzZ9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbaybATzZ9 .form-group {
  margin-bottom: 1rem;
}
.cid-tbaybATzZ9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbaybATzZ9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbaybATzZ9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbaybATzZ9 .mbr-section-btn {
  margin: 0;
}
.cid-tbaybATzZ9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-talYwkY3ov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-talYwkY3ov .mbr-text {
  color: #777d74;
}
.cid-talYwkY3ov .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-talYwkY3ov .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-talYwkY3ov .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-talYwkY3ov .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXS7hWxpY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXS7hWxpY .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXS7hWxpY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXS7hWxpY .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXS7hWxpY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXS7hWxpY .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXS7hWxpY .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXS7hWxpY .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXS7hWxpY .logo-title {
  text-align: center;
}
.cid-taXS7hWxpY .logo-sub-title {
  text-align: center;
}
.cid-taXS7hWxpY .links {
  text-align: center;
  color: #656565;
}
.cid-taXS7hWxpY .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tamRMo8UpY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tamRMo8UpY .nav-item:focus,
.cid-tamRMo8UpY .nav-link:focus {
  outline: none;
}
.cid-tamRMo8UpY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tamRMo8UpY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tamRMo8UpY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tamRMo8UpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tamRMo8UpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tamRMo8UpY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tamRMo8UpY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tamRMo8UpY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tamRMo8UpY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tamRMo8UpY .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tamRMo8UpY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tamRMo8UpY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tamRMo8UpY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tamRMo8UpY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tamRMo8UpY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tamRMo8UpY .navbar.collapsed .navbar-collapse.show,
.cid-tamRMo8UpY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tamRMo8UpY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tamRMo8UpY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tamRMo8UpY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tamRMo8UpY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tamRMo8UpY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tamRMo8UpY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tamRMo8UpY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tamRMo8UpY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tamRMo8UpY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tamRMo8UpY .navbar.collapsed .right-menu,
.cid-tamRMo8UpY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tamRMo8UpY .navbar .navbar-collapse.show,
  .cid-tamRMo8UpY .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tamRMo8UpY .navbar .navbar-collapse.show .brand-container,
  .cid-tamRMo8UpY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tamRMo8UpY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tamRMo8UpY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tamRMo8UpY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tamRMo8UpY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tamRMo8UpY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tamRMo8UpY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tamRMo8UpY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tamRMo8UpY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tamRMo8UpY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tamRMo8UpY .navbar .right-menu,
  .cid-tamRMo8UpY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tamRMo8UpY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tamRMo8UpY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tamRMo8UpY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tamRMo8UpY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tamRMo8UpY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tamRMo8UpY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tamRMo8UpY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tamRMo8UpY .dropdown-item.active,
.cid-tamRMo8UpY .dropdown-item:active {
  background-color: transparent;
}
.cid-tamRMo8UpY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tamRMo8UpY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tamRMo8UpY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tamRMo8UpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tamRMo8UpY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tamRMo8UpY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tamRMo8UpY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tamRMo8UpY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tamRMo8UpY .navbar-buttons {
  margin-left: auto;
}
.cid-tamRMo8UpY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tamRMo8UpY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tamRMo8UpY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tamRMo8UpY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tamRMo8UpY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tamRMo8UpY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tamRMo8UpY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tamRMo8UpY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tamRMo8UpY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tamRMo8UpY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tamRMo8UpY .navbar-dropdown {
  position: fixed;
}
.cid-tamRMo8UpY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tamRMo8UpY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tamRMo8UpY .right-menu,
.cid-tamRMo8UpY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tamRMo8UpY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tamRMo8UpY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tamRMo8UpY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tamRMo8UpY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-tamRMo8UpY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tamRMo8UpY .card-wrapper {
  z-index: 3;
}
.cid-tamRMo8UpY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tamRMo8UpY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tamRMo8UpY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tamRMowtIn {
  background-image: url("../../../assets/images/photo-2022-07-01-16.13.49-619x699.jpg");
}
.cid-tamRMowtIn h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tamRMowtIn h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tamRMowtIn .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tamRMowtIn .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tamRMowtIn .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tamRMowtIn h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tamRMowtIn .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tamRMowtIn h1 {
    margin-bottom: 8rem;
  }
}
.cid-tamRMowtIn .icon-text {
  color: #e1201d;
  text-align: center;
}
.cid-tamRMoNLqI {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tamRMoNLqI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tamRMoNLqI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-tamRMoNLqI .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tamRMoNLqI .svg-top {
    width: 1000px;
  }
}
.cid-tamRMoNLqI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tamRMoNLqI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tamRMoNLqI .mbr-text {
  color: #1a449a;
}
.cid-tamRMoNLqI .name {
  color: #1a449a;
}
.cid-tamRMoNLqI .position {
  color: #1a449a;
}
.cid-tamRMp4mDX {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tamRMp4mDX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tamRMp4mDX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tamRMp4mDX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tamRMp4mDX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tamRMp4mDX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tamRMp4mDX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tamRMp4mDX .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tamRMp4mDX .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tamRMp4mDX .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tamRMp4mDX .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tamRMp4mDX .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tamRMp4mDX .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tamRMp4mDX .mbr-gallery-filter ul {
  display: block;
}
.cid-tamRMp4mDX .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tamRMp4mDX .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tamRMp4mDX .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tamRMp4mDX .mbr-gallery-filter li.active::after,
.cid-tamRMp4mDX .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tamRMp4mDX .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tamRMp4mDX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tamRMp4mDX .icon-focus:before {
  content: '\e95e';
}
.cid-tamRMp4mDX .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tamRMp4mDX .mbr-section-title {
  margin: 0;
}
.cid-tamRMp4mDX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tamRMp4mDX .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKwkDHeoE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKwkDHeoE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKwkDHeoE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKwkDHeoE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKwkDHeoE .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKwkDHeoE .container {
  padding: 0;
}
.cid-taKwkDHeoE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKwkDHeoE .icon-focus {
  display: none;
}
.cid-taKwkDHeoE .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKwkDHeoE .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKwkDHeoE li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKwkDHeoE li {
  position: relative;
}
.cid-taKwkDHeoE .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKwkDHeoE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKwkDHeoE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKwkDHeoE .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKwkDHeoE .btn {
  font-family: Roboto !important;
}
.cid-taKwkDHeoE .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKwkDHeoE .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKwkDHeoE .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKwkDHeoE li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKwkDHeoE .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbayez1QCd.popup-builder {
  background-color: #ffffff;
}
.cid-tbayez1QCd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbayez1QCd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbayez1QCd .modal-content,
.cid-tbayez1QCd .modal-dialog {
  height: auto;
}
.cid-tbayez1QCd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbayez1QCd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbayez1QCd .form-wrapper .mbr-form .form-group,
  .cid-tbayez1QCd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbayez1QCd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbayez1QCd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbayez1QCd .mbr-text {
  text-align: center;
}
.cid-tbayez1QCd .pt-0 {
  padding-top: 0 !important;
}
.cid-tbayez1QCd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbayez1QCd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbayez1QCd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbayez1QCd .modal-open {
  overflow: hidden;
}
.cid-tbayez1QCd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbayez1QCd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbayez1QCd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbayez1QCd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbayez1QCd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbayez1QCd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbayez1QCd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbayez1QCd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbayez1QCd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbayez1QCd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbayez1QCd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbayez1QCd .modal-backdrop.show {
  opacity: .5;
}
.cid-tbayez1QCd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbayez1QCd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayez1QCd .modal-header {
    padding: 1rem;
  }
}
.cid-tbayez1QCd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbayez1QCd .modal-header .close svg {
  fill: #353535;
}
.cid-tbayez1QCd .modal-header .close:hover {
  opacity: 1;
}
.cid-tbayez1QCd .modal-header .close:focus {
  outline: none;
}
.cid-tbayez1QCd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbayez1QCd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbayez1QCd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayez1QCd .modal-body {
    padding: 1rem;
  }
}
.cid-tbayez1QCd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbayez1QCd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayez1QCd .modal-footer {
    padding: 1rem;
  }
}
.cid-tbayez1QCd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbayez1QCd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbayez1QCd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbayez1QCd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbayez1QCd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbayez1QCd .modal-lg,
  .cid-tbayez1QCd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbayez1QCd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbayez1QCd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbayez1QCd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbayez1QCd .form-group {
  margin-bottom: 1rem;
}
.cid-tbayez1QCd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbayez1QCd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbayez1QCd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbayez1QCd .mbr-section-btn {
  margin: 0;
}
.cid-tbayez1QCd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tamRMpK4sU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tamRMpK4sU .mbr-text {
  color: #777d74;
}
.cid-tamRMpK4sU .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tamRMpK4sU .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tamRMpK4sU .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tamRMpK4sU .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXSdLLdGl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSdLLdGl .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSdLLdGl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSdLLdGl .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSdLLdGl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSdLLdGl .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSdLLdGl .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSdLLdGl .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSdLLdGl .logo-title {
  text-align: center;
}
.cid-taXSdLLdGl .logo-sub-title {
  text-align: center;
}
.cid-taXSdLLdGl .links {
  text-align: center;
  color: #656565;
}
.cid-taXSdLLdGl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tandowYxpT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tandowYxpT .nav-item:focus,
.cid-tandowYxpT .nav-link:focus {
  outline: none;
}
.cid-tandowYxpT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tandowYxpT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tandowYxpT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tandowYxpT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tandowYxpT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tandowYxpT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tandowYxpT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tandowYxpT .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tandowYxpT .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tandowYxpT .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tandowYxpT .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tandowYxpT .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tandowYxpT .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tandowYxpT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tandowYxpT .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tandowYxpT .navbar.collapsed .navbar-collapse.show,
.cid-tandowYxpT .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tandowYxpT .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tandowYxpT .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tandowYxpT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tandowYxpT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tandowYxpT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tandowYxpT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tandowYxpT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tandowYxpT .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tandowYxpT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tandowYxpT .navbar.collapsed .right-menu,
.cid-tandowYxpT .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tandowYxpT .navbar .navbar-collapse.show,
  .cid-tandowYxpT .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tandowYxpT .navbar .navbar-collapse.show .brand-container,
  .cid-tandowYxpT .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tandowYxpT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tandowYxpT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tandowYxpT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tandowYxpT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tandowYxpT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tandowYxpT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tandowYxpT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tandowYxpT .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tandowYxpT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tandowYxpT .navbar .right-menu,
  .cid-tandowYxpT .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tandowYxpT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tandowYxpT .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tandowYxpT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tandowYxpT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tandowYxpT .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tandowYxpT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tandowYxpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tandowYxpT .dropdown-item.active,
.cid-tandowYxpT .dropdown-item:active {
  background-color: transparent;
}
.cid-tandowYxpT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tandowYxpT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tandowYxpT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tandowYxpT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tandowYxpT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tandowYxpT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tandowYxpT ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tandowYxpT ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tandowYxpT .navbar-buttons {
  margin-left: auto;
}
.cid-tandowYxpT button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tandowYxpT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tandowYxpT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tandowYxpT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tandowYxpT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tandowYxpT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tandowYxpT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tandowYxpT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tandowYxpT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tandowYxpT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tandowYxpT .navbar-dropdown {
  position: fixed;
}
.cid-tandowYxpT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tandowYxpT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tandowYxpT .right-menu,
.cid-tandowYxpT .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tandowYxpT .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tandowYxpT .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tandowYxpT .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tandowYxpT .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-tandowYxpT .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tandowYxpT .card-wrapper {
  z-index: 3;
}
.cid-tandowYxpT .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tandowYxpT .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tandowYxpT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tandoy5oYa {
  background-image: url("../../../assets/images/284253614-376950434465416-3144005631266103974-n-691x691.jpg");
}
.cid-tandoy5oYa h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tandoy5oYa h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tandoy5oYa .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tandoy5oYa .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tandoy5oYa .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tandoy5oYa h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tandoy5oYa .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tandoy5oYa h1 {
    margin-bottom: 8rem;
  }
}
.cid-tandoy5oYa .icon-text {
  color: #e1201d;
  text-align: left;
}
.cid-tandoyAvf5 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tandoyAvf5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tandoyAvf5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-tandoyAvf5 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tandoyAvf5 .svg-top {
    width: 1000px;
  }
}
.cid-tandoyAvf5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tandoyAvf5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tandoyAvf5 .mbr-text {
  color: #1a449a;
}
.cid-tandoyAvf5 .name {
  color: #1a449a;
}
.cid-tandoyAvf5 .position {
  color: #1a449a;
}
.cid-tandoyRj7a {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tandoyRj7a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tandoyRj7a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tandoyRj7a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tandoyRj7a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tandoyRj7a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tandoyRj7a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tandoyRj7a .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tandoyRj7a .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tandoyRj7a .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tandoyRj7a .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tandoyRj7a .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tandoyRj7a .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tandoyRj7a .mbr-gallery-filter ul {
  display: block;
}
.cid-tandoyRj7a .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tandoyRj7a .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tandoyRj7a .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tandoyRj7a .mbr-gallery-filter li.active::after,
.cid-tandoyRj7a .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tandoyRj7a .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tandoyRj7a .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tandoyRj7a .icon-focus:before {
  content: '\e95e';
}
.cid-tandoyRj7a .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tandoyRj7a .mbr-section-title {
  margin: 0;
}
.cid-tandoyRj7a .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tandoyRj7a .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKwd3D9dN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKwd3D9dN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKwd3D9dN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKwd3D9dN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKwd3D9dN .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKwd3D9dN .container {
  padding: 0;
}
.cid-taKwd3D9dN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKwd3D9dN .icon-focus {
  display: none;
}
.cid-taKwd3D9dN .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKwd3D9dN .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKwd3D9dN li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKwd3D9dN li {
  position: relative;
}
.cid-taKwd3D9dN .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKwd3D9dN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKwd3D9dN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKwd3D9dN .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKwd3D9dN .btn {
  font-family: Roboto !important;
}
.cid-taKwd3D9dN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKwd3D9dN .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKwd3D9dN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKwd3D9dN li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKwd3D9dN .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbayioP2fT.popup-builder {
  background-color: #ffffff;
}
.cid-tbayioP2fT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbayioP2fT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbayioP2fT .modal-content,
.cid-tbayioP2fT .modal-dialog {
  height: auto;
}
.cid-tbayioP2fT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbayioP2fT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbayioP2fT .form-wrapper .mbr-form .form-group,
  .cid-tbayioP2fT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbayioP2fT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbayioP2fT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbayioP2fT .mbr-text {
  text-align: center;
}
.cid-tbayioP2fT .pt-0 {
  padding-top: 0 !important;
}
.cid-tbayioP2fT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbayioP2fT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbayioP2fT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbayioP2fT .modal-open {
  overflow: hidden;
}
.cid-tbayioP2fT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbayioP2fT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbayioP2fT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbayioP2fT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbayioP2fT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbayioP2fT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbayioP2fT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbayioP2fT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbayioP2fT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbayioP2fT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbayioP2fT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbayioP2fT .modal-backdrop.show {
  opacity: .5;
}
.cid-tbayioP2fT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbayioP2fT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayioP2fT .modal-header {
    padding: 1rem;
  }
}
.cid-tbayioP2fT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbayioP2fT .modal-header .close svg {
  fill: #353535;
}
.cid-tbayioP2fT .modal-header .close:hover {
  opacity: 1;
}
.cid-tbayioP2fT .modal-header .close:focus {
  outline: none;
}
.cid-tbayioP2fT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbayioP2fT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbayioP2fT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayioP2fT .modal-body {
    padding: 1rem;
  }
}
.cid-tbayioP2fT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbayioP2fT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayioP2fT .modal-footer {
    padding: 1rem;
  }
}
.cid-tbayioP2fT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbayioP2fT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbayioP2fT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbayioP2fT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbayioP2fT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbayioP2fT .modal-lg,
  .cid-tbayioP2fT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbayioP2fT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbayioP2fT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbayioP2fT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbayioP2fT .form-group {
  margin-bottom: 1rem;
}
.cid-tbayioP2fT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbayioP2fT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbayioP2fT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbayioP2fT .mbr-section-btn {
  margin: 0;
}
.cid-tbayioP2fT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tandozAczN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tandozAczN .mbr-text {
  color: #777d74;
}
.cid-tandozAczN .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tandozAczN .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tandozAczN .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tandozAczN .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXShb4m5g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXShb4m5g .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXShb4m5g .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXShb4m5g .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXShb4m5g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXShb4m5g .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXShb4m5g .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXShb4m5g .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXShb4m5g .logo-title {
  text-align: center;
}
.cid-taXShb4m5g .logo-sub-title {
  text-align: center;
}
.cid-taXShb4m5g .links {
  text-align: center;
  color: #656565;
}
.cid-taXShb4m5g .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tanpvsXFGj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanpvsXFGj .nav-item:focus,
.cid-tanpvsXFGj .nav-link:focus {
  outline: none;
}
.cid-tanpvsXFGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanpvsXFGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanpvsXFGj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanpvsXFGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanpvsXFGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanpvsXFGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tanpvsXFGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tanpvsXFGj .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tanpvsXFGj .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanpvsXFGj .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanpvsXFGj .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tanpvsXFGj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tanpvsXFGj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tanpvsXFGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tanpvsXFGj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tanpvsXFGj .navbar.collapsed .navbar-collapse.show,
.cid-tanpvsXFGj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tanpvsXFGj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tanpvsXFGj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tanpvsXFGj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tanpvsXFGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tanpvsXFGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tanpvsXFGj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tanpvsXFGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tanpvsXFGj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tanpvsXFGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tanpvsXFGj .navbar.collapsed .right-menu,
.cid-tanpvsXFGj .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tanpvsXFGj .navbar .navbar-collapse.show,
  .cid-tanpvsXFGj .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tanpvsXFGj .navbar .navbar-collapse.show .brand-container,
  .cid-tanpvsXFGj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tanpvsXFGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanpvsXFGj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanpvsXFGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanpvsXFGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanpvsXFGj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanpvsXFGj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tanpvsXFGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanpvsXFGj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tanpvsXFGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tanpvsXFGj .navbar .right-menu,
  .cid-tanpvsXFGj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tanpvsXFGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tanpvsXFGj .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tanpvsXFGj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tanpvsXFGj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanpvsXFGj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanpvsXFGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanpvsXFGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanpvsXFGj .dropdown-item.active,
.cid-tanpvsXFGj .dropdown-item:active {
  background-color: transparent;
}
.cid-tanpvsXFGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanpvsXFGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanpvsXFGj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanpvsXFGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tanpvsXFGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanpvsXFGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanpvsXFGj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tanpvsXFGj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tanpvsXFGj .navbar-buttons {
  margin-left: auto;
}
.cid-tanpvsXFGj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanpvsXFGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tanpvsXFGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanpvsXFGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanpvsXFGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanpvsXFGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanpvsXFGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanpvsXFGj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tanpvsXFGj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tanpvsXFGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanpvsXFGj .navbar-dropdown {
  position: fixed;
}
.cid-tanpvsXFGj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tanpvsXFGj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tanpvsXFGj .right-menu,
.cid-tanpvsXFGj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tanpvsXFGj .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanpvsXFGj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanpvsXFGj .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tanpvsXFGj .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-tanpvsXFGj .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tanpvsXFGj .card-wrapper {
  z-index: 3;
}
.cid-tanpvsXFGj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tanpvsXFGj .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanpvsXFGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tanpvtSq9g {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-07-01-a-las-18.23.40-1290x1162.png");
}
.cid-tanpvtSq9g h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tanpvtSq9g h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tanpvtSq9g .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tanpvtSq9g .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tanpvtSq9g .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tanpvtSq9g h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tanpvtSq9g .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tanpvtSq9g h1 {
    margin-bottom: 8rem;
  }
}
.cid-tanpvtSq9g .icon-text {
  color: #e1201d;
  text-align: left;
}
.cid-tanpvuqm8k {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tanpvuqm8k .text-wrapper {
    padding: 2rem;
  }
}
.cid-tanpvuqm8k .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-tanpvuqm8k .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tanpvuqm8k .svg-top {
    width: 1000px;
  }
}
.cid-tanpvuqm8k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tanpvuqm8k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tanpvuqm8k .mbr-text {
  color: #1a449a;
}
.cid-tanpvuqm8k .name {
  color: #1a449a;
}
.cid-tanpvuqm8k .position {
  color: #1a449a;
}
.cid-tanpvuK5d9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tanpvuK5d9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tanpvuK5d9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tanpvuK5d9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tanpvuK5d9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tanpvuK5d9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tanpvuK5d9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tanpvuK5d9 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tanpvuK5d9 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tanpvuK5d9 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tanpvuK5d9 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tanpvuK5d9 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tanpvuK5d9 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tanpvuK5d9 .mbr-gallery-filter ul {
  display: block;
}
.cid-tanpvuK5d9 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tanpvuK5d9 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tanpvuK5d9 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tanpvuK5d9 .mbr-gallery-filter li.active::after,
.cid-tanpvuK5d9 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tanpvuK5d9 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tanpvuK5d9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tanpvuK5d9 .icon-focus:before {
  content: '\e95e';
}
.cid-tanpvuK5d9 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tanpvuK5d9 .mbr-section-title {
  margin: 0;
}
.cid-tanpvuK5d9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tanpvuK5d9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKvTgrQp8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKvTgrQp8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKvTgrQp8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKvTgrQp8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKvTgrQp8 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKvTgrQp8 .container {
  padding: 0;
}
.cid-taKvTgrQp8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKvTgrQp8 .icon-focus {
  display: none;
}
.cid-taKvTgrQp8 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKvTgrQp8 .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKvTgrQp8 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKvTgrQp8 li {
  position: relative;
}
.cid-taKvTgrQp8 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKvTgrQp8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKvTgrQp8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKvTgrQp8 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKvTgrQp8 .btn {
  font-family: Roboto !important;
}
.cid-taKvTgrQp8 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKvTgrQp8 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKvTgrQp8 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKvTgrQp8 li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKvTgrQp8 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbaytUadSN.popup-builder {
  background-color: #ffffff;
}
.cid-tbaytUadSN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbaytUadSN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbaytUadSN .modal-content,
.cid-tbaytUadSN .modal-dialog {
  height: auto;
}
.cid-tbaytUadSN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbaytUadSN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbaytUadSN .form-wrapper .mbr-form .form-group,
  .cid-tbaytUadSN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbaytUadSN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbaytUadSN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbaytUadSN .mbr-text {
  text-align: center;
}
.cid-tbaytUadSN .pt-0 {
  padding-top: 0 !important;
}
.cid-tbaytUadSN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbaytUadSN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbaytUadSN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbaytUadSN .modal-open {
  overflow: hidden;
}
.cid-tbaytUadSN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbaytUadSN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbaytUadSN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbaytUadSN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbaytUadSN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbaytUadSN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbaytUadSN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbaytUadSN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbaytUadSN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbaytUadSN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbaytUadSN .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbaytUadSN .modal-backdrop.show {
  opacity: .5;
}
.cid-tbaytUadSN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbaytUadSN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbaytUadSN .modal-header {
    padding: 1rem;
  }
}
.cid-tbaytUadSN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbaytUadSN .modal-header .close svg {
  fill: #353535;
}
.cid-tbaytUadSN .modal-header .close:hover {
  opacity: 1;
}
.cid-tbaytUadSN .modal-header .close:focus {
  outline: none;
}
.cid-tbaytUadSN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbaytUadSN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbaytUadSN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbaytUadSN .modal-body {
    padding: 1rem;
  }
}
.cid-tbaytUadSN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbaytUadSN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbaytUadSN .modal-footer {
    padding: 1rem;
  }
}
.cid-tbaytUadSN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbaytUadSN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbaytUadSN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbaytUadSN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbaytUadSN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbaytUadSN .modal-lg,
  .cid-tbaytUadSN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbaytUadSN .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbaytUadSN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbaytUadSN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbaytUadSN .form-group {
  margin-bottom: 1rem;
}
.cid-tbaytUadSN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbaytUadSN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbaytUadSN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbaytUadSN .mbr-section-btn {
  margin: 0;
}
.cid-tbaytUadSN .mbr-section-btn .btn {
  margin: 0;
}
.cid-tanpvvwrrH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tanpvvwrrH .mbr-text {
  color: #777d74;
}
.cid-tanpvvwrrH .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tanpvvwrrH .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tanpvvwrrH .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tanpvvwrrH .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXSm5zCdH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSm5zCdH .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSm5zCdH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSm5zCdH .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSm5zCdH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSm5zCdH .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSm5zCdH .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSm5zCdH .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSm5zCdH .logo-title {
  text-align: center;
}
.cid-taXSm5zCdH .logo-sub-title {
  text-align: center;
}
.cid-taXSm5zCdH .links {
  text-align: center;
  color: #656565;
}
.cid-taXSm5zCdH .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tanvNPIXD9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanvNPIXD9 .nav-item:focus,
.cid-tanvNPIXD9 .nav-link:focus {
  outline: none;
}
.cid-tanvNPIXD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanvNPIXD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanvNPIXD9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanvNPIXD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanvNPIXD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanvNPIXD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tanvNPIXD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tanvNPIXD9 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tanvNPIXD9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanvNPIXD9 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanvNPIXD9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tanvNPIXD9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tanvNPIXD9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tanvNPIXD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tanvNPIXD9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tanvNPIXD9 .navbar.collapsed .navbar-collapse.show,
.cid-tanvNPIXD9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tanvNPIXD9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tanvNPIXD9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tanvNPIXD9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tanvNPIXD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tanvNPIXD9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tanvNPIXD9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tanvNPIXD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tanvNPIXD9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tanvNPIXD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tanvNPIXD9 .navbar.collapsed .right-menu,
.cid-tanvNPIXD9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tanvNPIXD9 .navbar .navbar-collapse.show,
  .cid-tanvNPIXD9 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tanvNPIXD9 .navbar .navbar-collapse.show .brand-container,
  .cid-tanvNPIXD9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tanvNPIXD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanvNPIXD9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanvNPIXD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanvNPIXD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanvNPIXD9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanvNPIXD9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tanvNPIXD9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanvNPIXD9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tanvNPIXD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tanvNPIXD9 .navbar .right-menu,
  .cid-tanvNPIXD9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tanvNPIXD9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tanvNPIXD9 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tanvNPIXD9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tanvNPIXD9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanvNPIXD9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanvNPIXD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanvNPIXD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanvNPIXD9 .dropdown-item.active,
.cid-tanvNPIXD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tanvNPIXD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanvNPIXD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanvNPIXD9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanvNPIXD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tanvNPIXD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanvNPIXD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanvNPIXD9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tanvNPIXD9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tanvNPIXD9 .navbar-buttons {
  margin-left: auto;
}
.cid-tanvNPIXD9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanvNPIXD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tanvNPIXD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanvNPIXD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanvNPIXD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanvNPIXD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanvNPIXD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanvNPIXD9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tanvNPIXD9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tanvNPIXD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanvNPIXD9 .navbar-dropdown {
  position: fixed;
}
.cid-tanvNPIXD9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tanvNPIXD9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tanvNPIXD9 .right-menu,
.cid-tanvNPIXD9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tanvNPIXD9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanvNPIXD9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanvNPIXD9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tanvNPIXD9 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-tanvNPIXD9 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tanvNPIXD9 .card-wrapper {
  z-index: 3;
}
.cid-tanvNPIXD9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tanvNPIXD9 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanvNPIXD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tanvNQsEri {
  background-image: url("../../../assets/images/173969850-100141332361334-4078288302818129920-n-2000x2009.jpg");
}
.cid-tanvNQsEri h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tanvNQsEri h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tanvNQsEri .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tanvNQsEri .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tanvNQsEri .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tanvNQsEri h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tanvNQsEri .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tanvNQsEri h1 {
    margin-bottom: 8rem;
  }
}
.cid-tanvNQsEri .icon-text {
  color: #e1201d;
  text-align: left;
}
.cid-tanvNQTYdZ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tanvNQTYdZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tanvNQTYdZ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-tanvNQTYdZ .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tanvNQTYdZ .svg-top {
    width: 1000px;
  }
}
.cid-tanvNQTYdZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tanvNQTYdZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tanvNQTYdZ .mbr-text {
  color: #1a449a;
}
.cid-tanvNQTYdZ .name {
  color: #1a449a;
}
.cid-tanvNQTYdZ .position {
  color: #1a449a;
}
.cid-tanvNR9uPn {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tanvNR9uPn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tanvNR9uPn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tanvNR9uPn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tanvNR9uPn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tanvNR9uPn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tanvNR9uPn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tanvNR9uPn .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tanvNR9uPn .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tanvNR9uPn .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tanvNR9uPn .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tanvNR9uPn .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tanvNR9uPn .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tanvNR9uPn .mbr-gallery-filter ul {
  display: block;
}
.cid-tanvNR9uPn .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tanvNR9uPn .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tanvNR9uPn .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tanvNR9uPn .mbr-gallery-filter li.active::after,
.cid-tanvNR9uPn .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tanvNR9uPn .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tanvNR9uPn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tanvNR9uPn .icon-focus:before {
  content: '\e95e';
}
.cid-tanvNR9uPn .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tanvNR9uPn .mbr-section-title {
  margin: 0;
}
.cid-tanvNR9uPn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tanvNR9uPn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKvGVYBo4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKvGVYBo4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKvGVYBo4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKvGVYBo4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKvGVYBo4 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKvGVYBo4 .container {
  padding: 0;
}
.cid-taKvGVYBo4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKvGVYBo4 .icon-focus {
  display: none;
}
.cid-taKvGVYBo4 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKvGVYBo4 .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKvGVYBo4 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKvGVYBo4 li {
  position: relative;
}
.cid-taKvGVYBo4 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKvGVYBo4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKvGVYBo4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKvGVYBo4 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKvGVYBo4 .btn {
  font-family: Roboto !important;
}
.cid-taKvGVYBo4 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKvGVYBo4 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKvGVYBo4 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKvGVYBo4 li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKvGVYBo4 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tanvNRN468 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tanvNRN468 .mbr-text {
  color: #777d74;
}
.cid-tanvNRN468 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tanvNRN468 .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tanvNRN468 .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tanvNRN468 .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tbayzOF29o.popup-builder {
  background-color: #ffffff;
}
.cid-tbayzOF29o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbayzOF29o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbayzOF29o .modal-content,
.cid-tbayzOF29o .modal-dialog {
  height: auto;
}
.cid-tbayzOF29o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbayzOF29o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbayzOF29o .form-wrapper .mbr-form .form-group,
  .cid-tbayzOF29o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbayzOF29o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbayzOF29o .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbayzOF29o .mbr-text {
  text-align: center;
}
.cid-tbayzOF29o .pt-0 {
  padding-top: 0 !important;
}
.cid-tbayzOF29o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbayzOF29o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbayzOF29o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbayzOF29o .modal-open {
  overflow: hidden;
}
.cid-tbayzOF29o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbayzOF29o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbayzOF29o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbayzOF29o .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbayzOF29o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbayzOF29o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbayzOF29o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbayzOF29o .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbayzOF29o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbayzOF29o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbayzOF29o .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbayzOF29o .modal-backdrop.show {
  opacity: .5;
}
.cid-tbayzOF29o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbayzOF29o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayzOF29o .modal-header {
    padding: 1rem;
  }
}
.cid-tbayzOF29o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbayzOF29o .modal-header .close svg {
  fill: #353535;
}
.cid-tbayzOF29o .modal-header .close:hover {
  opacity: 1;
}
.cid-tbayzOF29o .modal-header .close:focus {
  outline: none;
}
.cid-tbayzOF29o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbayzOF29o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbayzOF29o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayzOF29o .modal-body {
    padding: 1rem;
  }
}
.cid-tbayzOF29o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbayzOF29o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayzOF29o .modal-footer {
    padding: 1rem;
  }
}
.cid-tbayzOF29o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbayzOF29o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbayzOF29o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbayzOF29o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbayzOF29o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbayzOF29o .modal-lg,
  .cid-tbayzOF29o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbayzOF29o .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbayzOF29o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbayzOF29o .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbayzOF29o .form-group {
  margin-bottom: 1rem;
}
.cid-tbayzOF29o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbayzOF29o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbayzOF29o .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbayzOF29o .mbr-section-btn {
  margin: 0;
}
.cid-tbayzOF29o .mbr-section-btn .btn {
  margin: 0;
}
.cid-taXSqrwLmX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSqrwLmX .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSqrwLmX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSqrwLmX .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSqrwLmX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSqrwLmX .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSqrwLmX .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSqrwLmX .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSqrwLmX .logo-title {
  text-align: center;
}
.cid-taXSqrwLmX .logo-sub-title {
  text-align: center;
}
.cid-taXSqrwLmX .links {
  text-align: center;
  color: #656565;
}
.cid-taXSqrwLmX .logo-sub-title i {
  color: #9e9e9e;
}
.cid-taE0KDZ9iJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taE0KDZ9iJ .nav-item:focus,
.cid-taE0KDZ9iJ .nav-link:focus {
  outline: none;
}
.cid-taE0KDZ9iJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taE0KDZ9iJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taE0KDZ9iJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-taE0KDZ9iJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taE0KDZ9iJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taE0KDZ9iJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taE0KDZ9iJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taE0KDZ9iJ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-taE0KDZ9iJ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-taE0KDZ9iJ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-taE0KDZ9iJ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-taE0KDZ9iJ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-taE0KDZ9iJ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-taE0KDZ9iJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-taE0KDZ9iJ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-taE0KDZ9iJ .navbar.collapsed .navbar-collapse.show,
.cid-taE0KDZ9iJ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-taE0KDZ9iJ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-taE0KDZ9iJ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-taE0KDZ9iJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-taE0KDZ9iJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taE0KDZ9iJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taE0KDZ9iJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taE0KDZ9iJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taE0KDZ9iJ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-taE0KDZ9iJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taE0KDZ9iJ .navbar.collapsed .right-menu,
.cid-taE0KDZ9iJ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-taE0KDZ9iJ .navbar .navbar-collapse.show,
  .cid-taE0KDZ9iJ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-taE0KDZ9iJ .navbar .navbar-collapse.show .brand-container,
  .cid-taE0KDZ9iJ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-taE0KDZ9iJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taE0KDZ9iJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-taE0KDZ9iJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taE0KDZ9iJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taE0KDZ9iJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taE0KDZ9iJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taE0KDZ9iJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taE0KDZ9iJ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-taE0KDZ9iJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-taE0KDZ9iJ .navbar .right-menu,
  .cid-taE0KDZ9iJ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-taE0KDZ9iJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-taE0KDZ9iJ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-taE0KDZ9iJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taE0KDZ9iJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taE0KDZ9iJ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taE0KDZ9iJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taE0KDZ9iJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taE0KDZ9iJ .dropdown-item.active,
.cid-taE0KDZ9iJ .dropdown-item:active {
  background-color: transparent;
}
.cid-taE0KDZ9iJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taE0KDZ9iJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taE0KDZ9iJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taE0KDZ9iJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taE0KDZ9iJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taE0KDZ9iJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taE0KDZ9iJ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-taE0KDZ9iJ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-taE0KDZ9iJ .navbar-buttons {
  margin-left: auto;
}
.cid-taE0KDZ9iJ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taE0KDZ9iJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taE0KDZ9iJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taE0KDZ9iJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taE0KDZ9iJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taE0KDZ9iJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taE0KDZ9iJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taE0KDZ9iJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-taE0KDZ9iJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-taE0KDZ9iJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taE0KDZ9iJ .navbar-dropdown {
  position: fixed;
}
.cid-taE0KDZ9iJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taE0KDZ9iJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taE0KDZ9iJ .right-menu,
.cid-taE0KDZ9iJ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-taE0KDZ9iJ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taE0KDZ9iJ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taE0KDZ9iJ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-taE0KDZ9iJ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-taE0KDZ9iJ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-taE0KDZ9iJ .card-wrapper {
  z-index: 3;
}
.cid-taE0KDZ9iJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-taE0KDZ9iJ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taE0KDZ9iJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taE0KEIEOR {
  background-image: url("../../../assets/images/animal-836x622.png");
}
.cid-taE0KEIEOR h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-taE0KEIEOR h1 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-taE0KEIEOR .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-taE0KEIEOR .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-taE0KEIEOR .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-taE0KEIEOR h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-taE0KEIEOR .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-taE0KEIEOR h1 {
    margin-bottom: 8rem;
  }
}
.cid-taE0KEIEOR .icon-text {
  color: #e1201d;
  text-align: left;
}
.cid-taE0KFkfoh {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-taE0KFkfoh .text-wrapper {
    padding: 2rem;
  }
}
.cid-taE0KFkfoh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-taE0KFkfoh .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taE0KFkfoh .svg-top {
    width: 1000px;
  }
}
.cid-taE0KFkfoh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-taE0KFkfoh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taE0KFkfoh .mbr-text {
  color: #1a449a;
}
.cid-taE0KFkfoh .name {
  color: #1a449a;
}
.cid-taE0KFkfoh .position {
  color: #1a449a;
}
.cid-taE0KFBYlg {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taE0KFBYlg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taE0KFBYlg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taE0KFBYlg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taE0KFBYlg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taE0KFBYlg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taE0KFBYlg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taE0KFBYlg .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-taE0KFBYlg .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-taE0KFBYlg .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-taE0KFBYlg .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-taE0KFBYlg .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-taE0KFBYlg .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-taE0KFBYlg .mbr-gallery-filter ul {
  display: block;
}
.cid-taE0KFBYlg .mbr-gallery-filter ul li {
  position: relative;
}
.cid-taE0KFBYlg .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-taE0KFBYlg .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-taE0KFBYlg .mbr-gallery-filter li.active::after,
.cid-taE0KFBYlg .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-taE0KFBYlg .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taE0KFBYlg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taE0KFBYlg .icon-focus:before {
  content: '\e95e';
}
.cid-taE0KFBYlg .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-taE0KFBYlg .mbr-section-title {
  margin: 0;
}
.cid-taE0KFBYlg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-taE0KFBYlg .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKuBfTp1x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKuBfTp1x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKuBfTp1x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKuBfTp1x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKuBfTp1x .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKuBfTp1x .container {
  padding: 0;
}
.cid-taKuBfTp1x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKuBfTp1x .icon-focus {
  display: none;
}
.cid-taKuBfTp1x .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKuBfTp1x .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKuBfTp1x li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKuBfTp1x li {
  position: relative;
}
.cid-taKuBfTp1x .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKuBfTp1x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKuBfTp1x .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKuBfTp1x .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKuBfTp1x .btn {
  font-family: Roboto !important;
}
.cid-taKuBfTp1x .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKuBfTp1x .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKuBfTp1x .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKuBfTp1x li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKuBfTp1x .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbayD7Panm.popup-builder {
  background-color: #ffffff;
}
.cid-tbayD7Panm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbayD7Panm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbayD7Panm .modal-content,
.cid-tbayD7Panm .modal-dialog {
  height: auto;
}
.cid-tbayD7Panm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbayD7Panm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbayD7Panm .form-wrapper .mbr-form .form-group,
  .cid-tbayD7Panm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbayD7Panm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbayD7Panm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbayD7Panm .mbr-text {
  text-align: center;
}
.cid-tbayD7Panm .pt-0 {
  padding-top: 0 !important;
}
.cid-tbayD7Panm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbayD7Panm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbayD7Panm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbayD7Panm .modal-open {
  overflow: hidden;
}
.cid-tbayD7Panm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbayD7Panm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbayD7Panm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbayD7Panm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbayD7Panm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbayD7Panm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbayD7Panm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbayD7Panm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbayD7Panm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbayD7Panm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbayD7Panm .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbayD7Panm .modal-backdrop.show {
  opacity: .5;
}
.cid-tbayD7Panm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbayD7Panm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayD7Panm .modal-header {
    padding: 1rem;
  }
}
.cid-tbayD7Panm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbayD7Panm .modal-header .close svg {
  fill: #353535;
}
.cid-tbayD7Panm .modal-header .close:hover {
  opacity: 1;
}
.cid-tbayD7Panm .modal-header .close:focus {
  outline: none;
}
.cid-tbayD7Panm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbayD7Panm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbayD7Panm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayD7Panm .modal-body {
    padding: 1rem;
  }
}
.cid-tbayD7Panm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbayD7Panm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayD7Panm .modal-footer {
    padding: 1rem;
  }
}
.cid-tbayD7Panm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbayD7Panm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbayD7Panm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbayD7Panm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbayD7Panm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbayD7Panm .modal-lg,
  .cid-tbayD7Panm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbayD7Panm .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbayD7Panm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbayD7Panm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbayD7Panm .form-group {
  margin-bottom: 1rem;
}
.cid-tbayD7Panm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbayD7Panm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbayD7Panm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbayD7Panm .mbr-section-btn {
  margin: 0;
}
.cid-tbayD7Panm .mbr-section-btn .btn {
  margin: 0;
}
.cid-taE0KGiO4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-taE0KGiO4V .mbr-text {
  color: #777d74;
}
.cid-taE0KGiO4V .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-taE0KGiO4V .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-taE0KGiO4V .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-taE0KGiO4V .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXSuGZXlP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSuGZXlP .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSuGZXlP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSuGZXlP .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSuGZXlP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSuGZXlP .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSuGZXlP .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSuGZXlP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSuGZXlP .logo-title {
  text-align: center;
}
.cid-taXSuGZXlP .logo-sub-title {
  text-align: center;
}
.cid-taXSuGZXlP .links {
  text-align: center;
  color: #656565;
}
.cid-taXSuGZXlP .logo-sub-title i {
  color: #9e9e9e;
}
.cid-taE7rEfJ5Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taE7rEfJ5Z .nav-item:focus,
.cid-taE7rEfJ5Z .nav-link:focus {
  outline: none;
}
.cid-taE7rEfJ5Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taE7rEfJ5Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taE7rEfJ5Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-taE7rEfJ5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taE7rEfJ5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taE7rEfJ5Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taE7rEfJ5Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taE7rEfJ5Z .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-taE7rEfJ5Z .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-taE7rEfJ5Z .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-taE7rEfJ5Z .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-taE7rEfJ5Z .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-taE7rEfJ5Z .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-taE7rEfJ5Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-taE7rEfJ5Z .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-taE7rEfJ5Z .navbar.collapsed .navbar-collapse.show,
.cid-taE7rEfJ5Z .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-taE7rEfJ5Z .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-taE7rEfJ5Z .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-taE7rEfJ5Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-taE7rEfJ5Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taE7rEfJ5Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taE7rEfJ5Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taE7rEfJ5Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taE7rEfJ5Z .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-taE7rEfJ5Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taE7rEfJ5Z .navbar.collapsed .right-menu,
.cid-taE7rEfJ5Z .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-taE7rEfJ5Z .navbar .navbar-collapse.show,
  .cid-taE7rEfJ5Z .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-taE7rEfJ5Z .navbar .navbar-collapse.show .brand-container,
  .cid-taE7rEfJ5Z .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-taE7rEfJ5Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taE7rEfJ5Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-taE7rEfJ5Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taE7rEfJ5Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taE7rEfJ5Z .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taE7rEfJ5Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taE7rEfJ5Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taE7rEfJ5Z .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-taE7rEfJ5Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-taE7rEfJ5Z .navbar .right-menu,
  .cid-taE7rEfJ5Z .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-taE7rEfJ5Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-taE7rEfJ5Z .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-taE7rEfJ5Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taE7rEfJ5Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taE7rEfJ5Z .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taE7rEfJ5Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taE7rEfJ5Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taE7rEfJ5Z .dropdown-item.active,
.cid-taE7rEfJ5Z .dropdown-item:active {
  background-color: transparent;
}
.cid-taE7rEfJ5Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taE7rEfJ5Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taE7rEfJ5Z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taE7rEfJ5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taE7rEfJ5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taE7rEfJ5Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taE7rEfJ5Z ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-taE7rEfJ5Z ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-taE7rEfJ5Z .navbar-buttons {
  margin-left: auto;
}
.cid-taE7rEfJ5Z button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taE7rEfJ5Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taE7rEfJ5Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taE7rEfJ5Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taE7rEfJ5Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taE7rEfJ5Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taE7rEfJ5Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taE7rEfJ5Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-taE7rEfJ5Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-taE7rEfJ5Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taE7rEfJ5Z .navbar-dropdown {
  position: fixed;
}
.cid-taE7rEfJ5Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taE7rEfJ5Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taE7rEfJ5Z .right-menu,
.cid-taE7rEfJ5Z .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-taE7rEfJ5Z .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taE7rEfJ5Z .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taE7rEfJ5Z .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-taE7rEfJ5Z .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-taE7rEfJ5Z .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-taE7rEfJ5Z .card-wrapper {
  z-index: 3;
}
.cid-taE7rEfJ5Z .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-taE7rEfJ5Z .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taE7rEfJ5Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taE7rEIiev {
  background-image: url("../../../assets/images/285701060-2565042133625746-8901275117608507935-n-1600x1200.jpg");
}
.cid-taE7rEIiev h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-taE7rEIiev h1 span {
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-taE7rEIiev .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-taE7rEIiev .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-taE7rEIiev .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-taE7rEIiev h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-taE7rEIiev .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-taE7rEIiev h1 {
    margin-bottom: 8rem;
  }
}
.cid-taE7rEIiev .icon-text {
  color: #e1201d;
  text-align: center;
}
.cid-taE7rF5qLS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-taE7rF5qLS .text-wrapper {
    padding: 2rem;
  }
}
.cid-taE7rF5qLS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-taE7rF5qLS .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taE7rF5qLS .svg-top {
    width: 1000px;
  }
}
.cid-taE7rF5qLS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-taE7rF5qLS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taE7rF5qLS .mbr-text {
  color: #1a449a;
}
.cid-taE7rF5qLS .name {
  color: #1a449a;
}
.cid-taE7rF5qLS .position {
  color: #1a449a;
}
.cid-tbayFNVgFP.popup-builder {
  background-color: #ffffff;
}
.cid-tbayFNVgFP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbayFNVgFP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbayFNVgFP .modal-content,
.cid-tbayFNVgFP .modal-dialog {
  height: auto;
}
.cid-tbayFNVgFP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbayFNVgFP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbayFNVgFP .form-wrapper .mbr-form .form-group,
  .cid-tbayFNVgFP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbayFNVgFP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbayFNVgFP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbayFNVgFP .mbr-text {
  text-align: center;
}
.cid-tbayFNVgFP .pt-0 {
  padding-top: 0 !important;
}
.cid-tbayFNVgFP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbayFNVgFP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbayFNVgFP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbayFNVgFP .modal-open {
  overflow: hidden;
}
.cid-tbayFNVgFP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbayFNVgFP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbayFNVgFP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbayFNVgFP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbayFNVgFP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbayFNVgFP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbayFNVgFP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbayFNVgFP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbayFNVgFP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbayFNVgFP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbayFNVgFP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbayFNVgFP .modal-backdrop.show {
  opacity: .5;
}
.cid-tbayFNVgFP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbayFNVgFP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayFNVgFP .modal-header {
    padding: 1rem;
  }
}
.cid-tbayFNVgFP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbayFNVgFP .modal-header .close svg {
  fill: #353535;
}
.cid-tbayFNVgFP .modal-header .close:hover {
  opacity: 1;
}
.cid-tbayFNVgFP .modal-header .close:focus {
  outline: none;
}
.cid-tbayFNVgFP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbayFNVgFP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbayFNVgFP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayFNVgFP .modal-body {
    padding: 1rem;
  }
}
.cid-tbayFNVgFP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbayFNVgFP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayFNVgFP .modal-footer {
    padding: 1rem;
  }
}
.cid-tbayFNVgFP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbayFNVgFP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbayFNVgFP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbayFNVgFP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbayFNVgFP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbayFNVgFP .modal-lg,
  .cid-tbayFNVgFP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbayFNVgFP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbayFNVgFP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbayFNVgFP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbayFNVgFP .form-group {
  margin-bottom: 1rem;
}
.cid-tbayFNVgFP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbayFNVgFP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbayFNVgFP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbayFNVgFP .mbr-section-btn {
  margin: 0;
}
.cid-tbayFNVgFP .mbr-section-btn .btn {
  margin: 0;
}
.cid-taE7rFoUQH {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taE7rFoUQH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taE7rFoUQH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taE7rFoUQH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taE7rFoUQH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taE7rFoUQH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taE7rFoUQH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taE7rFoUQH .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-taE7rFoUQH .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-taE7rFoUQH .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-taE7rFoUQH .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-taE7rFoUQH .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-taE7rFoUQH .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-taE7rFoUQH .mbr-gallery-filter ul {
  display: block;
}
.cid-taE7rFoUQH .mbr-gallery-filter ul li {
  position: relative;
}
.cid-taE7rFoUQH .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-taE7rFoUQH .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-taE7rFoUQH .mbr-gallery-filter li.active::after,
.cid-taE7rFoUQH .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-taE7rFoUQH .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taE7rFoUQH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taE7rFoUQH .icon-focus:before {
  content: '\e95e';
}
.cid-taE7rFoUQH .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-taE7rFoUQH .mbr-section-title {
  margin: 0;
}
.cid-taE7rFoUQH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-taE7rFoUQH .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKshWDLeX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKshWDLeX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKshWDLeX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKshWDLeX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKshWDLeX .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKshWDLeX .container {
  padding: 0;
}
.cid-taKshWDLeX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKshWDLeX .icon-focus {
  display: none;
}
.cid-taKshWDLeX .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKshWDLeX .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKshWDLeX li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKshWDLeX li {
  position: relative;
}
.cid-taKshWDLeX .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKshWDLeX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKshWDLeX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKshWDLeX .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKshWDLeX .btn {
  font-family: Roboto !important;
}
.cid-taKshWDLeX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKshWDLeX .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKshWDLeX .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKshWDLeX li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKshWDLeX .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-taE7rG96SY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-taE7rG96SY .mbr-text {
  color: #777d74;
}
.cid-taE7rG96SY .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-taE7rG96SY .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-taE7rG96SY .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-taE7rG96SY .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXSyQDPZc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSyQDPZc .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSyQDPZc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSyQDPZc .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSyQDPZc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSyQDPZc .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSyQDPZc .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSyQDPZc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSyQDPZc .logo-title {
  text-align: center;
}
.cid-taXSyQDPZc .logo-sub-title {
  text-align: center;
}
.cid-taXSyQDPZc .links {
  text-align: center;
  color: #656565;
}
.cid-taXSyQDPZc .logo-sub-title i {
  color: #9e9e9e;
}
.cid-taKz5cGDOj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taKz5cGDOj .nav-item:focus,
.cid-taKz5cGDOj .nav-link:focus {
  outline: none;
}
.cid-taKz5cGDOj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taKz5cGDOj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taKz5cGDOj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-taKz5cGDOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taKz5cGDOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taKz5cGDOj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taKz5cGDOj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taKz5cGDOj .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-taKz5cGDOj .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-taKz5cGDOj .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-taKz5cGDOj .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-taKz5cGDOj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-taKz5cGDOj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-taKz5cGDOj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-taKz5cGDOj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-taKz5cGDOj .navbar.collapsed .navbar-collapse.show,
.cid-taKz5cGDOj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-taKz5cGDOj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-taKz5cGDOj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-taKz5cGDOj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-taKz5cGDOj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taKz5cGDOj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taKz5cGDOj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taKz5cGDOj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taKz5cGDOj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-taKz5cGDOj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taKz5cGDOj .navbar.collapsed .right-menu,
.cid-taKz5cGDOj .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-taKz5cGDOj .navbar .navbar-collapse.show,
  .cid-taKz5cGDOj .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-taKz5cGDOj .navbar .navbar-collapse.show .brand-container,
  .cid-taKz5cGDOj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-taKz5cGDOj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taKz5cGDOj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-taKz5cGDOj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taKz5cGDOj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taKz5cGDOj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taKz5cGDOj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taKz5cGDOj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taKz5cGDOj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-taKz5cGDOj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-taKz5cGDOj .navbar .right-menu,
  .cid-taKz5cGDOj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-taKz5cGDOj .navbar.navbar-short {
  min-height: 60px;
}
.cid-taKz5cGDOj .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-taKz5cGDOj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taKz5cGDOj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taKz5cGDOj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taKz5cGDOj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taKz5cGDOj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taKz5cGDOj .dropdown-item.active,
.cid-taKz5cGDOj .dropdown-item:active {
  background-color: transparent;
}
.cid-taKz5cGDOj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taKz5cGDOj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taKz5cGDOj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taKz5cGDOj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taKz5cGDOj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taKz5cGDOj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taKz5cGDOj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-taKz5cGDOj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-taKz5cGDOj .navbar-buttons {
  margin-left: auto;
}
.cid-taKz5cGDOj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taKz5cGDOj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taKz5cGDOj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taKz5cGDOj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taKz5cGDOj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taKz5cGDOj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taKz5cGDOj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taKz5cGDOj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-taKz5cGDOj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-taKz5cGDOj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taKz5cGDOj .navbar-dropdown {
  position: fixed;
}
.cid-taKz5cGDOj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taKz5cGDOj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taKz5cGDOj .right-menu,
.cid-taKz5cGDOj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-taKz5cGDOj .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taKz5cGDOj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taKz5cGDOj .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-taKz5cGDOj .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-taKz5cGDOj .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-taKz5cGDOj .card-wrapper {
  z-index: 3;
}
.cid-taKz5cGDOj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-taKz5cGDOj .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taKz5cGDOj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taKz5dpW6a {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-07-05-a-las-17.28.23-1522x1022.png");
}
.cid-taKz5dpW6a h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-taKz5dpW6a h1 span {
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-taKz5dpW6a .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-taKz5dpW6a .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-taKz5dpW6a .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-taKz5dpW6a h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-taKz5dpW6a .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-taKz5dpW6a h1 {
    margin-bottom: 8rem;
  }
}
.cid-taKz5dpW6a .icon-text {
  color: #e1201d;
  text-align: center;
}
.cid-taKz5dWz7E {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-taKz5dWz7E .text-wrapper {
    padding: 2rem;
  }
}
.cid-taKz5dWz7E .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e1201d;
}
.cid-taKz5dWz7E .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-taKz5dWz7E .svg-top {
    width: 1000px;
  }
}
.cid-taKz5dWz7E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-taKz5dWz7E .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taKz5dWz7E .mbr-text {
  color: #1a449a;
}
.cid-taKz5dWz7E .name {
  color: #1a449a;
}
.cid-taKz5dWz7E .position {
  color: #1a449a;
}
.cid-taKz5eg3kG {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKz5eg3kG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKz5eg3kG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKz5eg3kG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKz5eg3kG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKz5eg3kG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKz5eg3kG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKz5eg3kG .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-taKz5eg3kG .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-taKz5eg3kG .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-taKz5eg3kG .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-taKz5eg3kG .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-taKz5eg3kG .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-taKz5eg3kG .mbr-gallery-filter ul {
  display: block;
}
.cid-taKz5eg3kG .mbr-gallery-filter ul li {
  position: relative;
}
.cid-taKz5eg3kG .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-taKz5eg3kG .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-taKz5eg3kG .mbr-gallery-filter li.active::after,
.cid-taKz5eg3kG .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-taKz5eg3kG .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taKz5eg3kG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taKz5eg3kG .icon-focus:before {
  content: '\e95e';
}
.cid-taKz5eg3kG .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-taKz5eg3kG .mbr-section-title {
  margin: 0;
}
.cid-taKz5eg3kG .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-taKz5eg3kG .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-taKz5eEXUt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taKz5eEXUt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taKz5eEXUt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taKz5eEXUt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taKz5eEXUt .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taKz5eEXUt .container {
  padding: 0;
}
.cid-taKz5eEXUt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taKz5eEXUt .icon-focus {
  display: none;
}
.cid-taKz5eEXUt .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taKz5eEXUt .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-taKz5eEXUt li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taKz5eEXUt li {
  position: relative;
}
.cid-taKz5eEXUt .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taKz5eEXUt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-taKz5eEXUt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taKz5eEXUt .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-taKz5eEXUt .btn {
  font-family: Roboto !important;
}
.cid-taKz5eEXUt .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taKz5eEXUt .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-taKz5eEXUt .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-taKz5eEXUt li:not(:last-child):after {
    top: 9px;
  }
  .cid-taKz5eEXUt .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbayIzxOE0.popup-builder {
  background-color: #ffffff;
}
.cid-tbayIzxOE0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbayIzxOE0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbayIzxOE0 .modal-content,
.cid-tbayIzxOE0 .modal-dialog {
  height: auto;
}
.cid-tbayIzxOE0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbayIzxOE0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbayIzxOE0 .form-wrapper .mbr-form .form-group,
  .cid-tbayIzxOE0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbayIzxOE0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbayIzxOE0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbayIzxOE0 .mbr-text {
  text-align: center;
}
.cid-tbayIzxOE0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tbayIzxOE0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbayIzxOE0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbayIzxOE0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbayIzxOE0 .modal-open {
  overflow: hidden;
}
.cid-tbayIzxOE0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbayIzxOE0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbayIzxOE0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbayIzxOE0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbayIzxOE0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbayIzxOE0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbayIzxOE0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbayIzxOE0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbayIzxOE0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbayIzxOE0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbayIzxOE0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbayIzxOE0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tbayIzxOE0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbayIzxOE0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayIzxOE0 .modal-header {
    padding: 1rem;
  }
}
.cid-tbayIzxOE0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbayIzxOE0 .modal-header .close svg {
  fill: #353535;
}
.cid-tbayIzxOE0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tbayIzxOE0 .modal-header .close:focus {
  outline: none;
}
.cid-tbayIzxOE0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbayIzxOE0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbayIzxOE0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayIzxOE0 .modal-body {
    padding: 1rem;
  }
}
.cid-tbayIzxOE0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbayIzxOE0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbayIzxOE0 .modal-footer {
    padding: 1rem;
  }
}
.cid-tbayIzxOE0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbayIzxOE0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbayIzxOE0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbayIzxOE0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbayIzxOE0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbayIzxOE0 .modal-lg,
  .cid-tbayIzxOE0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbayIzxOE0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbayIzxOE0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbayIzxOE0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbayIzxOE0 .form-group {
  margin-bottom: 1rem;
}
.cid-tbayIzxOE0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbayIzxOE0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbayIzxOE0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbayIzxOE0 .mbr-section-btn {
  margin: 0;
}
.cid-tbayIzxOE0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-taKz5eU4j6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-taKz5eU4j6 .mbr-text {
  color: #777d74;
}
.cid-taKz5eU4j6 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-taKz5eU4j6 .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-taKz5eU4j6 .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-taKz5eU4j6 .wrapper {
  display: flex;
  justify-content: center;
}
.cid-taXSCSmH74 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taXSCSmH74 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-taXSCSmH74 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-taXSCSmH74 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taXSCSmH74 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-taXSCSmH74 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-taXSCSmH74 .text2 {
  color: #000000;
  text-align: left;
}
.cid-taXSCSmH74 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-taXSCSmH74 .logo-title {
  text-align: center;
}
.cid-taXSCSmH74 .logo-sub-title {
  text-align: center;
}
.cid-taXSCSmH74 .links {
  text-align: center;
  color: #656565;
}
.cid-taXSCSmH74 .logo-sub-title i {
  color: #9e9e9e;
}
