body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Fira 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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: 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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #006fb7 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #006fb7 !important;
  border-color: #006fb7 !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: #003a60 !important;
  border-color: #003a60 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #003a60 !important;
  border-color: #003a60 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006fb7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #003a60 !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: #006fb7 !important;
  border-color: #006fb7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #006fb7 !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: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #003151 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #006fb7;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #38b1ff;
}
.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*/
.form-control {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-sxXtZb6DdU {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #006fb7;
}
.cid-sxXtZb6DdU .carousel {
  width: 100%;
}
.cid-sxXtZb6DdU .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sxXtZb6DdU .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sxXtZb6DdU .mbr-overlay {
  z-index: 1;
}
.cid-sxXtZb6DdU .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sxXtZb6DdU .carousel-caption {
    left: 15%;
    right: 70%;
    width: 40%;
  }
}
.cid-sxXtZb6DdU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sxXtZb6DdU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sxXtZb6DdU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sxXtZb6DdU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sxXtZb6DdU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sxXtZb6DdU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sxXtZb6DdU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sxXtZb6DdU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sxXtZb6DdU .carousel-indicators {
    display: none;
  }
}
.cid-sxXtZb6DdU .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #40b0bf;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sxXtZb6DdU .carousel-indicators li.active,
.cid-sxXtZb6DdU .carousel-indicators li:hover {
  background-color: #006fb7;
}
.cid-sxXtZb6DdU .carousel-indicators li::after,
.cid-sxXtZb6DdU .carousel-indicators li::before {
  content: none;
}
.cid-sxXtZb6DdU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sxXtZb6DdU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sxXtZb6DdU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxXtZb6DdU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxXtZb6DdU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sxXtZb6DdU .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sxXtZb6DdU H5 {
  text-align: left;
  text-shadow: 2px 2px 7px #000000;
}
.cid-sxXtZb6DdU P {
  text-align: left;
  text-shadow: 2px 2px 7px #000000;
}
.cid-sxXtZb6DdU .mbr-text,
.cid-sxXtZb6DdU .mbr-section-btn {
  text-align: left;
}
.cid-sxXtZb6DdU .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sxXtZb6DdU .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sxXtZb6DdU .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #006fb7;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-syqPl7jSP7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-syqPl7jSP7 .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-syqPl7jSP7 .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #ffffff;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
  height: 33rem;
}
.cid-syqPl7jSP7 .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-syqPl7jSP7 .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-syqPl7jSP7 .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #e31e24;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-syqPl7jSP7 .img-text {
    left: 1rem;
  }
}
.cid-syqPl7jSP7 img,
.cid-syqPl7jSP7 .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 375px;
  object-fit: cover;
}
.cid-syqPl7jSP7 .item:focus,
.cid-syqPl7jSP7 span:focus {
  outline: none;
}
.cid-syqPl7jSP7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-syqPl7jSP7 .mbr-section-title {
  color: #232323;
}
.cid-syqPl7jSP7 .mbr-text,
.cid-syqPl7jSP7 .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-syqPl7jSP7 .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-syqPl7jSP7 .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-syqPl7jSP7 .mbr-section-subtitle {
  color: #777777;
}
.cid-sxRPi9CRgj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sxRPi9CRgj .card-wrapper {
  border-radius: 0;
  padding: 2rem;
}
.cid-sxRPi9CRgj .card-title {
  font-weight: 600;
}
.cid-sxRPi9CRgj .card-img {
  text-align: center;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-sxRPi9CRgj .card-img .icon {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  display: inline-block;
  line-height: 195px;
  text-align: center;
  transition: all .3s;
  color: #006fb7;
  background-color: #ffffff;
}
.cid-sxRPi9CRgj .card-img .icon .mbr-iconfont {
  font-size: 120px;
  line-height: 1.59;
  color: #006fb7;
}
.cid-sxRPi9CRgj .card-img .icon span {
  color: #006fb7;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-sxRPi9CRgj .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sxRPi9CRgj .card-img .icon {
    width: 145px;
    height: 145px;
    line-height: 145px;
  }
  .cid-sxRPi9CRgj .card-img .icon .mbr-iconfont {
    font-size: 70px;
    line-height: 2.01;
  }
  .cid-sxRPi9CRgj .card-img .icon span {
    font-size: 50px;
    line-height: 1em;
  }
}
.cid-sxM65qjjyJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ededed;
}
.cid-sxM65qjjyJ .row-main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sxM65qjjyJ .card {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.cid-sxM65qjjyJ .card p {
  line-height: 0;
}
.cid-sxM65qjjyJ .container-fluid {
  padding: 0;
  overflow: hidden;
}
.cid-sxM65qjjyJ .img {
  margin: auto;
}
.cid-sxM65qjjyJ .card-box {
  width: 100%;
}
.cid-sxM65qjjyJ p {
  line-height: 1.5;
  margin: 0;
}
.cid-sxM65qjjyJ .box {
  padding: 3rem 13rem;
  margin: auto;
}
.cid-sxM65qjjyJ .card-img {
  padding: 0rem;
  border-radius: 100%;
  height: 120px;
  width: 150px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sxM65qjjyJ .card-img span {
  color: #232323;
  font-size: 3.6rem;
}
.cid-sxM65qjjyJ img {
  width: 100%;
}
.cid-sxM65qjjyJ .mbr-text {
  color: #767676;
}
@media (max-width: 1500px) {
  .cid-sxM65qjjyJ .box {
    padding: 3rem 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxM65qjjyJ .box {
    padding: 2rem 6rem;
  }
}
@media (max-width: 576px) {
  .cid-sxM65qjjyJ .box {
    padding: 2rem 3rem;
  }
}
.cid-sxM65qjjyJ .card-title,
.cid-sxM65qjjyJ .card-img {
  color: #006fb7;
  text-align: left;
}
.cid-sxM65qjjyJ .mbr-section-title {
  text-align: center;
}
.cid-sxM65qjjyJ .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sxM65qjjyJ .mbr-section-title,
.cid-sxM65qjjyJ .line-wrap {
  text-align: center;
  width: 100%;
  color: #353535;
}
.cid-sxM65qjjyJ .mbr-text,
.cid-sxM65qjjyJ .line-wrap2 {
  text-align: left;
  color: #353535;
}
.cid-syqDdhFDPi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-2000x767.jpg");
}
.cid-syqDdhFDPi .feature .card {
  border-left: 10px solid #e31e24;
  background-color: #ffffff;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-syqDdhFDPi .feature:last-child .card {
  border-color: #006fb7;
}
.cid-syqDdhFDPi .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-syqDdhFDPi .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-sxSo2YEgYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sxSo2YEgYH {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sxSo2YEgYH {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.cid-sxSo2YEgYH section .features5 {
  margin-bottom: -2rem;
}
@media (min-width: 1101px) {
  .cid-sxSo2YEgYH .f-row {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .cid-sxSo2YEgYH .f-item-p {
    padding-left: 3.25rem;
    padding-right: 0;
  }
}
.cid-sxSo2YEgYH .mbr-text {
  margin: 0;
}
.cid-sxSo2YEgYH .mbr-section-btn2,
.cid-sxSo2YEgYH .mbr-section-btn {
  padding-left: 0.75rem;
}
.cid-sxSo2YEgYH .f-item {
  flex: 0 0 50%;
}
.cid-sxSo2YEgYH .f-item-big {
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sxSo2YEgYH .f-item-big img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sxSo2YEgYH .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-sxSo2YEgYH .btn {
  padding: 0.5rem 0.8rem 0.5rem 0.7rem;
  line-height: 23px;
}
.cid-sxSo2YEgYH .btn:after {
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
  margin-bottom: 3px;
}
.cid-sxSo2YEgYH .btn-b {
  color: #000;
  border-color: #000;
}
.cid-sxSo2YEgYH .btn-w {
  color: #fff;
  border: 1px solid #fff;
  line-height: 23px;
}
.cid-sxSo2YEgYH .btn-w:after {
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='white' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
  margin-bottom: 3px;
}
.cid-sxSo2YEgYH .item {
  margin-bottom: 2em;
}
.cid-sxSo2YEgYH .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-sxSo2YEgYH .item-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sxSo2YEgYH .item-wrapper.bg1 {
  background: #ededed;
}
.cid-sxSo2YEgYH .item-wrapper.bg2 {
  background: #ededed;
}
.cid-sxSo2YEgYH .item-wrapper.bg3 {
  background: #ededed;
}
.cid-sxSo2YEgYH .item-wrapper.bg4 {
  background: #ededed;
}
.cid-sxSo2YEgYH .item-image-content {
  background-color: rgba(0, 111, 183, 0.8);
  padding: 2rem;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .cid-sxSo2YEgYH .item-image-content {
    width: 60%;
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 2rem;
    max-height: 450px;
    overflow: hidden;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sxSo2YEgYH .item-image-content {
    display: flex;
    justify-content: space-between;
  }
  .cid-sxSo2YEgYH .item-image-content .mbr-title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .cid-sxSo2YEgYH .item-image-content {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-sxSo2YEgYH .item-image-content {
    height: auto;
    max-height: auto;
  }
}
.cid-sxSo2YEgYH .item-image-content .mbr-section-btn2 {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-sxSo2YEgYH .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sxSo2YEgYH .item-content {
    padding: 1rem;
  }
}
.cid-sxSo2YEgYH .mbr-title {
  color: #fff;
}
@media (max-width: 767px) {
  .cid-sxSo2YEgYH .mbr-title {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-sxSo2YEgYH .mbr-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1000px) {
  .cid-sxSo2YEgYH .mbr-title {
    padding-bottom: 3rem;
  }
}
.cid-sxMrrOXX2y {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ededed;
}
.cid-sxMrrOXX2y .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sxMrrOXX2y .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sxMrrOXX2y .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sxMrrOXX2y .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sxMrrOXX2y .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sxMrrOXX2y .special-label {
  color: #fff;
}
.cid-sxMrrOXX2y .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sxMrrOXX2y .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sxMrrOXX2y .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sxMrrOXX2y .menu-row {
  margin: 0;
}
.cid-sxMrrOXX2y .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #006fb7;
}
.cid-sxMrrOXX2y .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sxMrrOXX2y .group-title,
.cid-sxMrrOXX2y .align-wrap {
  text-align: left;
}
.cid-sxMrrOXX2y SPAN {
  color: #353535;
}
.cid-sy3yUTWYEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-sy3yUTWYEF .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sy3yUTWYEF .item .icon-wrap {
  text-align: center;
}
.cid-sy3yUTWYEF .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sy3yUTWYEF .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #006fb7;
}
.cid-sy3yUTWYEF .item.first:before {
  display: none;
}
.cid-sy3yUTWYEF .item.five:before {
  display: none;
}
.cid-sy3yUTWYEF .icon-box {
  background: #006fb7;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sy3yUTWYEF .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sy3yUTWYEF .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sy3yUTWYEF .item:before {
    display: none;
  }
  .cid-sy3yUTWYEF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sy3V0PjLmp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sy3V0PjLmp .mbr-section-title {
  color: #06182d;
}
.cid-sy3V0PjLmp .mbr-section-subtitle {
  color: #06182d;
}
.cid-sy3V0PjLmp .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sy3V0PjLmp .mbr-section-text {
  color: #999999;
}
.cid-sy3V0PjLmp .nav-tabs .nav-item.open .nav-link:focus,
.cid-sy3V0PjLmp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sy3V0PjLmp .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ededed;
}
.cid-sy3V0PjLmp .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sy3V0PjLmp .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ededed;
  padding: 1rem 2.2rem;
}
.cid-sy3V0PjLmp .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #006fb7;
}
.cid-sy3V0PjLmp .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #006fb7;
}
.cid-sy3V0PjLmp P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sy3V0PjLmp .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sy3V0PjLmp .mbr-text,
  .cid-sy3V0PjLmp .nav-link {
    text-align: center;
  }
}
.cid-sy3V0PjLmp .img-wrap img {
  width: 100%;
}
.cid-sy3V0PjLmp .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #006fb7;
}
.cid-sy3V0PjLmp .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sy3V0PjLmp .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sy3V0PjLmp .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sy3V0PjLmp .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sy3V0PjLmp .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sy3V0PjLmp .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sy3V0PjLmp .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sy3V0PjLmp .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #e31e24;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title .toggle-icon:before,
.cid-sy3V0PjLmp .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sy3V0PjLmp .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sy3V0PjLmp .card .panel-body {
  padding: 14px 20px;
}
.cid-sy3V0PjLmp .card .panel-body p {
  color: #006fb7;
  line-height: 1.5;
}
.cid-sy3V0PjLmp .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sy3V0PjLmp .tab-pane:not(.active) {
  display: none;
}
.cid-sy3V0PjLmp .card .panel-body p {
  color: #232323;
}
.cid-sxPYroO8wL .navbar {
  padding: 0.5rem 0;
  background: #006fb7;
  transition: none;
  min-height: 50px;
}
.cid-sxPYroO8wL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sxPYroO8wL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sxPYroO8wL .collapse {
  justify-content: space-between !important;
}
.cid-sxPYroO8wL .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-sxPYroO8wL .mbr-iconfont {
  cursor: pointer;
}
.cid-sxPYroO8wL .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-sxPYroO8wL .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  opacity: 0.5;
  background: #ffffff;
  border-radius: 50%;
}
.cid-sxPYroO8wL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sxPYroO8wL .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-sxPYroO8wL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 1rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxPYroO8wL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxPYroO8wL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxPYroO8wL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxPYroO8wL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sxPYroO8wL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxPYroO8wL .menu-content-top {
  background: #353535;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  min-height: 70px;
}
.cid-sxPYroO8wL .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-sxPYroO8wL .dropdown-item,
.cid-sxPYroO8wL .nav-link,
.cid-sxPYroO8wL .brand-name {
  font-style: normal;
}
.cid-sxPYroO8wL .dropdown-item:hover,
.cid-sxPYroO8wL .nav-link:hover,
.cid-sxPYroO8wL .brand-name:hover {
  color: #ffffff !important;
}
.cid-sxPYroO8wL .dropdown-menu {
  background-color: #006fb7;
}
.cid-sxPYroO8wL .dropdown-item:active {
  background-color: #006fb7;
}
.cid-sxPYroO8wL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sxPYroO8wL .navbar-dropdown.bg-color.transparent.opened {
  background: #006fb7;
}
.cid-sxPYroO8wL .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-sxPYroO8wL .content-text {
  margin-bottom: 0;
}
.cid-sxPYroO8wL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sxPYroO8wL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -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-sxPYroO8wL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sxPYroO8wL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sxPYroO8wL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sxPYroO8wL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sxPYroO8wL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sxPYroO8wL .navbar-buttons.mbr-section-btn {
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxPYroO8wL .nav-dropdown .link {
  font-weight: 400;
  padding: 0.3em 1em !important;
}
.cid-sxPYroO8wL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sxPYroO8wL .content-right-side {
  text-align: center;
}
.cid-sxPYroO8wL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sxPYroO8wL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sxPYroO8wL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-sxPYroO8wL .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-sxPYroO8wL .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-sxPYroO8wL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxPYroO8wL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sxPYroO8wL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sxPYroO8wL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sxPYroO8wL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sxPYroO8wL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sxPYroO8wL .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-sxPYroO8wL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxPYroO8wL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sxPYroO8wL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sxPYroO8wL .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxPYroO8wL .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-sxPYroO8wL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sxPYroO8wL .navbar-toggler {
    display: none;
  }
}
.cid-sxPYroO8wL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sxPYroO8wL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxPYroO8wL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sxPYroO8wL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sxPYroO8wL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxPYroO8wL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxPYroO8wL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxPYroO8wL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sxPYroO8wL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sxPYroO8wL .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-sxPYroO8wL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxPYroO8wL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sxPYroO8wL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxPYroO8wL .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-sxPYroO8wL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxPYroO8wL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxPYroO8wL .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-sxPYroO8wL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sxPYroO8wL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxPYroO8wL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxPYroO8wL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxPYroO8wL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxPYroO8wL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-sxPYroO8wL button.navbar-toggler:focus {
  outline: none;
}
.cid-sxPYroO8wL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxPYroO8wL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxPYroO8wL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxPYroO8wL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxPYroO8wL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxPYroO8wL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxPYroO8wL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxPYroO8wL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxPYroO8wL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxPYroO8wL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxPYroO8wL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxPYroO8wL .collapsed .btn {
  display: flex;
}
.cid-sxPYroO8wL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxPYroO8wL .collapsed .navbar-collapse.collapsing,
.cid-sxPYroO8wL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxPYroO8wL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxPYroO8wL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxPYroO8wL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxPYroO8wL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxPYroO8wL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxPYroO8wL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sxPYroO8wL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxPYroO8wL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxPYroO8wL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sxPYroO8wL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxPYroO8wL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sxPYroO8wL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sxPYroO8wL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxPYroO8wL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxPYroO8wL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxPYroO8wL .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sxPYroO8wL .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sxPYroO8wL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sxPYroO8wL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sxPYroO8wL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxPYroO8wL .navbar-collapse.collapsing,
  .cid-sxPYroO8wL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxPYroO8wL .navbar-collapse.collapsing .navbar-nav,
  .cid-sxPYroO8wL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxPYroO8wL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxPYroO8wL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxPYroO8wL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxPYroO8wL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sxPYroO8wL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxPYroO8wL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxPYroO8wL img {
    height: 3.8rem !important;
  }
  .cid-sxPYroO8wL .btn {
    display: flex;
  }
  .cid-sxPYroO8wL button.navbar-toggler {
    display: block;
  }
  .cid-sxPYroO8wL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sxPYroO8wL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxPYroO8wL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxPYroO8wL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxPYroO8wL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxPYroO8wL .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sxPYroO8wL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sxPYroO8wL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sxPYroO8wL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sxPYroO8wL .nav-link:focus {
  outline: none;
}
.cid-sxPYroO8wL .navbar-toggler {
  position: relative;
}
.cid-sxPYroO8wL .dropdown-item.active,
.cid-sxPYroO8wL .dropdown-item:active {
  color: initial;
}
.cid-sxPYroO8wL .widget-title,
.cid-sxPYroO8wL .widget-icon {
  color: #ffffff;
}
.cid-sxPYroO8wL .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-sxPYroO8wL .menu-logo {
    display: none;
  }
  .cid-sxPYroO8wL .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-sxPYroO8wL .nav-item:before {
    content: none;
  }
  .cid-sxPYroO8wL .navbar {
    padding: 0;
  }
  .cid-sxPYroO8wL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxPYroO8wL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sxPYroO8wL .display-4 {
  word-break: keep-all;
}
.cid-sxPYroO8wL .display-7 {
  line-height: 1.1;
}
.cid-syqad3PPKj {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-syqad3PPKj .google-map {
  height: 25rem;
  position: relative;
}
.cid-syqad3PPKj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-syqad3PPKj .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-syqad3PPKj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-syqad3PPKj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-syqad3PPKj .wrapper {
  margin-top: -10rem;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-syqad3PPKj .form-container {
  padding: 3rem;
}
.cid-syqad3PPKj .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-syqad3PPKj .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #006fb7, #006fb7);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-syqad3PPKj .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-syqad3PPKj .form-group,
  .cid-syqad3PPKj .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-syqad3PPKj .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-syqad3PPKj textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-syqad3PPKj .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-syqad3PPKj .text-block {
    margin-bottom: 2rem;
  }
  .cid-syqad3PPKj .wrapper {
    margin-top: 0;
  }
}
.cid-syqad3PPKj .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-syqad3PPKj .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-syqad3PPKj .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-syqad3PPKj .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-syqad3PPKj .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-syqad3PPKj .social-list a:hover {
  opacity: 1;
}
#vlnovka .vlnovka {
  text-align: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 117.2 48' style='enable-background:new 0 0 117.2 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ffffff;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23006FB7;%7D%0A%3C/style%3E%3Cg%3E%3Crect class='st0' width='117.2' height='48'/%3E%3Cpath class='st1' d='M0,38.1c29.3,0,29.3-28.2,58.6-28.2c29.3,0,29.3,28.2,58.6,28.2V48H0V38.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-origin: content-box;
  background-position: top center;
  height: 1.5rem;
}
.cid-sypdR3RCic {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #006fb7;
}
.cid-sypdR3RCic section {
  position: relative;
}
.cid-sypdR3RCic h4 {
  margin: 0;
}
.cid-sypdR3RCic img {
  height: 60px;
  padding-right: 8px;
  width: auto;
}
.cid-sypdR3RCic a {
  font-weight: 300;
}
.cid-sypdR3RCic .img1 {
  color: #ffffff;
}
.cid-sypdR3RCic .img2 {
  color: #ffe161;
}
.cid-sypdR3RCic .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sypdR3RCic .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sypdR3RCic .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sypdR3RCic .item,
.cid-sypdR3RCic .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sypdR3RCic .item h4,
.cid-sypdR3RCic .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sypdR3RCic .card-img {
  width: auto;
}
.cid-sypdR3RCic .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sypdR3RCic .item {
    justify-content: center;
  }
}
.cid-sypdR3RCic .item-title {
  color: #ffffff;
}
.cid-sypjXcXvEG.popup-builder {
  background-color: #ffffff;
}
.cid-sypjXcXvEG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sypjXcXvEG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sypjXcXvEG .modal-content,
.cid-sypjXcXvEG .modal-dialog {
  height: auto;
}
.cid-sypjXcXvEG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sypjXcXvEG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sypjXcXvEG .form-wrapper .mbr-form .form-group,
  .cid-sypjXcXvEG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sypjXcXvEG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sypjXcXvEG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sypjXcXvEG .mbr-text {
  text-align: left;
}
.cid-sypjXcXvEG .pt-0 {
  padding-top: 0 !important;
}
.cid-sypjXcXvEG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sypjXcXvEG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sypjXcXvEG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sypjXcXvEG .modal-open {
  overflow: hidden;
}
.cid-sypjXcXvEG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sypjXcXvEG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sypjXcXvEG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sypjXcXvEG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sypjXcXvEG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sypjXcXvEG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sypjXcXvEG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sypjXcXvEG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sypjXcXvEG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sypjXcXvEG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sypjXcXvEG .modal-backdrop.show {
  opacity: .5;
}
.cid-sypjXcXvEG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sypjXcXvEG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sypjXcXvEG .modal-header .close:hover {
  opacity: 1;
}
.cid-sypjXcXvEG .modal-header .close:focus {
  outline: none;
}
.cid-sypjXcXvEG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sypjXcXvEG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sypjXcXvEG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sypjXcXvEG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sypjXcXvEG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sypjXcXvEG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sypjXcXvEG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sypjXcXvEG .modal-sm {
    max-width: 300px;
  }
  .cid-sypjXcXvEG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sypjXcXvEG .modal-lg,
  .cid-sypjXcXvEG .modal-xl {
    max-width: 800px;
  }
  .cid-sypjXcXvEG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sypjXcXvEG .modal-xl {
    max-width: 1140px;
  }
  .cid-sypjXcXvEG .container {
    max-width: 1140px;
  }
}
.cid-sypjXcXvEG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sypjXcXvEG .container {
    max-width: 720px;
  }
}
.cid-sypjXcXvEG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sypjXcXvEG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sypjXcXvEG .form-group {
  margin-bottom: 1rem;
}
.cid-sypjXcXvEG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sypjXcXvEG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sypjXcXvEG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sypjXcXvEG .display-7 {
  font-size: 1rem;
}
.cid-syppMl4p06.popup-builder {
  background-color: #ffffff;
}
.cid-syppMl4p06.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-syppMl4p06.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-syppMl4p06 .modal-content,
.cid-syppMl4p06 .modal-dialog {
  height: auto;
}
.cid-syppMl4p06 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-syppMl4p06 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-syppMl4p06 .form-wrapper .mbr-form .form-group,
  .cid-syppMl4p06 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-syppMl4p06 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-syppMl4p06 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syppMl4p06 .mbr-text {
  text-align: left;
}
.cid-syppMl4p06 .pt-0 {
  padding-top: 0 !important;
}
.cid-syppMl4p06 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-syppMl4p06 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-syppMl4p06 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-syppMl4p06 .modal-open {
  overflow: hidden;
}
.cid-syppMl4p06 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-syppMl4p06 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-syppMl4p06 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-syppMl4p06 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-syppMl4p06 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-syppMl4p06 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-syppMl4p06 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-syppMl4p06 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-syppMl4p06 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-syppMl4p06 .modal-backdrop.fade {
  opacity: 0;
}
.cid-syppMl4p06 .modal-backdrop.show {
  opacity: .5;
}
.cid-syppMl4p06 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-syppMl4p06 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-syppMl4p06 .modal-header .close:hover {
  opacity: 1;
}
.cid-syppMl4p06 .modal-header .close:focus {
  outline: none;
}
.cid-syppMl4p06 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-syppMl4p06 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-syppMl4p06 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-syppMl4p06 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-syppMl4p06 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-syppMl4p06 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-syppMl4p06 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-syppMl4p06 .modal-sm {
    max-width: 300px;
  }
  .cid-syppMl4p06 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-syppMl4p06 .modal-lg,
  .cid-syppMl4p06 .modal-xl {
    max-width: 800px;
  }
  .cid-syppMl4p06 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-syppMl4p06 .modal-xl {
    max-width: 1140px;
  }
  .cid-syppMl4p06 .container {
    max-width: 1140px;
  }
}
.cid-syppMl4p06 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-syppMl4p06 .container {
    max-width: 720px;
  }
}
.cid-syppMl4p06 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-syppMl4p06 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-syppMl4p06 .form-group {
  margin-bottom: 1rem;
}
.cid-syppMl4p06 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-syppMl4p06 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-syppMl4p06 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-syppMl4p06 .display-7 {
  font-size: 1rem;
}
.cid-sypQCKsUsC.popup-builder {
  background-color: #ffffff;
}
.cid-sypQCKsUsC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sypQCKsUsC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sypQCKsUsC .modal-content,
.cid-sypQCKsUsC .modal-dialog {
  height: auto;
}
.cid-sypQCKsUsC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sypQCKsUsC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sypQCKsUsC .form-wrapper .mbr-form .form-group,
  .cid-sypQCKsUsC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sypQCKsUsC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sypQCKsUsC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sypQCKsUsC .mbr-text {
  text-align: center;
}
.cid-sypQCKsUsC .pt-0 {
  padding-top: 0 !important;
}
.cid-sypQCKsUsC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sypQCKsUsC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sypQCKsUsC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sypQCKsUsC .modal-open {
  overflow: hidden;
}
.cid-sypQCKsUsC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sypQCKsUsC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sypQCKsUsC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sypQCKsUsC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sypQCKsUsC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sypQCKsUsC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sypQCKsUsC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sypQCKsUsC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sypQCKsUsC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sypQCKsUsC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sypQCKsUsC .modal-backdrop.show {
  opacity: .5;
}
.cid-sypQCKsUsC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sypQCKsUsC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sypQCKsUsC .modal-header .close:hover {
  opacity: 1;
}
.cid-sypQCKsUsC .modal-header .close:focus {
  outline: none;
}
.cid-sypQCKsUsC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sypQCKsUsC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sypQCKsUsC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sypQCKsUsC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sypQCKsUsC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sypQCKsUsC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sypQCKsUsC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sypQCKsUsC .modal-sm {
    max-width: 300px;
  }
  .cid-sypQCKsUsC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sypQCKsUsC .modal-lg,
  .cid-sypQCKsUsC .modal-xl {
    max-width: 800px;
  }
  .cid-sypQCKsUsC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sypQCKsUsC .modal-xl {
    max-width: 1140px;
  }
  .cid-sypQCKsUsC .container {
    max-width: 1140px;
  }
}
.cid-sypQCKsUsC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sypQCKsUsC .container {
    max-width: 720px;
  }
}
.cid-sypQCKsUsC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sypQCKsUsC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sypQCKsUsC .form-group {
  margin-bottom: 1rem;
}
.cid-sypQCKsUsC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sypQCKsUsC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sypQCKsUsC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}



.btn-white, .btn-white:active {
  color:#282828!important;
}