body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #ffce00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffce00 !important;
  border-color: #ffce00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a88800 !important;
  border-color: #a88800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a88800 !important;
  border-color: #a88800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffce00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffce00 !important;
  border-color: #ffce00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffce00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !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: #997c00 !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: #facb00 !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: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffce00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #ffce00;
  border-color: #ffce00;
  color: #191500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffce00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.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: #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: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffce00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffce00;
}
/* 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: #ffce00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffce00;
}
.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: #ffce00;
  border-bottom-color: #ffce00;
}
.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: #ffce00 !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='%23ffce00' %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-uH2FHT8BF3 {
  z-index: 1000;
  width: 100%;
}
.cid-uH2FHT8BF3 nav.navbar {
  position: fixed;
}
.cid-uH2FHT8BF3 .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-uH2FHT8BF3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH2FHT8BF3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH2FHT8BF3 .dropdown-item:hover,
.cid-uH2FHT8BF3 .dropdown-item:focus {
  background: #ffce00 !important;
  color: white !important;
}
.cid-uH2FHT8BF3 .dropdown-item:hover span {
  color: white;
}
.cid-uH2FHT8BF3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH2FHT8BF3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH2FHT8BF3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH2FHT8BF3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH2FHT8BF3 .nav-link {
  position: relative;
}
.cid-uH2FHT8BF3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH2FHT8BF3 .container {
    flex-wrap: wrap;
  }
}
.cid-uH2FHT8BF3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH2FHT8BF3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uH2FHT8BF3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH2FHT8BF3 .dropdown-menu,
.cid-uH2FHT8BF3 .navbar.opened {
  background: #353535 !important;
}
.cid-uH2FHT8BF3 .nav-item:focus,
.cid-uH2FHT8BF3 .nav-link:focus {
  outline: none;
}
.cid-uH2FHT8BF3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH2FHT8BF3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH2FHT8BF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH2FHT8BF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH2FHT8BF3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH2FHT8BF3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH2FHT8BF3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0);
}
.cid-uH2FHT8BF3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uH2FHT8BF3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH2FHT8BF3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uH2FHT8BF3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH2FHT8BF3 .navbar.collapsed {
  justify-content: center;
}
.cid-uH2FHT8BF3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH2FHT8BF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH2FHT8BF3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uH2FHT8BF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH2FHT8BF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH2FHT8BF3 .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-uH2FHT8BF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH2FHT8BF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH2FHT8BF3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH2FHT8BF3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH2FHT8BF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH2FHT8BF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH2FHT8BF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH2FHT8BF3 .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-uH2FHT8BF3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH2FHT8BF3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH2FHT8BF3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH2FHT8BF3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH2FHT8BF3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH2FHT8BF3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH2FHT8BF3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH2FHT8BF3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH2FHT8BF3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH2FHT8BF3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH2FHT8BF3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH2FHT8BF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH2FHT8BF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH2FHT8BF3 .dropdown-item.active,
.cid-uH2FHT8BF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uH2FHT8BF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH2FHT8BF3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH2FHT8BF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH2FHT8BF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uH2FHT8BF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH2FHT8BF3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH2FHT8BF3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH2FHT8BF3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH2FHT8BF3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH2FHT8BF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH2FHT8BF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH2FHT8BF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH2FHT8BF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH2FHT8BF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH2FHT8BF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH2FHT8BF3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH2FHT8BF3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH2FHT8BF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH2FHT8BF3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH2FHT8BF3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH2FHT8BF3 .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-uH2FHT8BF3 .navbar {
    height: 70px;
  }
  .cid-uH2FHT8BF3 .navbar.opened {
    height: auto;
  }
  .cid-uH2FHT8BF3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH2XlggGE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2XlggGE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uH2XlggGE4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH2XlggGE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uH2XlggGE4 .mbr-text,
.cid-uH2XlggGE4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGnxHKvyfV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGnxHKvyfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnxHKvyfV .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uGnxHKvyfV .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffce00;
  z-index: -1;
}
.cid-uGnxHKvyfV img {
  border-radius: 1rem;
}
.cid-uGnxHKvyfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnxHKvyfV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnxHKvyfV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGnxHKvyfV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnxHKvyfV .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-uGnxHKvyfV .mbr-section-subtitle,
.cid-uGnxHKvyfV .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uGnxHKvyfV .mbr-text,
.cid-uGnxHKvyfV .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-uGnySEi9Sk {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uGnySEi9Sk .mbr-overlay {
  background-color: #bbbbbb;
  opacity: 0.3;
}
.cid-uGnySEi9Sk .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uGnySEi9Sk .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGnySEi9Sk .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uGnySEi9Sk .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
  color: #000000;
}
.cid-uGnySEi9Sk .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uGnySEi9Sk .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uGnySEi9Sk .mbr-text {
  margin-top: 5px;
}
.cid-uHkz31MUdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHkz31MUdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkz31MUdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkz31MUdP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHkz31MUdP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHkz31MUdP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHkz31MUdP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHkz31MUdP .container {
    padding: 0 24px;
  }
}
.cid-uHkz31MUdP .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffce00;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHkz31MUdP .content-wrapper {
    display: block;
  }
}
.cid-uHkz31MUdP .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uHkz31MUdP .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHkz31MUdP .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uHkz31MUdP .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffce00;
}
.cid-uHkz31MUdP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHkz31MUdP .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uHkz31MUdP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHkz31MUdP .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHkz31MUdP .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uHkz31MUdP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHkz31MUdP .mbr-section-title {
  color: #18212d;
}
.cid-uHkz31MUdP .mbr-desc {
  color: #18212d;
}
.cid-uHkz31MUdP .mbr-text {
  color: #000000;
}
.cid-uH9uy5V4ys {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/samantha-weisburg-hftcxzfsg6g-unsplash-2000x1333.jpg");
}
.cid-uH9uy5V4ys .mbr-overlay {
  background-color: #353535;
  opacity: 0.6;
}
.cid-uH9uy5V4ys .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uH9uy5V4ys {
    align-items: center;
  }
  .cid-uH9uy5V4ys .row {
    justify-content: center;
  }
  .cid-uH9uy5V4ys .content-wrap {
    width: 78%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH9uy5V4ys .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH9uy5V4ys {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uH9uy5V4ys .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH9uy5V4ys .content-wrap {
    width: 100%;
  }
}
.cid-uH9uy5V4ys .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH9uy5V4ys .mbr-text,
.cid-uH9uy5V4ys .mbr-section-btn {
  text-align: center;
}
.cid-uH8EXYRfhB {
  background-color: #ffffff;
}
.cid-uH8EXYRfhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8EXYRfhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8EXYRfhB .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-uH8EXYRfhB .content-wrapper {
    margin: 0 30px;
  }
}
.cid-uH8EXYRfhB .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uH8EXYRfhB .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-uH8EXYRfhB .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #ffce00;
  margin: 0;
}
.cid-uH8EXYRfhB .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uH8EXYRfhB .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-uH8EXYRfhB .mbr-section-title {
  color: #000000;
}
.cid-uH8EXYRfhB .mbr-item {
  color: #000000;
}
.cid-uH9SOfFMqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffce00;
}
.cid-uH9SOfFMqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9SOfFMqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH9SOfFMqx .col-text {
    margin-bottom: 2rem;
  }
}
.cid-uH9SOfFMqx .text-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 991px) {
  .cid-uH9SOfFMqx .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uH9SOfFMqx .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uH9SOfFMqx .mbr-section-title {
  color: #181817;
}
.cid-uH9SOfFMqx .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}
.cid-uH9SOfFMqx .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 767px) {
  .cid-uH9SOfFMqx .mbr-text {
    grid-column-end: 3;
  }
}
.cid-uH9SOfFMqx .card-container {
  width: 100%;
  margin-top: 15rem;
}
@media (max-width: 575px) {
  .cid-uH9SOfFMqx .card-container {
    margin-top: 0;
  }
}
.cid-uH9SOfFMqx .card {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-uH9SOfFMqx .card {
    padding: 24px 0;
  }
}
.cid-uH9SOfFMqx .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 2.5rem;
  overflow: hidden;
  min-height: 745px;
}
@media (max-width: 1599px) {
  .cid-uH9SOfFMqx .card-wrap {
    min-height: 615px;
  }
}
@media (max-width: 1399px) {
  .cid-uH9SOfFMqx .card-wrap {
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cid-uH9SOfFMqx .card-wrap {
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .cid-uH9SOfFMqx .card-wrap {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-uH9SOfFMqx .card-wrap {
    padding: 24px;
  }
}
.cid-uH9SOfFMqx .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cid-uH9SOfFMqx .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH9SOfFMqx .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: -40%;
  width: 80%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: #181817;
}
@media (max-width: 991px) {
  .cid-uH9SOfFMqx .card-bg-frame {
    left: -40%;
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .cid-uH9SOfFMqx .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 100vw;
    height: 100vw;
  }
}
@media (max-width: 575px) {
  .cid-uH9SOfFMqx .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}
.cid-uH9SOfFMqx .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 767px) {
  .cid-uH9SOfFMqx .card-text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uH9SOfFMqx .card-text-box {
    width: 100%;
  }
}
.cid-uH9SOfFMqx .card-title {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-uH9SOfFMqx .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uH9SOfFMqx .card-number {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-uH9SOfFMqx .card-text-small {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-uH9SOfFMqx .mbr-section-btn {
  margin-top: 10px;
}
.cid-uH9SOfFMqx .card-text,
.cid-uH9SOfFMqx .mbr-section-btn {
  color: #ffffff;
}
.cid-uIsIAHsMCU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIsIAHsMCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsIAHsMCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsIAHsMCU .row {
  flex-direction: row-reverse;
}
.cid-uIsIAHsMCU .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uIsIAHsMCU .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-uIsIAHsMCU .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIsIAHsMCU .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uIsIAHsMCU .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-uIsIAHsMCU .img-container img {
  max-width: 100%;
}
.cid-uIsIAHsMCU .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-uIsIAHsMCU .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIsIAHsMCU .col-toggle {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uIsIAHsMCU .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uIsIAHsMCU .section-head {
  margin-bottom: 0;
}
.cid-uIsIAHsMCU .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uIsIAHsMCU .mbr-section-subtitle {
  color: #3963eb;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uIsIAHsMCU .toggle-panel {
  margin-top: 40px;
}
.cid-uIsIAHsMCU .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-uIsIAHsMCU .card:hover {
  margin-left: 1rem;
}
.cid-uIsIAHsMCU .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-uIsIAHsMCU .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-uIsIAHsMCU .card-header .iconfont-wrapper .mbr-iconfont {
  color: #3963eb;
  font-size: 32px;
}
.cid-uIsIAHsMCU .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #ffce00;
  transition: .3s all;
}
.cid-uIsIAHsMCU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-uIsIAHsMCU .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-uIsIAHsMCU .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-uIsIAHsMCU .panel-title-edit {
  color: #000000;
  margin-bottom: 0;
}
.cid-uIsIAHsMCU .panel-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uH97PdnHKG {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/alexandre-dinaut-fwzu0ytzb2m-unsplash-2000x1167.jpg");
}
.cid-uH97PdnHKG .mbr-overlay {
  background-color: #353535;
  opacity: 0.4;
}
.cid-uH97PdnHKG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uH97PdnHKG {
    align-items: center;
  }
  .cid-uH97PdnHKG .row {
    justify-content: center;
  }
  .cid-uH97PdnHKG .content-wrap {
    width: 83%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH97PdnHKG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH97PdnHKG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uH97PdnHKG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH97PdnHKG .content-wrap {
    width: 100%;
  }
}
.cid-uH97PdnHKG .mbr-section-title {
  text-align: center;
  color: #ffce00;
}
.cid-uH97PdnHKG .mbr-text,
.cid-uH97PdnHKG .mbr-section-btn {
  text-align: center;
  color: #ffce00;
}
.cid-uJ3LAKGFdg {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uJ3LAKGFdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ3LAKGFdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ3LAKGFdg .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ3LAKGFdg .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uJ3LAKGFdg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJ3LAKGFdg .content-wrapper .mbr-section-title span {
  color: #ffce00;
}
.cid-uJ3LAKGFdg .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uJ3LAKGFdg .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-uJ3LAKGFdg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-uJ3LAKGFdg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 8px 14px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uJ3LAKGFdg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffce00;
}
.cid-uJ3LAKGFdg .tab-content .tab-pane .item-content {
  border: 1px solid #ffce00;
  background-color: #000000;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJ3LAKGFdg .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJ3LAKGFdg .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uJ3LAKGFdg .mbr-section-title {
  color: #000000;
}
.cid-uJ3LAKGFdg .item-title {
  color: #ffffff;
}
.cid-uJ3LAKGFdg .item-text {
  color: #bbbbbb;
}
.cid-uN1YV1Nb16 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uN1YV1Nb16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1YV1Nb16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1YV1Nb16 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uN1YV1Nb16 .container {
    padding: 0 50px !important;
  }
}
.cid-uN1YV1Nb16 .row {
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-uN1YV1Nb16 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uN1YV1Nb16 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uN1YV1Nb16 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uN1YV1Nb16 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uN1YV1Nb16 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uN1YV1Nb16 .card-title {
    text-align: center;
  }
}
.cid-uN1YV1Nb16 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uN1YV1Nb16 .mbr-text {
    text-align: center;
  }
}
.cid-uN1YV1Nb16 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-left: 75px !important;
}
@media (max-width: 767px) {
  .cid-uN1YV1Nb16 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uN1YV1Nb16 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uN1YV1Nb16 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uN1YV1Nb16 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uN1YV1Nb16 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uN1YV1Nb16 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffce00;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uN1YV1Nb16 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uN1YV1Nb16 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-uGnyy7Ykno {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/christopher-ott-eionloojbhe-unsplash-2000x1333.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uGnyy7Ykno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnyy7Ykno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnyy7Ykno .text-wrapper {
  position: relative;
  z-index: 4;
}
.cid-uGnyy7Ykno .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-uGnyy7Ykno .mbr-text {
  color: #ffffff;
  margin-bottom: 1rem;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-uGnyy7Ykno .mbr-text {
    width: 100%;
  }
}
.cid-uGnyy7Ykno .mbr-text b {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.cid-uGnyy7Ykno .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uGnyy7Ykno .img-bg {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 50vw;
  will-change: transform;
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(188deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-uGnyy7Ykno .img-bg {
    width: 80vw;
  }
}
.cid-uGnyy7Ykno .mbr-section-title,
.cid-uGnyy7Ykno .mbr-section-btn {
  color: #ffce00;
}
.cid-uHlFRK1GzI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHlFRK1GzI .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffce00;
  margin-left: 1rem;
}
.cid-uHlFRK1GzI .panel-group {
  border: none;
}
.cid-uHlFRK1GzI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHlFRK1GzI .panel-body,
.cid-uHlFRK1GzI .card-header {
  padding: 1rem 0;
}
.cid-uHlFRK1GzI .panel-title-edit {
  color: #000000;
}
.cid-uHlFRK1GzI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHlFRK1GzI H3 {
  color: #000000;
}
.cid-uHlFRK1GzI .panel-text {
  color: #000000;
}
.cid-uHmGDVuaNV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffce00;
}
.cid-uHmGDVuaNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmGDVuaNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmGDVuaNV .card-wrapper {
  width: 100%;
}
.cid-uHmGDVuaNV .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uHmGDVuaNV .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uHmGDVuaNV .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uHmGDVuaNV .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uHmGDVuaNV .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uHmGDVuaNV .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHmGDVuaNV .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uHmGDVuaNV .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uHmGDVuaNV .card-title {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uHmGDVuaNV .card-title {
    text-align: center !important;
  }
}
.cid-uHmGDVuaNV .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHmGDVuaNV .card-text {
    text-align: center !important;
  }
}
.cid-uJ3sXRCAjq {
  background-color: #ffffff !important;
}
.cid-uJ3sXRCAjq .container {
  border: 18px solid #ffffff;
  margin-top: -18px;
  padding: 0;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-uJ3sXRCAjq .container {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uJ3sXRCAjq section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uJ3sXRCAjq .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ3sXRCAjq .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ3sXRCAjq .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ3sXRCAjq .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uJ3sXRCAjq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJ3sXRCAjq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ3sXRCAjq .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ3sXRCAjq .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uJ3sXRCAjq .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uJ3sXRCAjq .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uJ3sXRCAjq .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJ3sXRCAjq .mbr-section-title {
  color: #ed2c03;
}
.cid-uJ3sXRCAjq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ3sXRCAjq .mbr-section-title,
.cid-uJ3sXRCAjq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHIL8y8Shm {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHIL8y8Shm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIL8y8Shm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIL8y8Shm .container,
.cid-uHIL8y8Shm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHIL8y8Shm .container,
  .cid-uHIL8y8Shm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHIL8y8Shm .row {
  justify-content: center;
}
.cid-uHIL8y8Shm .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHIL8y8Shm .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uHIL8y8Shm .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uHIL8y8Shm .item {
  margin-bottom: 40px;
}
.cid-uHIL8y8Shm .item .item-wrapper .item-img img {
  height: 130px;
  object-fit: contain;
}
.cid-uHIL8y8Shm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uH8jhBhP33 {
  overflow: hidden;
  background-color: #ffce00;
}
.cid-uH8jhBhP33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8jhBhP33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8jhBhP33 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uH8jhBhP33 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uH8jhBhP33 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uH8jhBhP33 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uH8jhBhP33 .container {
    padding: 0 12px;
  }
}
.cid-uH8jhBhP33 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uH8jhBhP33 .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uH8jhBhP33 .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uH8jhBhP33 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uH8jhBhP33 .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uH8jhBhP33 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uH8jhBhP33 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uH8jhBhP33 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uH8jhBhP33 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uH8jhBhP33 .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uH8jhBhP33 .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #ffce00;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #000000 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uH8jhBhP33 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uH8jhBhP33 .mbr-form .form-conrol {
  color: #ffce00;
}
.cid-uH8jhBhP33 .mbr-section-title {
  color: #ffffff;
}
.cid-uH8jhBhP33 .mbr-text {
  color: #000000;
}
.cid-uH8jhBhP33 label {
  color: #ffffff;
}
.cid-uH8jhBhP33 .mbr-section-title,
.cid-uH8jhBhP33 .mbr-section-btn {
  color: #000000;
}
.cid-uH8jhBhP33 .card-contacts {
  color: #000000;
}
.cid-uGnPOfjdni .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffce00;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uGnPOfjdni .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .img-bg {
    display: none;
  }
}
.cid-uGnPOfjdni .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .container {
    padding: 0 !important;
  }
}
.cid-uGnPOfjdni .row {
  width: 100%;
  align-items: center;
}
.cid-uGnPOfjdni .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .content-container {
    padding-top: 0;
    background-color: #ffce00;
  }
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uGnPOfjdni .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uGnPOfjdni .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uGnPOfjdni .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uGnPOfjdni .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uGnPOfjdni .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGnPOfjdni .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGnPOfjdni .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .brand-text {
    margin-top: 45px;
  }
}
.cid-uGnPOfjdni .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uGnPOfjdni .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uGnPOfjdni .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uGnPOfjdni .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uGnPOfjdni .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGnPOfjdni .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uGnPOfjdni .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uGnPOfjdni .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uGnPOfjdni .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uGnPOfjdni .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uGnPOfjdni .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uGnPOfjdni .col-link3 {
    padding-left: 0;
  }
}
.cid-uGnPOfjdni .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uGnPOfjdni .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uGnPOfjdni .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uGnPOfjdni .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #232323;
}
.cid-uGnPOfjdni .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uGnPOfjdni .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uGnPOfjdni .copyright {
    text-align: center !important;
  }
}
