.btn {
  border-width: 2px;
}
body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.17;
}
.display-5 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.5rem;
    font-size: calc( 2.425rem + (8.125 - 2.425) * ((100vw - 20rem) / (48 - 20)) /2);
    line-height: 1;
  }
  .display-2 {
    font-size: 4.5rem;
    font-size: calc( 1.9249999999999998rem + (5.625 - 1.9249999999999998) * ((100vw - 20rem) / (48 - 20)) /1.8);
    line-height: 1.1;
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 2.1rem + (3.75 - 2.1) * ((100vw - 20rem) / (48 - 20))/1.5);
    line-height: 1.1;
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a289e9 !important;
}
.bg-success {
  background-color: #00524f !important;
}
.bg-info {
  background-color: #8163d3 !important;
}
.bg-warning {
  background-color: #dedb7b !important;
}
.bg-danger {
  background-color: #ed7a5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a289e9 !important;
  border-color: #a289e9 !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #a289e9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcd5db !important;
  border-color: #fcd5db !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #fcd5db !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8163d3 !important;
  border-color: #8163d3 !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #8163d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00524f !important;
  border-color: #00524f !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #00524f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dedb7b !important;
  border-color: #dedb7b !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #dedb7b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed7a5f !important;
  border-color: #ed7a5f !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #ed7a5f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #f8f1ec !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-black,
.btn-black:active {
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a289e9;
  color: #a289e9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #a289e9 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fcd5db;
  color: #fcd5db;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #fcd5db !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #c40e2a !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8163d3;
  color: #8163d3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #8163d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00524f;
  color: #00524f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #00524f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dedb7b;
  color: #dedb7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #dedb7b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #484612 !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ed7a5f;
  color: #ed7a5f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #ed7a5f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #272727;
  color: #272727;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #272727 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f8f1ec;
  color: #f8f1ec;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #a76a3e !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.text-primary {
  color: #a289e9 !important;
}
.text-secondary {
  color: #fcd5db !important;
}
.text-success {
  color: #00524f !important;
}
.text-info {
  color: #8163d3 !important;
}
.text-warning {
  color: #dedb7b !important;
}
.text-danger {
  color: #ed7a5f !important;
}
.text-white {
  color: #f8f1ec !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e33d9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f57689 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4d2ea2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c2be31 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cf3a17 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ddbaa1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a289e9;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8163d3;
}
.alert-warning {
  background-color: #dedb7b;
}
.alert-danger {
  background-color: #ed7a5f;
}
.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: #a289e9;
  border-color: #a289e9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a289e9;
}
.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: #39fff8;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #a289e9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #a289e9;
}
/* 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: #a289e9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a289e9;
}
.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: #a289e9;
  border-bottom-color: #a289e9;
}
.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: #a289e9 !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: #fcd5db !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='%23a289e9' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container {
  max-width: 1800px;
  margin: 0 auto;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 60px;
  padding: 1em 2em;
  font-weight: 400;
  line-height: 1 !important;
  box-shadow: none !important;
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: scale3d(1.03, 1.03, 1);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #f8f1ec !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
}
b,
strong {
  font-weight: 600;
}
.cid-ueJvbL6t4h {
  background-image: url("../../../assets/images/thea-austin-header-3-1920x1080.webp");
}
.cid-ueJvbL6t4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueJvbL6t4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueJvbL6t4h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ueJvbL6t4h .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ueJvbL6t4h .container {
    padding: 0 24px;
  }
}
.cid-ueJvbL6t4h .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ueJvbL6t4h .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-ueJvbL6t4h .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ueJvbL6t4h .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ueJvbL6t4h .mbr-section-title {
  color: #202020;
}
.cid-ueJvbL6t4h .mbr-text,
.cid-ueJvbL6t4h .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ueJvbL6t4h .mbr-section-title,
.cid-ueJvbL6t4h .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ueJyI5ypBl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f1ec;
}
.cid-ueJyI5ypBl .mbr-section-title {
  color: #272727;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ueJyI5ypBl .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-ueJyI5ypBl .mbr-text {
  color: #272727;
}
.cid-tgzqyXhUv6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f1ec;
}
.cid-tgzqyXhUv6 .row {
  justify-content: center;
}
.cid-tgzqyXhUv6 .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tgzqyXhUv6 .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tgzqyXhUv6 .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tgzqyXhUv6 .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tgzqyXhUv6 .col-video .link {
  margin-right: 1rem;
}
.cid-tgzqyXhUv6 .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tgzqyXhUv6 .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tgzqyXhUv6 .mbr-media {
  position: relative;
}
.cid-tgzqyXhUv6 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tgzqyXhUv6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tgzqyXhUv6 .icon-wrap .mbr-iconfont {
  padding: 24px;
  border-radius: 50%;
  background-color: #c4b2f6;
}
@media (max-width: 991px) {
  .cid-tgzqyXhUv6 .icon-wrap .mbr-iconfont {
    padding: 16px;
  }
}
.cid-tgzqyXhUv6 .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tgzqyXhUv6 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tgzqyXhUv6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tgzqyXhUv6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tgzqyXhUv6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tgzqyXhUv6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tgzqyXhUv6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tgzqyXhUv6 a:hover {
  text-decoration-line: none !important;
}
.cid-ueJAK9T5V5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f1ec;
}
.cid-ueJAK9T5V5 .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-ueJAK9T5V5 .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-ueJAK9T5V5 .mbr-text {
  color: #272727;
}
.cid-ueJBNCUmOP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f1ec;
}
.cid-ueJBNCUmOP .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-ueJBNCUmOP .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-ueJBNCUmOP .mbr-text {
  color: #272727;
}
#custom-html-6 {
  /* Type valid CSS here */
}
#custom-html-6 div {
  padding: 10px 50px;
  color: #777;
  text-align: center;
}
#custom-html-6 p {
  font-size: 60px;
  color: #777;
}
.cid-tgzpZlGKAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzpZlGKAK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tgzpZlGKAK .row {
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto !important;
  flex-direction: row-reverse;
}
.cid-tgzpZlGKAK .col-title {
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .cid-tgzpZlGKAK .col-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .cid-tgzpZlGKAK .col-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tgzpZlGKAK .col-title {
    margin-bottom: 15px;
  }
}
.cid-tgzpZlGKAK .form-title {
  color: #272727;
  text-align: center;
}
.cid-tgzpZlGKAK .col-form {
  display: flex;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-tgzpZlGKAK .col-form {
    width: 100%;
  }
}
.cid-tgzpZlGKAK .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tgzpZlGKAK form {
  width: 100%;
}
.cid-tgzpZlGKAK form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tgzpZlGKAK form p {
  color: #272727;
}
.cid-tgzpZlGKAK form .mbr-section-btn {
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tgzpZlGKAK form .form-group {
  margin-top: 40px !important;
  margin-bottom: 36px !important;
}
@media (max-width: 1199px) {
  .cid-tgzpZlGKAK form .form-group {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .cid-tgzpZlGKAK form .form-group {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.cid-tgzpZlGKAK form .form-control {
  height: 60px;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 40px;
  line-height: 1 !important;
  color: #272727;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-tgzpZlGKAK form .form-control {
    height: 42px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tgzpZlGKAK form .form-control {
    height: 38px;
    font-size: 20px;
  }
}
.cid-tgzpZlGKAK form .form-control::-webkit-input-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form .form-control::-moz-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form .form-control:-moz-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form .form-control:-ms-input-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form select {
  color: #626161 !important;
}
.cid-tgzpZlGKAK form textarea {
  height: 60px !important;
  resize: none;
}
.cid-tgzpZlGKAK form input:active,
.cid-tgzpZlGKAK form textarea:active,
.cid-tgzpZlGKAK form input:focus,
.cid-tgzpZlGKAK form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.cid-tgzpZlGKAK form input:active::-webkit-input-placeholder,
.cid-tgzpZlGKAK form textarea:active::-webkit-input-placeholder,
.cid-tgzpZlGKAK form input:focus::-webkit-input-placeholder,
.cid-tgzpZlGKAK form textarea:focus::-webkit-input-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form input:active::-moz-placeholder,
.cid-tgzpZlGKAK form textarea:active::-moz-placeholder,
.cid-tgzpZlGKAK form input:focus::-moz-placeholder,
.cid-tgzpZlGKAK form textarea:focus::-moz-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form input:active:-moz-placeholder,
.cid-tgzpZlGKAK form textarea:active:-moz-placeholder,
.cid-tgzpZlGKAK form input:focus:-moz-placeholder,
.cid-tgzpZlGKAK form textarea:focus:-moz-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form input:active:-ms-input-placeholder,
.cid-tgzpZlGKAK form textarea:active:-ms-input-placeholder,
.cid-tgzpZlGKAK form input:focus:-ms-input-placeholder,
.cid-tgzpZlGKAK form textarea:focus:-ms-input-placeholder {
  color: #272727;
}
.cid-tgzpZlGKAK form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tgzpZlGKAK form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tgzpZlGKAK form label {
  width: 100%;
  color: #272727;
  margin-bottom: 24px;
}
.cid-tgzpZlGKAK form .form-control-label {
  width: 100%;
}
.cid-tgzpZlGKAK form .form-check-label {
  margin-bottom: 16px;
}
.cid-tgzpZlGKAK form .form-check-input {
  border-color: #626161 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tgzpZlGKAK form .form-check-input:focus,
.cid-tgzpZlGKAK form .form-check-input:hover {
  background-color: #626161 !important;
  border-color: #272727 !important;
}
.cid-tgzpZlGKAK form .form-check-input:checked {
  border-color: #626161 !important;
  background-color: #626161 !important;
}
.cid-tgzpZlGKAK .col-btn {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  padding-left: 1rem;
  padding-right: 1rem !important;
}
@media (max-width: 991px) {
  .cid-tgzpZlGKAK .col-btn {
    padding: 0 !important;
    width: 100%;
  }
}
.cid-tgzpZlGKAK .btn-container {
  position: sticky;
  top: 7em;
  display: flex;
  align-items: center;
  height: fit-content;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tgzpZlGKAK .btn-container {
    position: static;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tgzpZlGKAK .btn-container {
    margin-top: 20px;
  }
}
.cid-tgzpZlGKAK .mbr-text {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-tgzpZlGKAK .mbr-text {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .cid-tgzpZlGKAK .mbr-text {
    text-align: center !important;
  }
}
.cid-tgzpZYNXnp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tgzpZYNXnp .mbr-text {
  color: #f8f1ec;
}
.cid-ueOEkIC29F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f1ec;
}
.cid-ueOEkIC29F .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-ueOEkIC29F .mbr-text {
  color: #272727;
}
.cid-ueOBzDeQVc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-ueOBzDeQVc .mbr-section-title {
  color: #272727;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ueOBzDeQVc .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-ueOBzDeQVc .mbr-text {
  color: #272727;
}
.cid-ueOBzEGVkb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-ueOBzEGVkb .mbr-text {
  color: #f8f1ec;
}
