.btn {
  border-width: 2px;
}
body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Anybody', display;
  font-size: 6.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 4.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 1.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.13rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.76rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((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: #bb2649 !important;
}
.bg-success {
  background-color: #df617f !important;
}
.bg-info {
  background-color: #6664b2 !important;
}
.bg-warning {
  background-color: #abf6b0 !important;
}
.bg-danger {
  background-color: #78ec80 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #D42C54 !important;
  border-color: #D42C54 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #73172d !important;
  border-color: #73172d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #73172d !important;
  border-color: #73172d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d42b53 !important;
  border-color: #d42b53 !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: #8c1c37 !important;
  border-color: #8c1c37 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c37 !important;
  border-color: #8c1c37 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6664b2 !important;
  border-color: #6664b2 !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: #413f80 !important;
  border-color: #413f80 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #413f80 !important;
  border-color: #413f80 !important;
}
.btn-success,
.btn-success:active {
  background-color: #df617f !important;
  border-color: #df617f !important;
  color: #ffffff !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: #c2274c !important;
  border-color: #c2274c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c2274c !important;
  border-color: #c2274c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #abf6b0 !important;
  border-color: #abf6b0 !important;
  color: #109218 !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: #07440b !important;
  background-color: #5dee66 !important;
  border-color: #5dee66 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #109218 !important;
  background-color: #5dee66 !important;
  border-color: #5dee66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !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: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !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: #2b2b2b !important;
  border-color: #2b2b2b !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: #bb2649;
  color: #bb2649;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #73172d !important;
  background-color: transparent!important;
  border-color: #73172d !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb2649 !important;
  border-color: #bb2649 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d42b53;
  color: #d42b53;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8c1c37 !important;
  background-color: transparent!important;
  border-color: #8c1c37 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d42b53 !important;
  border-color: #d42b53 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6664b2;
  color: #6664b2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #413f80 !important;
  background-color: transparent!important;
  border-color: #413f80 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6664b2 !important;
  border-color: #6664b2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #df617f;
  color: #df617f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2274c !important;
  background-color: transparent!important;
  border-color: #c2274c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #df617f !important;
  border-color: #df617f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #abf6b0;
  color: #abf6b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5dee66 !important;
  background-color: transparent!important;
  border-color: #5dee66 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #109218 !important;
  background-color: #abf6b0 !important;
  border-color: #abf6b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #78ec80;
  color: #78ec80;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: #2ce139 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.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: #2b2b2b !important;
  border-color: #2b2b2b !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: #bb2649 !important;
}
.text-secondary {
  color: #d42b53 !important;
}
.text-success {
  color: #df617f !important;
}
.text-info {
  color: #6664b2 !important;
}
.text-warning {
  color: #abf6b0 !important;
}
.text-danger {
  color: #78ec80 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #661528 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f1a32 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b52547 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3c3a76 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4fec59 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1fdf2d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bb2649;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6664b2;
}
.alert-warning {
  background-color: #abf6b0;
}
.alert-danger {
  background-color: #78ec80;
}
.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: #bb2649;
  border-color: #bb2649;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bb2649;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e47c95;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bab9dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Anybody', display;
  font-size: 1rem;
  line-height: 1.3;
  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: #bb2649 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #bb2649;
}
/* 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: #bb2649;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bb2649;
}
.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: #bb2649;
  border-bottom-color: #bb2649;
}
.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: #bb2649 !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: #d42b53 !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='%23bb2649' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-tss8GG75Gh {
  z-index: 1000;
  width: 100%;
}
.cid-tss8GG75Gh .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-tss8GG75Gh .dropdown-menu {
  padding: 0;
}
.cid-tss8GG75Gh .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tss8GG75Gh .dropdown-item {
    text-align: left !important;
  }
}
.cid-tss8GG75Gh .dropdown-item:hover {
  background-position: right !important;
}
.cid-tss8GG75Gh .dropdown-item:hover:after {
  color: #bb2649;
}
.cid-tss8GG75Gh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tss8GG75Gh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tss8GG75Gh .nav-link {
  position: relative;
}
.cid-tss8GG75Gh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tss8GG75Gh .dropdown-menu,
.cid-tss8GG75Gh .navbar.opened {
  background: #fbfbfb !important;
}
.cid-tss8GG75Gh .nav-item:focus,
.cid-tss8GG75Gh .nav-link:focus {
  outline: none;
}
.cid-tss8GG75Gh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tss8GG75Gh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tss8GG75Gh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tss8GG75Gh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tss8GG75Gh .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tss8GG75Gh .navbar.opened {
  transition: all 0.3s;
}
.cid-tss8GG75Gh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tss8GG75Gh .navbar .navbar-logo img {
  width: auto;
}
.cid-tss8GG75Gh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tss8GG75Gh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tss8GG75Gh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tss8GG75Gh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tss8GG75Gh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tss8GG75Gh .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-tss8GG75Gh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tss8GG75Gh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tss8GG75Gh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tss8GG75Gh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tss8GG75Gh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tss8GG75Gh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .navbar {
    min-height: 80px;
  }
}
.cid-tss8GG75Gh .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tss8GG75Gh .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tss8GG75Gh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tss8GG75Gh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .navbar-brand {
    min-height: 69px;
  }
}
.cid-tss8GG75Gh .dropdown-item.active,
.cid-tss8GG75Gh .dropdown-item:active {
  background-color: transparent;
}
.cid-tss8GG75Gh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tss8GG75Gh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tss8GG75Gh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tss8GG75Gh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-tss8GG75Gh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tss8GG75Gh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tss8GG75Gh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tss8GG75Gh button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tss8GG75Gh button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tss8GG75Gh button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tss8GG75Gh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #d42b53;
}
.cid-tss8GG75Gh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tss8GG75Gh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tss8GG75Gh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tss8GG75Gh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tss8GG75Gh nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tss8GG75Gh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tss8GG75Gh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tss8GG75Gh nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tss8GG75Gh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tss8GG75Gh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tss8GG75Gh .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-tss8GG75Gh .navbar {
    height: 70px;
  }
  .cid-tss8GG75Gh .navbar.opened {
    height: auto;
  }
  .cid-tss8GG75Gh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tss8GG75Gh .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #fbfbfb;
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .navbar-short {
    min-height: 70px;
  }
}
.cid-tss8GG75Gh .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tss8GG75Gh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tss8GG75Gh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .container-fluid {
    padding: 0 3px;
  }
}
.cid-tss8GG75Gh .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tss8GG75Gh .navbar-nav {
  display: flex !important;
}
.cid-tss8GG75Gh .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tss8GG75Gh .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tss8GG75Gh .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tss8GG75Gh .navbar-nav .nav-item .nav-link:hover,
.cid-tss8GG75Gh .navbar-nav .nav-item .nav-link:focus,
.cid-tss8GG75Gh .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tss8GG75Gh .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #d42b53 !important;
}
.cid-tss8GG75Gh .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tss8GG75Gh .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tss8GG75Gh button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tss8GG75Gh button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tss8GG75Gh button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tss8GG75Gh button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #d42b53;
}
.cid-tss8GG75Gh button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tss8GG75Gh button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tss8GG75Gh button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tss8GG75Gh button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tss8GG75Gh .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tss8GG75Gh .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tss8GG75Gh .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tss8GG75Gh .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #d42b53;
}
.cid-tss8GG75Gh .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tss8GG75Gh .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tss8GG75Gh .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tss8GG75Gh .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tss8GG75Gh .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tss8GG75Gh .offcanvas.show {
  transform: translateX(0);
}
.cid-tss8GG75Gh .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tss8GG75Gh .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tss8GG75Gh .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #d42b53;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tss8GG75Gh .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tss8GG75Gh .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tss8GG75Gh .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tss8GG75Gh .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tss8GG75Gh .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tss8GG75Gh .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tss8GG75Gh .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tss8GG75Gh .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tss8GG75Gh .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tss8GG75Gh .social-container {
    padding-top: 40px;
  }
}
.cid-tss8GG75Gh .social-title {
  color: #fbfbfb;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tss8GG75Gh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tss8GG75Gh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #d42b53, #d42b53);
  transition: 0.4s all;
}
.cid-tss8GG75Gh .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-tss8GG75Gh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #fbfbfb;
}
.cid-tss8GG75Gh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tss8GG75Gh .soc-item:hover:before {
  opacity: 1;
}
.cid-tss8GG75Gh .offcanvas_btn {
  margin-top: auto;
}
.cid-tss8GG75Gh .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tss8GG75Gh .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ttdXwMqZDi {
  background-image: url("../../../assets/images/banner-areia-tofu-gatos-pastel-2000x1135.jpg");
}
.cid-ttdXwMqZDi .container-fluid {
  padding-right: 0;
}
.cid-ttdXwMqZDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttdXwMqZDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttdXwMqZDi .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ttdXwMqZDi .title-wrapper {
    padding: 0 12px;
  }
}
.cid-ttdXwMqZDi .title {
  display: flex;
  align-items: center;
}
.cid-ttdXwMqZDi .title-wrapper {
  width: 100%;
}
.cid-ttdXwMqZDi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ttdXwMqZDi .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-ttdXwMqZDi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ttdXwMqZDi .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ttdXwMqZDi .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ttdXwMqZDi .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-ttdXwMqZDi .image-wrapper {
    margin-top: 39px;
  }
}
.cid-ttdXwMqZDi .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttdXwMqZDi .mbr-section-subtitle {
  color: #181818;
}
.cid-ttdXwMqZDi .mbr-section-title {
  color: #181818;
}
.cid-ttdXwMqZDi .mbr-text {
  color: #2b2b2b;
}
.cid-ttdXwMqZDi .mbr-section-title,
.cid-ttdXwMqZDi .mbr-section-btn {
  color: #23272b;
  text-align: left;
}
.cid-tt7qFmCqhX {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #df617f;
}
.cid-tt7qFmCqhX .mbr-section-title {
  color: #ffffff;
}
.cid-tt7qFmCqhX .mbr-text {
  color: #ffffff;
}
.cid-tt7qFmCqhX .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tt7qFmCqhX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb2649;
}
.cid-tt7qFmCqhX .svg-top .st0 {
  fill: #df617f;
}
@media (max-width: 992px) {
  .cid-tt7qFmCqhX .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-tt7qFmCqhX h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-tt7qFmCqhX h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-tt7qFmCqhX h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-tt7qFmCqhX h5 {
    margin-left: 0px;
  }
  .cid-tt7qFmCqhX h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-tt7qFmCqhX h5:hover:before {
    animation: none;
  }
}
.cid-tt7qFmCqhX .mbr-section-subtitle,
.cid-tt7qFmCqhX .content {
  color: #ffffff;
}
.cid-tsriUvh0cb {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #df617f;
  background-position: initial !important;
}
.cid-tsriUvh0cb .item:focus,
.cid-tsriUvh0cb span:focus {
  outline: none;
}
.cid-tsriUvh0cb .item-wrapper {
  position: relative;
}
.cid-tsriUvh0cb .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tsriUvh0cb .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tsriUvh0cb .mbr-section-title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
}
.cid-tsriUvh0cb .mbr-text,
.cid-tsriUvh0cb .mbr-section-btn {
  text-align: left;
}
.cid-tsriUvh0cb .item-title {
  text-align: left;
}
.cid-tsriUvh0cb .item-subtitle {
  text-align: left;
}
.cid-tsriUvh0cb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tsriUvh0cb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tsriUvh0cb .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tsriUvh0cb .embla__slide {
    min-width: 375px;
  }
}
.cid-tsriUvh0cb .embla__button--next,
.cid-tsriUvh0cb .embla__button--prev {
  display: flex;
}
.cid-tsriUvh0cb .embla__button {
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 22px;
  border-radius: 50%;
  top: -15%;
  margin-top: -2.5rem;
  background-color: #df617f;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tsriUvh0cb .embla__button {
    display: none;
  }
}
.cid-tsriUvh0cb .embla__button:disabled {
  cursor: default;
}
.cid-tsriUvh0cb .embla__button.embla__button--prev {
  right: 0;
  margin-right: 0.5rem;
}
.cid-tsriUvh0cb .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tsriUvh0cb .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-tsriUvh0cb .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-tsriUvh0cb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsriUvh0cb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsriUvh0cb .embla {
  position: relative;
  width: 100%;
}
.cid-tsriUvh0cb .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tsriUvh0cb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tsriUvh0cb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tsriUvh0cb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tsriUvh0cb .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tsriUvh0cb .shadow {
  border-radius: 34px;
  overflow: visible;
  padding: 12px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-tsriUvh0cb .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tsriUvh0cb img {
  border-radius: 25px;
  padding-bottom: 20px;
  width: 100%;
}
.cid-tsriUvh0cb .card-title {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-tsriUvh0cb .card-text {
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 18px;
}
.cid-tsriUvh0cb .btn {
  padding: 1rem 2rem;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 300ms ease !important;
  font-weight: 600;
}
.cid-tsriUvh0cb a.btn > span {
  margin-left: 0.5rem;
}
.cid-tsriUvh0cb .col-md-5 {
  display: flex;
  justify-content: flex-end;
}
.cid-tsriUvh0cb .row {
  display: flex;
  align-items: center;
}
.cid-tsriUvh0cb .card-title,
.cid-tsriUvh0cb .iconfont-wrapper {
  color: #2b2b2b;
}
.cid-tsriUvh0cb .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-tsriUvh0cb .col-md-5 {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .cid-tsriUvh0cb .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-tsriUvh0cb .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-tsriUvh0cb .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-tsriUvh0cb .embla__button--prev {
    margin-right: 1.5rem !important;
  }
  .cid-tsriUvh0cb .embla__container {
    transform: translateX(-25px);
  }
  .cid-tsriUvh0cb .embla__slide {
    min-width: 290px;
  }
}
.cid-ttowlBPzNa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #df617f;
  margin-bottom:-20px;
}
@media (max-width: 767px) {
  .cid-ttowlBPzNa {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-ttowlBPzNa img {
  width: 100%;
  border-radius: 30px;
}
.cid-ttowlBPzNa .mbr-section-title {
  color: #ffffff;
}
.cid-ttowlBPzNa .mbr-section-subtitle {
  background-color: #d42b53;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Anybody', display;
  font-weight: 900;
  color: #ffffff;
}
.cid-ttowlBPzNa .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-ttowlBPzNa .svg-1 path {
  fill: #ffffff;
}
.cid-ttowlBPzNa .container-fluid {
  max-width: 1200px;
}
.cid-ttowlBPzNa .mbr-arrow {
  z-index: 1;
}
.cid-ttowlBPzNa .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ttowlBPzNa .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ttowlBPzNa .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttowlBPzNa .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttowlBPzNa .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-ttnnldlPGY {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttnnldlPGY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttnnldlPGY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttnnldlPGY .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ttnnldlPGY .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttnnldlPGY .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ttnnldlPGY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttnnldlPGY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttnnldlPGY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttnnldlPGY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttnnldlPGY .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ttnnldlPGY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ttnnldlPGY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttnnldlPGY .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttnnldlPGY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttnnldlPGY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttnnldlPGY .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ttnnldlPGY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttnnldlPGY .mbr-gallery-title {
  font-size: 1.5rem;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttnnldlPGY .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ttnnldlPGY .mbr-gallery-item > div > span {
  color: #2b2b2b;
  text-align: center;
}
.cid-ttowFIHv8k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0f4;
}
.cid-ttowFIHv8k .mbr-section-title {
  color: #d42b53;
  text-align: left;
  line-height:1;
}
.cid-ttowFIHv8k .mbr-text {
  color: #d42b53;
  text-align: left;
}
.cid-ttowFIHv8k .mbr-section-subtitle {
  color: #1a449a;
}
.cid-ttowFIHv8k .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb2649;
}
.cid-ttowFIHv8k .svg-top .st0 {
  fill: #fff0f4;
}
@media (max-width: 992px) {
  .cid-ttowFIHv8k .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-ttowFIHv8k h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-ttowFIHv8k h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-ttowFIHv8k h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-ttowFIHv8k h5 {
    margin-left: 0px;
  }
  .cid-ttowFIHv8k h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-ttowFIHv8k h5:hover:before {
    animation: none;
  }
}
.cid-ttowFIHv8k .mbr-section-subtitle,
.cid-ttowFIHv8k .content {
  color: #d42b53;
  text-align: center;
}
.cid-ttpuaKvNza {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #fff0f4;
  position: relative;
}
.cid-ttpuaKvNza .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ttpuaKvNza .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-ttpuaKvNza .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-ttpuaKvNza .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-ttpuaKvNza .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-ttpuaKvNza .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-ttpuaKvNza .item {
    margin-bottom: 0.75rem;
  }
}
.cid-ttpuaKvNza .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-ttpuaKvNza .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.58823529;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-ttpuaKvNza .item-img:hover {
  transform: translateY(-3px);
}
.cid-ttpuaKvNza .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttpuaKvNza .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-ttpuaKvNza .item-title {
  color: #d42b53;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-ttpuaKvNza .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-ttpuaKvNza .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tssey8VKDO {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f2ecff;
}
.cid-tssey8VKDO .mbr-section-title {
  color: #6664b2;
}
.cid-tssey8VKDO .mbr-text {
  color: #141414;
}
.cid-tssey8VKDO .mbr-section-subtitle {
  color: #1a449a;
}
.cid-tssey8VKDO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb2649;
}
.cid-tssey8VKDO .svg-top .st0 {
  fill: #f2ecff;
}
@media (max-width: 992px) {
  .cid-tssey8VKDO .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-tssey8VKDO h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-tssey8VKDO h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-tssey8VKDO h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 768px) {
  .cid-tssey8VKDO h5 {
    margin-left: 0px;
  }
  .cid-tssey8VKDO h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-tssey8VKDO h5:hover:before {
    animation: none;
  }
}
.cid-tssey8VKDO .mbr-section-subtitle,
.cid-tssey8VKDO .content {
  color: #5e65ad;
  text-align: center;
}
.cid-ttjkXi4ckB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ecff;
  position: relative;
}
.cid-ttjkXi4ckB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ttjkXi4ckB .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-ttjkXi4ckB .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-ttjkXi4ckB .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-ttjkXi4ckB .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-ttjkXi4ckB .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-ttjkXi4ckB .item {
    margin-bottom: 0.75rem;
  }
}
.cid-ttjkXi4ckB .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-ttjkXi4ckB .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-ttjkXi4ckB .item-img:hover {
  transform: translateY(-3px);
}
.cid-ttjkXi4ckB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttjkXi4ckB .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-ttjkXi4ckB .item-title {
  color: #6664b2;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-ttjkXi4ckB .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-ttjkXi4ckB .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tswY0QZDaw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ecff;
  position: relative;
}
.cid-tswY0QZDaw .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tswY0QZDaw .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tswY0QZDaw .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tswY0QZDaw .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tswY0QZDaw .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tswY0QZDaw .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tswY0QZDaw .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tswY0QZDaw .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tswY0QZDaw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-tswY0QZDaw .item-img:hover {
  transform: translateY(-3px);
}
.cid-tswY0QZDaw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tswY0QZDaw .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tswY0QZDaw .item-title {
  color: #6664b2;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-tswY0QZDaw .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tswY0QZDaw .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ttjkPcJsUI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2ecff;
  position: relative;
}
.cid-ttjkPcJsUI .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ttjkPcJsUI .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-ttjkPcJsUI .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-ttjkPcJsUI .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-ttjkPcJsUI .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-ttjkPcJsUI .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-ttjkPcJsUI .item {
    margin-bottom: 0.75rem;
  }
}
.cid-ttjkPcJsUI .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-ttjkPcJsUI .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-ttjkPcJsUI .item-img:hover {
  transform: translateY(-3px);
}
.cid-ttjkPcJsUI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttjkPcJsUI .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-ttjkPcJsUI .item-title {
  color: #6664b2;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-ttjkPcJsUI .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-ttjkPcJsUI .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ttnIwH0tUS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d1d1f7;
}
.cid-ttnIwH0tUS .mbr-section-title {
  color: #ffffff;
}
.cid-ttnIwH0tUS .mbr-text {
  color: #ffffff;
}
.cid-ttnIwH0tUS .mbr-section-subtitle {
  color: #1a449a;
}
.cid-ttnIwH0tUS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb2649;
}
.cid-ttnIwH0tUS .svg-top .st0 {
  fill: #d1d1f7;
}
@media (max-width: 992px) {
  .cid-ttnIwH0tUS .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-ttnIwH0tUS h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-ttnIwH0tUS h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-ttnIwH0tUS h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-ttnIwH0tUS h5 {
    margin-left: 0px;
  }
  .cid-ttnIwH0tUS h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-ttnIwH0tUS h5:hover:before {
    animation: none;
  }
}
.cid-ttnIwH0tUS .mbr-section-subtitle,
.cid-ttnIwH0tUS .content {
  color: #ffffff;
}
.cid-tttlIBi59u {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #d1d1f7;
}
.cid-tttlIBi59u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tttlIBi59u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tttlIBi59u a {
  font-weight: 900;
}
.cid-tttlIBi59u .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-tttlIBi59u .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tttlIBi59u .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tttlIBi59u .image-wrapper {
  padding: 0;
}
.cid-tttlIBi59u .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tttlIBi59u .image-wrapper img {
    border-radius: 0;
  }
}
.cid-tttlIBi59u .mbr-section-title {
  color: #353535;
}
.cid-tttlIBi59u .mbr-text,
.cid-tttlIBi59u .mbr-section-btn {
  color: #353535;
}
.cid-ttnOXXQR5o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttnOXXQR5o .mbr-section-title {
  color: #ffffff;
}
.cid-ttnOXXQR5o .mbr-text {
  color: #ffffff;
}
.cid-ttnOXXQR5o .mbr-section-subtitle {
  color: #1a449a;
}
.cid-ttnOXXQR5o .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb2649;
  z-index:5;
}
.cid-ttnOXXQR5o .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-ttnOXXQR5o .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-ttnOXXQR5o h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-ttnOXXQR5o h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-ttnOXXQR5o h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-ttnOXXQR5o h5 {
    margin-left: 0px;
  }
  .cid-ttnOXXQR5o h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-ttnOXXQR5o h5:hover:before {
    animation: none;
  }
}
.cid-ttnOXXQR5o .mbr-section-subtitle,
.cid-ttnOXXQR5o .content {
  color: #ffffff;
}
.cid-ttnxGzIygk {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-ttnxGzIygk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-ttnxGzIygk .mbr-section-head {
    text-align: center;
  }
}
.cid-ttnxGzIygk .mbr-section-title {
  color: #d42b53;
  text-align: center;
}
.cid-ttnxGzIygk .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-ttnxGzIygk .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-ttnxGzIygk .mbr-section-subtitle {
  color: #d42b53;
  margin-bottom: 0;
  text-align: center;
}
.cid-ttnxGzIygk .mbr-text {
  color: #2b2b2b;
  margin-top: 17px;
  text-align: center;
}
.cid-ttnxGzIygk form.mbr-form {
  margin-top: 2rem;
  margin-top: 30px;
}
.cid-ttnxGzIygk form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-ttnxGzIygk form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1199px) {
  .cid-ttnxGzIygk form.mbr-form .mbr-section-btn svg {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .cid-ttnxGzIygk form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-ttnxGzIygk form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-ttnxGzIygk form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-ttnxGzIygk form.mbr-form .mbr-section-btn svg path {
  fill: #000000;
}
@media (max-width: 767px) {
  .cid-ttnxGzIygk .dragArea {
    flex-direction: column;
    align-items: center;
  }
}
.cid-ttnxGzIygk input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-ttnxGzIygk .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-ttnxGzIygk .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-ttnxGzIygk .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-ttnxGzIygk .wave-container .wave svg path {
  fill: #d42b53;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-ttnxGzIygk button {
  width: 100%;
}
.cid-ttnULN3lwv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d42b53;
}
.cid-ttnULN3lwv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ttnULN3lwv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ttnULN3lwv .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-ttnULN3lwv .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-ttnULN3lwv .media-container-row .footer-item,
  .cid-ttnULN3lwv .media-container-row .mbr-social-likes,
  .cid-ttnULN3lwv .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-ttnULN3lwv .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-ttnULN3lwv .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-ttnULN3lwv .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttnULN3lwv .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (7 * 1rem));
  display: inline-block;
}
.cid-ttnULN3lwv .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-ttnULN3lwv .mbr-social-likes a {
  color: #ffffff;
}
.cid-ttnULN3lwv .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #df617f;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-ttnULN3lwv .mbr-social-likes span:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.cid-ttnULN3lwv .footer-logo img {
  width: auto;
}
.cid-ttnULN3lwv .footer-item {
  display: flex;
  align-items: center;
}
.cid-ttnULN3lwv .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-ttnULN3lwv .footer-item-title {
  color: #ffffff;
}
.cid-ttnULN3lwv .media-container-row .mbr-text {
  color: #fafaf6;
}
.cid-ttpncPZY34 {
  padding-top: 225px;
  padding-bottom: 165px;
  background-color: #d42b53;
}
.cid-ttpncPZY34 .mbr-section-subtitle {
  font-family: 'Anybody', display;
  font-weight: 900;
  background-color: #de5e7c;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-ttpncPZY34 .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-ttpncPZY34 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-ttpncPZY34 .svg-1 path {
  fill: #ffffff;
}
.cid-ttpncPZY34 .container-fluid {
  max-width: 1200px;
}
.cid-ttpncPZY34 .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-ttpncPZY34 {
    padding-top: 75px;
    padding-bottom: 55px;
  }
  .cid-ttpncPZY34 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttpncPZY34 .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-ttpncPZY34 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-ttpncPZY34 .mbr-section-title {
  color: #ffffff;
}
.cid-ttpncPZY34 .mbr-text,
.cid-ttpncPZY34 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttplejWV3j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttplejWV3j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ttplejWV3j .mbr-text {
  color: #2b2b2b;
  text-align: left;
}
.cid-ttplejWV3j .mbr-section-subtitle {
  color: #1a449a;
}
.cid-ttplejWV3j .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb2649;
}
.cid-ttplejWV3j .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-ttplejWV3j .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-ttplejWV3j h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-ttplejWV3j h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-ttplejWV3j h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-ttplejWV3j h5 {
    margin-left: 0px;
  }
  .cid-ttplejWV3j h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-ttplejWV3j h5:hover:before {
    animation: none;
  }
}
.cid-ttplejWV3j .mbr-section-subtitle,
.cid-ttplejWV3j .content {
  color: #ffffff;
  text-align: center;
}
.cid-ttplehJblS {
  z-index: 1000;
  width: 100%;
}
.cid-ttplehJblS .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-ttplehJblS .dropdown-menu {
  padding: 0;
}
.cid-ttplehJblS .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ttplehJblS .dropdown-item {
    text-align: left !important;
  }
}
.cid-ttplehJblS .dropdown-item:hover {
  background-position: right !important;
}
.cid-ttplehJblS .dropdown-item:hover:after {
  color: #bb2649;
}
.cid-ttplehJblS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttplehJblS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttplehJblS .nav-link {
  position: relative;
}
.cid-ttplehJblS .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ttplehJblS .dropdown-menu,
.cid-ttplehJblS .navbar.opened {
  background: #fbfbfb !important;
}
.cid-ttplehJblS .nav-item:focus,
.cid-ttplehJblS .nav-link:focus {
  outline: none;
}
.cid-ttplehJblS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttplehJblS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttplehJblS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttplehJblS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttplehJblS .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-ttplehJblS .navbar.opened {
  transition: all 0.3s;
}
.cid-ttplehJblS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttplehJblS .navbar .navbar-logo img {
  width: auto;
}
.cid-ttplehJblS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ttplehJblS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttplehJblS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttplehJblS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttplehJblS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttplehJblS .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-ttplehJblS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttplehJblS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttplehJblS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttplehJblS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttplehJblS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttplehJblS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ttplehJblS .navbar {
    min-height: 80px;
  }
}
.cid-ttplehJblS .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ttplehJblS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ttplehJblS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttplehJblS .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ttplehJblS .navbar-brand {
    min-height: 69px;
  }
}
.cid-ttplehJblS .dropdown-item.active,
.cid-ttplehJblS .dropdown-item:active {
  background-color: transparent;
}
.cid-ttplehJblS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttplehJblS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttplehJblS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttplehJblS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-ttplehJblS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttplehJblS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttplehJblS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttplehJblS button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ttplehJblS button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ttplehJblS button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ttplehJblS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #d42b53;
}
.cid-ttplehJblS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ttplehJblS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ttplehJblS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ttplehJblS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttplehJblS nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttplehJblS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttplehJblS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttplehJblS nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttplehJblS .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ttplehJblS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttplehJblS .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-ttplehJblS .navbar {
    height: 70px;
  }
  .cid-ttplehJblS .navbar.opened {
    height: auto;
  }
  .cid-ttplehJblS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttplehJblS .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #fbfbfb;
}
@media (max-width: 575px) {
  .cid-ttplehJblS .navbar-short {
    min-height: 70px;
  }
}
.cid-ttplehJblS .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ttplehJblS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ttplehJblS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ttplehJblS .container-fluid {
    padding: 0 3px;
  }
}
.cid-ttplehJblS .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ttplehJblS .navbar-nav {
  display: flex !important;
}
.cid-ttplehJblS .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ttplehJblS .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ttplehJblS .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ttplehJblS .navbar-nav .nav-item .nav-link:hover,
.cid-ttplehJblS .navbar-nav .nav-item .nav-link:focus,
.cid-ttplehJblS .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ttplehJblS .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #d42b53 !important;
}
.cid-ttplehJblS .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ttplehJblS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttplehJblS button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ttplehJblS button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ttplehJblS button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ttplehJblS button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #d42b53;
}
.cid-ttplehJblS button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ttplehJblS button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ttplehJblS button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ttplehJblS button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttplehJblS .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ttplehJblS .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ttplehJblS .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ttplehJblS .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #d42b53;
}
.cid-ttplehJblS .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ttplehJblS .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttplehJblS .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttplehJblS .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ttplehJblS .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ttplehJblS .offcanvas.show {
  transform: translateX(0);
}
.cid-ttplehJblS .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ttplehJblS .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttplehJblS .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #d42b53;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ttplehJblS .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ttplehJblS .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ttplehJblS .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ttplehJblS .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ttplehJblS .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ttplehJblS .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ttplehJblS .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ttplehJblS .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-ttplehJblS .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ttplehJblS .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ttplehJblS .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-ttplehJblS .social-container {
    padding-top: 40px;
  }
}
.cid-ttplehJblS .social-title {
  color: #fbfbfb;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-ttplehJblS .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ttplehJblS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #d42b53, #d42b53);
  transition: 0.4s all;
}
.cid-ttplehJblS .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-ttplehJblS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #fbfbfb;
}
.cid-ttplehJblS .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ttplehJblS .soc-item:hover:before {
  opacity: 1;
}
.cid-ttplehJblS .offcanvas_btn {
  margin-top: auto;
}
.cid-ttplehJblS .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ttplehJblS .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ttpletkUcf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d42b53;
}
.cid-ttpletkUcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ttpletkUcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ttpletkUcf .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-ttpletkUcf .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-ttpletkUcf .media-container-row .footer-item,
  .cid-ttpletkUcf .media-container-row .mbr-social-likes,
  .cid-ttpletkUcf .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-ttpletkUcf .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-ttpletkUcf .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-ttpletkUcf .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttpletkUcf .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (7 * 1rem));
  display: inline-block;
}
.cid-ttpletkUcf .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-ttpletkUcf .mbr-social-likes a {
  color: #ffffff;
}
.cid-ttpletkUcf .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #df617f;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-ttpletkUcf .mbr-social-likes span:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.cid-ttpletkUcf .footer-logo img {
  width: auto;
}
.cid-ttpletkUcf .footer-item {
  display: flex;
  align-items: center;
}
.cid-ttpletkUcf .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-ttpletkUcf .footer-item-title {
  color: #ffffff;
}
.cid-ttpletkUcf .media-container-row .mbr-text {
  color: #fafaf6;
}
