.btn {
  border-width: 2px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 6.5rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.125rem;
}
/* ---- 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: 991.98px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}

@media (max-width: 600px) {
  .display-1 {
    font-size: calc( 2.925rem + (6 - 2.925) * ((100vw - 22rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 1.8rem;
  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 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f6a7c1 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ad457a !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6a7c1 !important;
  border-color: #f6a7c1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ee588a !important;
  border-color: #ee588a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ad457a !important;
  border-color: #ad457a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6f2c4e !important;
  border-color: #6f2c4e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.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: #f6a7c1;
  color: #f6a7c1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ee588a !important;
  background-color: transparent!important;
  border-color: #ee588a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6a7c1 !important;
  border-color: #f6a7c1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ad457a;
  color: #ad457a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6f2c4e !important;
  background-color: transparent!important;
  border-color: #6f2c4e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ad457a !important;
  border-color: #ad457a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #f6a7c1 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ad457a !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f6a7c1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #642847 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f6a7c1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ad457a;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f6a7c1;
  border-color: #f6a7c1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f6a7c1;
}
.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: #a0d8df;
}
.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: #d79bb9;
}
.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: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f6a7c1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f6a7c1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6a7c1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f6a7c1;
}
.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: #f6a7c1;
  border-bottom-color: #f6a7c1;
}
.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: #f6a7c1 !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: #ff6666 !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='%23f6a7c1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-teiHcD2h35 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-teiHcD2h35 .show .link,
.cid-teiHcD2h35 .show .mbr-iconfont {
  color: #000000 !important;
}
.cid-teiHcD2h35 .show .phone-link,
.cid-teiHcD2h35 .show .phone-link .fa-phone {
  color: #f6a7c1 !important;
}
.cid-teiHcD2h35 .opened .navbar-caption {
  color: #000000 !important;
}
.cid-teiHcD2h35 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-teiHcD2h35 .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 991.98px) {
  .cid-teiHcD2h35 .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-teiHcD2h35 nav.navbar {
  position: fixed;
}
.cid-teiHcD2h35 .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-teiHcD2h35 .dropdown-menu {
  padding: 1rem 0;
}
.cid-teiHcD2h35 .dropdown-item {
  color: #000000 !important;
}
.cid-teiHcD2h35 .dropdown-item span {
  color: #000000 !important;
}
.cid-teiHcD2h35 .dropdown-item:hover,
.cid-teiHcD2h35 .dropdown-item:focus {
  color: #f6a7c1 !important;
}
.cid-teiHcD2h35 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teiHcD2h35 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teiHcD2h35 .nav-dropdown .link {
  padding: 0 0.3em !important;

  margin: 0.667em 0.614em !important;
}
@media (max-width: 1399.98px) {
  .cid-teiHcD2h35 .nav-dropdown .link {
    margin: 0.667em 0.97em !important;
  }
}
.cid-teiHcD2h35 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teiHcD2h35 .nav-link {
  position: relative;
}
.cid-teiHcD2h35 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-teiHcD2h35 .container {
    flex-wrap: nowrap;
  }
}
.cid-teiHcD2h35 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-teiHcD2h35 .dropdown-menu,
.cid-teiHcD2h35 .navbar.opened {
  background: #ffffff !important;
}
.cid-teiHcD2h35 .nav-item:focus,
.cid-teiHcD2h35 .nav-link:focus {
  outline: none;
}
.cid-teiHcD2h35 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teiHcD2h35 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teiHcD2h35 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teiHcD2h35 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teiHcD2h35 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teiHcD2h35 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teiHcD2h35 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-teiHcD2h35 .navbar.opened {
  transition: all 0.3s;
}
.cid-teiHcD2h35 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teiHcD2h35 .navbar .navbar-logo img {
  width: auto;
}
.cid-teiHcD2h35 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teiHcD2h35 .navbar.collapsed {
  justify-content: center;
}
.cid-teiHcD2h35 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teiHcD2h35 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teiHcD2h35 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-teiHcD2h35 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teiHcD2h35 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teiHcD2h35 .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-teiHcD2h35 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teiHcD2h35 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teiHcD2h35 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .cid-teiHcD2h35 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teiHcD2h35 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teiHcD2h35 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teiHcD2h35 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teiHcD2h35 .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-teiHcD2h35 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teiHcD2h35 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teiHcD2h35 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teiHcD2h35 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teiHcD2h35 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teiHcD2h35 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cid-teiHcD2h35 .navbar .navbar-logo img {
      height: 1.75rem !important;
  }
  .cid-teiHcD2h35 .navbar-brand .display-5 {   
    font-size: 1.125rem!important;    
  }
  .cid-teiHcD2h35 .nav-dropdown .link {
    padding: 0!important;
    margin: 0.667em 0.4em !important;
  }  
  .cid-teiHcD2h35 .display-4 {
    font-size: 1rem!important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .cid-teiHcD2h35 .navbar .navbar-logo img {
      height: 2.5rem !important;
  }
  .cid-teiHcD2h35 .navbar-brand .display-5 {   
    font-size: 1.25rem!important;    
  }
  .cid-teiHcD2h35 .nav-dropdown .link {
    padding: 0!important;
    margin: 0.667em 0.4em !important;
  } 
  .cid-teiHcD2h35 .display-4 {
    font-size: 1.25rem!important;
  }
}


.cid-teiHcD2h35 .navbar.navbar-short {
  min-height: 100px;
}
.cid-teiHcD2h35 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teiHcD2h35 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-teiHcD2h35 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teiHcD2h35 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teiHcD2h35 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teiHcD2h35 .dropdown-item.active,
.cid-teiHcD2h35 .dropdown-item:active {
  background-color: transparent;
}
.cid-teiHcD2h35 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teiHcD2h35 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teiHcD2h35 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teiHcD2h35 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teiHcD2h35 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teiHcD2h35 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teiHcD2h35 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teiHcD2h35 .navbar-buttons {
  text-align: center;
  min-width: 171px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cid-teiHcD2h35 .navbar-buttons {
    min-width: auto;
  }
  .cid-teiHcD2h35 .navbar-buttons .btn {
    padding: 0.5rem 0.8rem!important;
    margin: 0.6rem 0.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /*.cid-teiHcD2h35 .navbar-buttons {
    min-width: auto;
  }*/
  .cid-teiHcD2h35 .navbar-buttons .btn {
    padding: 0.5rem 1rem!important;
    margin: 0.6rem 0.1rem;
  }
}
@media (min-width: 1400px) {
  .cid-teiHcD2h35 .navbar-buttons .btn {
    padding: 0.8rem 1rem;
  }
}

.cid-teiHcD2h35 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-teiHcD2h35 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teiHcD2h35 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-teiHcD2h35 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teiHcD2h35 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-teiHcD2h35 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-teiHcD2h35 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teiHcD2h35 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teiHcD2h35 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teiHcD2h35 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teiHcD2h35 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teiHcD2h35 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teiHcD2h35 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teiHcD2h35 .navbar {
    height: 70px;
  }
  .cid-teiHcD2h35 .navbar.opened {
    height: auto;
  }
  .cid-teiHcD2h35 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teiO4483oz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-teiO4483oz .carousel {
  height: 800px;
}
.cid-teiO4483oz .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teiO4483oz .carousel-item,
.cid-teiO4483oz .carousel-inner {
  height: 100%;
}
.cid-teiO4483oz .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
@media (min-width: 768px) {
  .cid-teiO4483oz .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-teiO4483oz .carousel-caption {
    width: 900px;
  }
}
.cid-teiO4483oz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-teiO4483oz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-teiO4483oz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-teiO4483oz .item-wrapper {
  width: 100%;
}
@media (max-width: 767.98px) {
  .cid-teiO4483oz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-teiO4483oz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-teiO4483oz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-teiO4483oz .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-teiO4483oz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teiO4483oz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767.98px) {
  .cid-teiO4483oz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teiO4483oz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-teiO4483oz .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-teiO4483oz .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-teiO4483oz .carousel-indicators li::after,
.cid-teiO4483oz .carousel-indicators li::before {
  content: none;
}
.cid-teiO4483oz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-teiQzodbsT {
  padding-top: 3.5rem;
  padding-bottom: 7.5rem;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-teiQzodbsT .image-wrapper {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 992px) {
  .cid-teiQzodbsT .image-wrapper {
    width: 49%;
  }
}
.cid-teiQzodbsT .text-wrapper {
  text-align: left;
}
@media (max-width: 991.98px) {
  .cid-teiQzodbsT .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-teiQzodbsT .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-teiQzodbsT .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teiQzodbsT .text-wrapper {
    /*padding: 0 4rem;*/
    width: 49%;
  }
  .cid-teiQzodbsT .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-teiQzodbsT .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-teiQzodbsT .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-teiQzodbsT .item-btn:hover {
  opacity: 0.8;
}
.cid-teiQzodbsT .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-teiQzodbsT .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199.98px) {
  .cid-teiQzodbsT .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-teiQzodbsT .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 991.98px) {
  .cid-teiQzodbsT .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-teiQzodbsT .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-teiQzodbsT .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767.98px) {
  .cid-teiQzodbsT .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-teiQzodbsT .mbr-section-title {
  font-size: calc( 2.925rem + (6.5 - 2.925) * ((39vw - 20rem) / (48 - 20)));
  line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((39vw - 20rem) / (48 - 20))));
}
.cid-teiQzodbsT .mbr-section-title strong {
  font-size: calc( 2.925rem + (6 - 2.925) * ((40vw - 20rem) / (48 - 20)));
  line-height: calc( 1.1 * (2.925rem + (6 - 2.925) * ((40vw - 20rem) / (48 - 20))));
}
@media (max-width: 991.98px) {
  .cid-teiQzodbsT .mbr-section-title {
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .cid-teiQzodbsT .mbr-section-title strong {
    font-size: calc( 2.925rem + (6 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }


}
@media (max-width: 600px) {
  .cid-teiQzodbsT .mbr-section-title {
    letter-spacing: -1px;
  }
  .cid-teiQzodbsT .mbr-section-title strong {
    font-size: calc( 2.925rem + (6 - 2.925) * ((100vw - 21rem) / (48 - 20)));
  }
}
.cid-teiQzodbsT .mbr-section-title a {
  color: #9b9ba5;
}
.cid-teiQzodbsT P {
  color: #9b9ba5;
}
.cid-teiQzodbsT .mbr-section-subtitle {
  color: #353535;
}
.cid-teiQzodbsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-teiQzodbsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teiQGiljRF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fff5f8;
}
.cid-teiQGiljRF img,
.cid-teiQGiljRF .item-img {
  width: 100%;
}
.cid-teiQGiljRF .item:focus,
.cid-teiQGiljRF span:focus {
  outline: none;
}
.cid-teiQGiljRF .item {
  /*cursor: pointer;*/
  margin-bottom: 2rem;
  position: relative;
}
.cid-teiQGiljRF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teiQGiljRF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  .cid-teiQGiljRF .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-teiQGiljRF .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-teiQGiljRF .mbr-text,
.cid-teiQGiljRF .mbr-section-btn {
  color: #9b9ba5;
}
.cid-teiQGiljRF .item-title {
  text-align: center;
}
.cid-teiQGiljRF .mbr-section-title {
  text-align: center;
}
.cid-teiQGiljRF .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #ad457a;
  text-align: center;
}
.cid-tejlcXX9pB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff5f8;
  margin-bottom: 2px;
}
.cid-tejlcXX9pB .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #ad457a;
  text-align: center;
}
.cid-tejlcXX9pB .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-tejlcXX9pB .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-tejlcXX9pB .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-teiIKtT4YE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-teiIKtT4YE .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #ad457a;
  text-align: center;
}
.cid-teiIKtT4YE .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-teiIKtT4YE .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-teiIKtT4YE .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-teiHy9V4Qt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teiHy9V4Qt .mbr-overlay {
  z-index: 1;
}
.cid-teiHy9V4Qt .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767.98px) {
  .cid-teiHy9V4Qt .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .cid-teiHy9V4Qt .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-teiHy9V4Qt .label-text {
  color: #ad457a;
  width: 100%;
}
.cid-teiHy9V4Qt .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
  text-align: center;
}
.cid-teiHy9V4Qt .item-title span {
  position: relative;
  z-index: 2;
}
.cid-teiHy9V4Qt .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #f6a7c1;
  z-index: 1;
}
.cid-teiHy9V4Qt .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-teiHy9V4Qt .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-teiHy9V4Qt .card {
  padding: 3px;
}
.cid-teiHy9V4Qt .card-container {
  display: flex;
}
.cid-teiHy9V4Qt .card-container .card {
  border-radius: 0;
}
.cid-teiHy9V4Qt .card-container .card .item-img {
  height: 100%;
}
.cid-teiHy9V4Qt .card-container .card .item-img img {
  height: 100%;
}
.cid-teiHy9V4Qt .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-teiHy9V4Qt .cards-container .card {
  border-radius: 0;
}
.cid-teiHy9V4Qt .cards-container .card .item-img {
  display: flex;
}
.cid-teiHPuEcK2 {
  padding-top: 0rem;
  padding-bottom: 0.14rem;
  background-color: #ffffff;
}
.cid-teiHPuEcK2 .mbr-overlay {
  z-index: 1;
}
.cid-teiHPuEcK2 .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767.98px) {
  .cid-teiHPuEcK2 .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .cid-teiHPuEcK2 .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-teiHPuEcK2 .label-text {
  color: #111111;
  width: 100%;
}
.cid-teiHPuEcK2 .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-teiHPuEcK2 .item-title span {
  position: relative;
  z-index: 2;
}
.cid-teiHPuEcK2 .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #f6a7c1;
  z-index: 1;
}
.cid-teiHPuEcK2 .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-teiHPuEcK2 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-teiHPuEcK2 .card {
  padding: 3px;
}
.cid-teiHPuEcK2 .card-container {
  display: flex;
}
.cid-teiHPuEcK2 .card-container .card {
  border-radius: 0;
}
.cid-teiHPuEcK2 .card-container .card .item-img {
  height: 100%;
}
.cid-teiHPuEcK2 .card-container .card .item-img img {
  height: 100%;
}
.cid-teiHPuEcK2 .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-teiHPuEcK2 .cards-container .card {
  border-radius: 0;
}
.cid-teiHPuEcK2 .cards-container .card .item-img {
  display: flex;
}
.cid-teiVTRqYbe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-2000x1333.png");
}
.cid-teiVTRqYbe .row {
  align-items: center;
}
.cid-teiVTRqYbe .content-container {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem 0 2rem !important;
  width: 85%;
  min-width: 380px;
  max-width: 780px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .cid-teiVTRqYbe .content-container {
    padding: 2.5rem 0 0 0 !important;
  }
}
.cid-teiVTRqYbe .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-teiVTRqYbe .text-container {
  max-width: 37.5rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .cid-teiVTRqYbe .text-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-teiVTRqYbe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-teiVTRqYbe .label-text {
  width: 100%;
  margin-bottom: 0.8rem;
  color: #1B1F0A;
}
.cid-teiVTRqYbe .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-teiVTRqYbe .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 8px;
}
.cid-teiVTRqYbe .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-teiVTRqYbe .btn-container {
  width: 100%;
}
.cid-teiVTRqYbe .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (max-width: 575.98px) {
  .cid-teiVTRqYbe .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-teiVTRqYbe .col-img {
  width: 100%;
  max-width: 100%;
}
.cid-teiVTRqYbe .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: 326px;
}
.cid-teiVTRqYbe .img-container img {
  max-width: 100%;
  max-height: 326px;
  width: auto;
  height: auto;
}
.cid-teiQDbxiRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ad457a;
}
.cid-teiQDbxiRQ .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff5f8;
  height: 100%;
  width: 30%;
}
.cid-teiQDbxiRQ .card-title {
  color: #ffffff;
}
.cid-teiQDbxiRQ .mbr-text,
.cid-teiQDbxiRQ .mbr-section-btn {
  color: #ffffff;
}

/*@media (min-width: 1400px) {
  .cid-teiQDbxiRQ .text-wrapper {
    padding-left: 5rem;
  }
}
@media (max-width: 1399.98px) {
  .cid-teiQDbxiRQ .text-wrapper {
    padding-left: 3.5rem;
  }
  .cid-teiQDbxiRQ .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  
}*/


@media (min-width: 992px) {
  .cid-teiQDbxiRQ .text-wrapper {
    padding-left: 3.5rem;
  }
  
  .cid-teiQDbxiRQ .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
}

@media (min-width: 1400px) {
  .cid-teiQDbxiRQ .text-wrapper {
    padding-left: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .cid-teiQDbxiRQ .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .cid-teiQDbxiRQ .text-wrapper {
    padding-left: 1rem;
    position: relative;
  }
  .cid-teiQDbxiRQ .display-1 {
    font-size: 4.28rem;
  }
  .cid-teiQDbxiRQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-teiQDbxiRQ .item-btn {
    width: 90%;
    height: 7rem;
  }
}
@media (max-width: 767.98px) {
  .cid-teiQDbxiRQ .bg-wrapper {
    display: none;
  }
  .cid-teiQDbxiRQ .text-wrapper {
    text-align: center;
  }
  .cid-teiQDbxiRQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-teiQDbxiRQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-teiQDbxiRQ .display-1 {
    font-size: 4.4rem;
  }
  .cid-teiQDbxiRQ .card-title {
    letter-spacing: -1px;
  }
}
.cid-teiJg03KyD {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #fff5f8;
}
.cid-teiJg03KyD .row {
  justify-content: space-between;
}
.cid-tfJ7JQEAPy .form-control,
.cid-teiJg03KyD .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-teiJg03KyD .form-control:focus,
.cid-teiJg03KyD .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #fafafa;
  box-shadow: none;
}
.cid-teiJg03KyD .form-group {
  margin-bottom: 1rem;
}
.cid-teiJg03KyD input::-webkit-input-placeholder,
.cid-teiJg03KyD textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-teiJg03KyD input:-moz-placeholder,
.cid-teiJg03KyD textarea:-moz-placeholder {
  color: #353535;
}
.cid-teiJg03KyD .jq-selectbox li,
.cid-teiJg03KyD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-teiJg03KyD .jq-selectbox li:hover,
.cid-teiJg03KyD .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-teiJg03KyD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-teiJg03KyD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fafafa;
}
.cid-teiJg03KyD .mbr-text {
  color: #767676;
}
.cid-teiJg03KyD .form-block {
  padding: 3rem;
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-teiJg03KyD .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-teiJg03KyD .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cid-teiJg03KyD .form-block {
    padding: 2.7rem;
  }
  .cid-teiJg03KyD .form-block .display-2 {
    font-size: 3.5rem;
  }
}
.cid-teiJg03KyD H4 {
  color: #000000;
}
.cid-teiJg03KyD .mbr-section-title,
.cid-teiJg03KyD .mbr-section-btn {
  color: #000000;
}
.cid-teiJg03KyD .mbr-section-title {
  font-size:  calc( 2.925rem + (6.5 - 2.925) * ((43vw - 20rem) / (48 - 20)));
  line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((43vw - 20rem) / (48 - 20))));
  
}
@media (max-width: 991.98px) {
  .cid-teiJg03KyD .mbr-section-title {
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 32rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 32rem) / (48 - 20))));
  }
}
.cid-teiJg03KyD .mbr-section-subtitle {
  color: #ad457a;
}
.cid-teiJg03KyD .form-text {
  color: #000000;
}
.cid-teiJg03KyD .text {
  color: #000000;
}
.cid-teiJg03KyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-teiJg03KyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teiJg03KyD H3 {
  color: #000000;
}
.cid-tejip1M5i6 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background: #fff5f8;
}
@media (max-width: 1724.98px) {
  .cid-tejip1M5i6 {
    padding-bottom: 2.25rem;
  }
}
.cid-tejip1M5i6 .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-tejip1M5i6 .content-wrap {
  z-index: 1;
  position: relative;
  max-width: 450px;
  margin-top: 15rem;
  text-shadow: 1.5px 1px rgba(  0, 0, 0, .5);
}
.cid-tejip1M5i6 .card-wrap {
  position: relative;
  min-height: 600px;
  display: flex;
  padding-top: 5rem !important;
}
@media (max-width: 991.98px) {
  .cid-tejip1M5i6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tejip1M5i6 .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tejip1M5i6 .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-tejip1M5i6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  .cid-tejip1M5i6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tejip1M5i6 .icons-menu {
  display: flex;
}
@media (max-width: 767.98px) {
  .cid-tejip1M5i6 .icons-menu {
    justify-content: center;
  }
}
.cid-tejip1M5i6 .iconfont-wrapper {
  font-size: 1.5rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.cid-tejip1M5i6 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f6a7c1;
  z-index: 0;
}
.cid-tejip1M5i6 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tejip1M5i6 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
.cid-tejip1M5i6 .mbr-iconfont {
  position: relative;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-tejip1M5i6 .mbr-role,
.cid-tejip1M5i6 .social-row {
  color: #ffffff;
}
.cid-tejip1M5i6 .mbr-section-title {
  color: #272727;
}
.cid-tejip1M5i6 .card-title {
  color: #ffffff;
}
.cid-tejip1M5i6 .card-text,
.cid-tejip1M5i6 .mbr-section-btn,
.cid-tejip1M5i6 .social-row {
  color: #ffffff;
}
.cid-teiYxNBUSE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-teiYxNBUSE img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-teiYxNBUSE .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-teiYxNBUSE .brand {
  display: flex;
  justify-content: center;
}
.cid-teiYxNBUSE .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-teiYxNBUSE .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-teiYxNBUSE .row-main {
    flex-direction: column;
  }
  .cid-teiYxNBUSE .col-auto {
    margin-bottom: 10px;
  }
  .cid-teiYxNBUSE .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .cid-teiYxNBUSE .brand:nth-child(3) {
    margin-top: -40px;
  }
  .cid-teiYxNBUSE .brand:nth-child(4) {
    margin-top: -40px;
  }
}
@media (max-width: 575.98px) {
  .cid-teiYxNBUSE .brand:nth-child(2) {
    margin-top: -40px;
  }
}
.cid-tej6A316A2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tej6A316A2 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-tej6A316A2 .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-tej6A316A2 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-tej6A316A2 .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-tej6A316A2 .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-tej6A316A2 .social_icons {
  text-align: center;
}
.cid-tej6A316A2 .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-tej6A316A2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ad457a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tej6A316A2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tej6A316A2 .iconfont-wrapper:hover {
  background-color: #9b3e6d;
}
@media (max-width: 767.98px) {
  .cid-tej6A316A2 .footer_timework {
    margin-top: 50px;
  }
  .cid-tej6A316A2 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-tej6A316A2 .mbr-text,
.cid-tej6A316A2 .footer_logo,
.cid-tej6A316A2 .social_icons {
  color: #ffffff;
}
.cid-teBkmtn9yT.popup-builder {
  background-color: #ffffff;
}
.cid-teBkmtn9yT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-teBkmtn9yT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-teBkmtn9yT .modal-content,
.cid-teBkmtn9yT .modal-dialog {
  height: auto;
}
.cid-teBkmtn9yT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-teBkmtn9yT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-teBkmtn9yT .form-wrapper .mbr-form .form-group,
  .cid-teBkmtn9yT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-teBkmtn9yT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-teBkmtn9yT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teBkmtn9yT .mbr-text {
  text-align: center;
}
.cid-teBkmtn9yT .pt-0 {
  padding-top: 0 !important;
}
.cid-teBkmtn9yT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-teBkmtn9yT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-teBkmtn9yT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-teBkmtn9yT .modal-open {
  overflow: hidden;
}
.cid-teBkmtn9yT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-teBkmtn9yT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-teBkmtn9yT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-teBkmtn9yT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-teBkmtn9yT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-teBkmtn9yT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-teBkmtn9yT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-teBkmtn9yT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-teBkmtn9yT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-teBkmtn9yT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-teBkmtn9yT .modal-backdrop.fade {
  opacity: 0;
}
.cid-teBkmtn9yT .modal-backdrop.show {
  opacity: .5;
}
.cid-teBkmtn9yT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-teBkmtn9yT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991.98px) {
  .cid-teBkmtn9yT .modal-header {
    padding: 1rem;
  }
}
.cid-teBkmtn9yT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-teBkmtn9yT .modal-header .close svg {
  fill: #353535;
}
.cid-teBkmtn9yT .modal-header .close:hover {
  opacity: 1;
}
.cid-teBkmtn9yT .modal-header .close:focus {
  outline: none;
}
.cid-teBkmtn9yT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-teBkmtn9yT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-teBkmtn9yT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .cid-teBkmtn9yT .modal-body {
    padding: 1rem;
  }
}
.cid-teBkmtn9yT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-teBkmtn9yT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .cid-teBkmtn9yT .modal-footer {
    padding: 1rem;
  }
}
.cid-teBkmtn9yT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-teBkmtn9yT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-teBkmtn9yT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-teBkmtn9yT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-teBkmtn9yT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-teBkmtn9yT .modal-lg,
  .cid-teBkmtn9yT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-teBkmtn9yT .modal-xl {
    max-width: 1140px;
  }
}
.cid-teBkmtn9yT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-teBkmtn9yT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-teBkmtn9yT .form-group {
  margin-bottom: 1rem;
}
.cid-teBkmtn9yT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-teBkmtn9yT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-teBkmtn9yT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-teBkmtn9yT .mbr-section-btn {
  margin: 0;
}
.cid-teBkmtn9yT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tfJ7JQEAPy.popup-builder {
  background-color: #ffffff;
}
.cid-tfJ7JQEAPy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tfJ7JQEAPy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tfJ7JQEAPy .modal-content,
.cid-tfJ7JQEAPy .modal-dialog {
  height: auto;
}
.cid-tfJ7JQEAPy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tfJ7JQEAPy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tfJ7JQEAPy .form-wrapper .mbr-form .form-group,
  .cid-tfJ7JQEAPy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tfJ7JQEAPy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tfJ7JQEAPy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfJ7JQEAPy .mbr-text {
  text-align: center;
}
.cid-tfJ7JQEAPy .pt-0 {
  padding-top: 0 !important;
}
.cid-tfJ7JQEAPy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tfJ7JQEAPy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tfJ7JQEAPy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tfJ7JQEAPy .modal-open {
  overflow: hidden;
}
.cid-tfJ7JQEAPy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tfJ7JQEAPy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tfJ7JQEAPy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem auto;
  pointer-events: none;
}
.cid-tfJ7JQEAPy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tfJ7JQEAPy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tfJ7JQEAPy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tfJ7JQEAPy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tfJ7JQEAPy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tfJ7JQEAPy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tfJ7JQEAPy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tfJ7JQEAPy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tfJ7JQEAPy .modal-backdrop.show {
  opacity: .5;
}
.cid-tfJ7JQEAPy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tfJ7JQEAPy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991.98px) {
  .cid-tfJ7JQEAPy .modal-header {
    padding: 1rem;
  }
}
.cid-tfJ7JQEAPy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tfJ7JQEAPy .modal-header .close svg {
  fill: #353535;
}
.cid-tfJ7JQEAPy .modal-header .close:hover {
  opacity: 1;
}
.cid-tfJ7JQEAPy .modal-header .close:focus {
  outline: none;
}
.cid-tfJ7JQEAPy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tfJ7JQEAPy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tfJ7JQEAPy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .cid-tfJ7JQEAPy .modal-body {
    padding: 1rem;
  }
}
.cid-tfJ7JQEAPy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tfJ7JQEAPy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .cid-tfJ7JQEAPy .modal-footer {
    padding: 1rem;
  }
}
.cid-tfJ7JQEAPy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tfJ7JQEAPy .modal-dialog {
    max-width: 540px;
    margin: 1.75rem auto;
  }
  .cid-tfJ7JQEAPy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tfJ7JQEAPy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tfJ7JQEAPy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tfJ7JQEAPy .modal-lg,
  .cid-tfJ7JQEAPy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tfJ7JQEAPy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tfJ7JQEAPy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tfJ7JQEAPy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tfJ7JQEAPy .form-group {
  margin-bottom: 1rem;
}
.cid-tfJ7JQEAPy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tfJ7JQEAPy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tfJ7JQEAPy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tfJ7JQEAPy .mbr-section-btn {
  margin: 0;
}
.cid-tfJ7JQEAPy .mbr-section-btn .btn {
  margin: 0;
}


.anchor {
  position: relative;
}
.anchor .target {
  position: absolute;
  left: 0px;
  top: -100px;
}

.form-check-input:checked {
    background-color: #f6a7c1;
    border-color: #f6a7c1; 
}
.form-check-input:focus {
  box-shadow: none;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none!important;
}
.swal2-styled.swal2-confirm {
    border: 2px solid #ad457a !important;
    border-radius: 0!important;
    background-color: #ad457a!important;
    padding: 0.8rem 1.8rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem!important;
    line-height: 1.5;
}

.upload-file-name p:last-child {
  margin-bottom: 0;
}