.divider-size {
	    width: 150px !important;
    padding: 10px 0 20px;
    object-fit: none !important;
    height: auto !important;
    display: inline-block;
}
.hidden-mobile {

	display: none;
}

.hidden-desktop2 {
	display: block;
}

.hidden-desktop {
	display: inline-block;
}

.text-left {
	text-align: left;
}

.centralizado-session {
	text-align: center !important;
    margin: 0 auto !important;
}

.header_box {
	text-align: left !important;
}

body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Dancing Script', cursive;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Dancing Script', cursive;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.41;
}
.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.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (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.14 * (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.41 * (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: #294290 !important;
}
.bg-success {
  background-color: #8a8a8a !important;
}
.bg-info {
  background-color: #294290 !important;
}
.bg-warning {
  background-color: #079c05 !important;
}
.bg-danger {
  background-color: #c2c4c2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #294290 !important;
  border-color: #294290 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #16234d !important;
  border-color: #16234d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #16234d !important;
  border-color: #16234d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edc500 !important;
  border-color: #edc500 !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: #967d00 !important;
  border-color: #967d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #967d00 !important;
  border-color: #967d00 !important;
}

.btn-zap,
.btn-zap:active {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-zap:hover,
.btn-zap:focus,
.btn-zap.focus,
.btn-zap.active {
  color: #ffffff !important;
  background-color: #37c759 !important;
  border-color: #37c759 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-reserva,
.btn-reserva:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-reserva:hover,
.btn-reserva:focus,
.btn-reserva.focus,
.btn-reserva.active {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}


.btn-info,
.btn-info:active {
  background-color: #294290 !important;
  border-color: #294290 !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: #16234d !important;
  border-color: #16234d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16234d !important;
  border-color: #16234d !important;
}
.btn-success,
.btn-success:active {
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !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: #5f5f5f !important;
  border-color: #5f5f5f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #079c05 !important;
  border-color: #079c05 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #034802 !important;
  border-color: #034802 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #034802 !important;
  border-color: #034802 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2c4c2 !important;
  border-color: #c2c4c2 !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: #969996 !important;
  border-color: #969996 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #969996 !important;
  border-color: #969996 !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: #000000 !important;
  border-color: #000000 !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: #294290;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #16234d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #294290 !important;
  border-color: #294290 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edc500;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #967d00 !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: #edc500 !important;
  border-color: #edc500 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #294290;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16234d !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: #294290 !important;
  border-color: #294290 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8a8a8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5f5f5f !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: #8a8a8a !important;
  border-color: #8a8a8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #079c05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #034802 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #079c05 !important;
  border-color: #079c05 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2c4c2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #969996 !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: #c2c4c2 !important;
  border-color: #c2c4c2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !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: #294290 !important;
}
.text-secondary {
  color: #edc500 !important;
}
.text-success {
  color: #8a8a8a !important;
}
.text-info {
  color: #294290 !important;
}
.text-warning {
  color: #079c05 !important;
}
.text-danger {
  color: #c2c4c2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #121e41 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #877000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #575757 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #121e41 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #033902 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8e928e !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: #294290;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #294290;
}
.alert-warning {
  background-color: #079c05;
}
.alert-danger {
  background-color: #c2c4c2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #294290;
  border-color: #294290;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #294290;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6580d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cacaca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6580d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2bf828;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  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: #294290 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #294290;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #294290;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #294290;
}
.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: #294290;
  border-bottom-color: #294290;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #294290 !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: #edc500 !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='%23294290' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
      border-radius: 4px;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.mbr-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.cid-thmb6dHcxA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .btn-primary {
  color: #fff !important;
}
.cid-thmb6dHcxA .btn-primary:hover {
  color: #fff !important;
}
.cid-thmb6dHcxA .mbr-section-btn .btn {
  min-width: 100px;
}
.cid-thmb6dHcxA .nav-link {
  font-size: 14px !important;
  letter-spacing: 1px;
  position: relative;
  font-weight: 400;
}
.cid-thmb6dHcxA .nav-link:hover {
  color: #fff !important;
}
.cid-thmb6dHcxA .nav-dropdown .dropdown-item {
  line-height: .7 !important;
}
.cid-thmb6dHcxA .btn {
  padding: 5px 8px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}
.cid-thmb6dHcxA .btn:hover {
  color: #fff;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000 !important;
  opacity: 1 !important;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .dropdown-item {
  color: color: #000 !important;
}
.cid-thmb6dHcxA .mb-10 {
  margin-bottom: 10px !important;
}
.cid-thmb6dHcxA .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-thmb6dHcxA .btn-white {
  color: #294290 !important;
}
.cid-thmb6dHcxA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thmb6dHcxA .container {
  display: flex;
  margin: auto;
}
.cid-thmb6dHcxA .navbar.navbar-short .nav-link,
.cid-thmb6dHcxA .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-thmb6dHcxA .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-thmb6dHcxA .navbar.opened {
  background: #294290 !important;
}
.cid-thmb6dHcxA .nav-item:focus,
.cid-thmb6dHcxA .nav-link:focus {
  outline: none;
}
.cid-thmb6dHcxA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thmb6dHcxA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thmb6dHcxA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #294290;
  background: none;
}
.cid-thmb6dHcxA .navbar.opened {
  transition: all 0.3s;
}
.cid-thmb6dHcxA .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-thmb6dHcxA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmb6dHcxA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thmb6dHcxA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmb6dHcxA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmb6dHcxA .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: 55%;
}
.cid-thmb6dHcxA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thmb6dHcxA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thmb6dHcxA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thmb6dHcxA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmb6dHcxA .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: 55%;
  }
  .cid-thmb6dHcxA .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-thmb6dHcxA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thmb6dHcxA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thmb6dHcxA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thmb6dHcxA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thmb6dHcxA .navbar.navbar-short {
  background: #294290 !important;
  min-height: 60px;
}
.cid-thmb6dHcxA .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-thmb6dHcxA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmb6dHcxA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thmb6dHcxA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmb6dHcxA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmb6dHcxA .dropdown-item.active,
.cid-thmb6dHcxA .dropdown-item:active {
  background-color: transparent;
}
.cid-thmb6dHcxA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmb6dHcxA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #294290;
}
.cid-thmb6dHcxA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmb6dHcxA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmb6dHcxA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmb6dHcxA .navbar-buttons {
  text-align: center;
}
.cid-thmb6dHcxA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thmb6dHcxA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thmb6dHcxA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmb6dHcxA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thmb6dHcxA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-thmb6dHcxA .icons-menu span {
  font-size: 20px;
  color: #fff!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thmb6dHcxA .navbar {
    height: 77px;
  }
  .cid-thmb6dHcxA .navbar.opened {
    height: auto;
  }
  .cid-thmb6dHcxA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teeFO9QOjr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: -70px;
  background-color: #eeeeee;
}
.cid-teeFO9QOjr .carousel {
  height: 650px;
}
.cid-teeFO9QOjr .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-teeFO9QOjr .carousel-item,
.cid-teeFO9QOjr .carousel-inner {
  height: 100%;
}
.cid-teeFO9QOjr .mbr-section-btn .btn {
  min-width: 190px;
  border-radius: 4px;
  padding: 10px 15px;
  line-height: 1.33;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.cid-teeFO9QOjr .btn {
  letter-spacing: 1px;
  color: #fff !important;
}
.cid-teeFO9QOjr .btn:hover {
  background-color: #294290 !important;
  color: #fff !important;
  border: 1px solid #294290;
}
.cid-teeFO9QOjr .btn.btn-info {
  background-color: #294290 !important;
  color: #ffffff !important;
  border: 1px solid #294290;
}
.cid-teeFO9QOjr .btn.btn-primary-outline {
  border: 1px solid #294290;
}
.cid-teeFO9QOjr .btn.btn-primary-outline:hover {
  background-color: #294290 !important;
  color: #ffffff !important;
  border: 1px solid #294290;
}
.cid-teeFO9QOjr .btn.btn-secondary-outline {
  border: 1px solid #edc500;
}
.cid-teeFO9QOjr .btn.btn-secondary-outline:hover {
  background-color: #edc500 !important;
  color: #ffffff !important;
  border: 1px solid #edc500;
}
.cid-teeFO9QOjr .btn.btn-success-outline {
  border: 1px solid #8a8a8a;
}
.cid-teeFO9QOjr .btn.btn-success-outline:hover {
  background-color: #8a8a8a !important;
  color: #ffffff !important;
  border: 1px solid #8a8a8a;
}
.cid-teeFO9QOjr .btn.btn-info-outline {
  border: 1px solid #294290;
}
.cid-teeFO9QOjr .btn.btn-info-outline:hover {
  background-color: #294290 !important;
  color: #ffffff !important;
  border: 1px solid #294290;
}
.cid-teeFO9QOjr .btn.btn-warning-outline {
  border: 1px solid #079c05;
}
.cid-teeFO9QOjr .btn.btn-warning-outline:hover {
  background-color: #079c05 !important;
  color: #ffffff !important;
  border: 1px solid #079c05;
}
.cid-teeFO9QOjr .btn.btn-danger-outline {
  border: 1px solid #c2c4c2;
}
.cid-teeFO9QOjr .btn.btn-danger-outline:hover {
  background-color: #c2c4c2 !important;
  color: #ffffff !important;
  border: 1px solid #c2c4c2;
}
.cid-teeFO9QOjr .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-teeFO9QOjr .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-teeFO9QOjr .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-teeFO9QOjr .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-teeFO9QOjr .mbr-text {
  line-height: 1.3;
  letter-spacing: 1px;
}
.cid-teeFO9QOjr .text-right {
  text-align: right !important;
}
.cid-teeFO9QOjr .slider-1 {
  left: -350px !important;
}
.cid-teeFO9QOjr .slider-2 {
  right: -470px !important;
  text-align: right !important;
}
.cid-teeFO9QOjr .slider-3 {
  left: -400px !important;
}
.cid-teeFO9QOjr .btn-pd {
  padding: 12px 17px !important;
}
.cid-teeFO9QOjr .carousel-caption {
  top: 60%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-teeFO9QOjr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-teeFO9QOjr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-teeFO9QOjr .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-teeFO9QOjr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-teeFO9QOjr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-teeFO9QOjr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-teeFO9QOjr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-teeFO9QOjr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-teeFO9QOjr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teeFO9QOjr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-teeFO9QOjr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-teeFO9QOjr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-teeFO9QOjr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-teeFO9QOjr .carousel-indicators li.active {
  background-color: #8a8a8a;
}
.cid-teeFO9QOjr .carousel-indicators li.active,
.cid-teeFO9QOjr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-teeFO9QOjr .carousel-indicators li::after,
.cid-teeFO9QOjr .carousel-indicators li::before {
  content: none;
}
.cid-teeFO9QOjr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-teeFO9QOjr .carousel-indicators {
    display: none !important;
  }
}
.cid-teeFO9QOjr .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-teeFO9QOjr .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-teeFO9QOjr .carousel-control {
    display: none;
  }
  .cid-teeFO9QOjr .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-teeFO9QOjr .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-teeFO9QOjr .mbr-section-title {
  text-align: left;
  letter-spacing: 1px;
}
.cid-teeFO9QOjr .mbr-text,
.cid-teeFO9QOjr .mbr-section-btn {
  text-align: left;
}
.cid-tm2VW4j4gq {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tm2VW4j4gq .carousel {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tm2VW4j4gq .carousel {
    height: 60vh;
  }
}
.cid-tm2VW4j4gq .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      border-radius: 10px;
}
.cid-tm2VW4j4gq .carousel-item,
.cid-tm2VW4j4gq .carousel-inner {
  height: 100%;
}
.cid-tm2VW4j4gq .btn {
  color: #fff !important;
}
.cid-tm2VW4j4gq .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tm2VW4j4gq .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tm2VW4j4gq .content_wrap {
    padding: 60px 12px;
  }
}
.cid-tm2VW4j4gq .carousel-item,
.cid-tm2VW4j4gq .carousel-inner {
  height: 100%;
}
.cid-tm2VW4j4gq .mbr-section-title {
  margin-bottom: 10px;
  color: #202020;
  text-align: left;
}
.cid-tm2VW4j4gq .mbr-section-btn {
  margin-top: 42px;
}
.cid-tm2VW4j4gq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tm2VW4j4gq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tm2VW4j4gq .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tm2VW4j4gq .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tm2VW4j4gq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tm2VW4j4gq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tm2VW4j4gq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tm2VW4j4gq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tm2VW4j4gq .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tm2VW4j4gq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-tm2VW4j4gq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-tm2VW4j4gq .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tm2VW4j4gq .carousel-control {
    display: none !important;
  }
}
.cid-tm2VW4j4gq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tm2VW4j4gq .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tm2VW4j4gq .carousel-indicators li.active,
.cid-tm2VW4j4gq .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tm2VW4j4gq .carousel-indicators li::after,
.cid-tm2VW4j4gq .carousel-indicators li::before {
  content: none;
}
.cid-tm2VW4j4gq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tm2VW4j4gq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tm2VW4j4gq .height_100 {
    height: 100%;
  }
}
.cid-tm2VW4j4gq .mbr-section-text,
.cid-tm2VW4j4gq .mbr-section-btn {
  text-align: left;
}
.cid-tm2Xazj5mu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tm2Xazj5mu .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tm2Xazj5mu .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tm2Xazj5mu .mbr-iconfont {
  display: block;
  font-size: 73px;
  color: #fff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-tm2Xazj5mu .mbr-link {
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-tm2Xazj5mu .mbr-text {
  opacity: 0;
  transition: all 0.1s;
  font-size: 13px;
}
.cid-tm2Xazj5mu .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tm2Xazj5mu .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8caace;
    z-index: 2;
    opacity: 0.7;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.cid-tm2Xazj5mu .item-wrapper:hover:before,
.cid-tm2Xazj5mu .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-tm2Xazj5mu .item-wrapper:hover .item-content,
.cid-tm2Xazj5mu .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-tm2Xazj5mu .item-wrapper:hover .mbr-link,
.cid-tm2Xazj5mu .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-tm2Xazj5mu .item-wrapper:hover .mbr-text,
.cid-tm2Xazj5mu .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-tm2Xazj5mu .item-content {
  position: absolute;
  top: 300px;
  left: 0;
  transition: all 0.6s;
  padding: 1rem 2rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tm2Xazj5mu .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-tm2Xazj5mu .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-tm2Xazj5mu .mbr-link {
    bottom: 1rem;
  }
  .cid-tm2Xazj5mu .mbr-text {
    opacity: 1;
  }
}
.cid-tm2Xazj5mu .item-subtitle {
  color: #ffffff;
  font-family: 'Dancing Script', cursive;
    font-size: 22px;
}
.cid-tm2Xazj5mu .item-img {
  overflow: hidden;
}
.cid-tm2Xazj5mu img,
.cid-tm2Xazj5mu .item-img {
  width: 100%;
  transition: all 1s;
  height: 400px;
      border-radius: 10px;
  object-fit: cover;
}
.cid-tm2Xazj5mu h5 {
  margin: 0;
}
.cid-tm2Xazj5mu .item:focus,
.cid-tm2Xazj5mu span:focus {
  outline: none;
}
.cid-tm2Xazj5mu .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tm2Xazj5mu .item-title {
  color: #ffffff;
}
.cid-tm2Xazj5mu .mbr-text,
.cid-tm2Xazj5mu .mbr-section-btn {
  color: #ffffff;
}
.cid-thr3YpfCNZ .main-card {
  background-image: url("../../../assets/images/servico-22.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
  align-items: center;
  display: flex;
}
.cid-thr3YpfCNZ .mbr-section-title strong {
  font-weight: 400;
}
.cid-thr3YpfCNZ .btn-white-outline {
  padding: 10px 12px !important;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
}
.cid-thr3YpfCNZ .btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-thr3YpfCNZ .mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 4px;
  padding: 13px 17px 13px 17px;
  line-height: 1.33;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.cid-thr3YpfCNZ .btn-secondary {
  padding: 10px 12px !important;
  letter-spacing: 1px;
}
.cid-thr3YpfCNZ .mbr-text {
  font-weight: 300;
  letter-spacing: 1px;
}
.cid-thr3YpfCNZ .mbr-section-subtitle {
  letter-spacing: 1px;
}
.cid-thr3YpfCNZ .mbr-section-title {
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}
.cid-thr3YpfCNZ .mbr-main-subtitle {
  background: #294290;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-thr3YpfCNZ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #294290;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-thr3YpfCNZ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-thr3YpfCNZ .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-thr3YpfCNZ .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-thr3YpfCNZ .card:hover:before {
  opacity: 0;
}
.cid-thr3YpfCNZ .card:hover img {
  transform: scale(1.1);
}
.cid-thr3YpfCNZ .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-thr3YpfCNZ .card:before {
    opacity: 0.5;
  }
  .cid-thr3YpfCNZ .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-thr3YpfCNZ .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-thr3YpfCNZ .content {
  max-width: 450px;
  margin: auto;
  padding: 4rem 2rem;
}
@media (max-width: 992px) {
  .cid-thr3YpfCNZ .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-thr3YpfCNZ .content {
    padding: 4rem 1rem;
  }
}
.cid-thr3YpfCNZ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-thr3YpfCNZ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #294290;
  font-size: 1.2rem;
}
.cid-thr3YpfCNZ .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-thr3YpfCNZ .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-thr3YpfCNZ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-thr3YpfCNZ .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-thr3YpfCNZ .mbr-section-subtitle,
.cid-thr3YpfCNZ .main-btn {
  color: #ffffff;
}
.cid-thr3YpfCNZ .soc-link,
.cid-thr3YpfCNZ .soc-wrapper {
  color: #ffffff;
}
.cid-tkDG5Bx846 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkDG5Bx846 .title_block {
  margin-bottom: 80px;
}
.cid-tkDG5Bx846 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #edc500;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tkDG5Bx846 .icone-left {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
  width: 56px;
  color: #fbc600;
  font-size: 41px;
  line-height: 1;
  height: 79px;
}
.cid-tkDG5Bx846 .icone-left span {
  font-size: 50px;
}
.cid-tkDG5Bx846 .mbr-section-title {
  color: #101010;
}
.cid-tkDG5Bx846 .image img {
  width: 100%;
  object-fit: cover;
  margin-left: 30px;
  border-radius: 10px;
}
.cid-tkDG5Bx846 .mbr-text {
  margin-top: 30px;
}
.cid-tkDG5Bx846 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tkDG5Bx846 .nav-tabs .nav-link.active:focus {
  outline: none;
  text-decoration: none;
}
.cid-tkDG5Bx846 .nav-tabs {
  border: none;
}
.cid-tkDG5Bx846 .nav-item {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tkDG5Bx846 .nav-tabs .nav-link {
  line-height: 1.5;
  font-size: 13px;
  background-color: #ffffff !important;
  padding: 23px 24px;
  display: block;
  border-radius: 5px !important;
  border: 1px solid #efefef;
  color: #000000 !important;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tkDG5Bx846 .nav-tabs .nav-link.active {
  background-color: #fafafa !important;
  color: #000000 !important;
  text-decoration: none !important;;
}
.cid-tkDG5Bx846 .nav-tabs .nav-link:hover {
  background-color: #fafafa !important;
  color: #000000 !important;
  cursor: none;
  text-decoration: none !important;;
}
.cid-tkDG5Bx846 .nav-tabs .nav-link strong,
.cid-tkDG5Bx846 .nav-tabs .nav-link b {
  font-size: 20px;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 400;
  text-decoration: none !important;;
}
@media (max-width: 991px) {
  .cid-tkDG5Bx846 .title_block {
    margin-bottom: 40px;
  }
  .cid-tkDG5Bx846 .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tkDG5Bx846 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tkDTQQWlJI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tkDTQQWlJI .mbr-section-title {
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tkDTQQWlJI .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-tkDTQQWlJI .mbr-section-btn .btn {
  min-width: 120px;
  padding: 13px 17px 13px 17px;
  line-height: 1.33;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  box-shadow: none !important;
  
    border-radius: 4px;

}
.cid-tkDTQQWlJI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tkDMdDybpa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caace;
}
.cid-tkDMdDybpa .content_block {
  padding: 10px 15px;
  padding-left: 15%;
  padding-right: 5%;
}
.cid-tkDMdDybpa .content_block:hover .mbr-section-title a {
  color: #edc500 !important;
}
.cid-tkDMdDybpa .mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 4px;
  padding: 13px 17px 13px 17px;
  line-height: 1.33;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.cid-tkDMdDybpa .card_topic,
.cid-tkDMdDybpa .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tkDMdDybpa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #edc500;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tkDMdDybpa .mbr-text {
  line-height: 1.7 !important;
  font-size: 16px !important;
}
.cid-tkDMdDybpa .image {
  position: relative;
}
.cid-tkDMdDybpa .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #8caace);
  z-index: 1;
  pointer-events: none;
}
.cid-tkDMdDybpa .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tkDMdDybpa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tkDMdDybpa .mbr-section-btn .btn-secondary-outline:hover,
.cid-tkDMdDybpa .mbr-section-btn .btn-secondary-outline .active,
.cid-tkDMdDybpa .mbr-section-btn .btn-secondary-outline:focus {
  color: #294290 !important;
}
.cid-tkDMdDybpa .btn-primary-outline {
  padding: 0;
}
.cid-tkDMdDybpa .btn-primary-outline:hover {
  color: #fff !important;
}
.cid-tkDMdDybpa .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tkDMdDybpa .content_block {
    padding: 30px 15px;
  }
  .cid-tkDMdDybpa .mbr-figure {
    padding: 0;
  }
  .cid-tkDMdDybpa .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tkDMdDybpa .btn-white-outline {
  border: 1px solid #fff !important;
}
.cid-tkDMdDybpa .btn-white-outline:hover {
  border: 1px solid #fff !important;
}
.cid-tkDMdDybpa .mbr-text,
.cid-tkDMdDybpa .mbr-section-btn {
  color: #ffffff;
}
.cid-tkDMdDybpa .mbr-section-title {
  color: #ffffff;
}
.cid-tkDMdDybpa .category_content,
.cid-tkDMdDybpa .card_topic {
  color: #edc500;
}
.cid-tm31USeQ67 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tm31USeQ67 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tm31USeQ67 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tm31USeQ67 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tkIR6tkS7Y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkIR6tkS7Y .mbr-section-title {
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tkIR6tkS7Y .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-tkIR6tkS7Y .mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 4px;
  padding: 13px 17px 13px 17px;
  line-height: 1.33;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.cid-tkIR6tkS7Y .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-thwLRzxiw4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #294290;
}
.cid-thwLRzxiw4 .mbr-text .text-black {
  color: #fff !important;
}
.cid-thwLRzxiw4 .logo-footer {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .col-footer {
  padding: 0 30px !important;
}
.cid-thwLRzxiw4 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-thwLRzxiw4 .col-brand {
  margin-bottom: 40px;
}
.cid-thwLRzxiw4 .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-thwLRzxiw4 .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-thwLRzxiw4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  line-height: 1.5;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo a {
  outline: none;
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.cid-thwLRzxiw4 .social-row {
  display: inline-block;
}
.cid-thwLRzxiw4 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-thwLRzxiw4 .social-list {
  margin-top: 22px;
  text-align: center;
  list-style-type: none !important;
  padding-left: 0;
  margin-bottom: 26px;
}
.cid-thwLRzxiw4 .social-list li {
  display: inline-block !important;
}
.cid-thwLRzxiw4 .soc-item {
  display: inline-block;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
  text-align: center;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .soc-item a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.cid-thwLRzxiw4 .soc-item:hover {
  background-color: #738bae;
  color: #fff;
}
.cid-thwLRzxiw4 .soc-item:hover .mbr-iconfont {
  color: #FFF !important;
}
.cid-thwLRzxiw4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .list li {
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
}
.cid-thwLRzxiw4 .list a {
  display: block;
  line-height: 1.9;
  color: #fff !important;
}
.cid-thwLRzxiw4 .list:hover {
  color: #ffffff;
}
.cid-thwLRzxiw4 .brand-text {
  margin-bottom: 35px;
  color: #fff;
  opacity: 0.8;
}
.cid-thwLRzxiw4 .mbr-text {
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-text a {
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-text a:hover {
  color: #fff !important;
}
.cid-thwLRzxiw4 .col-copyright {
  margin-top: 44px;
}
.cid-thwLRzxiw4 .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thwLRzxiw4 .copyright {
    text-align: center !important;
  }
}
.cid-thwLRzxiw4 .comment-text {
  color: #fff;
  margin-bottom: 38px;
}
.cid-thwLRzxiw4 .colored-text {
  color: #fff !important;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.cid-thwLRzxiw4 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-thwLRzxiw4 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-thwLRzxiw4 .form-container .form-control {
  background-color: transparent;
}
.cid-thwLRzxiw4 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-thwLRzxiw4 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-thwLRzxiw4 .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-thwLRzxiw4 .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-thwLRzxiw4 .mbr-section-btn .btn-primary:hover {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.cid-thwLRzxiw4 .mbr-section-btn .btn-secondary:hover {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.cid-thwLRzxiw4 .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-thwLRzxiw4 .form-control {
    height: 44px;
  }
}
.cid-thwLRzxiw4 .form-control:hover,
.cid-thwLRzxiw4 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-thwLRzxiw4 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff !important;
}
.cid-thwLRzxiw4 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-thwLRzxiw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwLRzxiw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEkLNSs1c {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-9721.jpg");
}
@media (max-width: 767px) {
  .cid-tkEkLNSs1c h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tkEkLNSs1c .container {
    position: relative;
  }
  .cid-tkEkLNSs1c .row {
    margin: 0;
  }
  .cid-tkEkLNSs1c h2 {
    margin: 0;
  }
}
.cid-tkEkLNSs1c .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tkEkLNSs1c .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tkEkLNSs1c .line-title {
  width: 40px;
  height: 2px;
  background-color: #c2c4c2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tkEkLNSs1c .vertical-line:before {
  content: '';
  background-color: #c2c4c2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tkEkLNSs1c .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tkEkLNSs1c .container-column,
.cid-tkEkLNSs1c h2 {
  color: #ffffff;
}
.cid-thmb6dHcxA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .btn-primary {
  color: #fff !important;
}
.cid-thmb6dHcxA .btn-primary:hover {
  color: #fff !important;
}
.cid-thmb6dHcxA .mbr-section-btn .btn {
  min-width: 100px;
}
.cid-thmb6dHcxA .nav-link {
  font-size: 14px !important;
  letter-spacing: 1px;
  position: relative;
  font-weight: 400;
}
.cid-thmb6dHcxA .nav-link:hover {
  color: #fff !important;
}
.cid-thmb6dHcxA .nav-dropdown .dropdown-item {
  line-height: .7 !important;
}
.cid-thmb6dHcxA .btn {
  padding: 5px 8px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}
.cid-thmb6dHcxA .btn:hover {
  color: #fff;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000 !important;
  opacity: 1 !important;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .dropdown-item {
  color: color: #000 !important;
}
.cid-thmb6dHcxA .mb-10 {
  margin-bottom: 10px !important;
}
.cid-thmb6dHcxA .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-thmb6dHcxA .btn-white {
  color: #294290 !important;
}
.cid-thmb6dHcxA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thmb6dHcxA .container {
  display: flex;
  margin: auto;
}
.cid-thmb6dHcxA .navbar.navbar-short .nav-link,
.cid-thmb6dHcxA .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-thmb6dHcxA .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-thmb6dHcxA .navbar.opened {
  background: #294290 !important;
}
.cid-thmb6dHcxA .nav-item:focus,
.cid-thmb6dHcxA .nav-link:focus {
  outline: none;
}
.cid-thmb6dHcxA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thmb6dHcxA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thmb6dHcxA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #294290;
  background: none;
}
.cid-thmb6dHcxA .navbar.opened {
  transition: all 0.3s;
}
.cid-thmb6dHcxA .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-thmb6dHcxA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmb6dHcxA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thmb6dHcxA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmb6dHcxA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmb6dHcxA .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: 55%;
}
.cid-thmb6dHcxA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thmb6dHcxA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thmb6dHcxA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thmb6dHcxA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmb6dHcxA .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: 55%;
  }
  .cid-thmb6dHcxA .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-thmb6dHcxA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thmb6dHcxA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thmb6dHcxA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thmb6dHcxA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thmb6dHcxA .navbar.navbar-short {
  background: #294290 !important;
  min-height: 60px;
}
.cid-thmb6dHcxA .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-thmb6dHcxA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmb6dHcxA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thmb6dHcxA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmb6dHcxA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmb6dHcxA .dropdown-item.active,
.cid-thmb6dHcxA .dropdown-item:active {
  background-color: transparent;
}
.cid-thmb6dHcxA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmb6dHcxA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #294290;
}
.cid-thmb6dHcxA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmb6dHcxA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmb6dHcxA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmb6dHcxA .navbar-buttons {
  text-align: center;
}
.cid-thmb6dHcxA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e48101;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thmb6dHcxA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thmb6dHcxA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmb6dHcxA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thmb6dHcxA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-thmb6dHcxA .icons-menu span {
  font-size: 20px;
  color: #fff!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thmb6dHcxA .navbar {
    height: 77px;
  }
  .cid-thmb6dHcxA .navbar.opened {
    height: auto;
  }
  .cid-thmb6dHcxA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkE5XqITVe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkE5XqITVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkE5XqITVe .box-info {
  padding: 20px 20px 10px 20px;
  border: 1px solid #efefef;
  backgroud: #fff;
  margin-bottom: 30px;
}
.cid-tkE5XqITVe .box-info h4 {
  font-size: 18px;
  color: #000;
  margin-top: 0;
}
.cid-tkE5XqITVe .box-info h5 {
  font-size: 15px;
  color: #000;
  padding: 5px 0 20px 0;
  font-weight: 400;
}
.cid-tkE5XqITVe .box-info h5 strong {
  font-size: 16px;
  color: #000;
  padding: 10px 0 20px 0;
  font-weight: 600;
}
.cid-tkE5XqITVe .box-info p {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tkE5XqITVe .box-info p a {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-tkE5XqITVe .box-info p span {
  font-size: 22px;
  color: #294290;
  margin-bottom: 0;
}
.cid-tkE5XqITVe .box-info .btn {
  padding: 7px 12px;
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tkE5XqITVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkE5XqITVe .row {
  justify-content: flex-start;
}
.cid-tkE5XqITVe .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-tkE5XqITVe .btn-secondary-outline {
  border: 1px solid #edc500!important;
  color: #edc500!important;
  background: transparent!important;
}
.cid-tkE5XqITVe .btn-secondary-outline:hover {
  border: 1px solid #edc500!important;
  color: #fff!important;
  background: #edc500!important;
}
.cid-tkE5XqITVe .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tkE5XqITVe .mbr-section-btn {
  margin-top: 20px;
}
.cid-tkE5XqITVe .mbr-section-subtitle,
.cid-tkE5XqITVe .mbr-section-btn {
  text-align: left;
}
.cid-tkE5XqITVe .mbr-text {
  text-align: left;
  color: #101010;
}
.cid-tkE9xL4X8f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkE9xL4X8f .border-right {
  border-right: 1px solid #efefef;
}
.cid-tkE9xL4X8f .pr-70 {
  padding-right: 70px;
}
.cid-tkE9xL4X8f .pl-70 {
  padding-left: 70px !important;
}
.cid-tkE9xL4X8f .subtitle {
  font-weight: 300 !important;
}
.cid-tkE9xL4X8f ul,
.cid-tkE9xL4X8f ol,
.cid-tkE9xL4X8f pre,
.cid-tkE9xL4X8f blockquote {
  margin-bottom: 0;
}
.cid-tkE9xL4X8f .text-wrap {
  margin-top: 32px;
}
.cid-tkE9xL4X8f .content-right-wrapper {
  background-color: #ffffff;
  padding: 0 20px;
}
.cid-tkE9xL4X8f .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-tkE9xL4X8f .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-tkE9xL4X8f .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-tkE9xL4X8f .content-right-wrapper .mbr-list .list li {
  font-size: 16px;
  line-height: 1.8;
}
.cid-tkE9xL4X8f .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #edc500;
}
.cid-tkE9xL4X8f .content-left-wrapper .mbr-section-title {
  color: #101010;
}
.cid-tkE9xL4X8f .content-left-wrapper .subtitle {
  color: #101010;
}
.cid-tkE9xL4X8f .content-right-wrapper .text-wrap .mbr-list {
  color: #101010;
}
.cid-tkE9xL4X8f .content-right-wrapper .mbr-text {
  color: #000000;
}
.cid-thrHXVAqsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-thrHXVAqsb .row {
  align-items: center;
}
.cid-thrHXVAqsb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-thrHXVAqsb .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-thrHXVAqsb .header-text {
    margin-bottom: 20px;
  }
}
.cid-thrHXVAqsb .mbr-section-title {
  width: 100%;
  color: #000000;
  font-weight: 300;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.cid-thrHXVAqsb .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-thrHXVAqsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrHXVAqsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thrHXVAqsb .mbr-text,
.cid-thrHXVAqsb .mbr-section-btn {
  color: #000000;
}
.cid-thwLRzxiw4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #294290;
}
.cid-thwLRzxiw4 .mbr-text .text-black {
  color: #fff !important;
}
.cid-thwLRzxiw4 .logo-footer {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .col-footer {
  padding: 0 30px !important;
}
.cid-thwLRzxiw4 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-thwLRzxiw4 .col-brand {
  margin-bottom: 40px;
}
.cid-thwLRzxiw4 .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-thwLRzxiw4 .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-thwLRzxiw4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  line-height: 1.5;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo a {
  outline: none;
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.cid-thwLRzxiw4 .social-row {
  display: inline-block;
}
.cid-thwLRzxiw4 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-thwLRzxiw4 .social-list {
  margin-top: 22px;
  text-align: center;
  list-style-type: none !important;
  padding-left: 0;
  margin-bottom: 26px;
}
.cid-thwLRzxiw4 .social-list li {
  display: inline-block !important;
}
.cid-thwLRzxiw4 .soc-item {
  display: inline-block;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
  text-align: center;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .soc-item a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.cid-thwLRzxiw4 .soc-item:hover {
  background-color: #738bae;
  color: #fff;
}
.cid-thwLRzxiw4 .soc-item:hover .mbr-iconfont {
  color: #FFF !important;
}
.cid-thwLRzxiw4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .list li {
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
}
.cid-thwLRzxiw4 .list a {
  display: block;
  line-height: 1.9;
  color: #fff !important;
}
.cid-thwLRzxiw4 .list:hover {
  color: #ffffff;
}
.cid-thwLRzxiw4 .brand-text {
  margin-bottom: 35px;
  color: #fff;
  opacity: 0.8;
}
.cid-thwLRzxiw4 .mbr-text {
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-text a {
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-text a:hover {
  color: #fff !important;
}
.cid-thwLRzxiw4 .col-copyright {
  margin-top: 44px;
}
.cid-thwLRzxiw4 .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thwLRzxiw4 .copyright {
    text-align: center !important;
  }
}
.cid-thwLRzxiw4 .comment-text {
  color: #fff;
  margin-bottom: 38px;
}
.cid-thwLRzxiw4 .colored-text {
  color: #fff !important;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.cid-thwLRzxiw4 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-thwLRzxiw4 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-thwLRzxiw4 .form-container .form-control {
  background-color: transparent;
}
.cid-thwLRzxiw4 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-thwLRzxiw4 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-thwLRzxiw4 .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-thwLRzxiw4 .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-thwLRzxiw4 .mbr-section-btn .btn-primary:hover {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.cid-thwLRzxiw4 .mbr-section-btn .btn-secondary:hover {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.cid-thwLRzxiw4 .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-thwLRzxiw4 .form-control {
    height: 44px;
  }
}
.cid-thwLRzxiw4 .form-control:hover,
.cid-thwLRzxiw4 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-thwLRzxiw4 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff !important;
}
.cid-thwLRzxiw4 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-thwLRzxiw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwLRzxiw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thmb6dHcxA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .btn-primary {
  color: #fff !important;
}
.cid-thmb6dHcxA .btn-primary:hover {
  color: #fff !important;
}
.cid-thmb6dHcxA .mbr-section-btn .btn {
  min-width: 100px;
}
.cid-thmb6dHcxA .nav-link {
  font-size: 14px !important;
  letter-spacing: 1px;
  position: relative;
  font-weight: 400;
}
.cid-thmb6dHcxA .nav-link:hover {
  color: #fff !important;
}
.cid-thmb6dHcxA .nav-dropdown .dropdown-item {
  line-height: .7 !important;
}
.cid-thmb6dHcxA .btn {
  padding: 5px 8px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}
.cid-thmb6dHcxA .btn:hover {
  color: #fff;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000 !important;
  opacity: 1 !important;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thmb6dHcxA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thmb6dHcxA .dropdown-item {
  color: color: #000 !important;
}
.cid-thmb6dHcxA .mb-10 {
  margin-bottom: 10px !important;
}
.cid-thmb6dHcxA .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-thmb6dHcxA .btn-white {
  color: #294290 !important;
}
.cid-thmb6dHcxA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .5em !important;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thmb6dHcxA .container {
  display: flex;
  margin: auto;
}
.cid-thmb6dHcxA .navbar.navbar-short .nav-link,
.cid-thmb6dHcxA .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-thmb6dHcxA .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-thmb6dHcxA .navbar.opened {
  background: #294290 !important;
}
.cid-thmb6dHcxA .nav-item:focus,
.cid-thmb6dHcxA .nav-link:focus {
  outline: none;
}
.cid-thmb6dHcxA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thmb6dHcxA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thmb6dHcxA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #294290;
  background: none;
}
.cid-thmb6dHcxA .navbar.opened {
  transition: all 0.3s;
}
.cid-thmb6dHcxA .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-thmb6dHcxA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thmb6dHcxA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thmb6dHcxA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thmb6dHcxA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thmb6dHcxA .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: 55%;
}
.cid-thmb6dHcxA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thmb6dHcxA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thmb6dHcxA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thmb6dHcxA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thmb6dHcxA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thmb6dHcxA .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: 55%;
  }
  .cid-thmb6dHcxA .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-thmb6dHcxA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thmb6dHcxA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thmb6dHcxA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thmb6dHcxA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thmb6dHcxA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thmb6dHcxA .navbar.navbar-short {
  background: #8caace !important;
  min-height: 60px;
}
.cid-thmb6dHcxA .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-thmb6dHcxA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thmb6dHcxA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thmb6dHcxA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thmb6dHcxA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thmb6dHcxA .dropdown-item.active,
.cid-thmb6dHcxA .dropdown-item:active {
  background-color: transparent;
}
.cid-thmb6dHcxA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thmb6dHcxA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thmb6dHcxA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #294290;
}
.cid-thmb6dHcxA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thmb6dHcxA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thmb6dHcxA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thmb6dHcxA .navbar-buttons {
  text-align: center;
}
.cid-thmb6dHcxA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thmb6dHcxA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thmb6dHcxA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thmb6dHcxA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thmb6dHcxA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thmb6dHcxA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thmb6dHcxA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-thmb6dHcxA .icons-menu span {
  font-size: 20px;
  color: #fff!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thmb6dHcxA .navbar {
    height: 77px;
  }
  .cid-thmb6dHcxA .navbar.opened {
    height: auto;
  }
  .cid-thmb6dHcxA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkIsXqk4Ax {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-648.jpg");
}
.cid-tkIsXqk4Ax textarea,
.cid-tkIsXqk4Ax textarea:hover,
.cid-tkIsXqk4Ax input,
.cid-tkIsXqk4Ax input:hover,
.cid-tkIsXqk4Ax input:focus,
.cid-tkIsXqk4Ax textarea:focus {
  padding: 13px 0;
  border-color: transparent;
  padding-left: 30px;
  box-shadow: none;
}
.cid-tkIsXqk4Ax .mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 0;
  padding: 13px 17px 13px 17px;
  line-height: 1.33;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.cid-tkIsXqk4Ax .btn-secondary,
.cid-tkIsXqk4Ax .btn-secondary:active {
  background-color: #edc500 !important;
  border-color: #edc500 !important;
  color: #ffffff !important;
  box-shadow: none;
      border-radius: 4px;
  letter-spacing: 1px;
}
.cid-tkIsXqk4Ax .form-control {
  border-radius: 0 !important;
}
.cid-tkIsXqk4Ax .form-check .form-check-input {
  float: initial;
  margin-top: 0;
  padding: 0 !important;
}
.cid-tkIsXqk4Ax label {
  color: #ffffff;
  font-family: 'Open Sans', serif;
}
.cid-tkIsXqk4Ax input {
  color: #ffffff;
  font-family: 'Open Sans', serif;
  background-color: transparent;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tkIsXqk4Ax input::placeholder {
  color: #ffffff;
  font-family: 'Open Sans', serif;
}
.cid-tkIsXqk4Ax textarea {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Open Sans', serif;
  min-height: 100px;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tkIsXqk4Ax textarea::placeholder {
  color: #ffffff;
  font-family: 'Open Sans', serif;
}
.cid-tkIsXqk4Ax .btn > span {
  margin-left: 0.5rem;
  color: currentColor;
}
.cid-tkIsXqk4Ax .btn {
  padding: 12px 35px 12px 35px !important;
}
.cid-tkIsXqk4Ax .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #E2E3E9;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}
.cid-tkIsXqk4Ax .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #040e17;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cid-tkIsXqk4Ax .form-group:hover .line:before,
.cid-tkIsXqk4Ax .form-group:focus .line:before {
  width: 100%;
}
.cid-tkIsXqk4Ax .form-group {
  position: relative;
  margin-bottom: 30px;
}
.cid-tkIsXqk4Ax .form-group:before {
  font-size: 20px;
  color: black;
  display: block;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: initial;
}
.cid-tkIsXqk4Ax .mbr-iconfont1 {
  position: absolute;
  top: 14px;
  font-size: 18px;
  color: #edc500;
}
.cid-tkIsXqk4Ax .align {
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cid-tkIsXqk4Ax .col-auto {
  display: inline-block;
}
.cid-tkIsXqk4Ax .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 45px;
  height: 45px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkIsXqk4Ax button span:before {
  color: currentColor !important;
}
.cid-tkIsXqk4Ax .mbr-iconfont {
  color: #edc500;
  align-items: center;
}
.cid-tkIsXqk4Ax .mbr-iconfont:before {
  color: currentColor;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.cid-tkIsXqk4Ax .social-list {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkIsXqk4Ax .icon-transition:hover .mbr-iconfont {
  color: #294290;
}
.cid-tkIsXqk4Ax .social-media {
  padding: 0;
  text-align: left;
}
.cid-tkIsXqk4Ax .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkIsXqk4Ax .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tkIsXqk4Ax .mbr-list,
.cid-tkIsXqk4Ax .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tkIsXqk4Ax .social-list {
    text-align: center !important;
  }
}
.cid-tkIsXqk4Ax .title {
  margin-bottom: 10px;
}
.cid-tkIsXqk4Ax .text {
  margin-bottom: 20px;
  color: #111213;
}
.cid-tkIsXqk4Ax .link1 {
  margin-bottom: 20px;
  position: relative;
}
.cid-tkIsXqk4Ax .phone {
  margin-bottom: 42px;
}
.cid-tkIsXqk4Ax .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.cid-tkIsXqk4Ax .link:hover:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.cid-tkIsXqk4Ax .ph {
  font-weight: 600;
}
.cid-tkIsXqk4Ax .link {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-tkIsXqk4Ax .col-md-8 {
    margin-top: 20px;
  }
}
.cid-tkIsXqk4Ax .title,
.cid-tkIsXqk4Ax .social-media,
.cid-tkIsXqk4Ax .link1,
.cid-tkIsXqk4Ax .phone {
  color: #111213;
}
.cid-tkIsXqk4Ax .title,
.cid-tkIsXqk4Ax .social-media,
.cid-tkIsXqk4Ax .link1,
.cid-tkIsXqk4Ax .phone,
.cid-tkIsXqk4Ax .text {
  color: #ffffff;
}
.cid-tkIHoFgiJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkIHoFgiJs .google-map {
  height: 25rem;
  position: relative;
}
.cid-tkIHoFgiJs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkIHoFgiJs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkIHoFgiJs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkIHoFgiJs .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tkIHoFgiJs .container-fluid {
  padding: 0;
}
.cid-tkIHoFgiJs .relative {
  position: relative;
  width: 100%;
}
.cid-tkIHoFgiJs .mbr-section-title {
  color: #656565;
}
.cid-tkIHoFgiJs .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tkIHoFgiJs .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tkIHoFgiJs .title {
  text-align: center;
  color: #ffffff;
  font-family: 'Dancing Script', cursive;
}
.cid-tkIHoFgiJs .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tkIHoFgiJs .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-thwLRzxiw4 {
   padding-top: 6rem;
		padding-bottom: 1rem;
		background-image: url(/assets/images/footer-bg-2.png) !important;
		background-position: bottom;
		background-size: cover !important;
		background: #fff;
}
.cid-thwLRzxiw4 .mbr-text .text-black {
  color: #fff !important;
}
.cid-thwLRzxiw4 .logo-footer {
  width: 120px;
  display: inline-block;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .col-footer {
  padding: 0 30px !important;
}
.cid-thwLRzxiw4 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-thwLRzxiw4 .col-brand {
  margin-bottom: 40px;
}
.cid-thwLRzxiw4 .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-thwLRzxiw4 .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-thwLRzxiw4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  line-height: 1.5;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thwLRzxiw4 .navbar-brand .navbar-logo a {
  outline: none;
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-section-subtitle {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
      font-family: 'Dancing Script', cursive;
    font-size: 23px;
}
.cid-thwLRzxiw4 .social-row {
  display: inline-block;
}
.cid-thwLRzxiw4 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-thwLRzxiw4 .social-list {
  margin-top: 22px;
  text-align: center;
  list-style-type: none !important;
  padding-left: 0;
  margin-bottom: 26px;
}
.cid-thwLRzxiw4 .social-list li {
  display: inline-block !important;
}
.cid-thwLRzxiw4 .soc-item {
  display: inline-block;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
  text-align: center;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .soc-item a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.cid-thwLRzxiw4 .soc-item:hover {
  background-color: #738bae;
  color: #fff;
}
.cid-thwLRzxiw4 .soc-item:hover .mbr-iconfont {
  color: #FFF !important;
}
.cid-thwLRzxiw4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.cid-thwLRzxiw4 .list li {
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
}
.cid-thwLRzxiw4 .list a {
  display: block;
  line-height: 1.9;
  color: #fff !important;
}
.cid-thwLRzxiw4 .list:hover {
  color: #ffffff;
}
.cid-thwLRzxiw4 .brand-text {
  margin-bottom: 35px;
  color: #fff;
  opacity: 0.8;
}
.cid-thwLRzxiw4 .mbr-text {
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-text a {
  color: #fff;
}
.cid-thwLRzxiw4 .mbr-text a:hover {
  color: #fff !important;
}
.cid-thwLRzxiw4 .col-copyright {
  margin-top: 44px;
}
.cid-thwLRzxiw4 .copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thwLRzxiw4 .copyright {
    text-align: center !important;
  }
}
.cid-thwLRzxiw4 .comment-text {
  color: #fff;
  margin-bottom: 38px;
}
.cid-thwLRzxiw4 .colored-text {
  color: #fff !important;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.cid-thwLRzxiw4 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-thwLRzxiw4 .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-thwLRzxiw4 .form-container .form-control {
  background-color: transparent;
}
.cid-thwLRzxiw4 .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-thwLRzxiw4 .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-thwLRzxiw4 .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-thwLRzxiw4 .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-thwLRzxiw4 .mbr-section-btn .btn-primary:hover {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.cid-thwLRzxiw4 .mbr-section-btn .btn-secondary:hover {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.cid-thwLRzxiw4 .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-thwLRzxiw4 .form-control {
    height: 44px;
  }
}
.cid-thwLRzxiw4 .form-control:hover,
.cid-thwLRzxiw4 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-thwLRzxiw4 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff !important;
}
.cid-thwLRzxiw4 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #000000 !important;
}
.cid-thwLRzxiw4 .form-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-thwLRzxiw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwLRzxiw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
	.cid-teeFO9QOjr .slider-2 {
		right: 0 !important;
		text-align: center !important;
	}
	.cid-teeFO9QOjr .text-right {
		text-align: center !important;
	}
	.cid-teeFO9QOjr .carousel-control {
		display: block !important;
	}
	
	.cid-teeFO9QOjr .slider-1 {
		left: 0 !important;
	}
	
	.cid-teeFO9QOjr .mbr-text, .cid-teeFO9QOjr .mbr-section-btn {
		text-align: center!important;
	}
	
	.cid-teeFO9QOjr .mbr-section-title {
		text-align: center!important;
		letter-spacing: 1px;
	}
	.hidden-desktop {
		display: none;
	}
	
	.hidden-desktop2 {
		display: none;
	}
	
	.hidden-mobile {
		display: inline-block;
	}
	
	.cid-thwLRzxiw4 {
		padding-top: 13rem;
	}
	.cid-tm2Xazj5mu .item-wrapper:before {
		content: "";
		top: 110%;
		left: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000000;
		z-index: 2;
		opacity: 0.6;
		pointer-events: none;
		transition: all 0.5s;
		transition-delay: 0.1s;
	}
	
	.cid-tkE9xL4X8f .pr-70 {
		padding-right: 0px;
	}
	
	.cid-tm2Xazj5mu .mbr-link {
		bottom: 0.5rem;
	}
	
	.cid-tkDG5Bx846 .icone-left {
		height: 40px;
	}
	
	.cid-tkDG5Bx846 .image img {
		width: 100%;
		object-fit: cover;
		margin-left: 0px;
		border-radius: 10px;
	}
	
	.cid-tm2Xazj5mu .mbr-text {
		opacity: 0;
		transition: all 0.1s;
		font-size: 10px;
	}
	
	
	.cid-tm2VW4j4gq .mbr-section-title {
		font-size: 30px;
	}
	
	.display-2 {
		font-size: 30px;
	}
}


.pt-10 {
    padding-top: 10px; 
}

.pt-20 {
    padding-top: 20px; 
}

.pt-30 {
    padding-top: 30px; 
}

.pt-40 {
    padding-top: 40px; 
}

.pt-50 {
    padding-top: 50px; 
}

.pt-60 {
    padding-top: 60px; 
}

.pt-70 {
    padding-top: 70px; 
}

.pt-80 {
    padding-top: 80px; 
}

.pt-90 {
    padding-top: 90px; 
}

.pt-100 {
    padding-top: 100px; 
}

.pt-110 {
    padding-top: 110px; 
}

.pt-120 {
    padding-top: 120px; 
}

.pt-130 {
    padding-top: 130px; 
}

.pt-140 {
    padding-top: 140px; 
}

.pt-150 {
    padding-top: 150px; 
}

.pt-160 {
    padding-top: 160px; 
}

.pt-170 {
    padding-top: 170px; 
}

.pt-180 {
    padding-top: 180px; 
}


.pb-10 {
    padding-bottom: 10px; 
}

.pb-20 {
    padding-bottom: 20px; 
}

.pb-30 {
    padding-bottom: 30px; 
}

.pb-40 {
    padding-bottom: 40px; 
}

.pb-50 {
    padding-bottom: 50px; 
}

.pb-60 {
    padding-bottom: 60px; 
}

.pb-70 {
    padding-bottom: 70px; 
}

.pb-80 {
    padding-bottom: 80px; 
}

.pb-90 {
    padding-bottom: 90px; 
}

.pb-100 {
    padding-bottom: 100px; 
}

.pb-110 {
    padding-bottom: 110px; 
}

.pb-120 {
    padding-bottom: 120px; 
}

.pb-130 {
    padding-bottom: 130px; 
}

.pb-140 {
    padding-bottom: 140px; 
}

.pb-150 {
    padding-bottom: 150px; 
}

.pb-160 {
    padding-bottom: 160px; 
}

.pb-170 {
    padding-bottom: 170px; 
}

.pb-180 {
    padding-bottom: 180px; 
}


.uk-slidenav2 {
    padding: 12px 17px !important;
    color: rgb(0 0 0 / 50%) !important;
    transition: color .1s ease-in-out;
    background: #fff !important;
    border-radius: 25px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 8px 0 rgba(0, 0, 0, .2) !important;
}