@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #94741e !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #962727 !important;
  border-color: #962727 !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: #511515 !important;
  border-color: #511515 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #511515 !important;
  border-color: #511515 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #94741e !important;
  border-color: #94741e !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: #4c3b0f !important;
  border-color: #4c3b0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4c3b0f !important;
  border-color: #4c3b0f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #962727;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #511515 !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: #962727 !important;
  border-color: #962727 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #94741e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4c3b0f !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: #94741e !important;
  border-color: #94741e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #6592e6 !important;
}
.text-secondary {
  color: #962727 !important;
}
.text-success {
  color: #94741e !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #bbbbbb !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #451212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f320d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !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]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #ddb855;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.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: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #962727 !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='%236592e6' %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-sPjAYUODKT .mbr-section-subtitle {
  text-align: center;
}
.cid-sPjAYUODKT .mbr-text,
.cid-sPjAYUODKT .mbr-section-btn {
  text-align: center;
}
.cid-sPiiIPoRRj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPiiIPoRRj nav.navbar {
  position: fixed;
}
.cid-sPiiIPoRRj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPiiIPoRRj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPiiIPoRRj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPiiIPoRRj .dropdown-item:hover,
.cid-sPiiIPoRRj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sPiiIPoRRj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPiiIPoRRj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPiiIPoRRj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPiiIPoRRj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPiiIPoRRj .nav-link {
  position: relative;
}
.cid-sPiiIPoRRj .container {
  display: flex;
  margin: auto;
}
.cid-sPiiIPoRRj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPiiIPoRRj .dropdown-menu,
.cid-sPiiIPoRRj .navbar.opened {
  background: #26395c !important;
}
.cid-sPiiIPoRRj .nav-item:focus,
.cid-sPiiIPoRRj .nav-link:focus {
  outline: none;
}
.cid-sPiiIPoRRj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPiiIPoRRj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPiiIPoRRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPiiIPoRRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPiiIPoRRj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPiiIPoRRj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPiiIPoRRj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #26395c;
}
.cid-sPiiIPoRRj .navbar.opened {
  transition: all 0.3s;
}
.cid-sPiiIPoRRj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPiiIPoRRj .navbar .navbar-logo img {
  width: auto;
}
.cid-sPiiIPoRRj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPiiIPoRRj .navbar.collapsed {
  justify-content: center;
}
.cid-sPiiIPoRRj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPiiIPoRRj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPiiIPoRRj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sPiiIPoRRj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPiiIPoRRj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPiiIPoRRj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPiiIPoRRj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPiiIPoRRj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPiiIPoRRj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPiiIPoRRj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPiiIPoRRj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPiiIPoRRj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPiiIPoRRj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPiiIPoRRj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPiiIPoRRj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPiiIPoRRj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPiiIPoRRj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPiiIPoRRj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPiiIPoRRj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPiiIPoRRj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPiiIPoRRj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPiiIPoRRj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPiiIPoRRj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPiiIPoRRj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPiiIPoRRj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPiiIPoRRj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPiiIPoRRj .dropdown-item.active,
.cid-sPiiIPoRRj .dropdown-item:active {
  background-color: transparent;
}
.cid-sPiiIPoRRj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPiiIPoRRj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPiiIPoRRj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPiiIPoRRj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26395c;
}
.cid-sPiiIPoRRj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPiiIPoRRj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPiiIPoRRj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPiiIPoRRj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPiiIPoRRj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPiiIPoRRj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPiiIPoRRj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPiiIPoRRj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPiiIPoRRj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPiiIPoRRj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPiiIPoRRj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPiiIPoRRj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPiiIPoRRj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPiiIPoRRj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPiiIPoRRj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPiiIPoRRj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPiiIPoRRj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPiiIPoRRj .navbar {
    height: 70px;
  }
  .cid-sPiiIPoRRj .navbar.opened {
    height: auto;
  }
  .cid-sPiiIPoRRj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPNTwpGaJh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #94741e;
}
.cid-sPNTwpGaJh .mbr-section-title {
  color: #ffffff;
}
.cid-sPNTwpGaJh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPjsejYECS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPjsejYECS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPjsejYECS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sPjsejYECS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPjsejYECS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sPjsejYECS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPjsejYECS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sPjsejYECS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sPjsejYECS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sPjsejYECS .card-title {
  color: #962727;
}
.cid-sPMK17KSxE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPMK17KSxE img,
.cid-sPMK17KSxE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPMK17KSxE .item:focus,
.cid-sPMK17KSxE span:focus {
  outline: none;
}
.cid-sPMK17KSxE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPMK17KSxE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPMK17KSxE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPMK17KSxE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPMK17KSxE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPMK17KSxE .mbr-section-title {
  color: #232323;
}
.cid-sPjstCorgB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPjstCorgB .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPjstCorgB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPjstCorgB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sPjstCorgB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPjstCorgB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sPjstCorgB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sPjstCorgB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sPjstCorgB .card-title {
  color: #962727;
}
.cid-sPNOARvk4Q {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-sPNOARvk4Q .carousel {
  width: 100%;
}
.cid-sPNOARvk4Q .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sPNOARvk4Q .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sPNOARvk4Q .mbr-overlay {
  z-index: 1;
}
.cid-sPNOARvk4Q .carousel-caption {
  bottom: 40px;
}
.cid-sPNOARvk4Q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sPNOARvk4Q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sPNOARvk4Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sPNOARvk4Q .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPNOARvk4Q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sPNOARvk4Q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sPNOARvk4Q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPNOARvk4Q .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-sPNOARvk4Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPNOARvk4Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sPNOARvk4Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sPNOARvk4Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sPNOARvk4Q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sPNOARvk4Q .carousel-indicators li.active,
.cid-sPNOARvk4Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sPNOARvk4Q .carousel-indicators li::after,
.cid-sPNOARvk4Q .carousel-indicators li::before {
  content: none;
}
.cid-sPNOARvk4Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sPNOARvk4Q .carousel-indicators {
    display: none !important;
  }
}
.cid-sPNOk7bgZl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #94741e;
}
.cid-sPNOk7bgZl .mbr-section-title {
  color: #ffffff;
}
.cid-sPNOk7bgZl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPju8lNTNk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232f45;
}
.cid-sPju8lNTNk img,
.cid-sPju8lNTNk .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sPju8lNTNk .item:focus,
.cid-sPju8lNTNk span:focus {
  outline: none;
}
.cid-sPju8lNTNk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPju8lNTNk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #26395c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPju8lNTNk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPju8lNTNk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPju8lNTNk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPju8lNTNk .mbr-section-title {
  color: #ffffff;
}
.cid-sPju8lNTNk .mbr-text,
.cid-sPju8lNTNk .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sPju8lNTNk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sPju8lNTNk .item-subtitle {
  text-align: left;
}
.cid-sPjyIIULua {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #94741e;
}
.cid-sPjyIIULua .mbr-section-title {
  color: #ffffff;
}
.cid-sPjyIIULua .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPMN8A44MK {
  display: flex;
  background-image: url("../../../assets/images/prosecco-docg-1-2000x1042.jpg");
}
.cid-sPMN8A44MK .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sPMN8A44MK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sPMN8A44MK {
    align-items: flex-end;
  }
  .cid-sPMN8A44MK .row {
    justify-content: flex-start;
  }
  .cid-sPMN8A44MK .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sPMN8A44MK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sPMN8A44MK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sPMN8A44MK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sPMN8A44MK .content-wrap {
    width: 100%;
  }
}
.cid-sPNT1VO26x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #94741e;
}
.cid-sPNT1VO26x .mbr-section-title {
  color: #ffffff;
}
.cid-sPNT1VO26x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPjGphOPTB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPjGphOPTB .mbr-section-subtitle {
  color: #962727;
  text-align: center;
}
.cid-sPOFIVhLhL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPOFIVhLhL img {
  width: 120px;
  margin: auto;
}
.cid-sPOFIVhLhL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPOFIVhLhL .card {
    max-width: 12.5%;
  }
}
.cid-sPOFIVhLhL .mbr-section-title {
  color: #232323;
}
.cid-sPOFIVhLhL .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sPOFIVhLhL .mbr-text {
  text-align: left;
}
.cid-sPO1loBT4x {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPO1loBT4x img {
  width: 120px;
  margin: auto;
}
.cid-sPO1loBT4x .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPO1loBT4x .card {
    max-width: 12.5%;
  }
}
.cid-sPO1loBT4x .mbr-section-title {
  color: #232323;
}
.cid-sPO1loBT4x .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sPO1loBT4x .mbr-text {
  text-align: left;
}
.cid-sPingtYHAI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPingtYHAI .item:focus,
.cid-sPingtYHAI span:focus {
  outline: none;
}
.cid-sPingtYHAI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPingtYHAI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPingtYHAI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPingtYHAI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPingtYHAI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPingtYHAI .mbr-section-title {
  color: #232323;
}
.cid-sPingtYHAI .mbr-text,
.cid-sPingtYHAI .mbr-section-btn {
  text-align: left;
}
.cid-sPingtYHAI .item-title {
  text-align: left;
}
.cid-sPingtYHAI .item-subtitle {
  text-align: left;
  color: #962727;
}
.cid-sPingtYHAI .mbr-section-subtitle {
  color: #962727;
}
.cid-sPOj58fiDr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPOj58fiDr .item:focus,
.cid-sPOj58fiDr span:focus {
  outline: none;
}
.cid-sPOj58fiDr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPOj58fiDr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPOj58fiDr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPOj58fiDr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPOj58fiDr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPOj58fiDr .mbr-section-title {
  color: #232323;
}
.cid-sPOj58fiDr .mbr-text,
.cid-sPOj58fiDr .mbr-section-btn {
  text-align: left;
}
.cid-sPOj58fiDr .item-title {
  text-align: left;
}
.cid-sPOj58fiDr .item-subtitle {
  text-align: left;
  color: #962727;
}
.cid-sPOj58fiDr .mbr-section-subtitle {
  color: #962727;
}
.cid-sPOnNSzu6W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPOnNSzu6W .item:focus,
.cid-sPOnNSzu6W span:focus {
  outline: none;
}
.cid-sPOnNSzu6W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPOnNSzu6W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPOnNSzu6W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPOnNSzu6W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPOnNSzu6W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPOnNSzu6W .mbr-section-title {
  color: #232323;
}
.cid-sPOnNSzu6W .mbr-text,
.cid-sPOnNSzu6W .mbr-section-btn {
  text-align: left;
}
.cid-sPOnNSzu6W .item-title {
  text-align: left;
}
.cid-sPOnNSzu6W .item-subtitle {
  text-align: left;
  color: #962727;
}
.cid-sPOnNSzu6W .mbr-section-subtitle {
  color: #962727;
}
.cid-sPOPdr2gqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-sPOPdr2gqV .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sPOPdr2gqV .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sPOPdr2gqV .position {
  color: #353535;
}
.cid-sPOPdr2gqV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sPQLfBqeDV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #26395c;
}
.cid-sPQLfBqeDV .mbr-section-title {
  color: #ffffff;
}
.cid-sPQLfBqeDV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPizOiol2q {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #4b576e;
}
.cid-sPizOiol2q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sPizOiol2q .mbr-text {
  color: #bbbbbb;
}
.cid-sPiCZreBNN {
  background-image: url("../../../assets/images/dji-0952-hdr.jpg");
}
.cid-sPiCZreBNN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sPiCZreBNN .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sPiCZreBNN .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sPiIBLE2t8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/line-down-1920x50.jpg");
}
.cid-sPiIBLE2t8 .mbr-text,
.cid-sPiIBLE2t8 .mbr-section-btn {
  color: #232323;
}
.cid-sPiIBLE2t8 .card-title,
.cid-sPiIBLE2t8 .card-box {
  color: #ffffff;
}
.cid-sPiIBLE2t8 .mbr-text,
.cid-sPiIBLE2t8 .link-wrap {
  color: #ffffff;
}
.cid-sPiDgKeY2z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPiDgKeY2z img,
.cid-sPiDgKeY2z .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPiDgKeY2z .item:focus,
.cid-sPiDgKeY2z span:focus {
  outline: none;
}
.cid-sPiDgKeY2z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPiDgKeY2z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPiDgKeY2z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPiDgKeY2z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPiDgKeY2z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPiDgKeY2z .mbr-section-title {
  color: #962727;
}
.cid-sPNUz0X9l9 {
  background-image: url("../../../assets/images/c85ff2d2de00ab82e18d80784ca48b3d9a5089fd-1000x666.jpg");
}
@media (max-width: 991px) {
  .cid-sPNUz0X9l9 .mbr-section-title,
  .cid-sPNUz0X9l9 .mbr-section-subtitle,
  .cid-sPNUz0X9l9 .mbr-section-btn,
  .cid-sPNUz0X9l9 .mbr-text {
    text-align: center;
  }
}
.cid-sPiDBzzELj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPiDBzzELj img,
.cid-sPiDBzzELj .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPiDBzzELj .item:focus,
.cid-sPiDBzzELj span:focus {
  outline: none;
}
.cid-sPiDBzzELj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPiDBzzELj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPiDBzzELj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPiDBzzELj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sPiDBzzELj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPiDBzzELj .mbr-section-title {
  color: #232323;
}
.cid-sPiFQ0Igkn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPOx6dev8Y {
  background-image: url("../../../assets/images/artikel-525-retina-1500x750.jpg");
}
@media (max-width: 991px) {
  .cid-sPOx6dev8Y .mbr-section-title,
  .cid-sPOx6dev8Y .mbr-section-subtitle,
  .cid-sPOx6dev8Y .mbr-section-btn,
  .cid-sPOx6dev8Y .mbr-text {
    text-align: center;
  }
}
.cid-sPOx6dev8Y .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sPOx6dev8Y .mbr-text,
.cid-sPOx6dev8Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sPQKEk8gIC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #401a1a;
}
.cid-sPQKEk8gIC .mbr-section-title {
  color: #ffffff;
}
.cid-sPQKEk8gIC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPiLPUCvro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #472424;
}
.cid-sPiLPUCvro .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sPiLPUCvro .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sPix4xejl3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sPix4xejl3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sPix4xejl3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sPix4xejl3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sPix4xejl3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPix4xejl3 .mbr-section-title {
  color: #962727;
}
.cid-sPix0UqojD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232f45;
}
.cid-sPix0UqojD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPix0UqojD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPix0UqojD .row {
    text-align: center;
  }
  .cid-sPix0UqojD .row > div {
    margin: auto;
  }
  .cid-sPix0UqojD .social-row {
    justify-content: center;
  }
}
.cid-sPix0UqojD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPix0UqojD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sPix0UqojD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPix0UqojD .list {
    margin-bottom: 0rem;
  }
}
.cid-sPix0UqojD .mbr-text {
  color: #bbbbbb;
}
.cid-sPix0UqojD .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-sPix0UqojD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPix0UqojD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPix0UqojD .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sPix0UqojD .copyright {
  color: #4479d9;
}
