body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Nunito-ExtraBold';
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Glitter-Candy';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nunito-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Nunito-ExtraBold';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Nunito-Regular';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  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: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffce00 !important;
}
.bg-success {
  background-color: #ffdf00 !important;
}
.bg-info {
  background-color: #22a5e5 !important;
}
.bg-warning {
  background-color: #ffce00 !important;
}
.bg-danger {
  background-color: #1d87c9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffce00 !important;
  border-color: #ffce00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a88800 !important;
  border-color: #a88800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a88800 !important;
  border-color: #a88800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d87c9 !important;
  border-color: #1d87c9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #12547d !important;
  border-color: #12547d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #12547d !important;
  border-color: #12547d !important;
}
.btn-info,
.btn-info:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffdf00 !important;
  border-color: #ffdf00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a89300 !important;
  border-color: #a89300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #a89300 !important;
  border-color: #a89300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffce00 !important;
  border-color: #ffce00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a88800 !important;
  border-color: #a88800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a88800 !important;
  border-color: #a88800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1d87c9 !important;
  border-color: #1d87c9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #12547d !important;
  border-color: #12547d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #12547d !important;
  border-color: #12547d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffce00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffce00 !important;
  border-color: #ffce00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d87c9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #12547d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d87c9 !important;
  border-color: #1d87c9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffdf00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a89300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffdf00 !important;
  border-color: #ffdf00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffce00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffce00 !important;
  border-color: #ffce00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d87c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #12547d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1d87c9 !important;
  border-color: #1d87c9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffce00 !important;
}
.text-secondary {
  color: #1d87c9 !important;
}
.text-success {
  color: #ffdf00 !important;
}
.text-info {
  color: #22a5e5 !important;
}
.text-warning {
  color: #ffce00 !important;
}
.text-danger {
  color: #1d87c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #104b70 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #998600 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #116690 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #104b70 !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: #ffce00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22a5e5;
}
.alert-warning {
  background-color: #ffce00;
}
.alert-danger {
  background-color: #1d87c9;
}
.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: #ffce00;
  border-color: #ffce00;
  color: #191500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffce00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff9cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bde0f5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffce00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffce00;
}
/* 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: #ffce00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffce00;
}
.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: #ffce00;
  border-bottom-color: #ffce00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffce00 !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: #1d87c9 !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='%23ffce00' %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-u7DXOffPxz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/apresentacao-funny-franquia-24-walter.pdf-7-1600x820.jpeg");
}
@media (min-width: 992px) {
  .cid-u7DXOffPxz .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-u7DXOffPxz .content {
    padding: 0 2rem;
  }
}
.cid-u7DXOffPxz .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-u7DXOffPxz .img-col {
  padding: 0;
}
.cid-u7DXOffPxz .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-u7DXOffPxz .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u7DXOffPxz .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-u7DXOffPxz .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-u7DXOffPxz .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #22a5e5 !important;
}
.cid-u7DXOffPxz .icon-title,
.cid-u7DXOffPxz .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-u7DXOffPxz .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u7DXOffPxz .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-u7DXOffPxz .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-u7DXOffPxz .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-u7DXOffPxz .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-u7DXOffPxz H1 {
  text-align: center;
  color: #22a5e5;
}
.cid-u7DXOffPxz H2 {
  text-align: center;
  color: #ff9c00;
}
.cid-u7DXOffPxz .mbr-text,
.cid-u7DXOffPxz .mbr-section-btn,
.cid-u7DXOffPxz .content {
  text-align: left;
}
.cid-u7DXOffPxz DIV {
  text-align: left;
}
.cid-u81V9R7g7v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fini-completa-20-anos-no-pais-16.webp");
}
.cid-u81V9R7g7v .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u81V9R7g7v .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u81V9R7g7v .mbr-section-title {
  color: #000000;
}
.cid-u81V9R7g7v .mbr-text,
.cid-u81V9R7g7v .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8250L6AuK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fini-completa-20-anos-no-pais-17.webp");
}
.cid-u8250L6AuK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8250L6AuK .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-u8250L6AuK .mbr-section-title {
  color: #000000;
}
.cid-u8250L6AuK .mbr-text,
.cid-u8250L6AuK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u82H3OEyWL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/apresentacao-funny-franquia-24-walter.pdf-4-2000x1025.jpg");
}
.cid-u82H3OEyWL .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u82H3OEyWL .row {
    text-align: center!important;
  }
}
.cid-u82H3OEyWL .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u82H3OEyWL .mbr-section-title {
    text-align: center;
  }
}
.cid-u82H3OEyWL .mbr-text {
  color: #000000;
  margin-top: 20px;
}
.cid-u82H3OEyWL .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u82H3OEyWL .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82H3OEyWL .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u82H3OEyWL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u82H3OEyWL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u82H3OEyWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82H3OEyWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82H3OEyWL .mbr-section-title,
.cid-u82H3OEyWL .mbr-section-btn {
  color: #22a5e5;
}
.cid-ACOqPPOcrq {
  background-color: #1e87c8;
}
.cid-ACOqPPOcrq .top {
  fill: #ffffff;
}
.cid-u99wXOPIzL {
  background-color: #ffffff;
}
.cid-u99wXOPIzL .top {
  fill: #1e87c8;
}
.cid-u7D7uPQBMs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fini-completa-20-anos-no-pais-11.webp");
}
.cid-u7D7uPQBMs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7D7uPQBMs .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-u7D7uPQBMs .mbr-section-title {
  color: #22a5e5;
}
.cid-u7D7uPQBMs .mbr-text,
.cid-u7D7uPQBMs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sttyhm12AZ .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-sttyhm12AZ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sttyhm12AZ .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sttyhm12AZ .dropdown-item {
  color: #000000 !important;
}
.cid-sttyhm12AZ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sttyhm12AZ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sttyhm12AZ .nav-link:hover {
  color: #1d87c9 !important;
}
.cid-sttyhm12AZ .btn-white {
  color: #ffce00 !important;
}
.cid-sttyhm12AZ .btn:hover {
  border-color: #1d87c9 !important;
  color: #1d87c9 !important;
}
.cid-sttyhm12AZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sttyhm12AZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sttyhm12AZ .container {
  display: flex;
  margin: auto;
}
.cid-sttyhm12AZ .navbar.navbar-short .nav-link,
.cid-sttyhm12AZ .navbar.navbar-short .navbar-caption,
.cid-sttyhm12AZ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sttyhm12AZ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sttyhm12AZ .navbar-caption {
  padding-right: 3rem;
}
.cid-sttyhm12AZ .navbar.opened {
  background: #0086cd !important;
}
.cid-sttyhm12AZ .nav-item:focus,
.cid-sttyhm12AZ .nav-link:focus {
  outline: none;
}
.cid-sttyhm12AZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sttyhm12AZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sttyhm12AZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sttyhm12AZ .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-sttyhm12AZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sttyhm12AZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sttyhm12AZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0086cd;
}
.cid-sttyhm12AZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sttyhm12AZ .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sttyhm12AZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sttyhm12AZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sttyhm12AZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sttyhm12AZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-sttyhm12AZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sttyhm12AZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sttyhm12AZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sttyhm12AZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sttyhm12AZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sttyhm12AZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sttyhm12AZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sttyhm12AZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sttyhm12AZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sttyhm12AZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sttyhm12AZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sttyhm12AZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sttyhm12AZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sttyhm12AZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sttyhm12AZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sttyhm12AZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sttyhm12AZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sttyhm12AZ .navbar.navbar-short {
  background: #0086cd !important;
  min-height: 60px;
}
.cid-sttyhm12AZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sttyhm12AZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sttyhm12AZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sttyhm12AZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sttyhm12AZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sttyhm12AZ .dropdown-item.active,
.cid-sttyhm12AZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sttyhm12AZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sttyhm12AZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sttyhm12AZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sttyhm12AZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0086cd;
}
.cid-sttyhm12AZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sttyhm12AZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sttyhm12AZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sttyhm12AZ .navbar-buttons {
  text-align: center;
}
.cid-sttyhm12AZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sttyhm12AZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sttyhm12AZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sttyhm12AZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sttyhm12AZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sttyhm12AZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sttyhm12AZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sttyhm12AZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sttyhm12AZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sttyhm12AZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sttyhm12AZ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sttyhm12AZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sttyhm12AZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sttyhm12AZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sttyhm12AZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sttyhm12AZ .navbar {
    height: 77px;
  }
  .cid-sttyhm12AZ .navbar.opened {
    height: auto;
  }
  .cid-sttyhm12AZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7aFc5WPaN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fini-completa-20-anos-no-pais-2.webp");
}
.cid-u7aFc5WPaN .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-u7aFc5WPaN img,
.cid-u7aFc5WPaN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7aFc5WPaN .item:focus,
.cid-u7aFc5WPaN span:focus {
  outline: none;
}
.cid-u7aFc5WPaN .item-wrapper {
  position: relative;
}
.cid-u7aFc5WPaN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7aFc5WPaN .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7aFc5WPaN .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u7aFc5WPaN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7aFc5WPaN .mbr-section-title {
  color: #1e87c8;
}
.cid-u7aFc5WPaN .mbr-text,
.cid-u7aFc5WPaN .mbr-section-btn {
  text-align: left;
}
.cid-u7aFc5WPaN .item-title {
  text-align: left;
  color: #e01851;
}
.cid-u7aFc5WPaN .item-subtitle {
  text-align: left;
}
.cid-u7aFc5WPaN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u7aFc5WPaN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u7aFc5WPaN .embla__button--next,
.cid-u7aFc5WPaN .embla__button--prev {
  display: flex;
}
.cid-u7aFc5WPaN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-u7aFc5WPaN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7aFc5WPaN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u7aFc5WPaN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7aFc5WPaN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7aFc5WPaN .embla__button {
    top: auto;
  }
}
.cid-u7aFc5WPaN .embla {
  position: relative;
  width: 100%;
}
.cid-u7aFc5WPaN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u7aFc5WPaN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7aFc5WPaN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7aFc5WPaN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-stIruLlNkp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/guide-visual-funny-2023-2-2000x1916.png");
}
.cid-stIruLlNkp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-stIruLlNkp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-stIruLlNkp .row {
    text-align: center;
  }
  .cid-stIruLlNkp .row > div {
    margin: auto;
  }
  .cid-stIruLlNkp .social-row {
    justify-content: center;
  }
}
.cid-stIruLlNkp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-stIruLlNkp .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-stIruLlNkp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stIruLlNkp .list {
    margin-bottom: 0rem;
  }
}
.cid-stIruLlNkp .mbr-text {
  color: #ffffff;
}
.cid-stIruLlNkp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-stIruLlNkp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-stIruLlNkp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-stIruLlNkp H5 {
  color: #ffcd00;
}
.cid-u9kOx1suXU {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #e01851;
}
.cid-u9kOx1suXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9kOx1suXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9kOx1suXU .video-wrapper iframe {
  width: 100%;
}
.cid-u9kOx1suXU .mbr-section-title,
.cid-u9kOx1suXU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9kOx1suXU .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9kOx1suXU .mbr-section-title {
  color: #ffdf00;
  text-align: left;
}
.cid-u9kOx1suXU .mbr-section-subtitle {
  color: #ffdf00;
}
.cid-u9kOx1suXU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u99l1SKVBX {
  background-color: #1e87c8;
}
.cid-u99l1SKVBX .top {
  fill: #e01851;
}
.cid-u8cRVSW7Mk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d87c9;
}
.cid-u8cRVSW7Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cRVSW7Mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cRVSW7Mk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8cRVSW7Mk .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-u8cRVSW7Mk .mbr-text,
.cid-u8cRVSW7Mk .mbr-section-btn {
  color: #ffffff;
}
.cid-u8cRVSW7Mk .mbr-section-title {
  color: #ffce00;
  text-align: left;
}
.cid-u8cTqtdcTS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d87c9;
}
.cid-u8cTqtdcTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cTqtdcTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cTqtdcTS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8cTqtdcTS .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u8cTqtdcTS .mbr-section-title {
  text-align: left;
}
.cid-u99l6UO7mf {
  background-color: #e01851;
}
.cid-u99l6UO7mf .top {
  fill: #1e87c8;
}
.cid-u83H6lS6Gg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/guide-visual-funny-2023-25-2000x1915.png");
  overflow: hidden;
}
.cid-u83H6lS6Gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83H6lS6Gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u83H6lS6Gg .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u83H6lS6Gg .row {
    flex-wrap: wrap;
  }
}
.cid-u83H6lS6Gg .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u83H6lS6Gg .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u83H6lS6Gg .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-u83H6lS6Gg .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #00aec5;
  transform: translateY(40%);
}
.cid-u83H6lS6Gg .mbr-section-title {
  color: #ffcd00;
  text-align: center;
}
.cid-u83H6lS6Gg .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-u83H6lS6Gg .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u83H6lS6Gg .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-u83H6lS6Gg .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u83H6lS6Gg .mbr-text {
    margin-top: 12px;
  }
}
.cid-u83H6lS6Gg .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u83H6lS6Gg .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-u83H6lS6Gg .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-u83H6lS6Gg .col-img {
    width: 350px;
  }
}
.cid-u83H6lS6Gg .img-wrap {
  position: relative;
  width: 100%;
}
.cid-u83H6lS6Gg .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u83H6lS6Gg .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-u83H6lS6Gg .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u83H6lS6Gg .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-u83H6lS6Gg .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-u83H6lS6Gg .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(360deg);
}
.cid-u83H6lS6Gg .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-u83H6lS6Gg .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-u83H6lS6Gg .mbr-text,
.cid-u83H6lS6Gg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u83H6lS6Gg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u83H6lS6Gg .mbr-section-title DIV {
  text-align: left;
}
.cid-stIYTdMJyz .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-stIYTdMJyz .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-stIYTdMJyz .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-stIYTdMJyz .dropdown-item {
  color: #000000 !important;
}
.cid-stIYTdMJyz .dropdown-item:hover {
  color: #000000 !important;
}
.cid-stIYTdMJyz .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-stIYTdMJyz .nav-link:hover {
  color: #1d87c9 !important;
}
.cid-stIYTdMJyz .btn-white {
  color: #ffce00 !important;
}
.cid-stIYTdMJyz .btn:hover {
  border-color: #1d87c9 !important;
  color: #1d87c9 !important;
}
.cid-stIYTdMJyz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stIYTdMJyz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stIYTdMJyz .container {
  display: flex;
  margin: auto;
}
.cid-stIYTdMJyz .navbar.navbar-short .nav-link,
.cid-stIYTdMJyz .navbar.navbar-short .navbar-caption,
.cid-stIYTdMJyz .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-stIYTdMJyz .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-stIYTdMJyz .navbar-caption {
  padding-right: 3rem;
}
.cid-stIYTdMJyz .navbar.opened {
  background: #0086cd !important;
}
.cid-stIYTdMJyz .nav-item:focus,
.cid-stIYTdMJyz .nav-link:focus {
  outline: none;
}
.cid-stIYTdMJyz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stIYTdMJyz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stIYTdMJyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stIYTdMJyz .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-stIYTdMJyz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stIYTdMJyz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stIYTdMJyz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0086cd;
}
.cid-stIYTdMJyz .navbar.opened {
  transition: all 0.3s;
}
.cid-stIYTdMJyz .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-stIYTdMJyz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stIYTdMJyz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stIYTdMJyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stIYTdMJyz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-stIYTdMJyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stIYTdMJyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stIYTdMJyz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stIYTdMJyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stIYTdMJyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stIYTdMJyz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stIYTdMJyz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stIYTdMJyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stIYTdMJyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stIYTdMJyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stIYTdMJyz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stIYTdMJyz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stIYTdMJyz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stIYTdMJyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stIYTdMJyz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stIYTdMJyz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-stIYTdMJyz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stIYTdMJyz .navbar.navbar-short {
  background: #0086cd !important;
  min-height: 60px;
}
.cid-stIYTdMJyz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stIYTdMJyz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stIYTdMJyz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stIYTdMJyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stIYTdMJyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stIYTdMJyz .dropdown-item.active,
.cid-stIYTdMJyz .dropdown-item:active {
  background-color: transparent;
}
.cid-stIYTdMJyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stIYTdMJyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stIYTdMJyz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stIYTdMJyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0086cd;
}
.cid-stIYTdMJyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stIYTdMJyz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stIYTdMJyz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stIYTdMJyz .navbar-buttons {
  text-align: center;
}
.cid-stIYTdMJyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stIYTdMJyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stIYTdMJyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stIYTdMJyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stIYTdMJyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stIYTdMJyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stIYTdMJyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stIYTdMJyz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stIYTdMJyz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stIYTdMJyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stIYTdMJyz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stIYTdMJyz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stIYTdMJyz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stIYTdMJyz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-stIYTdMJyz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stIYTdMJyz .navbar {
    height: 77px;
  }
  .cid-stIYTdMJyz .navbar.opened {
    height: auto;
  }
  .cid-stIYTdMJyz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u99jBxMick {
  background-color: #1e87c8;
}
.cid-u99jBxMick .top {
  fill: #e01851;
}
.cid-u80rRfyTpm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e87c8;
}
.cid-u80rRfyTpm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u80rRfyTpm .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u80rRfyTpm .mbr-section-title {
  color: #ffdf00;
  text-align: left;
}
.cid-u80rRfyTpm .mbr-text,
.cid-u80rRfyTpm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u90SFjzACP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e87c8;
}
.cid-u90SFjzACP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u90SFjzACP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u90SFjzACP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u90SFjzACP .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-u90SFjzACP .mbr-text,
.cid-u90SFjzACP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u90SFjzACP .mbr-section-title {
  color: #ffdf00;
  text-align: left;
}
.cid-u95Ueejxta {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1e87c8;
}
.cid-u95Ueejxta .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95Ueejxta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95Ueejxta .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u95Ueejxta .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-u95Ueejxta .mbr-text,
.cid-u95Ueejxta .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u95Ueejxta .mbr-section-title {
  color: #ffce00;
  text-align: left;
}
.cid-u83uj7mREh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u83uj7mREh img,
.cid-u83uj7mREh .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-u83uj7mREh .item:focus,
.cid-u83uj7mREh span:focus {
  outline: none;
}
.cid-u83uj7mREh .item-wrapper {
  position: relative;
}
.cid-u83uj7mREh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u83uj7mREh .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u83uj7mREh .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u83uj7mREh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u83uj7mREh .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-u83uj7mREh .mbr-text,
.cid-u83uj7mREh .mbr-section-btn {
  text-align: center;
}
.cid-u83uj7mREh .item-title {
  text-align: center;
}
.cid-u83uj7mREh .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u83uj7mREh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u83uj7mREh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u83uj7mREh .embla__button--next,
.cid-u83uj7mREh .embla__button--prev {
  display: flex;
}
.cid-u83uj7mREh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u83uj7mREh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u83uj7mREh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u83uj7mREh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u83uj7mREh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u83uj7mREh .embla__button {
    top: auto;
  }
}
.cid-u83uj7mREh .embla {
  position: relative;
  width: 100%;
}
.cid-u83uj7mREh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u83uj7mREh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u83uj7mREh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u83uj7mREh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u83uj7mREh .mbr-section-subtitle {
  text-align: left;
}
.cid-u83uj7mREh .mbr-section-title DIV {
  text-align: left;
}
.cid-u83uj7mREh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8Xro37D8b {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-u8Xro37D8b .mbr-section-title {
  color: #06182d;
}
.cid-u8Xro37D8b .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #1e87c8;
  background: linear-gradient(#1e87c8 0%, #1e87c8 69%, #1e87c8 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-u8Xro37D8b .mbr-section-subtitle {
  color: #06182d;
}
.cid-u8Xro37D8b .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-u8Xro37D8b .mbr-text {
  color: #22a5e5;
  font-weight: 300;
}
.cid-u8Xro37D8b .title-text {
  margin-bottom: 70px;
}
.cid-u8Xro37D8b .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-u8Xro37D8b .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-u8Xro37D8b .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u8Xro37D8b .title-text .mbr-section-title {
  color: #1d87c9;
}
.cid-u8Xro37D8b .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-u8Xro37D8b .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-u8Xro37D8b .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-u8Xro37D8b .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #22a5e5;
}
.cid-u8Xro37D8b .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-u8Xro37D8b .p-4 {
  padding: 1rem 0 !important;
}
.cid-u8Xro37D8b .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-u8Xro37D8b .mbri-arrow-down:before {
  content: "\e960";
}
.cid-u8Xro37D8b .mbri-arrow-up:before {
  content: "\e960";
}
.cid-u8Xro37D8b .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u8Xro37D8b .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-u8Xro37D8b .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-u8Xro37D8b .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-u8Xro37D8b .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-u8Xro37D8b .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-u8Xro37D8b .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #1e87c8;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-u8Xro37D8b .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #1d87c9;
}
.cid-u8Xro37D8b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u8Xro37D8b .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-u8Xro37D8b .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-u8Xro37D8b .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-u8Xro37D8b .card .card-header a.panel-title .toggle-icon:before,
.cid-u8Xro37D8b .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-u8Xro37D8b .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-u8Xro37D8b .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-u8Xro37D8b .card .panel-body {
  padding: 14px 20px;
}
.cid-u8Xro37D8b .card .panel-body p {
  color: #22a5e5;
  line-height: 1.5;
}
.cid-u8Xro37D8b .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-u8Xro37D8b .title-text .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u8Xro37D8b .card .panel-body p {
  text-align: left;
  color: #000000;
}
.cid-u8Xro37D8b .title-text .mbr-section-title {
  text-align: center;
}
.cid-u8Xro37D8b .card .card-header a.panel-title h4 {
  color: #1e87c8;
  text-align: left;
}
.cid-u95UzOauZ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95UzOauZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95UzOauZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95UzOauZ8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u95UzOauZ8 .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-u95UzOauZ8 .mbr-text,
.cid-u95UzOauZ8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u95UzOauZ8 .mbr-section-title {
  color: #ffce00;
  text-align: left;
}
.cid-u95UVPAOUy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u95UVPAOUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95UVPAOUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95UVPAOUy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u95UVPAOUy .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-u95UVPAOUy .mbr-text,
.cid-u95UVPAOUy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u95UVPAOUy .mbr-section-title {
  color: #ffce00;
  text-align: left;
}
.cid-frbZvtDB1U {
  background-color: #1e87c8;
}
.cid-frbZvtDB1U .top {
  fill: #ffffff;
}
.cid-u8eabXQfSr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e87c8;
}
.cid-u8eabXQfSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8eabXQfSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8eabXQfSr .mbr-section-title {
  color: #ffdf00;
  text-align: center;
}
.cid-u8eabXQfSr .mbr-text,
.cid-u8eabXQfSr .mbr-section-btn {
  color: #ffffff;
}
.cid-u8e6JpZaPW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d87c9;
}
.cid-u8e6JpZaPW .mbr-iconfont {
  color: #ffce00;
  font-size: 6.3rem;
}
.cid-u8e6JpZaPW .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-u8e6JpZaPW .btn {
  margin-left: 0rem;
}
.cid-u8e6JpZaPW .row {
  padding-bottom: 8rem;
}
.cid-u8e6JpZaPW .link {
  margin: 0;
  color: #000000;
}
.cid-u8e6JpZaPW .card-title {
  position: relative;
}
.cid-u8e6JpZaPW .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-u8e6JpZaPW .card-box {
  position: relative;
}
.cid-u8e6JpZaPW .card-box:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ffce00;
}
.cid-u8e6JpZaPW .card-img {
  margin-bottom: 2rem;
}
.cid-u8e6JpZaPW .media-container-row {
  align-items: flex-end;
}
.cid-u8e6JpZaPW .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u8e6JpZaPW .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u8e6JpZaPW .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u8e6JpZaPW .card {
    margin-bottom: 3rem;
  }
  .cid-u8e6JpZaPW .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u8e6JpZaPW .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u8e6JpZaPW .container {
    padding: 0;
  }
}
.cid-u8e6JpZaPW .card-title,
.cid-u8e6JpZaPW .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-u8e6JpZaPW .mbr-text,
.cid-u8e6JpZaPW .link {
  color: #000000;
  text-align: center;
}
.cid-u8eaKZKkm6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1d87c9;
}
.cid-u8eaKZKkm6 .mbr-iconfont {
  color: #ffce00;
  font-size: 6.3rem;
}
.cid-u8eaKZKkm6 .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-u8eaKZKkm6 .btn {
  margin-left: 0rem;
}
.cid-u8eaKZKkm6 .row {
  padding-bottom: 8rem;
}
.cid-u8eaKZKkm6 .link {
  margin: 0;
  color: #000000;
}
.cid-u8eaKZKkm6 .card-title {
  position: relative;
}
.cid-u8eaKZKkm6 .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-u8eaKZKkm6 .card-box {
  position: relative;
}
.cid-u8eaKZKkm6 .card-box:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ffce00;
}
.cid-u8eaKZKkm6 .card-img {
  margin-bottom: 2rem;
}
.cid-u8eaKZKkm6 .media-container-row {
  align-items: flex-end;
}
.cid-u8eaKZKkm6 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u8eaKZKkm6 .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u8eaKZKkm6 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u8eaKZKkm6 .card {
    margin-bottom: 3rem;
  }
  .cid-u8eaKZKkm6 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u8eaKZKkm6 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u8eaKZKkm6 .container {
    padding: 0;
  }
}
.cid-u8eaKZKkm6 .card-title,
.cid-u8eaKZKkm6 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-u8eaKZKkm6 .mbr-text,
.cid-u8eaKZKkm6 .link {
  color: #000000;
  text-align: center;
}
.cid-u99kQ1VkAD {
  background-color: #e01851;
}
.cid-u99kQ1VkAD .top {
  fill: #1e87c8;
}
.cid-u82L0OuewA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/foto5-1-2872x2251.png");
}
.cid-u82L0OuewA .mbr-overlay {
  background-color: #e01851;
  opacity: 1;
}
.cid-u82L0OuewA .form-control,
.cid-u82L0OuewA .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #9fdbf8;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-u82L0OuewA .form-control::-webkit-input-placeholder,
.cid-u82L0OuewA .field-input::-webkit-input-placeholder,
.cid-u82L0OuewA .form-control::-webkit-input-placeholder,
.cid-u82L0OuewA .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u82L0OuewA .form-control:-moz-placeholder,
.cid-u82L0OuewA .field-input:-moz-placeholder,
.cid-u82L0OuewA .form-control:-moz-placeholder,
.cid-u82L0OuewA .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u82L0OuewA .form-control:hover,
.cid-u82L0OuewA .field-input:hover,
.cid-u82L0OuewA .form-control:focus,
.cid-u82L0OuewA .field-input:focus {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u82L0OuewA .form-control:hover::-webkit-input-placeholder,
.cid-u82L0OuewA .field-input:hover::-webkit-input-placeholder,
.cid-u82L0OuewA .form-control:focus::-webkit-input-placeholder,
.cid-u82L0OuewA .field-input:focus::-webkit-input-placeholder,
.cid-u82L0OuewA .form-control:hover::-webkit-input-placeholder,
.cid-u82L0OuewA .field-input:hover::-webkit-input-placeholder,
.cid-u82L0OuewA .form-control:focus::-webkit-input-placeholder,
.cid-u82L0OuewA .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u82L0OuewA .form-control:hover:-moz-placeholder,
.cid-u82L0OuewA .field-input:hover:-moz-placeholder,
.cid-u82L0OuewA .form-control:focus:-moz-placeholder,
.cid-u82L0OuewA .field-input:focus:-moz-placeholder,
.cid-u82L0OuewA .form-control:hover:-moz-placeholder,
.cid-u82L0OuewA .field-input:hover:-moz-placeholder,
.cid-u82L0OuewA .form-control:focus:-moz-placeholder,
.cid-u82L0OuewA .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u82L0OuewA textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u82L0OuewA .jq-number__spin:hover,
.cid-u82L0OuewA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u82L0OuewA .jq-number__spin {
  background-color: #9fdbf8;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u82L0OuewA .jq-selectbox li,
.cid-u82L0OuewA .jq-selectbox li {
  background-color: #9fdbf8;
  color: #000000;
}
.cid-u82L0OuewA .jq-selectbox li:hover,
.cid-u82L0OuewA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u82L0OuewA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u82L0OuewA .jq-number__spin.minus:hover:after,
.cid-u82L0OuewA .jq-number__spin.plus:hover:after {
  border-top-color: #9fdbf8;
  border-bottom-color: #9fdbf8;
}
.cid-u82L0OuewA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u82L0OuewA .jq-number__spin.minus:after,
.cid-u82L0OuewA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u82L0OuewA .wrap {
  position: relative;
}
.cid-u82L0OuewA .mbr-form {
  z-index: 1;
}
.cid-u82L0OuewA input::-webkit-clear-button {
  display: none;
}
.cid-u82L0OuewA input::-webkit-inner-spin-button {
  display: none;
}
.cid-u82L0OuewA input::-webkit-outer-spin-button {
  display: none;
}
.cid-u82L0OuewA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u82L0OuewA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffce00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u82L0OuewA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u82L0OuewA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u82L0OuewA .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-u82L0OuewA .mbr-section-subtitle {
  color: #ffdf00;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: left;
}
.cid-u82L0OuewA .mbr-text {
  color: #606060;
}
.cid-u82L0OuewA .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u82L0OuewA .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u82L0OuewA .required {
  width: 100%;
  color: #808080;
}
.cid-u82L0OuewA img {
  width: 100%;
}
.cid-u82L0OuewA .counter {
  top: 45%;
  left: 10%;
}
.cid-u82L0OuewA .counter .full-circle {
  background-color: #848abd;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-u82L0OuewA .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-u82L0OuewA .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-u82L0OuewA .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u82L0OuewA img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u82L0OuewA .required {
    text-align: center;
  }
}
.cid-u82L0OuewA .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-u82L0OuewA .form-control-label,
.cid-u82L0OuewA .form-check {
  margin-left: 20px;
}
.cid-u82L0OuewA .badge,
.cid-u82L0OuewA .badge_wrap {
  color: #ffffff;
}
.cid-u99kFBdU5o {
  background-color: #1e87c8;
}
.cid-u99kFBdU5o .top {
  fill: #e01851;
}
.cid-stIYThQbku {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/guide-visual-funny-2023-2-2000x1916.png");
}
.cid-stIYThQbku .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-stIYThQbku .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-stIYThQbku .row {
    text-align: center;
  }
  .cid-stIYThQbku .row > div {
    margin: auto;
  }
  .cid-stIYThQbku .social-row {
    justify-content: center;
  }
}
.cid-stIYThQbku .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-stIYThQbku .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-stIYThQbku .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stIYThQbku .list {
    margin-bottom: 0rem;
  }
}
.cid-stIYThQbku .mbr-text {
  color: #ffffff;
}
.cid-stIYThQbku .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-stIYThQbku .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-stIYThQbku div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-stIYThQbku H5 {
  color: #ffcd00;
}
