.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem !important;
  }
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.4rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 1700px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #01425f !important;
}
.bg-success {
  background-color: #014561 !important;
}
.bg-info {
  background-color: #1b1818 !important;
}
.bg-warning {
  background-color: #f78328 !important;
}
.bg-danger {
  background-color: #dff1fe !important;
}
.btn-primary {
  background: linear-gradient(to right, #01425f, #01212e);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #01425f !important;
  border-color: #01425f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #026591 !important;
  border-color: #026591 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #026591 !important;
  border-color: #026591 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-secondary {
  background: linear-gradient(to right, #01212e, #01212e);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #01212e !important;
  border-color: #01212e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #024560 !important;
  border-color: #024560 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #024560 !important;
  border-color: #024560 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-info {
  background: linear-gradient(to right, #1b1818, #01212e);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #1b1818 !important;
  border-color: #1b1818 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #363030 !important;
  border-color: #363030 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #363030 !important;
  border-color: #363030 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-success {
  background: linear-gradient(to right, #014561, #01212e);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #014561 !important;
  border-color: #014561 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #026993 !important;
  border-color: #026993 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #026993 !important;
  border-color: #026993 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-warning {
  background: linear-gradient(to right, #f78328, #01212e);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #f78328 !important;
  border-color: #f78328 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f99f59 !important;
  border-color: #f99f59 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f99f59 !important;
  border-color: #f99f59 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-danger {
  background: linear-gradient(to right, #dff1fe, #01212e);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #dff1fe !important;
  border-color: #dff1fe !important;
  color: #0780d7 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0780d7 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #01212e);
  border: 0px;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #01212e);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #014561, #1b1818);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #01425f;
  color: #01425f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000609 !important;
  background-color: transparent !important;
  border-color: #000609 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01425f !important;
  border-color: #01425f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #01212e;
  color: #01212e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #01212e !important;
  border-color: #01212e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b1818;
  color: #1b1818;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1818 !important;
  border-color: #1b1818 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #014561;
  color: #014561;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00080b !important;
  background-color: transparent !important;
  border-color: #00080b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014561 !important;
  border-color: #014561 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f78328;
  color: #f78328;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c15907 !important;
  background-color: transparent !important;
  border-color: #c15907 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f78328 !important;
  border-color: #f78328 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dff1fe;
  color: #dff1fe;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8bccfb !important;
  background-color: transparent !important;
  border-color: #8bccfb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0780d7 !important;
  background-color: #dff1fe !important;
  border-color: #dff1fe !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #01425f !important;
}
.text-secondary {
  color: #01212e !important;
}
.text-success {
  color: #014561 !important;
}
.text-info {
  color: #1b1818 !important;
}
.text-warning {
  color: #f78328 !important;
}
.text-danger {
  color: #dff1fe !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b25207 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7cc6fb !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #01425f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b1818;
}
.alert-warning {
  background-color: #f78328;
}
.alert-danger {
  background-color: #dff1fe;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #01425f;
  border-color: #01425f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #01425f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #029add;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #029fdf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfc9c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef4ed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #01425f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #01425f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01425f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #01425f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #01425f;
  border-bottom-color: #01425f;
}
.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: #01425f !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: #01212e !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='%2301425f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uMJooLHq7C {
  min-height: 70px;
  z-index: 1000;
  width: 100%;
}
.cid-uMJooLHq7C nav.navbar {
  position: fixed;
  background-color: #dff1fe;
}
.cid-uMJooLHq7C .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMJooLHq7C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMJooLHq7C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMJooLHq7C .dropdown-item:hover,
.cid-uMJooLHq7C .dropdown-item:focus {
  background: #01425f !important;
  color: #CD6B21 !important;
}
.cid-uMJooLHq7C .dropdown-item:hover span {
  color: #CD6B21;
}
.cid-uMJooLHq7C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMJooLHq7C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMJooLHq7C .nav-dropdown .link {
  padding: 0 0.5em !important;
}
.cid-uMJooLHq7C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMJooLHq7C .nav-link {
  position: relative;
}
.cid-uMJooLHq7C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMJooLHq7C .container {
    flex-wrap: nowrap;
  }
}
.cid-uMJooLHq7C .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMJooLHq7C .navbar-nav {
  column-gap: 28px;
  margin-right: 28px;
}
.cid-uMJooLHq7C .navbar-nav .nav-item .nav-link {
  padding: 0px 8px !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-uMJooLHq7C .navbar-nav .nav-item .nav-link:hover,
.cid-uMJooLHq7C .navbar-nav .nav-item .nav-link:focus,
.cid-uMJooLHq7C .navbar-nav .nav-item .nav-link:active {
  opacity: 0.9;
  color: #CD6B21 !important;
}
.cid-uMJooLHq7C .dropdown-menu,
.cid-uMJooLHq7C .navbar.opened {
  background: #dff1fe !important;
}
.cid-uMJooLHq7C .nav-item:focus,
.cid-uMJooLHq7C .nav-link:focus {
  outline: none;
}
.cid-uMJooLHq7C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMJooLHq7C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMJooLHq7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMJooLHq7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMJooLHq7C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMJooLHq7C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMJooLHq7C .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(223, 241, 254, 0.8) !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uMJooLHq7C .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uMJooLHq7C .navbar.opened {
  transition: all 0.3s;
}
.cid-uMJooLHq7C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMJooLHq7C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMJooLHq7C .navbar.collapsed {
  justify-content: center;
}
.cid-uMJooLHq7C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMJooLHq7C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMJooLHq7C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMJooLHq7C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMJooLHq7C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMJooLHq7C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMJooLHq7C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMJooLHq7C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMJooLHq7C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMJooLHq7C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMJooLHq7C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMJooLHq7C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMJooLHq7C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMJooLHq7C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMJooLHq7C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMJooLHq7C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMJooLHq7C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMJooLHq7C .navbar .navbar-brand {
    height: auto !important;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .cid-uMJooLHq7C .navbar .navbar-brand {
    justify-content: center;
  }
}
.cid-uMJooLHq7C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uMJooLHq7C .navbar {
    min-height: 80px;
  }
}
.cid-uMJooLHq7C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uMJooLHq7C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMJooLHq7C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMJooLHq7C .dropdown-item.active,
.cid-uMJooLHq7C .dropdown-item:active {
  background-color: transparent;
}
.cid-uMJooLHq7C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMJooLHq7C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMJooLHq7C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMJooLHq7C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dff1fe;
}
.cid-uMJooLHq7C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMJooLHq7C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMJooLHq7C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMJooLHq7C .navbar-buttons {
  text-align: center;
  max-width: max-content;
}
@media (max-width: 992px) {
  .cid-uMJooLHq7C .navbar-buttons {
    margin-inline: auto;
  }
}
.cid-uMJooLHq7C button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #01212e, #014561);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uMJooLHq7C button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uMJooLHq7C button.navbar-toggler .hamburger {
  position: relative;
  left: 51%;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uMJooLHq7C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 2px;
  background-color: #dff1fe;
}
.cid-uMJooLHq7C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uMJooLHq7C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uMJooLHq7C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uMJooLHq7C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMJooLHq7C nav.opened .hamburger span:nth-child(1) {
  top: 2px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMJooLHq7C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMJooLHq7C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMJooLHq7C nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMJooLHq7C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMJooLHq7C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMJooLHq7C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMJooLHq7C .navbar {
    height: 70px;
  }
  .cid-uMJooLHq7C .navbar.opened {
    height: auto;
  }
  .cid-uMJooLHq7C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMJooLHq7C .navbar-short {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #dff1fe;
  background: rgba(223, 241, 254, 0.8);
}
@media (max-width: 575px) {
  .cid-uMJooLHq7C .navbar-short {
    heoght: 100% !important;
  }
}
.cid-uMJooLHq7C .container-fluid {
  position: relative !important;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uMJooLHq7C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uMJooLHq7C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uMJooLHq7C .container-fluid {
    padding: 0 3px;
    flex-wrap: nowrap !important;
  }
}
.cid-uMJooLHq7C .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 578px) {
  .cid-uMJooLHq7C .navbar-collapse {
    position: absolute !important;
    top: 80px !important;
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: #dff1fe !important;
  }
}
.cid-uMJooLHq7C .mbr-section-btn .btn {
  padding: 16px 32px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .cid-uMJooLHq7C .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMJooLHq7C .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uMJooLHq7C button.navbar-toggler {
    display: flex;
  }
  .cid-uMJooLHq7C .navbar-brand {
    width: auto !important;
  }
  .cid-uMJooLHq7C .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uMJooLHq7C .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uMJooLHq7C .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uMJooLHq7C .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uMJooLHq7C .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uMJooLHq7C .navbar-buttons {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uMJooLHq7C .btn-secundary {
  background-color: #f78328 !important;
  color: #01425f !important;
}
.cid-uMJooLHq7C .btn-secundary:hover {
  background-color: #CD6B21 !important;
}
.cid-uMJooLHq7C .navbar-logo a {
  display: inline-flex !important;
  verticle-align: middle !important;
}
.cid-uMJooLHq7C .navbar-dropdown .navbar-logo img {
  height: 4rem !important;
}
@media (max-width: 624px) {
  .cid-uMJooLHq7C .navbar-dropdown .navbar-logo img {
    height: auto !important;
  }
}
.cid-uMJooLHq7C .cid-uMJooLHq7C {
  min-height: auto !important;
  max-height: auto !important;
  height: auto !important;
}
.cid-tJ2HYuyOIb {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-torneio-ampern.webp");
  overflow: hidden;
}
.cid-tJ2HYuyOIb h1,
.cid-tJ2HYuyOIb h2,
.cid-tJ2HYuyOIb h3,
.cid-tJ2HYuyOIb h4,
.cid-tJ2HYuyOIb h5,
.cid-tJ2HYuyOIb h6 {
  line-height: 130% !important;
}
.cid-tJ2HYuyOIb p,
.cid-tJ2HYuyOIb li,
.cid-tJ2HYuyOIb a,
.cid-tJ2HYuyOIb button {
  line-height: 150% !important;
}
.cid-tJ2HYuyOIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2HYuyOIb .container-fluid,
.cid-tJ2HYuyOIb .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .container-fluid,
  .cid-tJ2HYuyOIb .container {
    padding: 0 1.5rem;
  }
}
.cid-tJ2HYuyOIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2HYuyOIb a {
  font-weight: bold;
}
.cid-tJ2HYuyOIb .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-tJ2HYuyOIb .image-wrapper img {
  border-radius: 3rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-tJ2HYuyOIb .row {
  justify-content: space-between;
  border-radius: 4rem !important;
  background: linear-gradient(to top, #01425f, #01212e);
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-tJ2HYuyOIb .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-tJ2HYuyOIb .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2HYuyOIb .mbr-section-btn,
.cid-tJ2HYuyOIb .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJ2HYuyOIb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2HYuyOIb .mbr-section-title {
  color: #dff1fe;
}
.cid-tJ2HYuyOIb .mbr-text,
.cid-tJ2HYuyOIb .mbr-section-btn {
  color: #ffffff;
}
.cid-tJ2HYuyOIb .mbr-section-subtitle {
  color: #dff1fe;
}
.cid-tJ2HYuyOIb .mbr-section-price {
  color: #047fb1;
}
.cid-tJ2HYuyOIb .section-subtitle {
  font-size: 28px !important;
  color: #ff014e;
}
.cid-tJ2HYuyOIb .btn-secundary {
  background-color: #f78328 !important;
  color: #dff1fe !important;
}
.cid-tJ2HYuyOIb .btn-secundary:hover {
  background-color: #CD6B21 !important;
}
.cid-uMAwM1nNgN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dff1fe;
}
.cid-uMAwM1nNgN h1,
.cid-uMAwM1nNgN h2,
.cid-uMAwM1nNgN h3,
.cid-uMAwM1nNgN h4,
.cid-uMAwM1nNgN h5,
.cid-uMAwM1nNgN h6 {
  line-height: 130% !important;
}
.cid-uMAwM1nNgN p,
.cid-uMAwM1nNgN li,
.cid-uMAwM1nNgN a,
.cid-uMAwM1nNgN button {
  line-height: 150% !important;
}
.cid-uMAwM1nNgN .card-wrapper {
  display: flex;
  padding: 0 0px 0px 1rem;
}
@media (max-width: 1600px) {
  .cid-uMAwM1nNgN .card-wrapper {
    padding: 0;
  }
}
.cid-uMAwM1nNgN img {
  width: 100%;
}
.cid-uMAwM1nNgN .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #01212e, #01425f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMAwM1nNgN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #01212e, #01425f);
}
.cid-uMAwM1nNgN .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uMAwM1nNgN h4 {
  margin: 0;
}
.cid-uMAwM1nNgN .card-text {
  color: #232323;
  text-align: left;
}
.cid-uMAwM1nNgN .mbr-text {
  color: #000000;
}
.cid-uMAwM1nNgN .card-title {
  color: #014561;
  text-align: left;
}
@media (min-width: 1200px) {
  .cid-uMAwM1nNgN .mbr-text,
  .cid-uMAwM1nNgN .secound-section {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uMAwM1nNgN .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uMAwM1nNgN .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMAwM1nNgN .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uMAwM1nNgN H3 {
  color: #c52300;
}
.cid-uMAwM1nNgN .mbr-section-title,
.cid-uMAwM1nNgN .title-wrapper {
  color: #f78328;
}
.cid-uMAwM1nNgN .mbr-text,
.cid-uMAwM1nNgN .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uMAwM1nNgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAwM1nNgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAwM1nNgN P {
  color: #047fb1;
}
.cid-uMAwM1nNgN .rounded-5 {
  border-radius: 16px !important;
}
.cid-uMAwM1nNgN .section-subtitle {
  font-size: 24px !important;
  color: #047fb1;
}
.cid-uMAwM1nNgN .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #edefeb;
}
.cid-uMAvT4qpQP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dff1fe;
}
.cid-uMAvT4qpQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAvT4qpQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uMAvT4qpQP .container {
    max-width: 1400px;
  }
}
.cid-uMAvT4qpQP .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #edefeb;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #01425f, #01212e);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uMAvT4qpQP .card {
    margin-bottom: 3rem;
  }
}
.cid-uMAvT4qpQP .row {
  justify-content: center;
}
.cid-uMAvT4qpQP .card-title,
.cid-uMAvT4qpQP .iconfont-wrapper {
  color: #047fb1;
  text-align: center;
}
.cid-uMAvT4qpQP .card-text {
  color: #232323;
  text-align: center;
}
.cid-uMAvT4qpQP .mbr-section-title {
  color: #f78328;
}
.cid-uMAvT4qpQP .mbr-section-subtitle {
  color: #232323;
}
.cid-uMAvT4qpQP .mbr-section-sub-title {
  color: #ff9945;
}
.cid-uMAvT4qpQP .section-subtitle {
  font-size: 24px !important;
  color: #047fb1;
}
.cid-uMAvT4qpQP .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #edefeb;
}
.cid-uMH2V3es6F {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dff1fe;
}
.cid-uMH2V3es6F img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uMH2V3es6F .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uMH2V3es6F .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uMH2V3es6F .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #01212e, #01425f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMH2V3es6F .card-wrapper {
  background: #01212e;
  padding: 2rem;
  border-radius: 12px !important;
}
@media (max-width: 767px) {
  .cid-uMH2V3es6F .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uMH2V3es6F .first:hover:before {
  content: none;
}
.cid-uMH2V3es6F .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #01212e, #01425f);
  content: "";
}
.cid-uMH2V3es6F .last:hover:after {
  content: none;
}
.cid-uMH2V3es6F .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #01212e, #01425f);
  content: "";
}
.cid-uMH2V3es6F .mbr-section-text {
  color: #999999;
}
.cid-uMH2V3es6F .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uMH2V3es6F .card .img-wrapper {
  overflow: hidden;
}
.cid-uMH2V3es6F .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uMH2V3es6F .card:hover .mbr-iconfont {
  color: #dff1fe !important;
  border-color: #dff1fe;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uMH2V3es6F .card:hover .card-wrapper {
  background: linear-gradient(to left, #01212e, #01425f);
  color: #dff1fe !important;
}
.cid-uMH2V3es6F .card:hover .card-wrapper .mbr-section-text {
  color: #dff1fe !important;
}
.cid-uMH2V3es6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMH2V3es6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMH2V3es6F .mbr-section-sub-title {
  color: #ff014e;
}
.cid-uMH2V3es6F .mbr-section-title {
  color: #dff1fe;
}
.cid-uMH2V3es6F .font-color {
  color: #fff !important;
  fill: #fff !important;
}
.cid-uMH2V3es6F .icon-color-primary {
  background-image: linear-gradient(to right, #f78328, #f78328) !important;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cid-uOBcIN93UM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dff1fe;
}
.cid-uOBcIN93UM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOBcIN93UM .item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1750px) {
  .cid-uOBcIN93UM .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOBcIN93UM .item {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-uOBcIN93UM .row {
    padding-top: 200px;
  }
}
.cid-uOBcIN93UM .mbr-section-btn,
.cid-uOBcIN93UM .btn {
  width: 100%;
}
.cid-uOBcIN93UM .card-title,
.cid-uOBcIN93UM .card-title2,
.cid-uOBcIN93UM .card-text {
  width: 100%;
}
.cid-uOBcIN93UM p {
  line-height: 1.6;
}
.cid-uOBcIN93UM .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #014561, #1b1818);
  height: 100%;
  border-radius: 24px !important;
  display: flex;
  overflow: visible;
  padding: 2rem 2rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOBcIN93UM .item-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uOBcIN93UM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOBcIN93UM .mbr-section-title {
  color: #f78328;
  text-align: center;
}
.cid-uOBcIN93UM .mbr-text,
.cid-uOBcIN93UM .mbr-section-btn {
  color: #dff1fe;
  text-align: left;
}
.cid-uOBcIN93UM .item-subtitle {
  color: #000000;
}
.cid-uOBcIN93UM .mbr-section-subtitle {
  text-align: center;
  color: #dff1fe;
}
.cid-uOBcIN93UM .item-title {
  text-align: left;
  color: #dff1fe;
}
.cid-uOBcIN93UM .card-text {
  color: #047fb1;
  text-align: center;
}
.cid-uOBcIN93UM .card-title2 {
  color: #c4cfde;
  text-align: right;
}
.cid-uOBcIN93UM .card-title {
  color: #c4cfde;
  text-align: left;
}
.cid-uOBcIN93UM .bg-item-wrapper {
  background: linear-gradient(to top, #1b1818, #f89c19);
}
.cid-uOBcIN93UM .section-subtitle {
  font-size: 24px !important;
  color: #047fb1;
}
.cid-uOBcIN93UM .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #edefeb;
}
.cid-uOBcIN93UM .btn-secundary {
  background-color: #f78328 !important;
  color: #dff1fe !important;
}
.cid-uOBcIN93UM .btn-secundary:hover {
  background-color: #CD6B21 !important;
}
.cid-uMGwuVzQTq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dff1fe;
  overflow: hidden;
}
.cid-uMGwuVzQTq .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uMGwuVzQTq .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uMGwuVzQTq .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-uMGwuVzQTq .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uMGwuVzQTq .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uMGwuVzQTq .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uMGwuVzQTq .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uMGwuVzQTq .mbr-section-title {
  color: #ff014e;
}
@media (max-width: 767px) {
  .cid-uMGwuVzQTq .mbr-section-title {
    text-align: center;
  }
}
.cid-uMGwuVzQTq .mbr-section-subtitle {
  color: #f78328;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uMGwuVzQTq .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uMGwuVzQTq .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uMGwuVzQTq .cards-container-2 {
    margin-top: 50px;
  }
}
.cid-uMGwuVzQTq .cards-head {
  width: 100%;
}
.cid-uMGwuVzQTq .cards-title {
  color: #014561;
}
.cid-uMGwuVzQTq .cards-subtitle {
  color: #01212e;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uMGwuVzQTq .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-uMGwuVzQTq .cards-list {
  width: 100%;
  margin-top: 50px;
  padding-left: 31px;
  border-left: 5px solid #014561;
}
.cid-uMGwuVzQTq .card {
  overflow: visible;
}
.cid-uMGwuVzQTq .card:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uMGwuVzQTq .card:not(:first-child) {
    margin-top: 30px;
  }
}
.cid-uMGwuVzQTq .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  padding: 45px 40px;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #014561, #01212e);
  box-shadow: 3px 3px 5px #898989, -3px -3px 5px #898989;
}
@media (max-width: 1199px) {
  .cid-uMGwuVzQTq .card-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uMGwuVzQTq .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uMGwuVzQTq .card-wrapper {
    padding: 20px;
  }
}
.cid-uMGwuVzQTq .card-wrapper:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #014561;
  z-index: 0;
}
.cid-uMGwuVzQTq .card-wrapper:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #014561;
  border-radius: 100%;
  left: -43.5px;
  top: 55px;
  transform: translateY(-7px);
  background: #dff1fe;
  transition: .4s all;
}
.cid-uMGwuVzQTq .card-wrapper:hover:after {
  background: #01425f;
}
.cid-uMGwuVzQTq .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uMGwuVzQTq .card-wrapper:hover .card-title {
  color: #dff1fe !important;
}
.cid-uMGwuVzQTq .card-wrapper:hover .card-subtitle {
  color: #dff1fe !important;
}
.cid-uMGwuVzQTq .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 8px !important;
  background: linear-gradient(to right bottom, #047fb1, #01212e);
  opacity: 0;
  transition: .5s all;
}
.cid-uMGwuVzQTq .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uMGwuVzQTq .card-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #014561;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .cid-uMGwuVzQTq .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-uMGwuVzQTq .card-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .cid-uMGwuVzQTq .card-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uMGwuVzQTq .card-title {
  color: #C4CFDE;
  margin-bottom: 7px;
  transition: .5s all;
}
.cid-uMGwuVzQTq .card-subtitle {
  color: #878e99;
  transition: .5s all;
  margin-bottom: 0;
}
.cid-uMGwuVzQTq .card-text-label {
  padding: 7px 15px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #014561, #01212e);
  box-shadow: 3px 3px 5px #1e2330, -3px -3px 5px #1e2330;
}
@media (max-width: 1199px) {
  .cid-uMGwuVzQTq .card-text-label {
    margin-left: 0;
  }
}
.cid-uMGwuVzQTq .card-label {
  color: #FF014E;
  margin-bottom: 0;
  text-align: left;
}
.cid-uMGwuVzQTq .card-text {
  color: #878e99;
  margin-bottom: 0;
  transition: .5s all;
}
.cid-uMGwuVzQTq .section-subtitle {
  font-size: 24px !important;
  color: #047fb1;
}
.cid-uMGwuVzQTq .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #edefeb;
}
.cid-uNgdRnRQ9E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dff1fe;
  overflow: hidden;
}
.cid-uNgdRnRQ9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgdRnRQ9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgdRnRQ9E .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-uNgdRnRQ9E .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uNgdRnRQ9E .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uNgdRnRQ9E .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-uNgdRnRQ9E .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uNgdRnRQ9E .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uNgdRnRQ9E .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uNgdRnRQ9E .mbr-section-title {
  color: #f78328;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNgdRnRQ9E .mbr-section-title {
    text-align: center;
  }
}
.cid-uNgdRnRQ9E .mbr-section-subtitle {
  color: #232323;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNgdRnRQ9E .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uNgdRnRQ9E .card-row {
  align-items: stretch;
}
.cid-uNgdRnRQ9E .item {
  margin-top: 30px;
}
.cid-uNgdRnRQ9E .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 32px 32px 36px;
  border-radius: 16px !important;
  overflow: hidden;
  background: linear-gradient(145deg, #01212e, #014561);
  box-shadow: 3px 3px 5px #898989, -3px -3px 5px #898989 !important;
}
@media (max-width: 575px) {
  .cid-uNgdRnRQ9E .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-uNgdRnRQ9E .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uNgdRnRQ9E .item-wrapper:hover .card-bg-contrast {
  background: linear-gradient(to right bottom, #865b03, #f78328);
}
.cid-uNgdRnRQ9E .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uNgdRnRQ9E .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px !important;
  background: linear-gradient(to right bottom, #01212e, #047fb1);
  opacity: 0;
  transition: .4s all;
}
.cid-uNgdRnRQ9E .card-bg-contrast {
  background: linear-gradient(to right bottom, #865b03, #cd6b21);
  box-shadow: 3px 3px 5px #232323, -3px -3px 5px #232323;
}
.cid-uNgdRnRQ9E .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uNgdRnRQ9E .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uNgdRnRQ9E .card-box {
  position: relative;
  z-index: 5;
  padding-top: 24px;
}
.cid-uNgdRnRQ9E .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uNgdRnRQ9E .head-container {
    margin-bottom: 10px;
  }
}
.cid-uNgdRnRQ9E .card-title {
  position: relative;
  z-index: 5;
  color: #c4cfde;
  margin-bottom: 0;
  flex-basis: 50%;
  margin-right: auto;
}
.cid-uNgdRnRQ9E .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 50%;
  margin-left: auto;
}
.cid-uNgdRnRQ9E .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-uNgdRnRQ9E .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #23dcfc;
}
.cid-uNgdRnRQ9E .comment-item-text {
  color: #c4cfde;
}
.cid-uNgdRnRQ9E .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uNgdRnRQ9E .card-text a {
  transition: .4s all;
}
.cid-uNgdRnRQ9E .card-text a:hover {
  color: #01425f !important;
}
.cid-uNgdRnRQ9E .section-subtitle {
  font-size: 24px !important;
  color: #047fb1;
}
.cid-uNgdRnRQ9E .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #c4cfde;
}
.cid-uNgdRnRQ9E .section-subtitle-3 {
  font-size: 24px;
  text-align: left;
  color: #01425f;
}
.cid-uNgdRnRQ9E .section-title-2 {
  font-size: 40px !important;
  text-align: left;
  color: #f78328;
  border-bottom: 1px solid #047fb1;
}
.cid-uNgdRnRQ9E .border-bottom-2 {
  border-bottom: 1px solid #f89c19;
}
.cid-uNgdRnRQ9E .mbr-section-sub-title {
  text-align: left;
  color: #edefeb;
}
.cid-uNgdRnRQ9E .line {
  width: 55px;
  margin-top: 64px !important;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #01425f, #047fb1);
}
.cid-uNgdRnRQ9E .title-wrapper {
  width: max-content;
  margin: 0 auto !important;
  text-align: left !important;
}
.cid-uNgdRnRQ9E .section-subtitle-3,
.cid-uNgdRnRQ9E .title-wrapper {
  color: #353535;
  text-align: center;
}
.cid-uOvaAVRWb5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dff1fe;
}
.cid-uOvaAVRWb5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #f78328, #ff9945);
}
.cid-uOvaAVRWb5 .mbr-text,
.cid-uOvaAVRWb5 .mbr-section-btn {
  color: #999999;
}
.cid-uOvaAVRWb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvaAVRWb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvaAVRWb5 .mbr-section-title,
.cid-uOvaAVRWb5 .title-wrapper {
  color: #f78328;
}
.cid-uOvaAVRWb5 .title-wrapper {
  max-width: max-content;
  margin: 0 auto !important;
}
.cid-uOvaAVRWb5 .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #c4cfde;
}
.cid-uOvaAVRWb5 .section-subtitle-2,
.cid-uOvaAVRWb5 .title-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uMIjSZnVg2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #dff1fe;
}
.cid-uMIjSZnVg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIjSZnVg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIjSZnVg2 .row {
  justify-content: space-between;
}
.cid-uMIjSZnVg2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMIjSZnVg2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMIjSZnVg2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMIjSZnVg2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMIjSZnVg2 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uMIjSZnVg2 .google-map iframe {
    height: 350px;
  }
}
.cid-uMIjSZnVg2 .mbr-label {
  color: #000000;
}
.cid-uMIjSZnVg2 .mbr-section-title {
  color: #000000;
}
.cid-uMIjSZnVg2 .mbr-desc {
  color: #1b1818;
}
.cid-uMIjSZnVg2 .mbr-text {
  color: #8a8a8a;
}
.cid-uMIjSZnVg2 .mbr-label,
.cid-uMIjSZnVg2 .label-wrapper {
  color: #ff014e;
}
.cid-uMIjSZnVg2 .mbr-section-title,
.cid-uMIjSZnVg2 .mbr-section-btn {
  color: #1e2330;
}
.cid-uMIjSZnVg2 .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #c4cfde;
}
.cid-uMIjSZnVg2 .section-title-2 {
  font-size: 40px !important;
  text-align: left;
  color: #047fb1;
  border-bottom: 1px solid #047fb1;
}
.cid-uMIjSZnVg2 .mbr-label,
.cid-uMIjSZnVg2 .section-subtitle-2 {
  color: #047fb1;
}
.cid-uMIjSZnVg2 .btn-secundary {
  background-color: #f78328 !important;
  color: #dff1fe !important;
}
.cid-uMIjSZnVg2 .btn-secundary:hover {
  background-color: #CD6B21 !important;
}
.cid-uMIlHvWibM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #dff1fe;
}
.cid-uMIlHvWibM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIlHvWibM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uMIlHvWibM .container-fluid {
    padding: 0;
  }
}
.cid-uMIlHvWibM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uMIlHvWibM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMIlHvWibM .embla__button--next,
.cid-uMIlHvWibM .embla__button--prev {
  display: flex;
}
.cid-uMIlHvWibM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMIlHvWibM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uMIlHvWibM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMIlHvWibM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMIlHvWibM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMIlHvWibM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMIlHvWibM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMIlHvWibM .embla {
  position: relative;
  width: 100%;
}
.cid-uMIlHvWibM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMIlHvWibM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMIlHvWibM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMIlHvWibM .embla__slide a {
  cursor: grab;
}
.cid-uMIlHvWibM .embla__slide a:active {
  cursor: grabbing;
}
.cid-uMIlHvWibM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMIlHvWibM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uMIlHvWibM .mbr-section-title {
  color: #232323;
}
.cid-uMIlHvWibM .mbr-section-subtitle {
  color: #232323;
}
.cid-uMIlHvWibM .mbr-box {
  color: #ffffff;
}
.cid-uMIlHvWibM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uMIlHvWibM img,
.cid-uMIlHvWibM .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMIlHvWibM .item-wrapper {
  position: relative;
}
.cid-uMIlHvWibM .content-head {
  max-width: 800px;
}
.cid-uMIlHvWibM .text-fonte-img {
  position: absolute;
  bottom: 0;
  background-color: #00000065;
  border-radius: 6px;
  font-weight: bold;
  color: #c4cfde !important;
  font-size: 12px !important;
  text-align: left !important;
}
.cid-uMItacSE1N {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #dff1fe;
}
.cid-uMItacSE1N p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uMItacSE1N .panel-title {
  border-bottom: 2px solid #f78328;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uMItacSE1N .collapsed {
  border: none;
}
.cid-uMItacSE1N .collapsed span {
  transform: rotate(0deg);
}
.cid-uMItacSE1N span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #01212e, #01425f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uMItacSE1N .panel-body {
  padding-top: 0.5rem;
}
.cid-uMItacSE1N .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uMItacSE1N .card .card-header {
  border-radius: 8px;
  margin: 0.5rem 0;
  border: 0px;
  background: #014561;
  padding: 0;
}
.cid-uMItacSE1N .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uMItacSE1N .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMItacSE1N .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMItacSE1N .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMItacSE1N .panel-text {
  color: #212428;
}
.cid-uMItacSE1N H4 {
  color: #c4cfde;
}
.cid-uMItacSE1N H2 {
  color: #f78328;
}
.cid-uMItacSE1N .mbr-section-text {
  color: #999999;
}
.cid-uMItacSE1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMItacSE1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMItacSE1N .mbr-label,
.cid-uMItacSE1N .label-wrapper {
  color: #ff014e;
}
.cid-uMItacSE1N .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #c4cfde;
}
.cid-uMItacSE1N .mbr-label,
.cid-uMItacSE1N .section-subtitle-2 {
  color: #047fb1;
}
.cid-uMIw6BMuX0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #dff1fe;
}
.cid-uMIw6BMuX0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #01212e, #01425f);
}
.cid-uMIw6BMuX0 .mbr-text,
.cid-uMIw6BMuX0 .mbr-section-btn {
  color: #000000;
}
.cid-uMIw6BMuX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIw6BMuX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIw6BMuX0 .mbr-section-title,
.cid-uMIw6BMuX0 .title-wrapper {
  text-align: center;
  color: #f78328;
}
.cid-uMIw6BMuX0 .section-subtitle-2 {
  font-size: 24px;
  text-align: left;
  color: #c4cfde;
}
.cid-uMIw6BMuX0 .mbr-label,
.cid-uMIw6BMuX0 .label-wrapper {
  color: #ff9945;
}
.cid-uMIw6BMuX0 .mbr-label,
.cid-uMIw6BMuX0 .section-subtitle-2 {
  color: #047fb1;
}
.cid-uMIw6BMuX0 .icon-color-primary {
  background-image: linear-gradient(to right, #f78328, #f78328) !important;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cid-uMIvbvCTjF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #dff1fe;
}
.cid-uMIvbvCTjF img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uMIvbvCTjF .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uMIvbvCTjF .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uMIvbvCTjF .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #01212e, #01425f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMIvbvCTjF .card-wrapper {
  background: #014561;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMIvbvCTjF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uMIvbvCTjF .first:hover:before {
  content: none;
}
.cid-uMIvbvCTjF .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #01212e, #01425f);
  content: "";
}
.cid-uMIvbvCTjF .last:hover:after {
  content: none;
}
.cid-uMIvbvCTjF .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #01212e, #01425f);
  content: "";
}
.cid-uMIvbvCTjF .mbr-section-text {
  color: #999999;
}
.cid-uMIvbvCTjF .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uMIvbvCTjF .card .img-wrapper {
  overflow: hidden;
}
.cid-uMIvbvCTjF .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uMIvbvCTjF .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uMIvbvCTjF .card:hover .card-wrapper {
  background: linear-gradient(to left, #01212e, #01425f);
  color: #ffffff !important;
}
.cid-uMIvbvCTjF .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uMIvbvCTjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIvbvCTjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIvbvCTjF .icon-color-primary {
  background-image: linear-gradient(to right, #f78328, #f78328) !important;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cid-uMIvbvCTjF .mbr-section-title {
  color: #dff1fe;
}
.cid-uMItBVZpMw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #dff1fe;
}
.cid-uMItBVZpMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMItBVZpMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMItBVZpMw .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uMItBVZpMw .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMItBVZpMw .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uMItBVZpMw .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uMItBVZpMw .container {
    max-width: 100%;
  }
  .cid-uMItBVZpMw .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMItBVZpMw .item-wrap {
  width: 100%;
}
.cid-uMItBVZpMw .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-uMItBVZpMw .navbar-brand {
    flex-wrap: wrap;
  }
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMItBVZpMw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uMItBVZpMw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uMItBVZpMw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uMItBVZpMw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #047fb1, #1b1818) !important;
  color: transparent !important;
  box-shadow: 3px 3px 5px #898989, -3px -3px 5px #898989;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #dff1fe;
}
.cid-uMItBVZpMw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uMItBVZpMw .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMItBVZpMw .col-links {
    padding-top: 20px;
  }
}
.cid-uMItBVZpMw .mbr-section-subtitle {
  color: #047fb1;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uMItBVZpMw .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMItBVZpMw .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #191b1f;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uMItBVZpMw .list {
    text-align: center !important;
  }
}
.cid-uMItBVZpMw .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uMItBVZpMw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #01425f;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .list a:hover {
  color: #01425f !important;
  line-height: inherit !important;
}
.cid-uMItBVZpMw .list a:hover:before {
  width: 100%;
}
.cid-uMItBVZpMw .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uMItBVZpMw .col-copyright {
    padding-top: 40px;
  }
}
.cid-uMItBVZpMw .border-item {
  width: 100%;
  height: 1px;
  background-color: #c4cfde;
}
.cid-uMItBVZpMw .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uMItBVZpMw .mbr-text,
.cid-uMItBVZpMw .mbr-section-btn {
  color: #191b1f;
}
.cid-uONgkpiu4G {
  background-color: #c4cfde;
}
.cid-uONgkpiu4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONgkpiu4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONgkpiu4G .items-wrap {
  justify-content: center;
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content {
  background-color: #c4cfde;
}
@media (max-width: 992px) {
  .cid-uONgkpiu4G .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 220px;
    width: 220px;
  }
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uONgkpiu4G .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uONgkpiu4G .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uONgkpiu4G .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uONgkpiu4G .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uONgkpiu4G .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uONgkpiu4G .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uONgkpiu4G .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #014561;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uONgkpiu4G .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #014561;
  border: 1px solid #014561;
}
.cid-uONgkpiu4G .card {
  justify-content: space-between;
}
.cid-uONgkpiu4G .mbr-section-btn {
  margin-bottom: 22px;
  text-align: center;
}
.cid-uONgkpiu4G .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uONgkpiu4G .mbr-section-btn {
    text-align: center;
  }
}
.cid-uONgkpiu4G .item-number {
  color: #191c25;
}
.cid-uONgkpiu4G .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uONgkpiu4G .item-text {
  color: #191c25;
  text-align: center;
}
.cid-uONgkpiu4G .item-title,
.cid-uONgkpiu4G .tabs-wrapper,
.cid-uONgkpiu4G .mbr-section-btn {
  color: #f78328;
}
.cid-uT2dbwNMWp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/banner-torneio-ampern-1.webp");
}
.cid-uT2dbwNMWp .mbr-overlay {
  background-color: #dff1fe;
  opacity: 0.6;
}
.cid-uT2dbwNMWp .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uT2dbwNMWp .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uT2dbwNMWp .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uT2dbwNMWp .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uT2dbwNMWp .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uT2dbwNMWp .mbr-section-title {
  color: #FF014E;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uT2dbwNMWp .mbr-section-title {
    text-align: center;
  }
}
.cid-uT2dbwNMWp .mbr-section-subtitle {
  color: #f78328;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uT2dbwNMWp .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uT2dbwNMWp .item-card {
  height: 100%;
}
.cid-uT2dbwNMWp .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #01212e;
}
@media (max-width: 767px) {
  .cid-uT2dbwNMWp .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uT2dbwNMWp .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uT2dbwNMWp .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uT2dbwNMWp .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uT2dbwNMWp .card-box {
  padding-top: 28px;
}
.cid-uT2dbwNMWp .card-title {
  color: #f78328;
  margin-bottom: 9px;
}
.cid-uT2dbwNMWp .card-subtitle {
  color: #047fb1;
  margin-bottom: 15px;
}
.cid-uT2dbwNMWp .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-uT2dbwNMWp .card-contacts {
  color: #878e99;
}
.cid-uT2dbwNMWp .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uT2dbwNMWp .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #01425f;
  transition: 0.4s all;
}
.cid-uT2dbwNMWp .card-contacts a:hover {
  color: #01425f !important;
}
.cid-uT2dbwNMWp .card-contacts a:hover:before {
  width: 100%;
}
.cid-uT2dbwNMWp .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uT2dbwNMWp .social-title {
  color: #C4CFDE;
}
.cid-uT2dbwNMWp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uT2dbwNMWp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #047fb1, #01212e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #01212e;
  transition: 0.4s all;
}
.cid-uT2dbwNMWp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uT2dbwNMWp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uT2dbwNMWp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uT2dbwNMWp .soc-item:hover .mbr-iconfont {
  color: #01425f;
}
.cid-uT2dbwNMWp .soc-item:hover:before {
  opacity: 1;
}
.cid-uT2dbwNMWp .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uT2dbwNMWp .form-main-container {
    padding-left: 20px;
  }
}
.cid-uT2dbwNMWp .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #01212e;
}
@media (max-width: 575px) {
  .cid-uT2dbwNMWp .form-wrap {
    padding: 20px;
  }
}
.cid-uT2dbwNMWp form {
  width: 100%;
}
.cid-uT2dbwNMWp form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uT2dbwNMWp form p {
  color: #878e99;
}
.cid-uT2dbwNMWp form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uT2dbwNMWp form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uT2dbwNMWp form .form-group {
  margin-bottom: 20px !important;
}
.cid-uT2dbwNMWp form .form-control {
  background-color: #014561;
  opacity: 0.85;
  border-radius: 6px !important;
  height: 55px;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uT2dbwNMWp form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .select-control {
  background-color: #014561;
  opacity: 0.85;
  border: transparent;
  border-radius: 2px !important;
  font-size: 18px;
  height: 24px;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
}
.cid-uT2dbwNMWp form .select-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .select-control::-moz-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .select-control:-moz-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .select-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form select {
  color: #878e99 !important;
}
.cid-uT2dbwNMWp form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uT2dbwNMWp form input:active,
.cid-uT2dbwNMWp form textarea:active,
.cid-uT2dbwNMWp form input:focus,
.cid-uT2dbwNMWp form textarea:focus {
  border-color: #01425f !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uT2dbwNMWp form input:active::-webkit-input-placeholder,
.cid-uT2dbwNMWp form textarea:active::-webkit-input-placeholder,
.cid-uT2dbwNMWp form input:focus::-webkit-input-placeholder,
.cid-uT2dbwNMWp form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form input:active::-moz-placeholder,
.cid-uT2dbwNMWp form textarea:active::-moz-placeholder,
.cid-uT2dbwNMWp form input:focus::-moz-placeholder,
.cid-uT2dbwNMWp form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form input:active:-moz-placeholder,
.cid-uT2dbwNMWp form textarea:active:-moz-placeholder,
.cid-uT2dbwNMWp form input:focus:-moz-placeholder,
.cid-uT2dbwNMWp form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form input:active:-ms-input-placeholder,
.cid-uT2dbwNMWp form textarea:active:-ms-input-placeholder,
.cid-uT2dbwNMWp form input:focus:-ms-input-placeholder,
.cid-uT2dbwNMWp form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uT2dbwNMWp form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uT2dbwNMWp form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uT2dbwNMWp form label {
  width: 100%;
  color: #dff1fe;
  margin-bottom: 14px;
}
.cid-uT2dbwNMWp form .form-control-label {
  width: 100%;
}
.cid-uT2dbwNMWp form .form-check-label {
  margin-bottom: 14px;
}
.cid-uT2dbwNMWp form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uT2dbwNMWp form .form-check-input:focus,
.cid-uT2dbwNMWp form .form-check-input:hover {
  border-color: #01425f !important;
}
.cid-uT2dbwNMWp form .form-check-input:checked {
  border-color: #01425f !important;
  background-color: #191b1e !important;
}
.cid-uT2dbwNMWp .btn-secundary {
  background-color: #f78328;
  color: #dff1fe;
}
.cid-uT2dbwNMWp .btn-secundary:hover {
  background-color: #CD6B21;
}
.cid-uT2dbwNMWp .row-categories {
  column-gap: 32px;
}
.cid-uT2dbwNMWp .categories-text {
  color: #dff1fe !important;
}
.cid-uT2dbwNMWp .cpf-invalid {
  border-color: #dc3545 !important;
}
.cid-uT2dbwNMWp .text-danger {
  color: #dc3545 !important;
}
.cid-uT2dbwNMWp .modalidade-group {
  background: rgba(1, 33, 46, 0.1);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.cid-uT2dbwNMWp .modalidade-title {
  margin-bottom: 0.75rem;
  color: #047fb1;
  border-bottom: 2px solid #047fb1;
  padding-bottom: 0.5rem;
}
.cid-uT2dbwNMWp .modalidade-title-2 {
  color: #f78328 !important;
  border-color: #f78328 !important;
}
.cid-uT2dbwNMWp .categorias-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cid-uT2dbwNMWp .categoria-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
.cid-uT2dbwNMWp .categoria-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #047fb1;
  cursor: pointer;
}
.cid-uT2dbwNMWp .categoria-label {
  margin: 0;
  cursor: pointer;
  color: #dff1fe;
  user-select: none;
  font-weight: 500;
  transition: 0.3s ease-in-out all;
}
.cid-uT2dbwNMWp .categoria-item:hover {
  background: rgba(4, 127, 177, 0.1);
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
}
.cid-uT2dbwNMWp .categoria-item:hover .categoria-label {
  color: #047fb1 !important;
}
@media (max-width: 991px) {
  .cid-uT2dbwNMWp .modalidade-group {
    margin-bottom: 1.5rem;
  }
}
.cid-uT2dbwNMWp p {
  line-height: 140% !important;
}
.cid-uT2dbwNMWp H6 {
  color: #047fb1;
}
.cid-uMItBVZpMw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #dff1fe;
}
.cid-uMItBVZpMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMItBVZpMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMItBVZpMw .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uMItBVZpMw .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uMItBVZpMw .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uMItBVZpMw .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uMItBVZpMw .container {
    max-width: 100%;
  }
  .cid-uMItBVZpMw .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMItBVZpMw .item-wrap {
  width: 100%;
}
.cid-uMItBVZpMw .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-uMItBVZpMw .navbar-brand {
    flex-wrap: wrap;
  }
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMItBVZpMw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uMItBVZpMw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uMItBVZpMw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uMItBVZpMw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uMItBVZpMw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #047fb1, #1b1818) !important;
  color: transparent !important;
  box-shadow: 3px 3px 5px #898989, -3px -3px 5px #898989;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #dff1fe;
}
.cid-uMItBVZpMw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uMItBVZpMw .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMItBVZpMw .col-links {
    padding-top: 20px;
  }
}
.cid-uMItBVZpMw .mbr-section-subtitle {
  color: #047fb1;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uMItBVZpMw .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMItBVZpMw .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #191b1f;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uMItBVZpMw .list {
    text-align: center !important;
  }
}
.cid-uMItBVZpMw .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uMItBVZpMw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #01425f;
  transition: 0.4s all;
}
.cid-uMItBVZpMw .list a:hover {
  color: #01425f !important;
  line-height: inherit !important;
}
.cid-uMItBVZpMw .list a:hover:before {
  width: 100%;
}
.cid-uMItBVZpMw .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uMItBVZpMw .col-copyright {
    padding-top: 40px;
  }
}
.cid-uMItBVZpMw .border-item {
  width: 100%;
  height: 1px;
  background-color: #c4cfde;
}
.cid-uMItBVZpMw .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uMItBVZpMw .mbr-text,
.cid-uMItBVZpMw .mbr-section-btn {
  color: #191b1f;
}
