.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #fff4f7;
}
body {
  font-family: 'Roboto Flex', sans-serif;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #fb6f92 !important;
}
.bg-success {
  background-color: #57e0a0 !important;
}
.bg-info {
  background-color: #42d7f5 !important;
}
.bg-warning {
  background-color: #ffcd38 !important;
}
.bg-danger {
  background-color: #e25563 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb6f92 !important;
  border-color: #fb6f92 !important;
  color: #ffffff !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: #f91b52 !important;
  border-color: #f91b52 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f91b52 !important;
  border-color: #f91b52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bffaa9 !important;
  border-color: #bffaa9 !important;
  color: #319b09 !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: #174904 !important;
  background-color: #82f557 !important;
  border-color: #82f557 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #319b09 !important;
  background-color: #82f557 !important;
  border-color: #82f557 !important;
}
.btn-info,
.btn-info:active {
  background-color: #42d7f5 !important;
  border-color: #42d7f5 !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: #0bb3d5 !important;
  border-color: #0bb3d5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0bb3d5 !important;
  border-color: #0bb3d5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #57e0a0 !important;
  border-color: #57e0a0 !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: #23bd75 !important;
  border-color: #23bd75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #23bd75 !important;
  border-color: #23bd75 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcd38 !important;
  border-color: #ffcd38 !important;
  color: #382a00 !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: #e0a800 !important;
  border-color: #e0a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #382a00 !important;
  background-color: #e0a800 !important;
  border-color: #e0a800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e25563 !important;
  border-color: #e25563 !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: #c02130 !important;
  border-color: #c02130 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c02130 !important;
  border-color: #c02130 !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: #fb6f92;
  color: #fb6f92;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f91b52 !important;
  background-color: transparent !important;
  border-color: #f91b52 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb6f92 !important;
  border-color: #fb6f92 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bffaa9;
  color: #bffaa9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #82f557 !important;
  background-color: transparent !important;
  border-color: #82f557 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #319b09 !important;
  background-color: #bffaa9 !important;
  border-color: #bffaa9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #42d7f5;
  color: #42d7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0bb3d5 !important;
  background-color: transparent !important;
  border-color: #0bb3d5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #42d7f5 !important;
  border-color: #42d7f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57e0a0;
  color: #57e0a0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #23bd75 !important;
  background-color: transparent !important;
  border-color: #23bd75 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #57e0a0 !important;
  border-color: #57e0a0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcd38;
  color: #ffcd38;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e0a800 !important;
  background-color: transparent !important;
  border-color: #e0a800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #382a00 !important;
  background-color: #ffcd38 !important;
  border-color: #ffcd38 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e25563;
  color: #e25563;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c02130 !important;
  background-color: transparent !important;
  border-color: #c02130 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e25563 !important;
  border-color: #e25563 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fb6f92 !important;
}
.text-secondary {
  color: #bffaa9 !important;
}
.text-success {
  color: #57e0a0 !important;
}
.text-info {
  color: #42d7f5 !important;
}
.text-warning {
  color: #ffcd38 !important;
}
.text-danger {
  color: #e25563 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f80c47 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #77f449 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #21b06d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0ba7c6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d19c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b31e2d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #fb6f92;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #42d7f5;
}
.alert-warning {
  background-color: #ffcd38;
}
.alert-danger {
  background-color: #e25563;
}
.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: #fb6f92;
  border-color: #fb6f92;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #fb6f92 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #fb6f92;
}
/* 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: #fb6f92;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb6f92;
}
.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: #fb6f92;
  border-bottom-color: #fb6f92;
}
.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: #fb6f92 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bffaa9 !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='%23fb6f92' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-v2gddac6sD .navbar-dropdown {
  position: relative !important;
}
.cid-v2gddac6sD .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-v2gddac6sD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v2gddac6sD .dropdown-item:hover,
.cid-v2gddac6sD .dropdown-item:focus {
  color: #fb6f92 !important;
}
.cid-v2gddac6sD .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v2gddac6sD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2gddac6sD .nav-link {
  position: relative;
  padding: 0;
}
.cid-v2gddac6sD .container {
  display: flex;
  margin: auto;
}
.cid-v2gddac6sD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2gddac6sD .dropdown-menu,
.cid-v2gddac6sD .navbar.opened {
  background: #fff4f7 !important;
}
.cid-v2gddac6sD .nav-item:focus,
.cid-v2gddac6sD .nav-link:focus {
  outline: none;
}
.cid-v2gddac6sD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2gddac6sD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2gddac6sD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2gddac6sD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2gddac6sD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2gddac6sD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2gddac6sD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff4f7;
}
.cid-v2gddac6sD .navbar.opened {
  transition: all 0.3s;
}
.cid-v2gddac6sD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2gddac6sD .navbar .navbar-logo img {
  width: auto;
}
.cid-v2gddac6sD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2gddac6sD .navbar.collapsed {
  justify-content: center;
}
.cid-v2gddac6sD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2gddac6sD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2gddac6sD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2gddac6sD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2gddac6sD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2gddac6sD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2gddac6sD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2gddac6sD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2gddac6sD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2gddac6sD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2gddac6sD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2gddac6sD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2gddac6sD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2gddac6sD .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-v2gddac6sD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2gddac6sD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2gddac6sD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2gddac6sD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2gddac6sD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2gddac6sD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2gddac6sD .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2gddac6sD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2gddac6sD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2gddac6sD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2gddac6sD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2gddac6sD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2gddac6sD .dropdown-item.active,
.cid-v2gddac6sD .dropdown-item:active {
  background-color: transparent;
}
.cid-v2gddac6sD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2gddac6sD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2gddac6sD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2gddac6sD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4f7;
}
.cid-v2gddac6sD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2gddac6sD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2gddac6sD ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v2gddac6sD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2gddac6sD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2gddac6sD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2gddac6sD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2gddac6sD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2gddac6sD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2gddac6sD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2gddac6sD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gddac6sD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2gddac6sD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2gddac6sD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gddac6sD .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v2gddac6sD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2gddac6sD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2gddac6sD .navbar {
    height: 70px;
  }
  .cid-v2gddac6sD .navbar.opened {
    height: auto;
  }
  .cid-v2gddac6sD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2gddac6sD a {
  display: inline;
}
.cid-v2gddac6sD img {
  display: inline;
  padding-right: 10px;
}
.cid-v2gddac6sD .dropdown-toggle:after {
  display: none;
}
.cid-v2gddac6sD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v2gddac6sD .dropdown-item:hover {
  color: #8dc779 !important;
}
@media (max-width: 990px) {
  .cid-v2gddac6sD .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v2gddac6sD .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v2gddac6sD .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v2gddac6sD .nav-item {
  margin-right: 32px;
}
.cid-v2gddac6sD .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v2gddac6sD ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v2gddac6sD .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v2gddac6sD .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v2gddac6sD .navbar-nav {
  margin: auto;
}
.cid-v2gddac6sD .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v2gddac6sD .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v2gddac6sD .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v2gddac6sD .btn {
  border-radius: 1000px !important;
}
.cid-v2gddac6sD .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v2gddac6sD .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v2gddac6sD .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2gddac6sD .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cid-v2gddac6sD .dropdown-item:focus {
  color: #8dc779 !important;
}
@media (max-width: 945px) {
  .cid-v2gddac6sD .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v2gddac6sD .top {
    margin-top: 25px;
  }
}
.cid-v2gddac6sD .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v2gddac6sD .container,
  .cid-v2gddac6sD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v2gddac6sD li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v2gddac6sD ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v2gddac6sD .icons-menu {
    min-width: initial !important;
  }
  .cid-v2gddac6sD a.btn {
    margin-top: 10px;
  }
}
.cid-v2gddac6sD a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddac6sD .navbar-nav .nav-item .nav-link:hover,
.cid-v2gddac6sD .navbar-nav .nav-item .nav-link:focus {
  color: #8dc779 !important;
}
.cid-v2gddac6sD .navbar-caption {
  color: #000000;
}
.cid-v2gddac6sD .nav-link,
.cid-v2gddac6sD .dropdown-item {
  color: #000000;
}
.cid-v2gddadBtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddadBtI .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2gddadBtI .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddadBtI .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v2gddadBtI .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v2gddadBtI ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v2gddadBtI li::marker {
  color: #fb6f92;
  width: 10px;
}
.cid-v2gddadBtI li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v2gddadBtI img {
  width: 90%;
}
.cid-v2gddadBtI .gray {
  background-color: #fff4f7;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v2gddadBtI .b {
  max-width: 598px;
}
.cid-v2gddadBtI .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v2gddadBtI .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v2gddadBtI .t {
    padding-top: 90px;
  }
  .cid-v2gddadBtI .b {
    max-width: initial;
  }
  .cid-v2gddadBtI .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v2gddadBtI .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v2gddadBtI .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v2gddadBtI .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v2gddadBtI .btn {
  margin-top: 20px;
}
.cid-v2gddadBtI .t {
  max-width: 542px;
}
.cid-v2gddadBtI .mbr-text,
.cid-v2gddadBtI .button-align,
.cid-v2gddadBtI .list {
  color: #000000;
}
.cid-v2gddadBtI .list {
  color: #000000;
}
.cid-v2gddadvGC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2gddadvGC .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v2gddadvGC .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fff4f7;
  display: inline-block;
}
.cid-v2gddadvGC .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-v2gddadvGC .shadow {
    padding: 40px;
  }
}
.cid-v2gddadvGC .card-text,
.cid-v2gddadvGC .align {
  color: #000000;
}
.cid-v2gddadPfj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v2gddadPfj .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #000000;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-v2gddadPfj .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-v2gddadPfj .align-center {
    margin-top: 2rem;
  }
  .cid-v2gddadPfj .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-v2gddadPfj .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-v2gddadPfj .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-v2gddadPfj .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-v2gddadPfj .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-v2gddadPfj .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddadPfj .link {
  text-align: left;
}
.cid-v2gddadPfj li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-v2gddadPfj li:last-child {
  margin-bottom: 0;
}
.cid-v2gddadPfj ul {
  padding-inline-start: 0px;
}
.cid-v2gddadPfj .card1 {
  background-color: #ffffff;
}
.cid-v2gddadPfj .card2 {
  background-color: #fb6f92;
}
.cid-v2gddadPfj .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-v2gddadPfj .plan {
    padding: 47px;
  }
}
.cid-v2gddadPfj a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-v2gddadPfj .card {
  border: 1px solid #eff0f6;
}
.cid-v2gddadPfj .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v2gddadPfj .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v2gddadPfj .align {
  margin-bottom: 16px;
}
.cid-v2gddadPfj .name {
  margin-bottom: 9px;
}
.cid-v2gddadPfj .name2 {
  margin-bottom: 9px;
}
.cid-v2gddadPfj .price,
.cid-v2gddadPfj .month {
  display: inline !important;
}
.cid-v2gddadPfj .price2,
.cid-v2gddadPfj .month2 {
  display: inline !important;
}
.cid-v2gddadPfj .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v2gddadPfj .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-v2gddadPfj .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-v2gddadPfj .mbr-iconfont {
  padding: 6px;
  background-color: #bffaa9;
  color: #000000;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-v2gddadPfj .name,
.cid-v2gddadPfj .align {
  text-align: left;
  color: #000000;
}
.cid-v2gddadPfj .name2,
.cid-v2gddadPfj .align {
  text-align: left;
  color: #000000;
}
.cid-v2gddadPfj .price2 {
  text-align: left;
  color: #000000;
}
.cid-v2gddadPfj .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-v2gddadPfj .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddadPfj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2gddadPfj .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v2gddadPfj .card1:hover,
.cid-v2gddadPfj .card2:hover,
.cid-v2gddadPfj .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-v2gddadPfj .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-v2gddadPfj .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-v2gddadPfj a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-v2gddadPfj .price {
  color: #000000;
}
.cid-v2gddadPfj .list,
.cid-v2gddadPfj .link {
  color: #000000;
}
.cid-v2gddadPfj .list2,
.cid-v2gddadPfj .link {
  color: #000000;
}
.cid-v2gddaf51y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff4f7;
}
.cid-v2gddaf51y .item:focus,
.cid-v2gddaf51y span:focus {
  outline: none;
}
.cid-v2gddaf51y .item-wrapper {
  position: relative;
}
.cid-v2gddaf51y .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v2gddaf51y .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v2gddaf51y .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v2gddaf51y .mbr-text,
.cid-v2gddaf51y .mbr-section-btn {
  text-align: left;
}
.cid-v2gddaf51y .item-title {
  text-align: left;
}
.cid-v2gddaf51y .item-subtitle {
  text-align: left;
}
.cid-v2gddaf51y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v2gddaf51y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v2gddaf51y .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v2gddaf51y .embla__slide {
    min-width: 375px;
  }
}
.cid-v2gddaf51y .embla__button--next,
.cid-v2gddaf51y .embla__button--prev {
  display: flex;
}
.cid-v2gddaf51y .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #fb6f92;
  color: #bffaa9;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v2gddaf51y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2gddaf51y .embla__button:hover {
  background-color: #fb6f92;
  color: #bffaa9;
  transform: scale(1.05);
}
.cid-v2gddaf51y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2gddaf51y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2gddaf51y .embla__button {
    top: auto;
  }
}
.cid-v2gddaf51y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2gddaf51y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2gddaf51y .embla {
  position: relative;
  width: 100%;
}
.cid-v2gddaf51y .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v2gddaf51y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2gddaf51y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2gddaf51y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2gddaf51y .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2gddaf51y .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v2gddaf51y .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v2gddaf51y .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-v2gddaf51y img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v2gddaf51y .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddaf51y .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddaf51y .shadow:hover .number,
.cid-v2gddaf51y .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddaf51y .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-v2gddaf51y .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-v2gddaf51y .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2gddaf51y H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v2gddaf51y .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v2gddaf51y .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-v2gddaf51y .link-title {
  display: inline-block;
}
.cid-v2gddaf51y .margin {
  margin-right: 14px;
}
.cid-v2gddaf51y .article {
  display: contents;
}
.cid-v2gddaf51y .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-v2gddaf51y .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-v2gddaf51y .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v2gddaf51y .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v2gddaf51y .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-v2gddaf51y .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-v2gddaf51y .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v2gddaf51y .btn {
  margin-top: 20px;
}
.cid-v2gddaf51y .card-title,
.cid-v2gddaf51y .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2gddaf51y a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddaf51y .mbr-section-title,
.cid-v2gddaf51y .button-align {
  color: #000000;
}
.cid-v2gddagsaN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff4f7;
}
.cid-v2gddagsaN .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v2gddagsaN .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v2gddagsaN .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v2gddagsaN .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddagsaN .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddagsaN .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddagsaN .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddagsaN .shadow:hover .mbr-iconfont,
.cid-v2gddagsaN .shadow:hover .number,
.cid-v2gddagsaN .shadow:hover .card-title {
  color: #8dc779 !important;
}
.cid-v2gddagsaN .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddagsaN .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-v2gddagsaN span,
.cid-v2gddagsaN .number {
  transition: 0.35s;
}
.cid-v2gddagsaN .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v2gddagsaN .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v2gddagsaN .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v2gddagsaN H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddagsaN .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v2gddagsaN .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v2gddagsaN .link-title {
  display: inline-block;
  color: #000000;
}
.cid-v2gddagsaN .episode {
  color: #ffffff;
}
.cid-v2gddagsaN .img-title {
  color: #ffffff;
}
.cid-v2gddagsaN .margin {
  margin-right: 14px;
}
.cid-v2gddagsaN .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v2gddagsaN .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v2gddagsaN .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v2gddagsaN a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v2gddagsaN .title-block {
    flex-direction: column;
  }
  .cid-v2gddagsaN .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v2gddagsaN .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v2gddagsaN .item.features-image {
  margin-top: 30px;
}
.cid-v2gddagsaN .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v2gddagsaN .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v2gddagsaN .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v2gddagsaN .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2gddagsaN .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v2gddagsaN .link-row {
  align-items: center;
}
.cid-v2gddagsaN .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddagsaN .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddagsaN .col-auto .card-button .btn-primary,
.cid-v2gddagsaN .col-auto .card-button .btn-secondary,
.cid-v2gddagsaN .col-auto .card-button .btn-success,
.cid-v2gddagsaN .col-auto .card-button .btn-info,
.cid-v2gddagsaN .col-auto .card-button .btn-warning,
.cid-v2gddagsaN .col-auto .card-button .btn-danger,
.cid-v2gddagsaN .col-auto .card-button .btn-black,
.cid-v2gddagsaN .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddagsaN .mbr-section-subtitle {
  color: #000000;
}
.cid-v2gddagsaN .number {
  color: #000000;
}
.cid-v2gddah2ff {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff4f7;
}
.cid-v2gddah2ff .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v2gddah2ff .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v2gddah2ff .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v2gddah2ff .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddah2ff .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddah2ff .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddah2ff .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddah2ff .shadow:hover .mbr-iconfont,
.cid-v2gddah2ff .shadow:hover .number,
.cid-v2gddah2ff .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddah2ff .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddah2ff .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v2gddah2ff .card-title span,
.cid-v2gddah2ff .card-title .number {
  transition: 0.35s;
}
.cid-v2gddah2ff .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v2gddah2ff .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v2gddah2ff .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v2gddah2ff H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddah2ff img {
  width: auto;
  height: 70px;
}
.cid-v2gddah2ff .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v2gddah2ff .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v2gddah2ff .link-title {
  display: inline-block;
}
.cid-v2gddah2ff .episode {
  color: #ffffff;
}
.cid-v2gddah2ff .img-title {
  color: #ffffff;
}
.cid-v2gddah2ff .margin {
  margin-right: 14px;
}
.cid-v2gddah2ff .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v2gddah2ff .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-v2gddah2ff .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-v2gddah2ff .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v2gddah2ff .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v2gddah2ff span,
.cid-v2gddah2ff .number {
  transition: 0.35s;
}
.cid-v2gddah2ff .item.features-image {
  margin-top: 30px;
}
.cid-v2gddah2ff .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v2gddah2ff .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v2gddah2ff .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v2gddah2ff .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v2gddah2ff .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v2gddah2ff .link-row {
  align-items: center;
}
.cid-v2gddah2ff .col-auto .card-button {
  display: block;
}
.cid-v2gddah2ff .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddah2ff .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddah2ff .col-auto .card-button .btn-primary,
.cid-v2gddah2ff .col-auto .card-button .btn-secondary,
.cid-v2gddah2ff .col-auto .card-button .btn-success,
.cid-v2gddah2ff .col-auto .card-button .btn-info,
.cid-v2gddah2ff .col-auto .card-button .btn-warning,
.cid-v2gddah2ff .col-auto .card-button .btn-danger,
.cid-v2gddah2ff .col-auto .card-button .btn-black,
.cid-v2gddah2ff .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddah2ff .mbr-section-title,
.cid-v2gddah2ff .button-align {
  color: #000000;
}
.cid-v2gddah2ff .number {
  color: #000000;
}
.cid-v2gddaijoV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff4f7;
}
.cid-v2gddaijoV .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2gddaijoV .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v2gddaijoV .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v2gddaijoV .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-v2gddaijoV .right-side {
  max-width: 554px;
}
.cid-v2gddaijoV .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v2gddaijoV .margin {
  margin-right: 14px;
}
.cid-v2gddaijoV .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v2gddaijoV .socicon-bg-youtube {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaijoV .socicon-bg-facebook {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddaijoV .socicon-bg-twitter {
  background-color: #bffaa9;
  color: #000000;
}
.cid-v2gddaijoV .socicon-bg-pinterest {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaijoV .socicon-bg-mail {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddaijoV .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-v2gddaijoV .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-v2gddaijoV .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v2gddaijoV .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v2gddaijoV img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v2gddaijoV .mbr-social-likes {
  max-width: 454px;
}
.cid-v2gddaijoV .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-v2gddaijoV .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-v2gddaijoV .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-v2gddaijoV .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-v2gddaijoV .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-v2gddaijoV .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-v2gddaijoV .shadow {
    margin: auto;
  }
  .cid-v2gddaijoV .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-v2gddaijoV .btn {
  margin-top: 20px;
}
.cid-v2gddaijoV a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2gddaijoV .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-v2gddaijoV .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-v2gddaijoV .mbr-text,
.cid-v2gddaijoV .button-align {
  color: #000000;
}
.cid-v2gddaijoV .card-text,
.cid-v2gddaijoV .mbr-social-likes {
  color: #000000;
}
.cid-v2gddajiqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200912;
}
.cid-v2gddajiqC img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-v2gddajiqC .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-v2gddajiqC .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-v2gddajiqC .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #c43c65;
}
.cid-v2gddajiqC .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v2gddajiqC .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-v2gddajiqC .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2gddajiqC .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-v2gddajiqC .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-v2gddajiqC .row-main {
    flex-direction: column;
  }
  .cid-v2gddajiqC .col-auto {
    margin-bottom: 20px;
  }
  .cid-v2gddajiqC .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v2gddakeyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddakeyj .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v2gddakeyj .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v2gddakeyj .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddakeyj .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddakeyj .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddakeyj .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddakeyj .shadow:hover .mbr-iconfont,
.cid-v2gddakeyj .shadow:hover .number,
.cid-v2gddakeyj .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddakeyj .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddakeyj .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v2gddakeyj .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v2gddakeyj H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddakeyj img {
  width: auto;
  height: 70px;
}
.cid-v2gddakeyj .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v2gddakeyj .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddakeyj .link-title {
  display: inline-block;
}
.cid-v2gddakeyj .margin {
  margin-right: 14px;
}
.cid-v2gddakeyj .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fff4f7;
  color: #000000;
}
.cid-v2gddakeyj .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2gddakeyj .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-v2gddakeyj .title-block {
    flex-direction: column;
  }
  .cid-v2gddakeyj .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v2gddakeyj .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v2gddakeyj .item.features-image {
  margin-top: 30px;
}
.cid-v2gddakeyj .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v2gddakeyj .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v2gddakeyj .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v2gddakeyj .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v2gddakeyj .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddakeyj .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddakeyj .col-auto .card-button .btn-primary,
.cid-v2gddakeyj .col-auto .card-button .btn-secondary,
.cid-v2gddakeyj .col-auto .card-button .btn-success,
.cid-v2gddakeyj .col-auto .card-button .btn-info,
.cid-v2gddakeyj .col-auto .card-button .btn-warning,
.cid-v2gddakeyj .col-auto .card-button .btn-danger,
.cid-v2gddakeyj .col-auto .card-button .btn-black,
.cid-v2gddakeyj .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddakeyj .mbr-section-subtitle {
  color: #000000;
}
.cid-v2gddakOJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddakOJu .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-v2gddakOJu .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-v2gddakOJu .p {
  color: #000000;
}
.cid-v2gddakOJu .p:last-child {
  padding-bottom: 0;
}
.cid-v2gddakOJu .row {
  justify-content: center;
}
.cid-v2gddakOJu .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-v2gddal0Gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddal0Gz .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v2gddal0Gz .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v2gddal0Gz .p:last-child {
  padding-bottom: 0;
}
.cid-v2gddal0Gz .row {
  justify-content: center;
}
.cid-v2gddal74n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddal74n .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v2gddal74n .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-v2gddal74n .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddal74n .wrapper {
  margin: auto;
}
.cid-v2gddal74n .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-v2gddal74n .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-v2gddal74n .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-v2gddal74n a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-v2gddal74n .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-v2gddal74n .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v2gddamUSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddamUSH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2gddamUSH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v2gddamUSH .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v2gddamUSH .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v2gddamUSH .right-side {
  max-width: 554px;
}
.cid-v2gddamUSH .rs {
  margin-right: 60px;
}
.cid-v2gddamUSH .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v2gddamUSH .margin {
  margin-right: 14px;
}
.cid-v2gddamUSH .gray {
  padding: 45px 0;
  background-color: #fff4f7;
}
.cid-v2gddamUSH img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v2gddamUSH .gray {
    padding: 0px 0 5px;
  }
  .cid-v2gddamUSH img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v2gddamUSH .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v2gddamUSH .b {
    margin-bottom: 10px;
  }
}
.cid-v2gddamUSH .btn {
  margin-top: 20px;
}
.cid-v2gddamUSH a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddamUSH .mbr-text,
.cid-v2gddamUSH .button-align {
  color: #000000;
}
.cid-v2gddamEd1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddamEd1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v2gddamEd1 .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-v2gddamEd1 .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddamEd1 .wrapper {
  margin: auto;
}
.cid-v2gddanTbP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2gddanTbP .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v2gddanTbP .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
}
.cid-v2gddanTbP .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddanTbP .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddanTbP .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddanTbP .shadow:hover .mbr-iconfont,
.cid-v2gddanTbP .shadow:hover .number,
.cid-v2gddanTbP .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddanTbP .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddanTbP .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v2gddanTbP .title-block {
  margin-bottom: 56px;
}
.cid-v2gddanTbP .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v2gddanTbP H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddanTbP .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddanTbP .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-v2gddanTbP .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v2gddanTbP .link-title {
  display: inline-block;
}
.cid-v2gddanTbP .episode {
  color: #ffffff;
}
.cid-v2gddanTbP .img-title {
  color: #ffffff;
}
.cid-v2gddanTbP .margin {
  margin-right: 14px;
}
.cid-v2gddanTbP .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v2gddanTbP .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fff4f7;
  color: #000000;
}
.cid-v2gddanTbP .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v2gddanTbP .link-row,
.cid-v2gddanTbP .title-block {
  align-items: center;
}
.cid-v2gddanTbP .line {
  width: 100%;
  height: 1px;
  background-color: #fff4f7;
  margin-bottom: 35px;
}
.cid-v2gddanTbP .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-v2gddanTbP .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-v2gddanTbP .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-v2gddanTbP .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-v2gddanTbP .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-v2gddanTbP .title-block {
    flex-direction: column;
  }
  .cid-v2gddanTbP .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-v2gddanTbP .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-v2gddanTbP .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v2gddanTbP .card-title,
.cid-v2gddanTbP span {
  transition: 0.35s;
}
.cid-v2gddanTbP .item {
  margin-bottom: 32px;
}
.cid-v2gddanTbP .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2gddanTbP .link-row {
    display: block;
  }
}
.cid-v2gddanTbP .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-v2gddanTbP .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v2gddanTbP .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddanTbP .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddanTbP .col-auto .card-button .btn-primary,
.cid-v2gddanTbP .col-auto .card-button .btn-secondary,
.cid-v2gddanTbP .col-auto .card-button .btn-success,
.cid-v2gddanTbP .col-auto .card-button .btn-info,
.cid-v2gddanTbP .col-auto .card-button .btn-warning,
.cid-v2gddanTbP .col-auto .card-button .btn-danger,
.cid-v2gddanTbP .col-auto .card-button .btn-black,
.cid-v2gddanTbP .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddanTbP .mbr-section-subtitle {
  color: #000000;
}
.cid-v2gddaoUBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaoUBO .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2gddaoUBO .bottom,
.cid-v2gddaoUBO .card-title {
  color: #ffffff;
}
.cid-v2gddaoUBO .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-v2gddaoUBO .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-v2gddaoUBO {
    padding-bottom: 0;
  }
  .cid-v2gddaoUBO .card-wrapper {
    position: initial;
  }
  .cid-v2gddaoUBO .card-box {
    padding: 10%;
  }
}
.cid-v2gddaoUBO .bottom {
  color: #8c8c95;
}
.cid-v2gddaoUBO .plus1 {
  color: #ff8fab;
}
.cid-v2gddaoUBO .plus2 {
  color: #fb6f92;
}
.cid-v2gddaoUBO .plus3 {
  color: #bffaa9;
}
.cid-v2gddaoUBO .plus4 {
  color: #ff8fab;
}
.cid-v2gddaoUBO .card-title,
.cid-v2gddaoUBO .bottom {
  text-align: center;
  color: #000000;
}
.cid-v2gddaoBJp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff4f7;
}
.cid-v2gddaoBJp .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v2gddaoBJp .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-v2gddaoBJp .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddaoBJp .wrapper {
  margin: auto;
}
.cid-v2gddapuxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddapuxR .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-v2gddapuxR .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v2gddapuxR .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v2gddapuxR .iconfont-wrapper .mbr-iconfont {
  color: #fb6f92;
}
.cid-v2gddapuxR .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v2gddapuxR .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v2gddapuxR .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v2gddapuxR img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v2gddapuxR .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v2gddapuxR .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-v2gddapuxR .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v2gddapuxR .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v2gddapuxR .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v2gddapuxR .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v2gddapuxR .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v2gddapuxR .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v2gddapuxR .align {
  display: flex;
  align-items: center;
}
.cid-v2gddapuxR .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-v2gddapuxR .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2gddapuxR .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v2gddapuxR .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v2gddapuxR .card-text,
.cid-v2gddapuxR .iconfont-wrapper {
  color: #000000;
}
.cid-v2gddaqJHH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaqJHH .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-v2gddaqJHH .align-left {
  max-width: 547px;
}
.cid-v2gddaqJHH .mbr-text,
.cid-v2gddaqJHH .mbr-section-btn {
  color: #000000;
}
.cid-v2gddaqJHH .left-side {
  margin-right: 20px;
}
.cid-v2gddaqJHH .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-v2gddaqJHH .left-side {
    margin-right: 0px;
  }
  .cid-v2gddaqJHH .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-v2gddaqG8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaqG8e .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v2gddaqG8e .panel-title {
  display: flex;
  align-items: center;
}
.cid-v2gddaqG8e .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-v2gddaqG8e .panel-body,
.cid-v2gddaqG8e .card-header {
  padding: 1rem 0;
}
.cid-v2gddaqG8e .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v2gddaqG8e .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-v2gddaqG8e .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-v2gddaqG8e .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 24px;
}
.cid-v2gddaqG8e .section-head {
  margin-bottom: 56px;
}
.cid-v2gddaqG8e .card {
  margin-bottom: 32px;
}
.cid-v2gddaqG8e H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v2gddaqG8e .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v2gddaqG8e .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v2gddaqG8e .mbr-section-title {
  color: #000000;
}
.cid-v2gddartcU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2gddartcU .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v2gddartcU .wrap-img {
  border-bottom: 1px solid #000000;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddartcU .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddartcU .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddartcU .shadow:hover .mbr-iconfont,
.cid-v2gddartcU .shadow:hover .number,
.cid-v2gddartcU .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddartcU .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddartcU .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddartcU .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-v2gddartcU .title-block {
  margin-bottom: 56px;
}
.cid-v2gddartcU .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2gddartcU H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddartcU .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-v2gddartcU .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v2gddartcU .link-title {
  display: inline-block;
}
.cid-v2gddartcU .episode {
  color: #ffffff;
}
.cid-v2gddartcU .img-title {
  color: #ffffff;
}
.cid-v2gddartcU .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v2gddartcU .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v2gddartcU .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-v2gddartcU .title-block {
    flex-direction: column;
  }
  .cid-v2gddartcU .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v2gddartcU .item.features-image {
  margin-top: 35px;
}
.cid-v2gddartcU .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v2gddartcU .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v2gddartcU .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v2gddartcU .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-v2gddartcU .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v2gddartcU .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-v2gddartcU .mbr-section-subtitle {
  color: #000000;
}
.cid-v2gddas3Hh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff4f7;
}
.cid-v2gddas3Hh .item:focus,
.cid-v2gddas3Hh span:focus {
  outline: none;
}
.cid-v2gddas3Hh .item {
  cursor: pointer;
}
.cid-v2gddas3Hh .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v2gddas3Hh .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v2gddas3Hh .grid-container-1,
.cid-v2gddas3Hh .grid-container-2,
.cid-v2gddas3Hh .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v2gddas3Hh .grid-container-1,
  .cid-v2gddas3Hh .grid-container-2,
  .cid-v2gddas3Hh .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v2gddas3Hh .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-v2gddas3Hh .content-head {
  max-width: 800px;
}
.cid-v2gddas3Hh .container,
.cid-v2gddas3Hh .container-fluid {
  overflow: hidden;
}
.cid-v2gddas3Hh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v2gddas3Hh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-v2gddas3Hh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
}
@media (max-width: 1200px) {
  .cid-v2gddas3Hh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v2gddas3Hh .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v2gddas3Hh .grid-container-1,
.cid-v2gddas3Hh .grid-container-2,
.cid-v2gddas3Hh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v2gddas3Hh .grid-container-1 {
  align-items: flex-end;
}
.cid-v2gddas3Hh .grid-container-2 {
  align-items: flex-start;
}
.cid-v2gddasOid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #200912;
}
.cid-v2gddasOid .item:focus,
.cid-v2gddasOid span:focus {
  outline: none;
}
.cid-v2gddasOid .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v2gddasOid .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v2gddasOid .item {
    min-height: 45px;
  }
}
.cid-v2gddatG2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddatG2T .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v2gddatG2T .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v2gddatG2T .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddatG2T .wrapper {
  margin: auto;
}
.cid-v2gddatG2T .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v2gddatG2T .t {
    padding-top: 20px;
  }
}
.cid-v2gddatG2T .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-v2gddatG2T .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v2gddatG2T .list .item-wrap:hover,
.cid-v2gddatG2T .list .item-wrap:focus {
  color: #c43c65;
}
.cid-v2gddatG2T a:hover,
.cid-v2gddatG2T a:focus {
  color: #c43c65 !important;
}
.cid-v2gddatG2T .list,
.cid-v2gddatG2T .item-wrap {
  color: #000000;
}
.cid-v2gddat0d8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddat0d8 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2gddat0d8 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v2gddat0d8 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v2gddat0d8 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-v2gddat0d8 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-v2gddat0d8 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v2gddat0d8 .margin {
  margin-right: 14px;
}
.cid-v2gddat0d8 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v2gddat0d8 .socicon-bg-youtube {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddat0d8 .socicon-bg-facebook {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddat0d8 .socicon-bg-twitter {
  background-color: #bffaa9;
  color: #000000;
}
.cid-v2gddat0d8 .socicon-bg-pinterest {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddat0d8 .socicon-bg-mail {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddat0d8 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fb6f92;
  cursor: pointer;
}
.cid-v2gddat0d8 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v2gddat0d8 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v2gddat0d8 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-v2gddat0d8 .mbr-social-likes {
  max-width: 454px;
}
.cid-v2gddat0d8 .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-v2gddat0d8 .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-v2gddat0d8 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-v2gddat0d8 .card-title,
.cid-v2gddat0d8 .card-subtitle,
.cid-v2gddat0d8 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-v2gddat0d8 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-v2gddat0d8 .al {
    flex-direction: column;
  }
  .cid-v2gddat0d8 .shadow {
    padding: 39px 36px;
  }
  .cid-v2gddat0d8 img {
    padding-bottom: 20px;
  }
  .cid-v2gddat0d8 .card-title,
  .cid-v2gddat0d8 .card-subtitle,
  .cid-v2gddat0d8 .card-text,
  .cid-v2gddat0d8 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-v2gddat0d8 .shadow {
    padding: 35px 15px;
  }
}
.cid-v2gddat0d8 .mbr-iconfont {
  margin-left: 0;
}
.cid-v2gddat0d8 .card-text,
.cid-v2gddat0d8 .mbr-social-likes {
  color: #000000;
}
.cid-v2gddauVZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddauVZ8 .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v2gddauVZ8 .row {
  justify-content: center;
}
.cid-v2gddauVZ8 .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fb6f92;
}
.cid-v2gddauVZ8 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v2gddauVZ8 .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-v2gddauVZ8 .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v2gddauVZ8 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-v2gddauVZ8 .text,
.cid-v2gddauVZ8 .article {
  color: #000000;
}
.cid-v2gddauVZ8 .p {
  color: #000000;
}
.cid-v2gddavvRP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddavvRP .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2gddavvRP .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-v2gddavvRP .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-v2gddavvRP H3 {
  color: #1d1d1f;
}
.cid-v2gddavvRP .card-subtitle {
  text-align: left;
}
.cid-v2gddavvRP .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v2gddavvRP .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v2gddavvRP .card-title,
.cid-v2gddavvRP .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-v2gddavvRP .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddavvRP .card-text {
  color: #8c8c95;
}
.cid-v2gddavvRP .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-v2gddavvRP .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2gddavvRP .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-v2gddavvRP .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-v2gddavvRP .accent1 {
  background-color: #ff8fab;
}
.cid-v2gddavvRP .accent2 {
  background-color: #fb6f92;
}
.cid-v2gddavvRP .accent3 {
  background-color: #bffaa9;
}
.cid-v2gddavvRP .accent4 {
  background-color: #ff8fab;
}
.cid-v2gddavvRP .accent5 {
  background-color: #fb6f92;
}
.cid-v2gddavvRP .timeline {
  align-items: center;
}
.cid-v2gddavvRP .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-v2gddavvRP .year-title.year1:before {
  background-color: #ff8fab;
}
.cid-v2gddavvRP .year-title.year2:before {
  background-color: #fb6f92;
}
.cid-v2gddavvRP .year-title.year3:before {
  background-color: #bffaa9;
}
.cid-v2gddavvRP .year-title.year4:before {
  background-color: #ff8fab;
}
.cid-v2gddavvRP .year-title.year5:before {
  background-color: #fb6f92;
}
.cid-v2gddavvRP .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-v2gddavvRP .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-v2gddavvRP .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-v2gddavvRP .year {
    flex-direction: row;
  }
  .cid-v2gddavvRP .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-v2gddavvRP .year-title:before {
    display: block;
  }
  .cid-v2gddavvRP .accent {
    display: none;
  }
  .cid-v2gddavvRP .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-v2gddavvRP .line {
    display: none;
  }
  .cid-v2gddavvRP .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-v2gddavvRP .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-v2gddavvRP .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-v2gddavvRP .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-v2gddavvRP .main {
    flex-direction: column;
  }
  .cid-v2gddavvRP .row.title-block,
  .cid-v2gddavvRP .timeline {
    margin: auto;
  }
  .cid-v2gddavvRP .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-v2gddavvRP .button-align {
    margin-top: 16px;
  }
}
.cid-v2gddavvRP .btn {
  margin-top: 20px;
}
.cid-v2gddavvRP a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddawlGP {
  background-image: url("../images/joTz9TZ1mClB.jpeg");
}
.cid-v2gddawlGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gddawlGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gddawIOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddawIOF img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-v2gddawIOF .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-v2gddawIOF .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-v2gddawIOF .brand:hover {
  transform: translate(0px, -4px);
}
.cid-v2gddawIOF .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v2gddawIOF .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-v2gddawIOF .row-main {
    flex-direction: column;
  }
  .cid-v2gddawIOF .col-auto {
    margin-bottom: 10px;
  }
  .cid-v2gddawIOF .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v2gddax10a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddax10a .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v2gddax10a .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v2gddax10a .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddax10a .wrapper {
  margin: auto;
}
.cid-v2gddax10a .t1 {
  margin-bottom: 24px;
}
.cid-v2gddax10a .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-v2gddax10a .line1 {
  margin-bottom: 60px;
}
.cid-v2gddax10a .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-v2gddax10a .t {
    padding-top: 20px;
  }
}
.cid-v2gddax5wk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddax5wk .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v2gddax5wk .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-v2gddax5wk .button-align {
  text-align: center;
}
.cid-v2gddax5wk .margin {
  margin-right: 14px;
}
.cid-v2gddax5wk .mbr-section-btn {
  display: inline-block;
}
.cid-v2gddax5wk .container {
  max-width: 493px;
}
.cid-v2gddax5wk .btn {
  margin-top: 20px;
}
.cid-v2gddax5wk a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddax5wk .mbr-text,
.cid-v2gddax5wk .button-align {
  color: #000000;
}
.cid-v2gddayBiV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2gddayBiV .item:focus,
.cid-v2gddayBiV span:focus {
  outline: none;
}
.cid-v2gddayBiV .item-wrapper {
  position: relative;
}
.cid-v2gddayBiV .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v2gddayBiV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2gddayBiV .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v2gddayBiV .mbr-text,
.cid-v2gddayBiV .mbr-section-btn {
  text-align: left;
}
.cid-v2gddayBiV .item-title {
  text-align: left;
}
.cid-v2gddayBiV .item-subtitle {
  text-align: left;
}
.cid-v2gddayBiV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v2gddayBiV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2gddayBiV .embla__button--next,
.cid-v2gddayBiV .embla__button--prev {
  display: flex;
}
.cid-v2gddayBiV .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #fb6f92;
  color: #bffaa9;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v2gddayBiV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2gddayBiV .embla__button:hover {
  background: #fb6f92;
  color: #bffaa9;
  transform: scale(1.05);
}
.cid-v2gddayBiV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2gddayBiV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2gddayBiV .embla__button {
    top: auto;
  }
}
.cid-v2gddayBiV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2gddayBiV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2gddayBiV .embla {
  position: relative;
  width: 100%;
}
.cid-v2gddayBiV .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v2gddayBiV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2gddayBiV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2gddayBiV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2gddayBiV .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2gddayBiV .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v2gddayBiV .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v2gddayBiV .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v2gddayBiV .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-v2gddayBiV H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddayBiV .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v2gddayBiV .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddayBiV .link-title {
  display: inline-block;
}
.cid-v2gddayBiV .margin {
  margin-right: 14px;
}
.cid-v2gddayBiV .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fff4f7;
  color: #000000;
}
.cid-v2gddayBiV .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2gddayBiV .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-v2gddayBiV .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v2gddayBiV .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v2gddayBiV .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddayBiV .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddayBiV .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddayBiV .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddayBiV .shadow:hover .mbr-iconfont,
.cid-v2gddayBiV .shadow:hover .number,
.cid-v2gddayBiV .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddayBiV .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v2gddayBiV .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v2gddayBiV .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddayBiV .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddayBiV .col-auto .card-button .btn-primary,
.cid-v2gddayBiV .col-auto .card-button .btn-secondary,
.cid-v2gddayBiV .col-auto .card-button .btn-success,
.cid-v2gddayBiV .col-auto .card-button .btn-info,
.cid-v2gddayBiV .col-auto .card-button .btn-warning,
.cid-v2gddayBiV .col-auto .card-button .btn-danger,
.cid-v2gddayBiV .col-auto .card-button .btn-black,
.cid-v2gddayBiV .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddazxcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff4f7;
}
.cid-v2gddazxcW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-v2gddazxcW .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-v2gddazxcW .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddazxcW .wrapper {
  margin: auto;
}
.cid-v2gddazOwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddazOwJ .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-v2gddazOwJ .link-title {
  width: 100%;
  display: inline-block;
}
.cid-v2gddazOwJ .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v2gddazOwJ .item-wrapper {
  position: relative;
}
.cid-v2gddazOwJ .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-v2gddazOwJ .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddazOwJ .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-v2gddazOwJ .col-12.col-sm-6.col-lg-3:hover .number,
.cid-v2gddazOwJ .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddazOwJ .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddazOwJ .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-v2gddazOwJ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-v2gddazOwJ .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-v2gddazOwJ .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v2gddazOwJ .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-v2gddazOwJ .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-v2gddazOwJ .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v2gddazOwJ .col-12 {
    padding-top: 50px;
  }
  .cid-v2gddazOwJ .col-12:first-child {
    padding-top: 0px;
  }
  .cid-v2gddazOwJ .wrap-img {
    margin-bottom: 30px;
  }
  .cid-v2gddazOwJ .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-v2gddazOwJ .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v2gddazOwJ .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v2gddazOwJ .episode {
  color: #ffffff;
}
.cid-v2gddazOwJ .img-title {
  color: #ffffff;
}
.cid-v2gddazOwJ .margin {
  margin-right: 14px;
}
.cid-v2gddazOwJ .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v2gddazOwJ .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-v2gddazOwJ .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-v2gddazOwJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2gddazOwJ .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v2gddazOwJ .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddazOwJ .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddazOwJ .card-button .btn-primary,
.cid-v2gddazOwJ .card-button .btn-secondary,
.cid-v2gddazOwJ .card-button .btn-success,
.cid-v2gddazOwJ .card-button .btn-info,
.cid-v2gddazOwJ .card-button .btn-warning,
.cid-v2gddazOwJ .card-button .btn-danger,
.cid-v2gddazOwJ .card-button .btn-black,
.cid-v2gddazOwJ .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddazOwJ .card-text,
.cid-v2gddazOwJ .link-title {
  color: #000000;
}
.cid-v2gddaAKnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2gddaAKnx .item:focus,
.cid-v2gddaAKnx span:focus {
  outline: none;
}
.cid-v2gddaAKnx .item-wrapper {
  position: relative;
}
.cid-v2gddaAKnx .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v2gddaAKnx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v2gddaAKnx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v2gddaAKnx .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v2gddaAKnx .embla__slide {
    min-width: 375px;
  }
}
.cid-v2gddaAKnx .embla__button--next,
.cid-v2gddaAKnx .embla__button--prev {
  display: flex;
}
.cid-v2gddaAKnx .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #fb6f92;
  color: #bffaa9;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v2gddaAKnx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2gddaAKnx .embla__button:hover {
  background-color: #fb6f92;
  color: #bffaa9;
  transform: scale(1.05);
}
.cid-v2gddaAKnx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2gddaAKnx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2gddaAKnx .embla__button {
    top: auto;
  }
}
.cid-v2gddaAKnx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2gddaAKnx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2gddaAKnx .embla {
  position: relative;
  width: 100%;
}
.cid-v2gddaAKnx .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v2gddaAKnx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2gddaAKnx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2gddaAKnx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2gddaAKnx .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  height: 100%;
}
.cid-v2gddaAKnx .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddaAKnx .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-v2gddaAKnx .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddaAKnx .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddaAKnx .shadow:hover .number,
.cid-v2gddaAKnx .shadow:hover .card-title {
  color: #42d7f5 !important;
}
.cid-v2gddaAKnx .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-v2gddaAKnx .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-v2gddaAKnx .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v2gddaAKnx .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v2gddaAKnx H3 {
  color: #1d1d1f;
}
.cid-v2gddaAKnx .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v2gddaAKnx .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v2gddaAKnx .iconfont-wrapper .mbr-iconfont {
  color: #fb6f92;
}
.cid-v2gddaAKnx .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v2gddaAKnx .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v2gddaAKnx .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v2gddaAKnx .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v2gddaAKnx .people {
  align-items: center;
}
.cid-v2gddaAKnx img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2gddaAKnx .row.title-block {
    flex-direction: column;
  }
  .cid-v2gddaAKnx .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v2gddaAKnx .mbr-section-title {
    text-align: center;
  }
}
.cid-v2gddaAKnx .card-subtitle,
.cid-v2gddaAKnx .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-v2gddaAKnx .people {
    flex-direction: column;
  }
  .cid-v2gddaAKnx .card-text,
  .cid-v2gddaAKnx .align,
  .cid-v2gddaAKnx .iconfont-wrapper {
    text-align: center;
  }
  .cid-v2gddaAKnx img {
    margin-bottom: 20px !important;
  }
}
.cid-v2gddaAKnx .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-v2gddaAKnx .button-align {
    margin-top: 20px;
  }
}
.cid-v2gddaAKnx .btn {
  margin-top: 20px;
}
.cid-v2gddaAKnx a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2gddaAKnx .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v2gddaAKnx .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v2gddaAKnx .mbr-section-subtitle,
.cid-v2gddaAKnx .button-align {
  color: #000000;
}
.cid-v2gddaAKnx .mbr-section-title {
  color: #000000;
}
.cid-v2gddaAKnx .card-text,
.cid-v2gddaAKnx .iconfont-wrapper,
.cid-v2gddaAKnx .align {
  color: #000000;
}
.cid-v2gddaAKnx .card-subtitle2 {
  color: #000000;
}
.cid-v2gddaClt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaClt7 img {
  border-radius: 0px;
}
.cid-v2gddaClt7 .row {
  justify-content: center;
}
.cid-v2gddaClt7 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-v2gddaCyxt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaCyxt .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-v2gddaCyxt .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-v2gddaCyxt .button-align {
  text-align: center;
}
.cid-v2gddaCyxt .margin {
  margin-right: 14px;
}
.cid-v2gddaCyxt .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-v2gddaCyxt .margin {
    margin-right: 0px;
  }
}
.cid-v2gddaCyxt .btn {
  margin-top: 20px;
}
.cid-v2gddaCyxt a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddaCyxt .mbr-text,
.cid-v2gddaCyxt .button-align {
  color: #000000;
}
.cid-v2gddaGnEF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2gddaGnEF .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v2gddaGnEF .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v2gddaGnEF .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-v2gddaGnEF .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v2gddaGnEF .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddaGnEF .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-v2gddaGnEF .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v2gddaGnEF .shadow:hover .mbr-iconfont,
.cid-v2gddaGnEF .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddaGnEF .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v2gddaGnEF .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v2gddaGnEF .card-title span,
.cid-v2gddaGnEF .card-title .number {
  transition: 0.35s;
}
.cid-v2gddaGnEF .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v2gddaGnEF .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v2gddaGnEF .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v2gddaGnEF H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddaGnEF img {
  width: auto;
  height: 70px;
}
.cid-v2gddaGnEF .card-wrapper {
  background-color: #fb6f92;
  padding: 37px 32px 43px;
}
.cid-v2gddaGnEF .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v2gddaGnEF .link-title {
  display: inline-block;
}
.cid-v2gddaGnEF .episode {
  color: #ffffff;
}
.cid-v2gddaGnEF .img-title {
  color: #ffffff;
}
.cid-v2gddaGnEF .margin {
  margin-right: 14px;
}
.cid-v2gddaGnEF .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v2gddaGnEF .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v2gddaGnEF .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-v2gddaGnEF .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v2gddaGnEF .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v2gddaGnEF span,
.cid-v2gddaGnEF .number {
  transition: 0.35s;
}
.cid-v2gddaGnEF .item.features-image {
  margin-top: 30px;
}
.cid-v2gddaGnEF .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v2gddaGnEF .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v2gddaGnEF .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v2gddaGnEF .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v2gddaGnEF .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v2gddaGnEF .mbr-section-title,
.cid-v2gddaGnEF .button-align {
  color: #000000;
}
.cid-v2gddaHxZ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaHxZ5 .right {
  display: flex;
  flex-direction: column;
}
.cid-v2gddaHxZ5 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v2gddaHxZ5 .row {
  justify-content: center;
}
.cid-v2gddaHxZ5 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-v2gddaHxZ5 li {
  margin-bottom: 16px;
}
.cid-v2gddaHxZ5 li:last-child {
  margin-bottom: 0;
}
.cid-v2gddaHxZ5 a:hover,
.cid-v2gddaHxZ5 a:focus {
  color: #3f69ff !important;
}
.cid-v2gddaHxZ5 .list {
  color: #000000;
}
.cid-v2gddaH8Eq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaH8Eq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fb6f92;
}
.cid-v2gddaH8Eq .row {
  align-items: center;
  height: 100%;
}
.cid-v2gddaH8Eq .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v2gddaH8Eq .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v2gddaH8Eq .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v2gddaH9uz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2gddaH9uz .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v2gddaH9uz .shadow {
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
  padding: 52px 52px 52px 40px;
  background-color: #ffffff;
}
.cid-v2gddaH9uz .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v2gddaH9uz .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-v2gddaH9uz .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v2gddaH9uz .shadow:hover .card-title {
  color: #c43c65 !important;
}
.cid-v2gddaH9uz .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v2gddaH9uz .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  color: #000000;
}
.cid-v2gddaH9uz .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v2gddaH9uz H3 {
  color: #14142b;
  text-align: center;
}
.cid-v2gddaH9uz .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-v2gddaH9uz .link-title {
  display: inline-block;
}
.cid-v2gddaH9uz .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fff4f7;
  margin-bottom: 32px;
  color: #000000;
}
.cid-v2gddaH9uz .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v2gddaH9uz .link-row,
.cid-v2gddaH9uz .title-block {
  align-items: center;
}
.cid-v2gddaH9uz .link2 {
  display: inline;
}
.cid-v2gddaH9uz .socicon-bg-youtube {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaH9uz .socicon-bg-facebook {
  background-color: #fb6f92;
  color: #000000 !important;
}
.cid-v2gddaH9uz .socicon-bg-twitter {
  background-color: #bffaa9;
  color: #000000 !important;
}
.cid-v2gddaH9uz .socicon-bg-pinterest {
  background-color: #ff8fab;
  color: #000000 !important;
}
.cid-v2gddaH9uz .socicon-bg-mail {
  background-color: #fb6f92;
  color: #000000 !important;
}
.cid-v2gddaH9uz .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fb6f92;
  cursor: pointer;
}
.cid-v2gddaH9uz .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v2gddaH9uz .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v2gddaH9uz .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2gddaH9uz .bottom {
    display: block;
  }
}
.cid-v2gddaH9uz .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v2gddaH9uz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-v2gddaH9uz .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-v2gddaH9uz .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-v2gddaH9uz .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-v2gddaH9uz .right {
    margin-left: 0;
  }
  .cid-v2gddaH9uz .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-v2gddaH9uz .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-v2gddaH9uz .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-v2gddaH9uz .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-v2gddaH9uz .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-v2gddaH9uz .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v2gddaH9uz .shadow {
    padding: 32px;
  }
  .cid-v2gddaH9uz .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-v2gddaH9uz .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v2gddaH9uz .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-v2gddaH9uz .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v2gddaH9uz .card-title,
.cid-v2gddaH9uz span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-v2gddaH9uz .card-button {
    margin-bottom: 16px;
  }
}
.cid-v2gddaH9uz .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v2gddaH9uz .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v2gddaH9uz .card-button .btn-primary,
.cid-v2gddaH9uz .card-button .btn-secondary,
.cid-v2gddaH9uz .card-button .btn-success,
.cid-v2gddaH9uz .card-button .btn-info,
.cid-v2gddaH9uz .card-button .btn-warning,
.cid-v2gddaH9uz .card-button .btn-danger,
.cid-v2gddaH9uz .card-button .btn-black,
.cid-v2gddaH9uz .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v2gddaH9uz .item {
  margin-bottom: 32px;
}
.cid-v2gddaI7XL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaI7XL img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-v2gddaI7XL .title {
  color: #14142b;
  width: auto;
}
.cid-v2gddaI7XL .row.justify-content-between {
  align-items: center;
}
.cid-v2gddaI7XL .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-v2gddaI7XL .row.margin:hover {
  transform: scale(1.05);
}
.cid-v2gddaI7XL .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v2gddaI7XL .left {
  max-width: 549px;
}
.cid-v2gddaI7XL .right {
  max-width: 452px;
  overflow: visible;
}
.cid-v2gddaI7XL .shadow {
  padding: 40px 61px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 452px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v2gddaI7XL .socicon-bg-youtube {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaI7XL .socicon-bg-facebook {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddaI7XL .socicon-bg-twitter {
  background-color: #bffaa9;
  color: #000000;
}
.cid-v2gddaI7XL .socicon-bg-pinterest {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaI7XL .socicon-bg-mail {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddaI7XL .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 42px;
  height: 42px;
  line-height: 44px;
  margin: 0 16px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fb6f92;
  cursor: pointer;
}
.cid-v2gddaI7XL .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v2gddaI7XL .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v2gddaI7XL .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v2gddaI7XL .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-v2gddaI7XL .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-v2gddaI7XL .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-v2gddaI7XL .mbr-section-title,
  .cid-v2gddaI7XL .mbr-section-subtitle {
    text-align: center;
  }
  .cid-v2gddaI7XL .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-v2gddaI7XL .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-v2gddaI7XL .mbr-iconfont {
  margin-left: 0;
}
.cid-v2gddaJpke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gddaJpke a.btn > span {
  margin-left: 0.5rem;
}
.cid-v2gddaJpke .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2gddaJpke .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v2gddaJpke .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-v2gddaJpke .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-v2gddaJpke .right-side {
  max-width: 554px;
}
.cid-v2gddaJpke .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v2gddaJpke .margin {
  margin-right: 14px;
}
.cid-v2gddaJpke .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v2gddaJpke img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v2gddaJpke .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-v2gddaJpke .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-v2gddaJpke .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v2gddaJpke .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fb6f92;
  cursor: pointer;
}
.cid-v2gddaJpke .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v2gddaJpke .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v2gddaJpke .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v2gddaJpke .mbr-social-likes.small {
  display: flex;
}
.cid-v2gddaJpke .mbr-social-likes.big {
  display: block;
}
.cid-v2gddaJpke .form-control,
.cid-v2gddaJpke form .btn {
  min-height: initial;
}
.cid-v2gddaJpke a.btn,
.cid-v2gddaJpke button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-v2gddaJpke input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-v2gddaJpke textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-v2gddaJpke input:hover {
  border-color: #14142b !important;
}
.cid-v2gddaJpke textarea:hover {
  border-color: #14142b !important;
}
.cid-v2gddaJpke input:focus {
  border-color: #14142b !important;
}
.cid-v2gddaJpke textarea:focus {
  border-color: #14142b !important;
}
.cid-v2gddaJpke .form-group {
  margin-bottom: 0;
}
.cid-v2gddaJpke .listen {
  margin-bottom: 24px;
}
.cid-v2gddaJpke .phone {
  color: #14142b;
  margin-bottom: 44px;
}
.cid-v2gddaJpke .email {
  color: #14142b;
  margin-bottom: 21px;
  text-align: left;
}
.cid-v2gddaJpke .listen,
.cid-v2gddaJpke .big {
  text-align: left;
  color: #8c8c95;
}
.cid-v2gddaJpke .mbr-text,
.cid-v2gddaJpke .button-align {
  color: #000000;
}
.cid-v2gddaJpke .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v2gddaJpke .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v2gddaJpke select.form-control:hover {
  border-color: #14142b;
}
.cid-v2gddaJpke select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-v2gddaJpke .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-v2gddaJpke .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-v2gddaJpke .left-side,
  .cid-v2gddaJpke .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-v2gddaJpke .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-v2gddaJpke .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-v2gddaJpke .shadow {
    padding: 25px;
  }
  .cid-v2gddaJpke input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v2gddaJpke .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-v2gddaJpke .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-v2gddaJpke .big > .socicon-bg-youtube {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaJpke .big > .socicon-bg-facebook {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddaJpke .big > .socicon-bg-twitter {
  background-color: #bffaa9;
  color: #000000;
}
.cid-v2gddaJpke .big > .socicon-bg-pinterest {
  background-color: #ff8fab;
  color: #000000;
}
.cid-v2gddaJpke .big > .socicon-bg-mail {
  background-color: #fb6f92;
  color: #000000;
}
.cid-v2gddaJpke .mbr-iconfont {
  margin-right: 8px;
}
.cid-v2gddaJpke .listen,
.cid-v2gddaJpke .mbr-social-likes {
  color: #000000;
}
.cid-v2gddaK3Z3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2gddaK3Z3 .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v2gddaK3Z3 .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fff4f7;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-v2gddaK3Z3 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-v2gddaK3Z3 li {
  margin-bottom: 16px;
}
.cid-v2gddaK3Z3 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-v2gddaK3Z3 .shadow {
    padding: 40px;
  }
}
.cid-v2gddaK3Z3 .list {
  color: #000000;
  text-align: left;
}
.cid-v2gddaK3Z3 .card-subtitle,
.cid-v2gddaK3Z3 .align {
  text-align: left;
  color: #000000;
}
.cid-v2gddaLZ1u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff4f7;
}
.cid-v2gddaLZ1u .mbr-text {
  color: #000000;
}
.cid-v2gddaLZ1u .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
