body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((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.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #043ea8 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #c203e7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #043ea8 !important;
  border-color: #043ea8 !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: #021f53 !important;
  border-color: #021f53 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #021f53 !important;
  border-color: #021f53 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c203e7 !important;
  border-color: #c203e7 !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: #7a0291 !important;
  border-color: #7a0291 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7a0291 !important;
  border-color: #7a0291 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #043ea8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #021f53 !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: #043ea8 !important;
  border-color: #043ea8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80000 !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: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c203e7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a0291 !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: #c203e7 !important;
  border-color: #c203e7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #043ea8 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #c203e7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #021944 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6d0282 !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: #043ea8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #c203e7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #043ea8;
  border-color: #043ea8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #043ea8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3178fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f3b8fe;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #043ea8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #043ea8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #043ea8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #043ea8;
}
.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: #043ea8;
  border-bottom-color: #043ea8;
}
.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: #043ea8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !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='%23043ea8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tfVEvx2UQw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVEvx2UQw .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVEvx2UQw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVEvx2UQw .dropdown-item {
  padding: 0;
}
.cid-tfVEvx2UQw .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVEvx2UQw .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVEvx2UQw .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVEvx2UQw a {
  font-style: normal;
}
.cid-tfVEvx2UQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVEvx2UQw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVEvx2UQw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVEvx2UQw .content-text {
  margin-bottom: 0;
}
.cid-tfVEvx2UQw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVEvx2UQw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVEvx2UQw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVEvx2UQw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVEvx2UQw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVEvx2UQw .content-right-side {
  text-align: center;
}
.cid-tfVEvx2UQw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVEvx2UQw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVEvx2UQw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVEvx2UQw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVEvx2UQw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVEvx2UQw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVEvx2UQw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVEvx2UQw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVEvx2UQw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVEvx2UQw .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVEvx2UQw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVEvx2UQw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVEvx2UQw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVEvx2UQw .navbar-toggler {
    display: none;
  }
  .cid-tfVEvx2UQw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVEvx2UQw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVEvx2UQw .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVEvx2UQw .menu-logo {
  margin-right: auto;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVEvx2UQw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVEvx2UQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .btn {
  display: flex;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVEvx2UQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVEvx2UQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVEvx2UQw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing,
  .cid-tfVEvx2UQw .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVEvx2UQw img {
    height: 3.8rem !important;
  }
  .cid-tfVEvx2UQw .btn {
    display: flex;
  }
  .cid-tfVEvx2UQw button.navbar-toggler {
    display: block;
  }
  .cid-tfVEvx2UQw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVEvx2UQw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVEvx2UQw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVEvx2UQw .nav-link:focus {
  outline: none;
}
.cid-tfVEvx2UQw .navbar-toggler {
  position: relative;
}
.cid-tfVEvx2UQw .dropdown-item.active,
.cid-tfVEvx2UQw .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfUGRPgvBb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/taller-emergencias-cardiovasculares-bgt-1920x1000.jpg");
}
.cid-tfUGRPgvBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfUGRPgvBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfUGRPgvBb .mbr-text,
.cid-tfUGRPgvBb .mbr-section-btn {
  color: #232323;
}
.cid-tfUGRPgvBb .card-title,
.cid-tfUGRPgvBb .card-box {
  color: #ffffff;
}
.cid-tfUGRPgvBb .mbr-text,
.cid-tfUGRPgvBb .link-wrap {
  color: #ffffff;
}
.cid-tfUJ9SHDGl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tfUJ9SHDGl .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tfUJ9SHDGl .content {
    padding: 0 6rem;
  }
}
.cid-tfUJ9SHDGl .mbr-figure {
  height: 100%;
}
.cid-tfUJ9SHDGl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tfUJ9SHDGl .img-col {
  padding: 0;
}
.cid-tfUJ9SHDGl .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tfUJ9SHDGl p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tfUJ9SHDGl .mbr-iconfont {
  font-size: 5rem;
  color: #043ea8 !important;
}
.cid-tfUJ9SHDGl .icon-title,
.cid-tfUJ9SHDGl .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tfUJ9SHDGl .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tfUJ9SHDGl .icon-wrap {
    margin: auto;
  }
}
.cid-tfUJ9SHDGl H3 {
  color: #ed6436;
}
.cid-tfUJ9SHDGl P {
  text-align: left;
}
.cid-tfUUPcCJLY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tfUUPcCJLY .container {
    max-width: 1400px;
  }
}
.cid-tfUUPcCJLY img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-tfUUPcCJLY .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tfUUPcCJLY .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-tfUUPcCJLY .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfUUPcCJLY .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-tfUUPcCJLY .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #043ea8;
}
.cid-tfUUPcCJLY .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-tfUUPcCJLY .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-tfUUPcCJLY .card-subtitle {
  color: #200960;
}
.cid-tfUUPcCJLY .mbr-price {
  color: #000000;
}
.cid-tfUUPcCJLY .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tfUUPcCJLY .mbr-text,
.cid-tfUUPcCJLY .link-align {
  color: #353535;
}
.cid-tfUMTlnSMj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/nio-a-action-shots-persys-shoot-2018-proofs-6-1000x667.jpg");
}
.cid-tfUMTlnSMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfUMTlnSMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfUMTlnSMj .mbr-section-title {
  color: #ffffff;
}
.cid-tfUMTlnSMj .mbr-text,
.cid-tfUMTlnSMj .mbr-section-btn {
  color: #fafafa;
}
.cid-tfUTVuNPPt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tfUTVuNPPt .container {
    max-width: 1400px;
  }
}
.cid-tfUTVuNPPt img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-tfUTVuNPPt .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tfUTVuNPPt .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-tfUTVuNPPt .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfUTVuNPPt .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-tfUTVuNPPt .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #043ea8;
}
.cid-tfUTVuNPPt .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-tfUTVuNPPt .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-tfUTVuNPPt .card-subtitle {
  color: #200960;
}
.cid-tfUTVuNPPt .mbr-price {
  color: #000000;
}
.cid-tfUTVuNPPt .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tfUTVuNPPt .mbr-text,
.cid-tfUTVuNPPt .link-align {
  color: #000000;
}
.cid-tfUGxFysTU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfUGxFysTU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfUGxFysTU h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfUGxFysTU .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfUGxFysTU .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfUGxFysTU .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfUGxFysTU .col,
  .cid-tfUGxFysTU .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfUGxFysTU .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfUGxFysTU .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfUGxFysTU .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfUGxFysTU label {
  margin-bottom: 0;
}
.cid-tfUGxFysTU .form-row {
  justify-content: space-between;
}
.cid-tfUGxFysTU .form-control,
.cid-tfUGxFysTU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfUGxFysTU .form-control:focus,
.cid-tfUGxFysTU .field-input:focus {
  color: #343434 !important;
}
.cid-tfUGxFysTU .form-control:hover,
.cid-tfUGxFysTU .field-input:hover {
  color: #343434 !important;
}
.cid-tfUGxFysTU .form-control input::-webkit-input-placeholder,
.cid-tfUGxFysTU .field-input input::-webkit-input-placeholder,
.cid-tfUGxFysTU .form-control textarea::-webkit-input-placeholder,
.cid-tfUGxFysTU .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfUGxFysTU .form-control input:-moz-placeholder,
.cid-tfUGxFysTU .field-input input:-moz-placeholder,
.cid-tfUGxFysTU .form-control textarea:-moz-placeholder,
.cid-tfUGxFysTU .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfUGxFysTU .form-control:hover,
.cid-tfUGxFysTU .field-input:hover,
.cid-tfUGxFysTU .form-control:focus,
.cid-tfUGxFysTU .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfUGxFysTU .form-control:hover input::-webkit-input-placeholder,
.cid-tfUGxFysTU .field-input:hover input::-webkit-input-placeholder,
.cid-tfUGxFysTU .form-control:focus input::-webkit-input-placeholder,
.cid-tfUGxFysTU .field-input:focus input::-webkit-input-placeholder,
.cid-tfUGxFysTU .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfUGxFysTU .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfUGxFysTU .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfUGxFysTU .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfUGxFysTU .form-control:hover input:-moz-placeholder,
.cid-tfUGxFysTU .field-input:hover input:-moz-placeholder,
.cid-tfUGxFysTU .form-control:focus input:-moz-placeholder,
.cid-tfUGxFysTU .field-input:focus input:-moz-placeholder,
.cid-tfUGxFysTU .form-control:hover textarea:-moz-placeholder,
.cid-tfUGxFysTU .field-input:hover textarea:-moz-placeholder,
.cid-tfUGxFysTU .form-control:focus textarea:-moz-placeholder,
.cid-tfUGxFysTU .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfUGxFysTU .jq-number__spin:hover,
.cid-tfUGxFysTU .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfUGxFysTU .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfUGxFysTU .jq-selectbox li,
.cid-tfUGxFysTU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfUGxFysTU .jq-selectbox li:hover,
.cid-tfUGxFysTU .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfUGxFysTU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfUGxFysTU .jq-number__spin.minus:hover:after,
.cid-tfUGxFysTU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfUGxFysTU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfUGxFysTU .jq-number__spin.minus:after,
.cid-tfUGxFysTU .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfUGxFysTU input::-webkit-clear-button {
  display: none;
}
.cid-tfUGxFysTU input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfUGxFysTU input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfUGxFysTU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfUGxFysTU H5 {
  text-align: center;
}
.cid-tfUGxFysTU P {
  text-align: center;
}
.cid-tfUGxFysTU LABEL {
  color: #767676;
}
.cid-tfUGxFysTU H4 {
  color: #9c9485;
}
.cid-uLblrLEp85 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLblrLEp85 .mbr-media {
  position: relative;
}
.cid-uLblrLEp85 .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uLblrLEp85 a:hover {
  background-image: none !important;
}
.cid-uLblrLEp85 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uLblrLEp85 .card-wrapper {
  border: 1px solid #043ea8;
  padding: 0;
  overflow: hidden;
}
.cid-uLblrLEp85 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #043ea8;
}
.cid-uLblrLEp85 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLblrLEp85 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLblrLEp85 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLblrLEp85 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLblrLEp85 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLblrLEp85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLblrLEp85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLblrLEp85 .mbr-section-title {
  color: #221b35;
}
.cid-uc6qCFYSPf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc6qCFYSPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6qCFYSPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1luwBnbn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uL1luwBnbn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uL1luwBnbn .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uL1luwBnbn .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uL1luwBnbn .btn-primary-outline:active {
  color: gray;
}
.cid-uL1luwBnbn .btn-primary-outline:hover {
  color: white;
}
.cid-uL1luwBnbn .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uL1luwBnbn div {
  overflow: hidden;
}
.cid-uL1luwBnbn li.active .btn-primary-outline {
  color: white;
}
.cid-uL1luwBnbn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uL1luwBnbn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uL1luwBnbn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uL1luwBnbn .mbr-gallery-item {
  overflow: hidden;
}
.cid-uL1luwBnbn .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uL1luwBnbn .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uL1luwBnbn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uL1luwBnbn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uL1luwBnbn .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uL1luwBnbn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uL1luwBnbn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uL1l87fOdS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL1l87fOdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1l87fOdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1jOhm0Xv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uL1jOhm0Xv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uL1jOhm0Xv .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uL1jOhm0Xv .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uL1jOhm0Xv .btn-primary-outline:active {
  color: gray;
}
.cid-uL1jOhm0Xv .btn-primary-outline:hover {
  color: white;
}
.cid-uL1jOhm0Xv .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uL1jOhm0Xv div {
  overflow: hidden;
}
.cid-uL1jOhm0Xv li.active .btn-primary-outline {
  color: white;
}
.cid-uL1jOhm0Xv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uL1jOhm0Xv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uL1jOhm0Xv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uL1jOhm0Xv .mbr-gallery-item {
  overflow: hidden;
}
.cid-uL1jOhm0Xv .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uL1jOhm0Xv .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uL1jOhm0Xv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uL1jOhm0Xv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uL1jOhm0Xv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uL1jOhm0Xv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uL1jOhm0Xv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uL1iQXPoPb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL1iQXPoPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1iQXPoPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6qGuAhCv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uc6qGuAhCv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uc6qGuAhCv .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uc6qGuAhCv .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uc6qGuAhCv .btn-primary-outline:active {
  color: gray;
}
.cid-uc6qGuAhCv .btn-primary-outline:hover {
  color: white;
}
.cid-uc6qGuAhCv .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uc6qGuAhCv div {
  overflow: hidden;
}
.cid-uc6qGuAhCv li.active .btn-primary-outline {
  color: white;
}
.cid-uc6qGuAhCv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc6qGuAhCv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uc6qGuAhCv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uc6qGuAhCv .mbr-gallery-item {
  overflow: hidden;
}
.cid-uc6qGuAhCv .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uc6qGuAhCv .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uc6qGuAhCv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uc6qGuAhCv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uc6qGuAhCv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uc6qGuAhCv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uc6qGuAhCv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tpUopEtFpr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUopEtFpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpUopEtFpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpUkTIjZkQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tpUkTIjZkQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tpUkTIjZkQ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tpUkTIjZkQ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tpUkTIjZkQ .btn-primary-outline:active {
  color: gray;
}
.cid-tpUkTIjZkQ .btn-primary-outline:hover {
  color: white;
}
.cid-tpUkTIjZkQ .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-tpUkTIjZkQ div {
  overflow: hidden;
}
.cid-tpUkTIjZkQ li.active .btn-primary-outline {
  color: white;
}
.cid-tpUkTIjZkQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpUkTIjZkQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpUkTIjZkQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tpUkTIjZkQ .mbr-gallery-item {
  overflow: hidden;
}
.cid-tpUkTIjZkQ .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-tpUkTIjZkQ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tpUkTIjZkQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tpUkTIjZkQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tpUkTIjZkQ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tpUkTIjZkQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tpUkTIjZkQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tfUXUxtB2W {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfUXUxtB2W .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfUXUxtB2W .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfUXUxtB2W .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfUXUxtB2W .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfUXUxtB2W .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfUXUxtB2W .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfUXUxtB2W .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfUXUxtB2W .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfUXUxtB2W .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfUXUxtB2W .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfUXUxtB2W .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfUXUxtB2W .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfUXUxtB2W .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfUXUxtB2W .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfUXUxtB2W .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfUXUxtB2W .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfV2bFEgvv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tfV2bFEgvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfV2bFEgvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfV2bFEgvv .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tfV2bFEgvv .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tfV2bFEgvv .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tfV2bFEgvv .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tfV2bFEgvv .card-wrapper {
  width: 100%;
}
.cid-tfV2bFEgvv .card-box {
  width: 100%;
}
.cid-tfV2bFEgvv .card-title {
  color: #043ea8;
  margin-bottom: 0;
}
.cid-tfV2bFEgvv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tfV2bFEgvv .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tfV2bFEgvv .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tfV2bFEgvv .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tfV2bFEgvv .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tfV2bFEgvv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfV2bFEgvv .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff7f11;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tfV2bFEgvv .bg-img {
    width: 150%;
  }
}
.cid-tfV2bFEgvv .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tfV2bFEgvv .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tfV2bFEgvv .mbr-text,
.cid-tfV2bFEgvv .mbr-section-btn {
  text-align: left;
}
.cid-tfVdC2dV0F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfVdC2dV0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVdC2dV0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfVdC2dV0F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfVdC2dV0F .row {
  flex-direction: row-reverse;
}
.cid-tfVdC2dV0F img {
  width: 100%;
}
.cid-tfV2HsudSF {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfV2HsudSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfV2HsudSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfV2HsudSF .video-wrapper iframe {
  width: 100%;
}
.cid-tfV2HsudSF .mbr-section-title,
.cid-tfV2HsudSF .mbr-section-subtitle,
.cid-tfV2HsudSF .mbr-text {
  text-align: center;
}
.cid-tfV03XGFjm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfV03XGFjm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfV03XGFjm h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfV03XGFjm .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfV03XGFjm .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfV03XGFjm .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfV03XGFjm .col,
  .cid-tfV03XGFjm .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfV03XGFjm .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfV03XGFjm .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfV03XGFjm .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfV03XGFjm label {
  margin-bottom: 0;
}
.cid-tfV03XGFjm .form-row {
  justify-content: space-between;
}
.cid-tfV03XGFjm .form-control,
.cid-tfV03XGFjm .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfV03XGFjm .form-control:focus,
.cid-tfV03XGFjm .field-input:focus {
  color: #343434 !important;
}
.cid-tfV03XGFjm .form-control:hover,
.cid-tfV03XGFjm .field-input:hover {
  color: #343434 !important;
}
.cid-tfV03XGFjm .form-control input::-webkit-input-placeholder,
.cid-tfV03XGFjm .field-input input::-webkit-input-placeholder,
.cid-tfV03XGFjm .form-control textarea::-webkit-input-placeholder,
.cid-tfV03XGFjm .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfV03XGFjm .form-control input:-moz-placeholder,
.cid-tfV03XGFjm .field-input input:-moz-placeholder,
.cid-tfV03XGFjm .form-control textarea:-moz-placeholder,
.cid-tfV03XGFjm .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfV03XGFjm .form-control:hover,
.cid-tfV03XGFjm .field-input:hover,
.cid-tfV03XGFjm .form-control:focus,
.cid-tfV03XGFjm .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfV03XGFjm .form-control:hover input::-webkit-input-placeholder,
.cid-tfV03XGFjm .field-input:hover input::-webkit-input-placeholder,
.cid-tfV03XGFjm .form-control:focus input::-webkit-input-placeholder,
.cid-tfV03XGFjm .field-input:focus input::-webkit-input-placeholder,
.cid-tfV03XGFjm .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfV03XGFjm .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfV03XGFjm .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfV03XGFjm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfV03XGFjm .form-control:hover input:-moz-placeholder,
.cid-tfV03XGFjm .field-input:hover input:-moz-placeholder,
.cid-tfV03XGFjm .form-control:focus input:-moz-placeholder,
.cid-tfV03XGFjm .field-input:focus input:-moz-placeholder,
.cid-tfV03XGFjm .form-control:hover textarea:-moz-placeholder,
.cid-tfV03XGFjm .field-input:hover textarea:-moz-placeholder,
.cid-tfV03XGFjm .form-control:focus textarea:-moz-placeholder,
.cid-tfV03XGFjm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfV03XGFjm .jq-number__spin:hover,
.cid-tfV03XGFjm .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfV03XGFjm .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfV03XGFjm .jq-selectbox li,
.cid-tfV03XGFjm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfV03XGFjm .jq-selectbox li:hover,
.cid-tfV03XGFjm .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfV03XGFjm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfV03XGFjm .jq-number__spin.minus:hover:after,
.cid-tfV03XGFjm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfV03XGFjm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfV03XGFjm .jq-number__spin.minus:after,
.cid-tfV03XGFjm .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfV03XGFjm input::-webkit-clear-button {
  display: none;
}
.cid-tfV03XGFjm input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfV03XGFjm input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfV03XGFjm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfV03XGFjm H5 {
  text-align: center;
}
.cid-tfV03XGFjm P {
  text-align: center;
}
.cid-tfV03XGFjm LABEL {
  color: #767676;
}
.cid-tfV03XGFjm H4 {
  color: #9c9485;
}
.cid-tfV03Y7RTE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfV03Y7RTE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfV03Y7RTE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfV03Y7RTE .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfV03Y7RTE .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfV03Y7RTE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfV03Y7RTE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfV03Y7RTE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfV03Y7RTE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfV03Y7RTE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfV03Y7RTE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfV03Y7RTE .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfV03Y7RTE .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfV03Y7RTE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfV03Y7RTE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfV03Y7RTE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfV03Y7RTE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfVEvx2UQw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVEvx2UQw .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVEvx2UQw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVEvx2UQw .dropdown-item {
  padding: 0;
}
.cid-tfVEvx2UQw .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVEvx2UQw .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVEvx2UQw .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVEvx2UQw a {
  font-style: normal;
}
.cid-tfVEvx2UQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVEvx2UQw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVEvx2UQw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVEvx2UQw .content-text {
  margin-bottom: 0;
}
.cid-tfVEvx2UQw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVEvx2UQw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVEvx2UQw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVEvx2UQw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVEvx2UQw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVEvx2UQw .content-right-side {
  text-align: center;
}
.cid-tfVEvx2UQw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVEvx2UQw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVEvx2UQw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVEvx2UQw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVEvx2UQw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVEvx2UQw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVEvx2UQw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVEvx2UQw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVEvx2UQw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVEvx2UQw .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVEvx2UQw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVEvx2UQw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVEvx2UQw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVEvx2UQw .navbar-toggler {
    display: none;
  }
  .cid-tfVEvx2UQw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVEvx2UQw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVEvx2UQw .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVEvx2UQw .menu-logo {
  margin-right: auto;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVEvx2UQw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVEvx2UQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .btn {
  display: flex;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVEvx2UQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVEvx2UQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVEvx2UQw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing,
  .cid-tfVEvx2UQw .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVEvx2UQw img {
    height: 3.8rem !important;
  }
  .cid-tfVEvx2UQw .btn {
    display: flex;
  }
  .cid-tfVEvx2UQw button.navbar-toggler {
    display: block;
  }
  .cid-tfVEvx2UQw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVEvx2UQw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVEvx2UQw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVEvx2UQw .nav-link:focus {
  outline: none;
}
.cid-tfVEvx2UQw .navbar-toggler {
  position: relative;
}
.cid-tfVEvx2UQw .dropdown-item.active,
.cid-tfVEvx2UQw .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfVemP3lFa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tfVemP3lFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVemP3lFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVemP3lFa .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tfVemP3lFa .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tfVemP3lFa .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tfVemP3lFa .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tfVemP3lFa .card-wrapper {
  width: 100%;
}
.cid-tfVemP3lFa .card-box {
  width: 100%;
}
.cid-tfVemP3lFa .card-title {
  color: #e43f3f;
  margin-bottom: 0;
}
.cid-tfVemP3lFa .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tfVemP3lFa .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tfVemP3lFa .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tfVemP3lFa .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tfVemP3lFa .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tfVemP3lFa .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfVemP3lFa .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff7f11;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tfVemP3lFa .bg-img {
    width: 150%;
  }
}
.cid-tfVemP3lFa .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tfVemP3lFa .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tfVemP3lFa .mbr-text,
.cid-tfVemP3lFa .mbr-section-btn {
  text-align: left;
  color: #1f1d1a;
}
.cid-tfVemPwyhk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfVemPwyhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVemPwyhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfVemPwyhk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfVemPwyhk .row {
  flex-direction: row-reverse;
}
.cid-tfVemPwyhk img {
  width: 100%;
}
.cid-tfVemPQa8i {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfVemPQa8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVemPQa8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVemPQa8i .video-wrapper iframe {
  width: 100%;
}
.cid-tfVemPQa8i .mbr-section-title,
.cid-tfVemPQa8i .mbr-section-subtitle,
.cid-tfVemPQa8i .mbr-text {
  text-align: center;
}
.cid-tfVemQcs7M {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfVemQcs7M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfVemQcs7M h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfVemQcs7M .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfVemQcs7M .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfVemQcs7M .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfVemQcs7M .col,
  .cid-tfVemQcs7M .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfVemQcs7M .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfVemQcs7M .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfVemQcs7M .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfVemQcs7M label {
  margin-bottom: 0;
}
.cid-tfVemQcs7M .form-row {
  justify-content: space-between;
}
.cid-tfVemQcs7M .form-control,
.cid-tfVemQcs7M .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVemQcs7M .form-control:focus,
.cid-tfVemQcs7M .field-input:focus {
  color: #343434 !important;
}
.cid-tfVemQcs7M .form-control:hover,
.cid-tfVemQcs7M .field-input:hover {
  color: #343434 !important;
}
.cid-tfVemQcs7M .form-control input::-webkit-input-placeholder,
.cid-tfVemQcs7M .field-input input::-webkit-input-placeholder,
.cid-tfVemQcs7M .form-control textarea::-webkit-input-placeholder,
.cid-tfVemQcs7M .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfVemQcs7M .form-control input:-moz-placeholder,
.cid-tfVemQcs7M .field-input input:-moz-placeholder,
.cid-tfVemQcs7M .form-control textarea:-moz-placeholder,
.cid-tfVemQcs7M .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfVemQcs7M .form-control:hover,
.cid-tfVemQcs7M .field-input:hover,
.cid-tfVemQcs7M .form-control:focus,
.cid-tfVemQcs7M .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVemQcs7M .form-control:hover input::-webkit-input-placeholder,
.cid-tfVemQcs7M .field-input:hover input::-webkit-input-placeholder,
.cid-tfVemQcs7M .form-control:focus input::-webkit-input-placeholder,
.cid-tfVemQcs7M .field-input:focus input::-webkit-input-placeholder,
.cid-tfVemQcs7M .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfVemQcs7M .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfVemQcs7M .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfVemQcs7M .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfVemQcs7M .form-control:hover input:-moz-placeholder,
.cid-tfVemQcs7M .field-input:hover input:-moz-placeholder,
.cid-tfVemQcs7M .form-control:focus input:-moz-placeholder,
.cid-tfVemQcs7M .field-input:focus input:-moz-placeholder,
.cid-tfVemQcs7M .form-control:hover textarea:-moz-placeholder,
.cid-tfVemQcs7M .field-input:hover textarea:-moz-placeholder,
.cid-tfVemQcs7M .form-control:focus textarea:-moz-placeholder,
.cid-tfVemQcs7M .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfVemQcs7M .jq-number__spin:hover,
.cid-tfVemQcs7M .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVemQcs7M .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVemQcs7M .jq-selectbox li,
.cid-tfVemQcs7M .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfVemQcs7M .jq-selectbox li:hover,
.cid-tfVemQcs7M .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfVemQcs7M .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfVemQcs7M .jq-number__spin.minus:hover:after,
.cid-tfVemQcs7M .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfVemQcs7M .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfVemQcs7M .jq-number__spin.minus:after,
.cid-tfVemQcs7M .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfVemQcs7M input::-webkit-clear-button {
  display: none;
}
.cid-tfVemQcs7M input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfVemQcs7M input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfVemQcs7M input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfVemQcs7M H5 {
  text-align: center;
}
.cid-tfVemQcs7M P {
  text-align: center;
}
.cid-tfVemQcs7M LABEL {
  color: #767676;
}
.cid-tfVemQcs7M H4 {
  color: #9c9485;
}
.cid-tfVemQCYZv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfVemQCYZv .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfVemQCYZv .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfVemQCYZv .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfVemQCYZv .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfVemQCYZv .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVemQCYZv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfVemQCYZv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfVemQCYZv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfVemQCYZv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfVemQCYZv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfVemQCYZv .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfVemQCYZv .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfVemQCYZv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfVemQCYZv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVemQCYZv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfVemQCYZv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfVEvx2UQw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVEvx2UQw .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVEvx2UQw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVEvx2UQw .dropdown-item {
  padding: 0;
}
.cid-tfVEvx2UQw .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVEvx2UQw .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVEvx2UQw .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVEvx2UQw a {
  font-style: normal;
}
.cid-tfVEvx2UQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVEvx2UQw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVEvx2UQw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVEvx2UQw .content-text {
  margin-bottom: 0;
}
.cid-tfVEvx2UQw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVEvx2UQw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVEvx2UQw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVEvx2UQw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVEvx2UQw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVEvx2UQw .content-right-side {
  text-align: center;
}
.cid-tfVEvx2UQw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVEvx2UQw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVEvx2UQw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVEvx2UQw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVEvx2UQw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVEvx2UQw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVEvx2UQw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVEvx2UQw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVEvx2UQw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVEvx2UQw .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVEvx2UQw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVEvx2UQw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVEvx2UQw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVEvx2UQw .navbar-toggler {
    display: none;
  }
  .cid-tfVEvx2UQw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVEvx2UQw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVEvx2UQw .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVEvx2UQw .menu-logo {
  margin-right: auto;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVEvx2UQw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVEvx2UQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .btn {
  display: flex;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVEvx2UQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVEvx2UQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVEvx2UQw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing,
  .cid-tfVEvx2UQw .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVEvx2UQw img {
    height: 3.8rem !important;
  }
  .cid-tfVEvx2UQw .btn {
    display: flex;
  }
  .cid-tfVEvx2UQw button.navbar-toggler {
    display: block;
  }
  .cid-tfVEvx2UQw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVEvx2UQw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVEvx2UQw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVEvx2UQw .nav-link:focus {
  outline: none;
}
.cid-tfVEvx2UQw .navbar-toggler {
  position: relative;
}
.cid-tfVEvx2UQw .dropdown-item.active,
.cid-tfVEvx2UQw .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfVmDfkTmX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tfVmDfkTmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVmDfkTmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVmDfkTmX .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tfVmDfkTmX .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tfVmDfkTmX .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tfVmDfkTmX .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tfVmDfkTmX .card-wrapper {
  width: 100%;
}
.cid-tfVmDfkTmX .card-box {
  width: 100%;
}
.cid-tfVmDfkTmX .card-title {
  color: #043ea8;
  margin-bottom: 0;
}
.cid-tfVmDfkTmX .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tfVmDfkTmX .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tfVmDfkTmX .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tfVmDfkTmX .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tfVmDfkTmX .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tfVmDfkTmX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfVmDfkTmX .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff7f11;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tfVmDfkTmX .bg-img {
    width: 150%;
  }
}
.cid-tfVmDfkTmX .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tfVmDfkTmX .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tfVmDfkTmX .mbr-text,
.cid-tfVmDfkTmX .mbr-section-btn {
  text-align: left;
}
.cid-tfVnLWETpV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfVnLWETpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVnLWETpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVnLWETpV .video-wrapper iframe {
  width: 100%;
}
.cid-tfVnLWETpV .mbr-section-title,
.cid-tfVnLWETpV .mbr-section-subtitle,
.cid-tfVnLWETpV .mbr-text {
  text-align: center;
}
.cid-tfVmDfJAQF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfVmDfJAQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVmDfJAQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfVmDfJAQF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfVmDfJAQF .row {
  flex-direction: row-reverse;
}
.cid-tfVmDfJAQF img {
  width: 100%;
}
.cid-tfVmDgrJD6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfVmDgrJD6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfVmDgrJD6 h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfVmDgrJD6 .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfVmDgrJD6 .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfVmDgrJD6 .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfVmDgrJD6 .col,
  .cid-tfVmDgrJD6 .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfVmDgrJD6 .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfVmDgrJD6 .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfVmDgrJD6 .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfVmDgrJD6 label {
  margin-bottom: 0;
}
.cid-tfVmDgrJD6 .form-row {
  justify-content: space-between;
}
.cid-tfVmDgrJD6 .form-control,
.cid-tfVmDgrJD6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVmDgrJD6 .form-control:focus,
.cid-tfVmDgrJD6 .field-input:focus {
  color: #343434 !important;
}
.cid-tfVmDgrJD6 .form-control:hover,
.cid-tfVmDgrJD6 .field-input:hover {
  color: #343434 !important;
}
.cid-tfVmDgrJD6 .form-control input::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .field-input input::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .form-control textarea::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfVmDgrJD6 .form-control input:-moz-placeholder,
.cid-tfVmDgrJD6 .field-input input:-moz-placeholder,
.cid-tfVmDgrJD6 .form-control textarea:-moz-placeholder,
.cid-tfVmDgrJD6 .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfVmDgrJD6 .form-control:hover,
.cid-tfVmDgrJD6 .field-input:hover,
.cid-tfVmDgrJD6 .form-control:focus,
.cid-tfVmDgrJD6 .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVmDgrJD6 .form-control:hover input::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .field-input:hover input::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .form-control:focus input::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .field-input:focus input::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfVmDgrJD6 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfVmDgrJD6 .form-control:hover input:-moz-placeholder,
.cid-tfVmDgrJD6 .field-input:hover input:-moz-placeholder,
.cid-tfVmDgrJD6 .form-control:focus input:-moz-placeholder,
.cid-tfVmDgrJD6 .field-input:focus input:-moz-placeholder,
.cid-tfVmDgrJD6 .form-control:hover textarea:-moz-placeholder,
.cid-tfVmDgrJD6 .field-input:hover textarea:-moz-placeholder,
.cid-tfVmDgrJD6 .form-control:focus textarea:-moz-placeholder,
.cid-tfVmDgrJD6 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfVmDgrJD6 .jq-number__spin:hover,
.cid-tfVmDgrJD6 .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVmDgrJD6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVmDgrJD6 .jq-selectbox li,
.cid-tfVmDgrJD6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfVmDgrJD6 .jq-selectbox li:hover,
.cid-tfVmDgrJD6 .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfVmDgrJD6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfVmDgrJD6 .jq-number__spin.minus:hover:after,
.cid-tfVmDgrJD6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfVmDgrJD6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfVmDgrJD6 .jq-number__spin.minus:after,
.cid-tfVmDgrJD6 .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfVmDgrJD6 input::-webkit-clear-button {
  display: none;
}
.cid-tfVmDgrJD6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfVmDgrJD6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfVmDgrJD6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfVmDgrJD6 H5 {
  text-align: center;
}
.cid-tfVmDgrJD6 P {
  text-align: center;
}
.cid-tfVmDgrJD6 LABEL {
  color: #767676;
}
.cid-tfVmDgrJD6 H4 {
  color: #9c9485;
}
.cid-tfVmDgOrlx {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfVmDgOrlx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfVmDgOrlx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfVmDgOrlx .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfVmDgOrlx .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfVmDgOrlx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVmDgOrlx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfVmDgOrlx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfVmDgOrlx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfVmDgOrlx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfVmDgOrlx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfVmDgOrlx .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfVmDgOrlx .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfVmDgOrlx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfVmDgOrlx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVmDgOrlx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfVmDgOrlx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfVEvx2UQw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVEvx2UQw .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVEvx2UQw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVEvx2UQw .dropdown-item {
  padding: 0;
}
.cid-tfVEvx2UQw .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVEvx2UQw .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVEvx2UQw .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVEvx2UQw a {
  font-style: normal;
}
.cid-tfVEvx2UQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVEvx2UQw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVEvx2UQw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVEvx2UQw .content-text {
  margin-bottom: 0;
}
.cid-tfVEvx2UQw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVEvx2UQw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVEvx2UQw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVEvx2UQw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVEvx2UQw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVEvx2UQw .content-right-side {
  text-align: center;
}
.cid-tfVEvx2UQw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVEvx2UQw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVEvx2UQw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVEvx2UQw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVEvx2UQw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVEvx2UQw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVEvx2UQw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVEvx2UQw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVEvx2UQw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVEvx2UQw .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVEvx2UQw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVEvx2UQw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVEvx2UQw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVEvx2UQw .navbar-toggler {
    display: none;
  }
  .cid-tfVEvx2UQw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVEvx2UQw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVEvx2UQw .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVEvx2UQw .menu-logo {
  margin-right: auto;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVEvx2UQw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVEvx2UQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .btn {
  display: flex;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVEvx2UQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVEvx2UQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVEvx2UQw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing,
  .cid-tfVEvx2UQw .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVEvx2UQw img {
    height: 3.8rem !important;
  }
  .cid-tfVEvx2UQw .btn {
    display: flex;
  }
  .cid-tfVEvx2UQw button.navbar-toggler {
    display: block;
  }
  .cid-tfVEvx2UQw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVEvx2UQw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVEvx2UQw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVEvx2UQw .nav-link:focus {
  outline: none;
}
.cid-tfVEvx2UQw .navbar-toggler {
  position: relative;
}
.cid-tfVEvx2UQw .dropdown-item.active,
.cid-tfVEvx2UQw .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfVoZgzhRD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tfVoZgzhRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVoZgzhRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVoZgzhRD .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tfVoZgzhRD .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tfVoZgzhRD .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tfVoZgzhRD .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tfVoZgzhRD .card-wrapper {
  width: 100%;
}
.cid-tfVoZgzhRD .card-box {
  width: 100%;
}
.cid-tfVoZgzhRD .card-title {
  color: #ff0000;
  margin-bottom: 0;
}
.cid-tfVoZgzhRD .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tfVoZgzhRD .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tfVoZgzhRD .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tfVoZgzhRD .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tfVoZgzhRD .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tfVoZgzhRD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfVoZgzhRD .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff7f11;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tfVoZgzhRD .bg-img {
    width: 150%;
  }
}
.cid-tfVoZgzhRD .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tfVoZgzhRD .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tfVoZgzhRD .mbr-text,
.cid-tfVoZgzhRD .mbr-section-btn {
  text-align: left;
}
.cid-tfVoZh7jEG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfVoZh7jEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVoZh7jEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVoZh7jEG .video-wrapper iframe {
  width: 100%;
}
.cid-tfVoZh7jEG .mbr-section-title,
.cid-tfVoZh7jEG .mbr-section-subtitle,
.cid-tfVoZh7jEG .mbr-text {
  text-align: center;
}
.cid-tfVoZhySnW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfVoZhySnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVoZhySnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfVoZhySnW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfVoZhySnW .row {
  flex-direction: row-reverse;
}
.cid-tfVoZhySnW img {
  width: 100%;
}
.cid-tfVoZhSSGW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfVoZhSSGW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfVoZhSSGW h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfVoZhSSGW .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfVoZhSSGW .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfVoZhSSGW .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfVoZhSSGW .col,
  .cid-tfVoZhSSGW .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfVoZhSSGW .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfVoZhSSGW .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfVoZhSSGW .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfVoZhSSGW label {
  margin-bottom: 0;
}
.cid-tfVoZhSSGW .form-row {
  justify-content: space-between;
}
.cid-tfVoZhSSGW .form-control,
.cid-tfVoZhSSGW .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVoZhSSGW .form-control:focus,
.cid-tfVoZhSSGW .field-input:focus {
  color: #343434 !important;
}
.cid-tfVoZhSSGW .form-control:hover,
.cid-tfVoZhSSGW .field-input:hover {
  color: #343434 !important;
}
.cid-tfVoZhSSGW .form-control input::-webkit-input-placeholder,
.cid-tfVoZhSSGW .field-input input::-webkit-input-placeholder,
.cid-tfVoZhSSGW .form-control textarea::-webkit-input-placeholder,
.cid-tfVoZhSSGW .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfVoZhSSGW .form-control input:-moz-placeholder,
.cid-tfVoZhSSGW .field-input input:-moz-placeholder,
.cid-tfVoZhSSGW .form-control textarea:-moz-placeholder,
.cid-tfVoZhSSGW .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfVoZhSSGW .form-control:hover,
.cid-tfVoZhSSGW .field-input:hover,
.cid-tfVoZhSSGW .form-control:focus,
.cid-tfVoZhSSGW .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVoZhSSGW .form-control:hover input::-webkit-input-placeholder,
.cid-tfVoZhSSGW .field-input:hover input::-webkit-input-placeholder,
.cid-tfVoZhSSGW .form-control:focus input::-webkit-input-placeholder,
.cid-tfVoZhSSGW .field-input:focus input::-webkit-input-placeholder,
.cid-tfVoZhSSGW .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfVoZhSSGW .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfVoZhSSGW .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfVoZhSSGW .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfVoZhSSGW .form-control:hover input:-moz-placeholder,
.cid-tfVoZhSSGW .field-input:hover input:-moz-placeholder,
.cid-tfVoZhSSGW .form-control:focus input:-moz-placeholder,
.cid-tfVoZhSSGW .field-input:focus input:-moz-placeholder,
.cid-tfVoZhSSGW .form-control:hover textarea:-moz-placeholder,
.cid-tfVoZhSSGW .field-input:hover textarea:-moz-placeholder,
.cid-tfVoZhSSGW .form-control:focus textarea:-moz-placeholder,
.cid-tfVoZhSSGW .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfVoZhSSGW .jq-number__spin:hover,
.cid-tfVoZhSSGW .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVoZhSSGW .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVoZhSSGW .jq-selectbox li,
.cid-tfVoZhSSGW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfVoZhSSGW .jq-selectbox li:hover,
.cid-tfVoZhSSGW .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfVoZhSSGW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfVoZhSSGW .jq-number__spin.minus:hover:after,
.cid-tfVoZhSSGW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfVoZhSSGW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfVoZhSSGW .jq-number__spin.minus:after,
.cid-tfVoZhSSGW .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfVoZhSSGW input::-webkit-clear-button {
  display: none;
}
.cid-tfVoZhSSGW input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfVoZhSSGW input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfVoZhSSGW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfVoZhSSGW H5 {
  text-align: center;
}
.cid-tfVoZhSSGW P {
  text-align: center;
}
.cid-tfVoZhSSGW LABEL {
  color: #767676;
}
.cid-tfVoZhSSGW H4 {
  color: #9c9485;
}
.cid-tfVoZiinWG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfVoZiinWG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfVoZiinWG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfVoZiinWG .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfVoZiinWG .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfVoZiinWG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVoZiinWG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfVoZiinWG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfVoZiinWG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfVoZiinWG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfVoZiinWG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfVoZiinWG .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfVoZiinWG .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfVoZiinWG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfVoZiinWG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVoZiinWG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfVoZiinWG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfVEvx2UQw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVEvx2UQw .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVEvx2UQw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVEvx2UQw .dropdown-item {
  padding: 0;
}
.cid-tfVEvx2UQw .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVEvx2UQw .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVEvx2UQw .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVEvx2UQw a {
  font-style: normal;
}
.cid-tfVEvx2UQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVEvx2UQw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVEvx2UQw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVEvx2UQw .content-text {
  margin-bottom: 0;
}
.cid-tfVEvx2UQw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVEvx2UQw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVEvx2UQw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVEvx2UQw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVEvx2UQw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVEvx2UQw .content-right-side {
  text-align: center;
}
.cid-tfVEvx2UQw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVEvx2UQw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVEvx2UQw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVEvx2UQw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVEvx2UQw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVEvx2UQw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVEvx2UQw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVEvx2UQw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVEvx2UQw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVEvx2UQw .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVEvx2UQw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVEvx2UQw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVEvx2UQw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVEvx2UQw .navbar-toggler {
    display: none;
  }
  .cid-tfVEvx2UQw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVEvx2UQw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVEvx2UQw .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVEvx2UQw .menu-logo {
  margin-right: auto;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVEvx2UQw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVEvx2UQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .btn {
  display: flex;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVEvx2UQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVEvx2UQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVEvx2UQw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing,
  .cid-tfVEvx2UQw .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVEvx2UQw img {
    height: 3.8rem !important;
  }
  .cid-tfVEvx2UQw .btn {
    display: flex;
  }
  .cid-tfVEvx2UQw button.navbar-toggler {
    display: block;
  }
  .cid-tfVEvx2UQw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVEvx2UQw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVEvx2UQw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVEvx2UQw .nav-link:focus {
  outline: none;
}
.cid-tfVEvx2UQw .navbar-toggler {
  position: relative;
}
.cid-tfVEvx2UQw .dropdown-item.active,
.cid-tfVEvx2UQw .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfVA9WbF9j {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tfVA9WbF9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVA9WbF9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVA9WbF9j .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tfVA9WbF9j .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tfVA9WbF9j .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tfVA9WbF9j .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tfVA9WbF9j .card-wrapper {
  width: 100%;
}
.cid-tfVA9WbF9j .card-box {
  width: 100%;
}
.cid-tfVA9WbF9j .card-title {
  color: #c203e7;
  margin-bottom: 0;
}
.cid-tfVA9WbF9j .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tfVA9WbF9j .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tfVA9WbF9j .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tfVA9WbF9j .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tfVA9WbF9j .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tfVA9WbF9j .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfVA9WbF9j .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff7f11;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tfVA9WbF9j .bg-img {
    width: 150%;
  }
}
.cid-tfVA9WbF9j .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tfVA9WbF9j .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tfVA9WbF9j .mbr-text,
.cid-tfVA9WbF9j .mbr-section-btn {
  text-align: left;
}
.cid-tfVA9WDSAp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfVA9WDSAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVA9WDSAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVA9WDSAp .video-wrapper iframe {
  width: 100%;
}
.cid-tfVA9WDSAp .mbr-section-title,
.cid-tfVA9WDSAp .mbr-section-subtitle,
.cid-tfVA9WDSAp .mbr-text {
  text-align: center;
}
.cid-tfVA9WDSAp .mbr-section-title {
  color: #c203e7;
}
.cid-tfVA9X0vsg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfVA9X0vsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVA9X0vsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfVA9X0vsg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfVA9X0vsg .row {
  flex-direction: row-reverse;
}
.cid-tfVA9X0vsg img {
  width: 100%;
}
.cid-tfVA9Xi0GH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfVA9Xi0GH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfVA9Xi0GH h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfVA9Xi0GH .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfVA9Xi0GH .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfVA9Xi0GH .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfVA9Xi0GH .col,
  .cid-tfVA9Xi0GH .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfVA9Xi0GH .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfVA9Xi0GH .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfVA9Xi0GH .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfVA9Xi0GH label {
  margin-bottom: 0;
}
.cid-tfVA9Xi0GH .form-row {
  justify-content: space-between;
}
.cid-tfVA9Xi0GH .form-control,
.cid-tfVA9Xi0GH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVA9Xi0GH .form-control:focus,
.cid-tfVA9Xi0GH .field-input:focus {
  color: #343434 !important;
}
.cid-tfVA9Xi0GH .form-control:hover,
.cid-tfVA9Xi0GH .field-input:hover {
  color: #343434 !important;
}
.cid-tfVA9Xi0GH .form-control input::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .field-input input::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .form-control textarea::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfVA9Xi0GH .form-control input:-moz-placeholder,
.cid-tfVA9Xi0GH .field-input input:-moz-placeholder,
.cid-tfVA9Xi0GH .form-control textarea:-moz-placeholder,
.cid-tfVA9Xi0GH .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfVA9Xi0GH .form-control:hover,
.cid-tfVA9Xi0GH .field-input:hover,
.cid-tfVA9Xi0GH .form-control:focus,
.cid-tfVA9Xi0GH .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVA9Xi0GH .form-control:hover input::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .field-input:hover input::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .form-control:focus input::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .field-input:focus input::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfVA9Xi0GH .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfVA9Xi0GH .form-control:hover input:-moz-placeholder,
.cid-tfVA9Xi0GH .field-input:hover input:-moz-placeholder,
.cid-tfVA9Xi0GH .form-control:focus input:-moz-placeholder,
.cid-tfVA9Xi0GH .field-input:focus input:-moz-placeholder,
.cid-tfVA9Xi0GH .form-control:hover textarea:-moz-placeholder,
.cid-tfVA9Xi0GH .field-input:hover textarea:-moz-placeholder,
.cid-tfVA9Xi0GH .form-control:focus textarea:-moz-placeholder,
.cid-tfVA9Xi0GH .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfVA9Xi0GH .jq-number__spin:hover,
.cid-tfVA9Xi0GH .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVA9Xi0GH .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVA9Xi0GH .jq-selectbox li,
.cid-tfVA9Xi0GH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfVA9Xi0GH .jq-selectbox li:hover,
.cid-tfVA9Xi0GH .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfVA9Xi0GH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfVA9Xi0GH .jq-number__spin.minus:hover:after,
.cid-tfVA9Xi0GH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfVA9Xi0GH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfVA9Xi0GH .jq-number__spin.minus:after,
.cid-tfVA9Xi0GH .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfVA9Xi0GH input::-webkit-clear-button {
  display: none;
}
.cid-tfVA9Xi0GH input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfVA9Xi0GH input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfVA9Xi0GH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfVA9Xi0GH H5 {
  text-align: center;
}
.cid-tfVA9Xi0GH P {
  text-align: center;
}
.cid-tfVA9Xi0GH LABEL {
  color: #767676;
}
.cid-tfVA9Xi0GH H4 {
  color: #9c9485;
}
.cid-tfVA9XFMEh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfVA9XFMEh .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfVA9XFMEh .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfVA9XFMEh .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfVA9XFMEh .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfVA9XFMEh .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVA9XFMEh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfVA9XFMEh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfVA9XFMEh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfVA9XFMEh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfVA9XFMEh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfVA9XFMEh .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfVA9XFMEh .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfVA9XFMEh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfVA9XFMEh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVA9XFMEh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfVA9XFMEh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tfVEvx2UQw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVEvx2UQw .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVEvx2UQw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVEvx2UQw .dropdown-item {
  padding: 0;
}
.cid-tfVEvx2UQw .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVEvx2UQw .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVEvx2UQw .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVEvx2UQw a {
  font-style: normal;
}
.cid-tfVEvx2UQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVEvx2UQw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVEvx2UQw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVEvx2UQw .content-text {
  margin-bottom: 0;
}
.cid-tfVEvx2UQw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVEvx2UQw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVEvx2UQw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVEvx2UQw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVEvx2UQw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVEvx2UQw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVEvx2UQw .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVEvx2UQw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVEvx2UQw .content-right-side {
  text-align: center;
}
.cid-tfVEvx2UQw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVEvx2UQw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVEvx2UQw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVEvx2UQw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVEvx2UQw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVEvx2UQw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVEvx2UQw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVEvx2UQw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVEvx2UQw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVEvx2UQw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVEvx2UQw .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVEvx2UQw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVEvx2UQw .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVEvx2UQw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVEvx2UQw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVEvx2UQw .navbar-toggler {
    display: none;
  }
  .cid-tfVEvx2UQw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVEvx2UQw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVEvx2UQw .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVEvx2UQw .menu-logo {
  margin-right: auto;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVEvx2UQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVEvx2UQw .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-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVEvx2UQw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVEvx2UQw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVEvx2UQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVEvx2UQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVEvx2UQw button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVEvx2UQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVEvx2UQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVEvx2UQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .btn {
  display: flex;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVEvx2UQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVEvx2UQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVEvx2UQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVEvx2UQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVEvx2UQw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVEvx2UQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVEvx2UQw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVEvx2UQw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVEvx2UQw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing,
  .cid-tfVEvx2UQw .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVEvx2UQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVEvx2UQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVEvx2UQw .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVEvx2UQw img {
    height: 3.8rem !important;
  }
  .cid-tfVEvx2UQw .btn {
    display: flex;
  }
  .cid-tfVEvx2UQw button.navbar-toggler {
    display: block;
  }
  .cid-tfVEvx2UQw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVEvx2UQw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVEvx2UQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVEvx2UQw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVEvx2UQw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVEvx2UQw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVEvx2UQw .nav-link:focus {
  outline: none;
}
.cid-tfVEvx2UQw .navbar-toggler {
  position: relative;
}
.cid-tfVEvx2UQw .dropdown-item.active,
.cid-tfVEvx2UQw .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfVJapBbgu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tfVJapBbgu .navbar-fixed-top {
  padding-top: 0;
}
.cid-tfVJapBbgu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tfVJapBbgu .dropdown-item {
  padding: 0;
}
.cid-tfVJapBbgu .dropdown-menu {
  border: 0px solid lightgray;
  background: #ff0000 !important;
}
.cid-tfVJapBbgu .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tfVJapBbgu .menu-bottom {
  margin: auto;
  width: 100%;
  background: #ff0000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVJapBbgu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tfVJapBbgu a {
  font-style: normal;
}
.cid-tfVJapBbgu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tfVJapBbgu .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tfVJapBbgu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tfVJapBbgu .content-text {
  margin-bottom: 0;
}
.cid-tfVJapBbgu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tfVJapBbgu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #043ea8;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tfVJapBbgu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tfVJapBbgu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tfVJapBbgu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tfVJapBbgu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVJapBbgu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tfVJapBbgu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tfVJapBbgu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfVJapBbgu .nav-dropdown .link {
  font-weight: 400;
}
.cid-tfVJapBbgu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tfVJapBbgu .content-right-side {
  text-align: center;
}
.cid-tfVJapBbgu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tfVJapBbgu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tfVJapBbgu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tfVJapBbgu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-tfVJapBbgu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVJapBbgu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tfVJapBbgu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tfVJapBbgu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tfVJapBbgu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tfVJapBbgu .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tfVJapBbgu .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tfVJapBbgu .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVJapBbgu .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tfVJapBbgu .navbar {
    display: block;
    padding: 0;
  }
  .cid-tfVJapBbgu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tfVJapBbgu .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tfVJapBbgu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tfVJapBbgu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tfVJapBbgu .navbar-toggler {
    display: none;
  }
  .cid-tfVJapBbgu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVJapBbgu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tfVJapBbgu .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVJapBbgu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tfVJapBbgu .menu-logo {
  margin-right: auto;
}
.cid-tfVJapBbgu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVJapBbgu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tfVJapBbgu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tfVJapBbgu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tfVJapBbgu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tfVJapBbgu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tfVJapBbgu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tfVJapBbgu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tfVJapBbgu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVJapBbgu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tfVJapBbgu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tfVJapBbgu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVJapBbgu .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-tfVJapBbgu .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tfVJapBbgu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tfVJapBbgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfVJapBbgu .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-tfVJapBbgu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tfVJapBbgu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfVJapBbgu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tfVJapBbgu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tfVJapBbgu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tfVJapBbgu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tfVJapBbgu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tfVJapBbgu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tfVJapBbgu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfVJapBbgu button.navbar-toggler:focus {
  outline: none;
}
.cid-tfVJapBbgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfVJapBbgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfVJapBbgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVJapBbgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfVJapBbgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfVJapBbgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVJapBbgu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfVJapBbgu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfVJapBbgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfVJapBbgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfVJapBbgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfVJapBbgu .collapsed .btn {
  display: flex;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse.collapsing,
.cid-tfVJapBbgu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tfVJapBbgu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tfVJapBbgu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tfVJapBbgu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tfVJapBbgu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tfVJapBbgu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tfVJapBbgu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tfVJapBbgu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tfVJapBbgu .collapsed button.navbar-toggler {
  display: block;
}
.cid-tfVJapBbgu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tfVJapBbgu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfVJapBbgu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tfVJapBbgu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tfVJapBbgu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tfVJapBbgu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tfVJapBbgu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfVJapBbgu .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tfVJapBbgu .navbar-collapse.collapsing,
  .cid-tfVJapBbgu .navbar-collapse.show {
    display: block !important;
  }
  .cid-tfVJapBbgu .navbar-collapse.collapsing .navbar-nav,
  .cid-tfVJapBbgu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tfVJapBbgu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tfVJapBbgu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tfVJapBbgu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tfVJapBbgu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVJapBbgu .navbar-collapse.collapsing .navbar-buttons,
  .cid-tfVJapBbgu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tfVJapBbgu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tfVJapBbgu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tfVJapBbgu .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tfVJapBbgu img {
    height: 3.8rem !important;
  }
  .cid-tfVJapBbgu .btn {
    display: flex;
  }
  .cid-tfVJapBbgu button.navbar-toggler {
    display: block;
  }
  .cid-tfVJapBbgu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tfVJapBbgu .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tfVJapBbgu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tfVJapBbgu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tfVJapBbgu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tfVJapBbgu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tfVJapBbgu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tfVJapBbgu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tfVJapBbgu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tfVJapBbgu .nav-link:focus {
  outline: none;
}
.cid-tfVJapBbgu .navbar-toggler {
  position: relative;
}
.cid-tfVJapBbgu .dropdown-item.active,
.cid-tfVJapBbgu .dropdown-item:active {
  background: #ff0000;
  color: initial;
}
.cid-tfVJatgPnV {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfVJatgPnV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfVJatgPnV h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-tfVJatgPnV .form-check-inline {
    margin-right: 2rem;
  }
  .cid-tfVJatgPnV .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-tfVJatgPnV .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-tfVJatgPnV .col,
  .cid-tfVJatgPnV .col-lg-6 {
    max-width: 48%;
  }
  .cid-tfVJatgPnV .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tfVJatgPnV .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-tfVJatgPnV .form-group {
    margin-bottom: 0rem;
  }
}
.cid-tfVJatgPnV label {
  margin-bottom: 0;
}
.cid-tfVJatgPnV .form-row {
  justify-content: space-between;
}
.cid-tfVJatgPnV .form-control,
.cid-tfVJatgPnV .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVJatgPnV .form-control:focus,
.cid-tfVJatgPnV .field-input:focus {
  color: #343434 !important;
}
.cid-tfVJatgPnV .form-control:hover,
.cid-tfVJatgPnV .field-input:hover {
  color: #343434 !important;
}
.cid-tfVJatgPnV .form-control input::-webkit-input-placeholder,
.cid-tfVJatgPnV .field-input input::-webkit-input-placeholder,
.cid-tfVJatgPnV .form-control textarea::-webkit-input-placeholder,
.cid-tfVJatgPnV .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-tfVJatgPnV .form-control input:-moz-placeholder,
.cid-tfVJatgPnV .field-input input:-moz-placeholder,
.cid-tfVJatgPnV .form-control textarea:-moz-placeholder,
.cid-tfVJatgPnV .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-tfVJatgPnV .form-control:hover,
.cid-tfVJatgPnV .field-input:hover,
.cid-tfVJatgPnV .form-control:focus,
.cid-tfVJatgPnV .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVJatgPnV .form-control:hover input::-webkit-input-placeholder,
.cid-tfVJatgPnV .field-input:hover input::-webkit-input-placeholder,
.cid-tfVJatgPnV .form-control:focus input::-webkit-input-placeholder,
.cid-tfVJatgPnV .field-input:focus input::-webkit-input-placeholder,
.cid-tfVJatgPnV .form-control:hover textarea::-webkit-input-placeholder,
.cid-tfVJatgPnV .field-input:hover textarea::-webkit-input-placeholder,
.cid-tfVJatgPnV .form-control:focus textarea::-webkit-input-placeholder,
.cid-tfVJatgPnV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tfVJatgPnV .form-control:hover input:-moz-placeholder,
.cid-tfVJatgPnV .field-input:hover input:-moz-placeholder,
.cid-tfVJatgPnV .form-control:focus input:-moz-placeholder,
.cid-tfVJatgPnV .field-input:focus input:-moz-placeholder,
.cid-tfVJatgPnV .form-control:hover textarea:-moz-placeholder,
.cid-tfVJatgPnV .field-input:hover textarea:-moz-placeholder,
.cid-tfVJatgPnV .form-control:focus textarea:-moz-placeholder,
.cid-tfVJatgPnV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tfVJatgPnV .jq-number__spin:hover,
.cid-tfVJatgPnV .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tfVJatgPnV .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tfVJatgPnV .jq-selectbox li,
.cid-tfVJatgPnV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tfVJatgPnV .jq-selectbox li:hover,
.cid-tfVJatgPnV .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-tfVJatgPnV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tfVJatgPnV .jq-number__spin.minus:hover:after,
.cid-tfVJatgPnV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tfVJatgPnV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tfVJatgPnV .jq-number__spin.minus:after,
.cid-tfVJatgPnV .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-tfVJatgPnV input::-webkit-clear-button {
  display: none;
}
.cid-tfVJatgPnV input::-webkit-inner-spin-button {
  display: none;
}
.cid-tfVJatgPnV input::-webkit-outer-spin-button {
  display: none;
}
.cid-tfVJatgPnV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tfVJatgPnV H5 {
  text-align: center;
}
.cid-tfVJatgPnV P {
  text-align: center;
}
.cid-tfVJatgPnV LABEL {
  color: #767676;
}
.cid-tfVJatgPnV H4 {
  color: #9c9485;
}
.cid-tfVLhcufxI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVLhcufxI .mbr-iconfont {
  color: #ff0000 !important;
  font-size: 1.4rem !important;
  padding-right: 1rem;
  display: block;
}
.cid-tfVLhcufxI .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-tfVLhcufxI .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-tfVLhcufxI .card-col {
    margin-right: 20rem;
  }
}
.cid-tfVLhcufxI img {
  width: 100%;
}
.cid-tfVLhcufxI .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-tfVLhcufxI .container-fluid {
  position: relative;
}
.cid-tfVLhcufxI .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-tfVLhcufxI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfVLhcufxI .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-tfVLhcufxI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfVLhcufxI .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tfVLhcufxI .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tfVLhcufxI .item h4 {
  margin: 0;
}
.cid-tfVLhcufxI .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-tfVLhcufxI p {
  font-weight: 400;
}
.cid-tfVLhcufxI .card-title,
.cid-tfVLhcufxI .card-img {
  color: #ff0000;
}
@media (max-width: 767px) {
  .cid-tfVLhcufxI .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-tfVLhcufxI .card-col {
    padding: 2rem 1rem;
  }
}
.cid-tfVJv1zRNV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfVJv1zRNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVJv1zRNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVJv1zRNV .media-container-row {
  justify-content: space-between;
}
.cid-tfVJv1zRNV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tfVJv1zRNV .text-content {
    max-width: none;
  }
}
.cid-tfVJv1zRNV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tfVJv1zRNV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tfVJv1zRNV .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tfVJv1zRNV .icons {
    justify-content: center !important;
  }
  .cid-tfVJv1zRNV .text-content * {
    text-align: center;
  }
}
.cid-tfVJatP3oR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #005bff;
}
.cid-tfVJatP3oR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tfVJatP3oR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tfVJatP3oR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tfVJatP3oR .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tfVJatP3oR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfVJatP3oR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfVJatP3oR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfVJatP3oR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfVJatP3oR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfVJatP3oR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tfVJatP3oR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tfVJatP3oR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfVJatP3oR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfVJatP3oR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfVJatP3oR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfVJatP3oR .media-container-row .row-copirayt p {
  width: 100%;
}
