body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #0061af !important;
}
.bg-success {
  background-color: #2f3927 !important;
}
.bg-info {
  background-color: #004d89 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0061af !important;
  border-color: #0061af !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: #003158 !important;
  border-color: #003158 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003158 !important;
  border-color: #003158 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d40404 !important;
  border-color: #d40404 !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: #7f0202 !important;
  border-color: #7f0202 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7f0202 !important;
  border-color: #7f0202 !important;
}
.btn-info,
.btn-info:active {
  background-color: #004d89 !important;
  border-color: #004d89 !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: #001c32 !important;
  border-color: #001c32 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001c32 !important;
  border-color: #001c32 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2f3927 !important;
  border-color: #2f3927 !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: #050604 !important;
  border-color: #050604 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #050604 !important;
  border-color: #050604 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0061af;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003158 !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: #0061af !important;
  border-color: #0061af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d40404;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7f0202 !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: #d40404 !important;
  border-color: #d40404 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #004d89;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #001c32 !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: #004d89 !important;
  border-color: #004d89 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f3927;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #050604 !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: #2f3927 !important;
  border-color: #2f3927 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0061af !important;
}
.text-secondary {
  color: #d40404 !important;
}
.text-success {
  color: #2f3927 !important;
}
.text-info {
  color: #004d89 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002849 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #700202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #001423 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0061af;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #004d89;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0061af;
  border-color: #0061af;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0061af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #30a3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1b491;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0993ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', 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: #0061af !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', 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: #0061af;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0061af;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0061af;
}
.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: #0061af;
  border-bottom-color: #0061af;
}
.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: #0061af !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: #d40404 !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='%230061af' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tsVMuSGbty {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsVMuSGbty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsVMuSGbty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsVMuSGbty .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsVMuSGbty .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsVMuSGbty .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsVMuSGbty .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsVMuSGbty .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsVMuSGbty .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsVMuSGbty .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsVMuSGbty .card-title {
  color: #ac0707;
}
.cid-tsVMuSGbty .mbr-text,
.cid-tsVMuSGbty .mbr-section-btn {
  color: #000000;
}
.cid-tGYdWuBYcd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYdWuBYcd .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tGYdWuBYcd .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYdWuBYcd .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tH2H35znl0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2H35znl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2H35znl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2H35znl0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH2H35znl0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH2H35znl0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tH2H35znl0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tH2H35znl0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH2H35znl0 [class^="socicon-"]:before,
.cid-tH2H35znl0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH2H35znl0 .mbr-section-title,
.cid-tH2H35znl0 .social-list {
  color: #000000;
}
.cid-tGXBqKRBWY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGXBqKRBWY img,
.cid-tGXBqKRBWY .item-img {
  width: 100%;
}
.cid-tGXBqKRBWY .item:focus,
.cid-tGXBqKRBWY span:focus {
  outline: none;
}
.cid-tGXBqKRBWY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGXBqKRBWY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXBqKRBWY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXBqKRBWY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXBqKRBWY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXBqKRBWY .mbr-section-title {
  color: #000000;
}
.cid-tGXBqKRBWY .mbr-text,
.cid-tGXBqKRBWY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tGXBqKRBWY .item-title {
  text-align: left;
}
.cid-tGXBqKRBWY .item-subtitle {
  text-align: left;
}
.cid-tGYf3QMYUY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYf3QMYUY .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tGYf3QMYUY .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYf3QMYUY .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tH2IHf0WzT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2IHf0WzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2IHf0WzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2IHf0WzT .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH2IHf0WzT .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH2IHf0WzT .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tH2IHf0WzT .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tH2IHf0WzT .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tH2IHf0WzT .bg-instagram:hover {
  background: #bd005c;
}
.cid-tH2IHf0WzT .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH2IHf0WzT [class^="socicon-"]:before,
.cid-tH2IHf0WzT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH2IHf0WzT .mbr-section-title,
.cid-tH2IHf0WzT .social-list {
  color: #000000;
}
.cid-tGFFSo9qIq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGFFSo9qIq img,
.cid-tGFFSo9qIq .item-img {
  width: 100%;
}
.cid-tGFFSo9qIq .item:focus,
.cid-tGFFSo9qIq span:focus {
  outline: none;
}
.cid-tGFFSo9qIq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGFFSo9qIq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGFFSo9qIq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGFFSo9qIq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGFFSo9qIq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGFFSo9qIq .mbr-section-title {
  color: #000000;
}
.cid-tGFFSo9qIq .mbr-text,
.cid-tGFFSo9qIq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tGFFSo9qIq .item-title {
  text-align: left;
}
.cid-tGFFSo9qIq .item-subtitle {
  text-align: left;
}
.cid-tGFFSo9qIq .mbr-section-subtitle {
  color: #000000;
}
.cid-tGYgf68IaZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYgf68IaZ .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tGYgf68IaZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYgf68IaZ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tH2JuRPHBM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2JuRPHBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2JuRPHBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2JuRPHBM .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH2JuRPHBM .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH2JuRPHBM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH2JuRPHBM [class^="socicon-"]:before,
.cid-tH2JuRPHBM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH2JuRPHBM .mbr-section-title,
.cid-tH2JuRPHBM .social-list {
  color: #000000;
}
.cid-tFVQrrbKPg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFVQrrbKPg img,
.cid-tFVQrrbKPg .item-img {
  width: 100%;
}
.cid-tFVQrrbKPg .item:focus,
.cid-tFVQrrbKPg span:focus {
  outline: none;
}
.cid-tFVQrrbKPg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFVQrrbKPg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFVQrrbKPg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFVQrrbKPg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tFVQrrbKPg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFVQrrbKPg .mbr-section-title {
  color: #000000;
}
.cid-tFVQrrbKPg .mbr-text,
.cid-tFVQrrbKPg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tFVQrrbKPg .item-title {
  text-align: left;
}
.cid-tFVQrrbKPg .item-subtitle {
  text-align: left;
}
.cid-tFVQrrbKPg .mbr-section-subtitle {
  color: #000000;
}
.cid-tGYjKI94Pz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYjKI94Pz .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tGYjKI94Pz .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYjKI94Pz .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tH2K1QK3Lt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2K1QK3Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2K1QK3Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2K1QK3Lt .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH2K1QK3Lt .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH2K1QK3Lt .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tH2K1QK3Lt .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tH2K1QK3Lt .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tH2K1QK3Lt .bg-instagram:hover {
  background: #bd005c;
}
.cid-tH2K1QK3Lt .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tH2K1QK3Lt .bg-youtube:hover {
  background: #cc0000;
}
.cid-tH2K1QK3Lt .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH2K1QK3Lt [class^="socicon-"]:before,
.cid-tH2K1QK3Lt [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH2K1QK3Lt .mbr-section-title,
.cid-tH2K1QK3Lt .social-list {
  color: #000000;
}
.cid-tT95IULrxe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT95IULrxe img,
.cid-tT95IULrxe .item-img {
  width: 100%;
}
.cid-tT95IULrxe .item:focus,
.cid-tT95IULrxe span:focus {
  outline: none;
}
.cid-tT95IULrxe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tT95IULrxe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tT95IULrxe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT95IULrxe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tT95IULrxe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tT95IULrxe .mbr-section-title {
  color: #232323;
}
.cid-tT95IULrxe .mbr-text,
.cid-tT95IULrxe .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tT95IULrxe .item-title {
  text-align: left;
}
.cid-tT95IULrxe .item-subtitle {
  text-align: left;
}
.cid-tT95IULrxe .mbr-section-subtitle {
  color: #000000;
}
.cid-tGYltN7mqw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYltN7mqw .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tGYltN7mqw .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYltN7mqw .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tH2L2dCe5s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2L2dCe5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2L2dCe5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2L2dCe5s .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH2L2dCe5s .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH2L2dCe5s .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tH2L2dCe5s .bg-instagram:hover {
  background: #bd005c;
}
.cid-tH2L2dCe5s .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tH2L2dCe5s .bg-youtube:hover {
  background: #cc0000;
}
.cid-tH2L2dCe5s .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH2L2dCe5s [class^="socicon-"]:before,
.cid-tH2L2dCe5s [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH2L2dCe5s .mbr-section-title,
.cid-tH2L2dCe5s .social-list {
  color: #000000;
}
.cid-tHZvuQq4cF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHZvuQq4cF img,
.cid-tHZvuQq4cF .item-img {
  width: 100%;
}
.cid-tHZvuQq4cF .item:focus,
.cid-tHZvuQq4cF span:focus {
  outline: none;
}
.cid-tHZvuQq4cF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHZvuQq4cF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHZvuQq4cF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHZvuQq4cF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHZvuQq4cF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHZvuQq4cF .mbr-section-title {
  color: #000000;
}
.cid-tHZvuQq4cF .mbr-text,
.cid-tHZvuQq4cF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tHZvuQq4cF .item-title {
  text-align: left;
}
.cid-tHZvuQq4cF .item-subtitle {
  text-align: left;
}
.cid-tHZvuQq4cF .mbr-section-subtitle {
  color: #000000;
}
.cid-tGYohVOSX5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYohVOSX5 .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tGYohVOSX5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYohVOSX5 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tH2Lulo68M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2Lulo68M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2Lulo68M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2Lulo68M .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH2Lulo68M .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH2Lulo68M .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tH2Lulo68M .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tH2Lulo68M .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tH2Lulo68M .bg-instagram:hover {
  background: #bd005c;
}
.cid-tH2Lulo68M .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH2Lulo68M [class^="socicon-"]:before,
.cid-tH2Lulo68M [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH2Lulo68M .mbr-section-title,
.cid-tH2Lulo68M .social-list {
  color: #000000;
}
.cid-tH2LWLCauB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2LWLCauB .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tH2LWLCauB .mbr-section-subtitle {
  text-align: center;
}
.cid-tH2LWLCauB .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-sXInI6CbaW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #af0300;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sXInI6CbaW .nav-item,
.cid-sXInI6CbaW .nav-link,
.cid-sXInI6CbaW .navbar-caption {
  font-weight: normal;
}
.cid-sXInI6CbaW .nav-item:focus,
.cid-sXInI6CbaW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sXInI6CbaW .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sXInI6CbaW .nav-item .nav-link {
    position: relative;
  }
  .cid-sXInI6CbaW .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #af0300;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sXInI6CbaW .nav-item:hover .nav-link:before,
  .cid-sXInI6CbaW .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sXInI6CbaW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sXInI6CbaW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXInI6CbaW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sXInI6CbaW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sXInI6CbaW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXInI6CbaW .dropdown .dropdown-menu .dropdown-item .soc-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-sXInI6CbaW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8faff;
}
.cid-sXInI6CbaW .navbar.opened {
  transition: all .3s;
  background: #f8faff !important;
}
.cid-sXInI6CbaW .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sXInI6CbaW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sXInI6CbaW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXInI6CbaW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXInI6CbaW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXInI6CbaW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXInI6CbaW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXInI6CbaW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXInI6CbaW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sXInI6CbaW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXInI6CbaW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXInI6CbaW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXInI6CbaW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXInI6CbaW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sXInI6CbaW .navbar.navbar-short {
  background: #f8faff !important;
  min-height: 60px;
}
.cid-sXInI6CbaW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sXInI6CbaW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXInI6CbaW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXInI6CbaW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXInI6CbaW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXInI6CbaW .dropdown-item.active,
.cid-sXInI6CbaW .dropdown-item:active {
  background-color: transparent;
}
.cid-sXInI6CbaW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXInI6CbaW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXInI6CbaW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXInI6CbaW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8faff;
  z-index: 2;
}
.cid-sXInI6CbaW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXInI6CbaW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXInI6CbaW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXInI6CbaW .navbar-buttons {
  text-align: center;
}
.cid-sXInI6CbaW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXInI6CbaW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0062af;
}
.cid-sXInI6CbaW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXInI6CbaW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXInI6CbaW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXInI6CbaW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXInI6CbaW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXInI6CbaW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXInI6CbaW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXInI6CbaW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXInI6CbaW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sXInI6CbaW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXInI6CbaW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d40404;
  display: inline-flex;
}
.cid-sXInI6CbaW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sXInI6CbaW .soc-item {
  margin: .5rem .3rem;
}
.cid-sXInI6CbaW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXInI6CbaW a.nav-link .mbr-iconfont-btn,
.cid-sXInI6CbaW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sXInI6CbaW a.nav-link:hover .mbr-iconfont-btn,
.cid-sXInI6CbaW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sXInI6CbaW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXInI6CbaW .navbar {
    height: 77px;
  }
  .cid-sXInI6CbaW .navbar.opened {
    height: auto;
  }
  .cid-sXInI6CbaW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH34RXjwVY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH34RXjwVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH34RXjwVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH34RXjwVY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tH34RXjwVY [class^="socicon-"]:before,
.cid-tH34RXjwVY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tH34RXjwVY .mbr-section-title,
.cid-tH34RXjwVY .social-list {
  color: #000000;
}
.cid-tL6OMSDpXg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL6OMSDpXg .mbr-section-title {
  text-align: center;
  color: #0061af;
}
.cid-tL6OMSDpXg .mbr-section-subtitle {
  text-align: center;
}
.cid-tL6OMSDpXg .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u8Ovf0lKDR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8Ovf0lKDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Ovf0lKDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Ovf0lKDR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8Ovf0lKDR .mbr-section-title {
  color: #ac0707;
}
.cid-u8Ovf0lKDR .mbr-section-subtitle {
  color: #000000;
}
.cid-u8Ovf0lKDR .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-u8Ovf0lKDR .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-u8Ovf0lKDR .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-u8Ovf0lKDR .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-u8Ovf0lKDR .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8Ovf0lKDR .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-u8Ovf0lKDR .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-u8Ovf0lKDR .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u8Ovf0lKDR .card-subtitle-1 {
  color: #ffffff;
  text-align: left;
}
.cid-u8Ovf0lKDR .card-subtitle-2 {
  color: #ffffff;
}
.cid-u8Ovf0lKDR .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-u8Ovf0lKDR .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-u8Ovf0lKDR .mbr-section-btn {
  margin-top: 14px;
}
.cid-u8Ovf0lKDR .card-1 .card-wrap {
  background-image: url("../../../assets/images/restaurantesvalledeltietar.webp");
}
.cid-u8Ovf0lKDR .card-2 .card-wrap {
  background-image: url("../../../assets/images/hotelesvalledeltietar.webp");
}
.cid-u8Ovf0lKDR .card-text-2,
.cid-u8Ovf0lKDR .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-sXIPwIcnJn {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXIPwIcnJn .carousel {
  z-index: 2;
  position: relative;
}
.cid-sXIPwIcnJn .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #bbbbbb;
  opacity: 0.5;
}
.cid-sXIPwIcnJn .user {
  padding: 0!important;
}
.cid-sXIPwIcnJn .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sXIPwIcnJn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sXIPwIcnJn .carousel-item.active,
.cid-sXIPwIcnJn .carousel-item-next,
.cid-sXIPwIcnJn .carousel-item-prev {
  display: flex;
}
.cid-sXIPwIcnJn .user_name {
  margin: 0;
}
.cid-sXIPwIcnJn .carousel-controls a {
  font-size: 2rem;
}
.cid-sXIPwIcnJn .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-sXIPwIcnJn .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sXIPwIcnJn ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sXIPwIcnJn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sXIPwIcnJn .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sXIPwIcnJn .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sXIPwIcnJn .user_text {
  color: #000000;
}
.cid-sXIPwIcnJn .user_desk {
  color: #000000;
}
.cid-sXIPwIcnJn .title,
.cid-sXIPwIcnJn .line-align {
  color: #0061af;
}
.cid-sYrLFkowqF {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYrLFkowqF .mbr-section-title {
  color: #ac0707;
  text-align: right;
}
.cid-sYrLFkowqF .mbr-text,
.cid-sYrLFkowqF .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-sYrLFkowqF .mbr-section-subtitle {
  color: #0061af;
  text-align: right;
}
.cid-sYrLFkowqF img {
  border-radius: 2rem;
}
.cid-sXIPzRCxj1 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #b6c0ad;
}
.cid-sXIPzRCxj1 .title {
  margin-bottom: 2rem;
}
.cid-sXIPzRCxj1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sXIPzRCxj1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sXIPzRCxj1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sXIPzRCxj1 textarea.form-control {
  min-height: 188px;
}
.cid-sXIPzRCxj1 H4 {
  text-align: left;
  color: #000000;
}
.cid-sXIPzRCxj1 P {
  color: #000000;
}
.cid-sXIPxH6GXS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181818;
}
.cid-sXIPxH6GXS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sXIPxH6GXS p {
  color: #767676;
  text-align: left;
}
.cid-sXIPxH6GXS .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sXIPxH6GXS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sXIPxH6GXS .card-title {
  margin-bottom: 0;
}
.cid-sXIPxH6GXS .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sXIPxH6GXS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sXIPxH6GXS .card-img span {
    font-size: 40px !important;
  }
}
.cid-sXIPxH6GXS P {
  color: #ffffff;
}
.cid-sXIPxH6GXS .card-title,
.cid-sXIPxH6GXS .card-img {
  color: #ffffff;
}
.cid-sXMCfP7TYk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-sXMCfP7TYk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sXMCfP7TYk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sXMCfP7TYk .row {
    text-align: center;
  }
  .cid-sXMCfP7TYk .row > div {
    margin: auto;
  }
  .cid-sXMCfP7TYk .social-row {
    justify-content: center;
  }
}
.cid-sXMCfP7TYk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sXMCfP7TYk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sXMCfP7TYk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sXMCfP7TYk .list {
    margin-bottom: 0rem;
  }
}
.cid-sXMCfP7TYk .mbr-text {
  color: #bbbbbb;
}
.cid-sXMCfP7TYk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXMCfP7TYk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sXMCfP7TYk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sXMCfP7TYk .copyright {
  text-align: left;
}
.cid-sXMCfP7TYk .mbr-section-subtitle {
  color: #bbbbbb;
}
