
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990140 !important;
}


.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #fd036a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #fd036a;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fd036a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fd036a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fd036a;
  border-bottom-color: #fd036a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fd036a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #715edb !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='%23fd036a' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uc9JjUUhBy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc9JjUUhBy .container {
  max-width: 1400px;
}
.cid-uc9JjUUhBy img,
.cid-uc9JjUUhBy .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uc9JjUUhBy img:before,
.cid-uc9JjUUhBy .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uc9JjUUhBy img:hover:before,
.cid-uc9JjUUhBy .item-img:hover:before {
  opacity: 0.2;
}
.cid-uc9JjUUhBy .item:focus,
.cid-uc9JjUUhBy span:focus {
  outline: none;
}
.cid-uc9JjUUhBy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc9JjUUhBy .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uc9JjUUhBy .item-content {
  padding-top: 1.5rem;
}
.cid-uc9JjUUhBy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc9JjUUhBy .mbr-section-title {
  color: #232323;
}
.cid-uc9JjUUhBy .mbr-text,
.cid-uc9JjUUhBy .mbr-section-btn {
  color: #818181;
}
.cid-uc9JjUUhBy .item-title {
  text-align: center;
  color: #fd036a;
}
.cid-uc9YkVX4xy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc9YkVX4xy .container {
  max-width: 1400px;
}
.cid-uc9YkVX4xy img,
.cid-uc9YkVX4xy .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uc9YkVX4xy img:before,
.cid-uc9YkVX4xy .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uc9YkVX4xy img:hover:before,
.cid-uc9YkVX4xy .item-img:hover:before {
  opacity: 0.2;
}
.cid-uc9YkVX4xy .item:focus,
.cid-uc9YkVX4xy span:focus {
  outline: none;
}
.cid-uc9YkVX4xy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc9YkVX4xy .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uc9YkVX4xy .item-content {
  padding-top: 1.5rem;
}
.cid-uc9YkVX4xy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc9YkVX4xy .mbr-section-title {
  color: #232323;
}
.cid-uc9YkVX4xy .mbr-text,
.cid-uc9YkVX4xy .mbr-section-btn {
  color: #818181;
}
.cid-uc9YkVX4xy .item-title {
  text-align: center;
  color: #fd036a;
}
.cid-uc9ZWPunu5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc9ZWPunu5 .container {
  max-width: 1400px;
}
.cid-uc9ZWPunu5 img,
.cid-uc9ZWPunu5 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uc9ZWPunu5 img:before,
.cid-uc9ZWPunu5 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uc9ZWPunu5 img:hover:before,
.cid-uc9ZWPunu5 .item-img:hover:before {
  opacity: 0.2;
}
.cid-uc9ZWPunu5 .item:focus,
.cid-uc9ZWPunu5 span:focus {
  outline: none;
}
.cid-uc9ZWPunu5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc9ZWPunu5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uc9ZWPunu5 .item-content {
  padding-top: 1.5rem;
}
.cid-uc9ZWPunu5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc9ZWPunu5 .mbr-section-title {
  color: #232323;
}
.cid-uc9ZWPunu5 .mbr-text,
.cid-uc9ZWPunu5 .mbr-section-btn {
  color: #818181;
}
.cid-uc9ZWPunu5 .item-title {
  text-align: center;
  color: #fd036a;
}
