@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !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: #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: #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: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !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: #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: #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: #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: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #47b5ed !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: #205ac5 !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: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #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]) {
  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]):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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #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: #eef2fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #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: #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='%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-scWO9Gorym {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-scWO9Gorym nav.navbar {
  position: fixed;
}
.cid-scWO9Gorym .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-scWO9Gorym .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scWO9Gorym .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-scWO9Gorym .dropdown-item:hover,
.cid-scWO9Gorym .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-scWO9Gorym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-scWO9Gorym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-scWO9Gorym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scWO9Gorym .nav-link {
  position: relative;
}
.cid-scWO9Gorym .container {
  display: flex;
  margin: auto;
}
.cid-scWO9Gorym .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scWO9Gorym .dropdown-menu,
.cid-scWO9Gorym .navbar.opened {
  background: #ffffff !important;
}
.cid-scWO9Gorym .nav-item:focus,
.cid-scWO9Gorym .nav-link:focus {
  outline: none;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scWO9Gorym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scWO9Gorym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scWO9Gorym .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-scWO9Gorym .navbar.opened {
  transition: all .3s;
}
.cid-scWO9Gorym .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scWO9Gorym .navbar .navbar-logo img {
  width: auto;
}
.cid-scWO9Gorym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scWO9Gorym .navbar.collapsed {
  justify-content: center;
}
.cid-scWO9Gorym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scWO9Gorym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scWO9Gorym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scWO9Gorym .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-scWO9Gorym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scWO9Gorym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scWO9Gorym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scWO9Gorym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scWO9Gorym .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-scWO9Gorym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scWO9Gorym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scWO9Gorym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scWO9Gorym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scWO9Gorym .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scWO9Gorym .navbar.navbar-short {
  min-height: 60px;
}
.cid-scWO9Gorym .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scWO9Gorym .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scWO9Gorym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scWO9Gorym .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scWO9Gorym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scWO9Gorym .dropdown-item.active,
.cid-scWO9Gorym .dropdown-item:active {
  background-color: transparent;
}
.cid-scWO9Gorym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scWO9Gorym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-scWO9Gorym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scWO9Gorym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scWO9Gorym ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scWO9Gorym .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-scWO9Gorym button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scWO9Gorym .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scWO9Gorym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scWO9Gorym .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-scWO9Gorym .navbar {
    height: 70px;
  }
  .cid-scWO9Gorym .navbar.opened {
    height: auto;
  }
  .cid-scWO9Gorym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scWTvHkKOm {
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-scWTvHkKOm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-scWTvHkKOm .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-scWTvHkKOm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-scWT8iJUht {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d8ecf6;
}
.cid-scWT8iJUht .video-wrapper iframe {
  width: 100%;
}
.cid-scWT8iJUht .mbr-section-title,
.cid-scWT8iJUht .mbr-section-subtitle,
.cid-scWT8iJUht .mbr-text {
  text-align: center;
}
.cid-scX1ojTNYf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-scX1ojTNYf .video-wrapper iframe {
  width: 100%;
}
.cid-scX1ojTNYf .mbr-section-title,
.cid-scX1ojTNYf .mbr-section-subtitle,
.cid-scX1ojTNYf .mbr-text {
  text-align: center;
}
.cid-sek41Kcdpn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sek41Kcdpn img,
.cid-sek41Kcdpn .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sek41Kcdpn .item:focus,
.cid-sek41Kcdpn span:focus {
  outline: none;
}
.cid-sek41Kcdpn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sek41Kcdpn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sek41Kcdpn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sek41Kcdpn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sek41Kcdpn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sek41Kcdpn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sek41Kcdpn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sek41Kcdpn .mbr-section-title {
  color: #232323;
}
.cid-sek41Kcdpn .mbr-text,
.cid-sek41Kcdpn .mbr-section-btn {
  text-align: left;
}
.cid-sek41Kcdpn .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sek41Kcdpn .item-subtitle {
  text-align: center;
}
.cid-scX3jBmApC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8ecf6;
}
.cid-scX3jBmApC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-scX3jBmApC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-scX3jBmApC .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-scX3jBmApC .bg-instagram:hover {
  background: #bd005c;
}
.cid-scX3jBmApC .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-scX3jBmApC .bg-youtube:hover {
  background: #cc0000;
}
.cid-scX3jBmApC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-scX3jBmApC [class^="socicon-"]:before,
.cid-scX3jBmApC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-shcrr16LVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-sekgxQ5xvr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sekgxQ5xvr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soks5H7KZs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-soks5H7KZs .row {
    flex-direction: column-reverse;
  }
  .cid-soks5H7KZs .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-soks5H7KZs .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-soks5H7KZs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-soks5H7KZs .media-content,
.cid-soks5H7KZs .mbr-figure {
  align-self: center;
}
.cid-soks5H7KZs .mbr-figure iframe {
  width: 100%;
}
.cid-soks5H7KZs .mbr-text,
.cid-soks5H7KZs .mbr-section-btn {
  text-align: center;
}
.cid-soks5H7KZs .mbr-section-title {
  text-align: center;
}
.cid-soks4dsQFC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-soks4dsQFC .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-soks4dsQFC .row {
    flex-direction: column-reverse;
  }
  .cid-soks4dsQFC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-soks4dsQFC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-soks4dsQFC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-soks4dsQFC .media-content,
.cid-soks4dsQFC .mbr-figure {
  align-self: center;
}
.cid-soks4dsQFC .mbr-figure iframe {
  width: 100%;
}
.cid-soks4dsQFC .mbr-text,
.cid-soks4dsQFC .mbr-section-btn {
  text-align: center;
}
.cid-soks4dsQFC .mbr-section-title {
  text-align: center;
}
.cid-soks2MVfDC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-soks2MVfDC .row {
    flex-direction: column-reverse;
  }
  .cid-soks2MVfDC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-soks2MVfDC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-soks2MVfDC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-soks2MVfDC .media-content,
.cid-soks2MVfDC .mbr-figure {
  align-self: center;
}
.cid-soks2MVfDC .mbr-figure iframe {
  width: 100%;
}
.cid-soks2MVfDC .mbr-text,
.cid-soks2MVfDC .mbr-section-btn {
  text-align: center;
}
.cid-soks2MVfDC .mbr-section-title {
  text-align: center;
}
.cid-soks16xbKV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-soks16xbKV .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-soks16xbKV .row {
    flex-direction: column-reverse;
  }
  .cid-soks16xbKV .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-soks16xbKV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-soks16xbKV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-soks16xbKV .media-content,
.cid-soks16xbKV .mbr-figure {
  align-self: center;
}
.cid-soks16xbKV .mbr-figure iframe {
  width: 100%;
}
.cid-soks16xbKV .mbr-text,
.cid-soks16xbKV .mbr-section-btn {
  text-align: center;
}
.cid-soks16xbKV .mbr-section-title {
  text-align: center;
}
.cid-sokrZZCHVH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrZZCHVH .row {
    flex-direction: column-reverse;
  }
  .cid-sokrZZCHVH .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrZZCHVH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrZZCHVH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrZZCHVH .media-content,
.cid-sokrZZCHVH .mbr-figure {
  align-self: center;
}
.cid-sokrZZCHVH .mbr-figure iframe {
  width: 100%;
}
.cid-sokrZZCHVH .mbr-text,
.cid-sokrZZCHVH .mbr-section-btn {
  text-align: center;
}
.cid-sokrZZCHVH .mbr-section-title {
  text-align: center;
}
.cid-sokrYq5GfV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrYq5GfV .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrYq5GfV .row {
    flex-direction: column-reverse;
  }
  .cid-sokrYq5GfV .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrYq5GfV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrYq5GfV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrYq5GfV .media-content,
.cid-sokrYq5GfV .mbr-figure {
  align-self: center;
}
.cid-sokrYq5GfV .mbr-figure iframe {
  width: 100%;
}
.cid-sokrYq5GfV .mbr-text,
.cid-sokrYq5GfV .mbr-section-btn {
  text-align: center;
}
.cid-sokrYq5GfV .mbr-section-title {
  text-align: center;
}
.cid-sokrVz0b2F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrVz0b2F .row {
    flex-direction: column-reverse;
  }
  .cid-sokrVz0b2F .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrVz0b2F .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrVz0b2F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrVz0b2F .media-content,
.cid-sokrVz0b2F .mbr-figure {
  align-self: center;
}
.cid-sokrVz0b2F .mbr-figure iframe {
  width: 100%;
}
.cid-sokrVz0b2F .mbr-text,
.cid-sokrVz0b2F .mbr-section-btn {
  text-align: center;
}
.cid-sokrVz0b2F .mbr-section-title {
  text-align: center;
}
.cid-sokrUo7Zh3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrUo7Zh3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrUo7Zh3 .row {
    flex-direction: column-reverse;
  }
  .cid-sokrUo7Zh3 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrUo7Zh3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrUo7Zh3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrUo7Zh3 .media-content,
.cid-sokrUo7Zh3 .mbr-figure {
  align-self: center;
}
.cid-sokrUo7Zh3 .mbr-figure iframe {
  width: 100%;
}
.cid-sokrUo7Zh3 .mbr-text,
.cid-sokrUo7Zh3 .mbr-section-btn {
  text-align: center;
}
.cid-sokrUo7Zh3 .mbr-section-title {
  text-align: center;
}
.cid-sokrT7A4rV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrT7A4rV .row {
    flex-direction: column-reverse;
  }
  .cid-sokrT7A4rV .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrT7A4rV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrT7A4rV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrT7A4rV .media-content,
.cid-sokrT7A4rV .mbr-figure {
  align-self: center;
}
.cid-sokrT7A4rV .mbr-figure iframe {
  width: 100%;
}
.cid-sokrT7A4rV .mbr-text,
.cid-sokrT7A4rV .mbr-section-btn {
  text-align: center;
}
.cid-sokrT7A4rV .mbr-section-title {
  text-align: center;
}
.cid-sokrRQUem0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrRQUem0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrRQUem0 .row {
    flex-direction: column-reverse;
  }
  .cid-sokrRQUem0 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrRQUem0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrRQUem0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrRQUem0 .media-content,
.cid-sokrRQUem0 .mbr-figure {
  align-self: center;
}
.cid-sokrRQUem0 .mbr-figure iframe {
  width: 100%;
}
.cid-sokrRQUem0 .mbr-text,
.cid-sokrRQUem0 .mbr-section-btn {
  text-align: center;
}
.cid-sokrRQUem0 .mbr-section-title {
  text-align: center;
}
.cid-sokrQNfNeB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrQNfNeB .row {
    flex-direction: column-reverse;
  }
  .cid-sokrQNfNeB .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrQNfNeB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrQNfNeB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrQNfNeB .media-content,
.cid-sokrQNfNeB .mbr-figure {
  align-self: center;
}
.cid-sokrQNfNeB .mbr-figure iframe {
  width: 100%;
}
.cid-sokrQNfNeB .mbr-text,
.cid-sokrQNfNeB .mbr-section-btn {
  text-align: center;
}
.cid-sokrQNfNeB .mbr-section-title {
  text-align: center;
}
.cid-sokrPr0ia5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrPr0ia5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrPr0ia5 .row {
    flex-direction: column-reverse;
  }
  .cid-sokrPr0ia5 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrPr0ia5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrPr0ia5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrPr0ia5 .media-content,
.cid-sokrPr0ia5 .mbr-figure {
  align-self: center;
}
.cid-sokrPr0ia5 .mbr-figure iframe {
  width: 100%;
}
.cid-sokrPr0ia5 .mbr-text,
.cid-sokrPr0ia5 .mbr-section-btn {
  text-align: center;
}
.cid-sokrPr0ia5 .mbr-section-title {
  text-align: center;
}
.cid-sokrO83Um6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrO83Um6 .row {
    flex-direction: column-reverse;
  }
  .cid-sokrO83Um6 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrO83Um6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrO83Um6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrO83Um6 .media-content,
.cid-sokrO83Um6 .mbr-figure {
  align-self: center;
}
.cid-sokrO83Um6 .mbr-figure iframe {
  width: 100%;
}
.cid-sokrO83Um6 .mbr-text,
.cid-sokrO83Um6 .mbr-section-btn {
  text-align: center;
}
.cid-sokrO83Um6 .mbr-section-title {
  text-align: center;
}
.cid-sokrMLpnlF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrMLpnlF .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrMLpnlF .row {
    flex-direction: column-reverse;
  }
  .cid-sokrMLpnlF .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrMLpnlF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrMLpnlF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrMLpnlF .media-content,
.cid-sokrMLpnlF .mbr-figure {
  align-self: center;
}
.cid-sokrMLpnlF .mbr-figure iframe {
  width: 100%;
}
.cid-sokrMLpnlF .mbr-text,
.cid-sokrMLpnlF .mbr-section-btn {
  text-align: center;
}
.cid-sokrMLpnlF .mbr-section-title {
  text-align: center;
}
.cid-sokrLtKuMX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrLtKuMX .row {
    flex-direction: column-reverse;
  }
  .cid-sokrLtKuMX .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrLtKuMX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrLtKuMX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrLtKuMX .media-content,
.cid-sokrLtKuMX .mbr-figure {
  align-self: center;
}
.cid-sokrLtKuMX .mbr-figure iframe {
  width: 100%;
}
.cid-sokrLtKuMX .mbr-text,
.cid-sokrLtKuMX .mbr-section-btn {
  text-align: center;
}
.cid-sokrLtKuMX .mbr-section-title {
  text-align: center;
}
.cid-sokrJbfg8r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrJbfg8r .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrJbfg8r .row {
    flex-direction: column-reverse;
  }
  .cid-sokrJbfg8r .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrJbfg8r .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrJbfg8r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrJbfg8r .media-content,
.cid-sokrJbfg8r .mbr-figure {
  align-self: center;
}
.cid-sokrJbfg8r .mbr-figure iframe {
  width: 100%;
}
.cid-sokrJbfg8r .mbr-text,
.cid-sokrJbfg8r .mbr-section-btn {
  text-align: center;
}
.cid-sokrJbfg8r .mbr-section-title {
  text-align: center;
}
.cid-sokrHV1DLQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sokrHV1DLQ .row {
    flex-direction: column-reverse;
  }
  .cid-sokrHV1DLQ .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrHV1DLQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrHV1DLQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrHV1DLQ .media-content,
.cid-sokrHV1DLQ .mbr-figure {
  align-self: center;
}
.cid-sokrHV1DLQ .mbr-figure iframe {
  width: 100%;
}
.cid-sokrHV1DLQ .mbr-text,
.cid-sokrHV1DLQ .mbr-section-btn {
  text-align: center;
}
.cid-sokrHV1DLQ .mbr-section-title {
  text-align: center;
}
.cid-sokrGpdUe4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sokrGpdUe4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sokrGpdUe4 .row {
    flex-direction: column-reverse;
  }
  .cid-sokrGpdUe4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sokrGpdUe4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sokrGpdUe4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sokrGpdUe4 .media-content,
.cid-sokrGpdUe4 .mbr-figure {
  align-self: center;
}
.cid-sokrGpdUe4 .mbr-figure iframe {
  width: 100%;
}
.cid-sokrGpdUe4 .mbr-text,
.cid-sokrGpdUe4 .mbr-section-btn {
  text-align: center;
}
.cid-sokrGpdUe4 .mbr-section-title {
  text-align: center;
}
.cid-sj67kwp105 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sj67kwp105 .row {
    flex-direction: column-reverse;
  }
  .cid-sj67kwp105 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67kwp105 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67kwp105 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67kwp105 .media-content,
.cid-sj67kwp105 .mbr-figure {
  align-self: center;
}
.cid-sj67kwp105 .mbr-figure iframe {
  width: 100%;
}
.cid-sj67kwp105 .mbr-text,
.cid-sj67kwp105 .mbr-section-btn {
  text-align: center;
}
.cid-sj67kwp105 .mbr-section-title {
  text-align: center;
}
.cid-sj67j78kx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sj67j78kx4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sj67j78kx4 .row {
    flex-direction: column-reverse;
  }
  .cid-sj67j78kx4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67j78kx4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67j78kx4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67j78kx4 .media-content,
.cid-sj67j78kx4 .mbr-figure {
  align-self: center;
}
.cid-sj67j78kx4 .mbr-figure iframe {
  width: 100%;
}
.cid-sj67j78kx4 .mbr-text,
.cid-sj67j78kx4 .mbr-section-btn {
  text-align: center;
}
.cid-sj67j78kx4 .mbr-section-title {
  text-align: center;
}
.cid-sj67hAgQbX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sj67hAgQbX .row {
    flex-direction: column-reverse;
  }
  .cid-sj67hAgQbX .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67hAgQbX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67hAgQbX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67hAgQbX .media-content,
.cid-sj67hAgQbX .mbr-figure {
  align-self: center;
}
.cid-sj67hAgQbX .mbr-figure iframe {
  width: 100%;
}
.cid-sj67hAgQbX .mbr-text,
.cid-sj67hAgQbX .mbr-section-btn {
  text-align: center;
}
.cid-sj67hAgQbX .mbr-section-title {
  text-align: center;
}
.cid-sj67grAFNK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sj67grAFNK .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sj67grAFNK .row {
    flex-direction: column-reverse;
  }
  .cid-sj67grAFNK .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67grAFNK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67grAFNK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67grAFNK .media-content,
.cid-sj67grAFNK .mbr-figure {
  align-self: center;
}
.cid-sj67grAFNK .mbr-figure iframe {
  width: 100%;
}
.cid-sj67grAFNK .mbr-text,
.cid-sj67grAFNK .mbr-section-btn {
  text-align: center;
}
.cid-sj67grAFNK .mbr-section-title {
  text-align: center;
}
.cid-sj67eO6uPw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sj67eO6uPw .row {
    flex-direction: column-reverse;
  }
  .cid-sj67eO6uPw .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67eO6uPw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67eO6uPw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67eO6uPw .media-content,
.cid-sj67eO6uPw .mbr-figure {
  align-self: center;
}
.cid-sj67eO6uPw .mbr-figure iframe {
  width: 100%;
}
.cid-sj67eO6uPw .mbr-text,
.cid-sj67eO6uPw .mbr-section-btn {
  text-align: center;
}
.cid-sj67eO6uPw .mbr-section-title {
  text-align: center;
}
.cid-sj67dKBjcl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sj67dKBjcl .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sj67dKBjcl .row {
    flex-direction: column-reverse;
  }
  .cid-sj67dKBjcl .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67dKBjcl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67dKBjcl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67dKBjcl .media-content,
.cid-sj67dKBjcl .mbr-figure {
  align-self: center;
}
.cid-sj67dKBjcl .mbr-figure iframe {
  width: 100%;
}
.cid-sj67dKBjcl .mbr-text,
.cid-sj67dKBjcl .mbr-section-btn {
  text-align: center;
}
.cid-sj67dKBjcl .mbr-section-title {
  text-align: center;
}
.cid-sj67c2k9k5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sj67c2k9k5 .row {
    flex-direction: column-reverse;
  }
  .cid-sj67c2k9k5 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67c2k9k5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67c2k9k5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67c2k9k5 .media-content,
.cid-sj67c2k9k5 .mbr-figure {
  align-self: center;
}
.cid-sj67c2k9k5 .mbr-figure iframe {
  width: 100%;
}
.cid-sj67c2k9k5 .mbr-text,
.cid-sj67c2k9k5 .mbr-section-btn {
  text-align: center;
}
.cid-sj67c2k9k5 .mbr-section-title {
  text-align: center;
}
.cid-sj67aKPQMy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sj67aKPQMy .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sj67aKPQMy .row {
    flex-direction: column-reverse;
  }
  .cid-sj67aKPQMy .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj67aKPQMy .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj67aKPQMy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj67aKPQMy .media-content,
.cid-sj67aKPQMy .mbr-figure {
  align-self: center;
}
.cid-sj67aKPQMy .mbr-figure iframe {
  width: 100%;
}
.cid-sj67aKPQMy .mbr-text,
.cid-sj67aKPQMy .mbr-section-btn {
  text-align: center;
}
.cid-sj67aKPQMy .mbr-section-title {
  text-align: center;
}
.cid-sj676YaNdI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sj676YaNdI .row {
    flex-direction: column-reverse;
  }
  .cid-sj676YaNdI .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj676YaNdI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj676YaNdI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj676YaNdI .media-content,
.cid-sj676YaNdI .mbr-figure {
  align-self: center;
}
.cid-sj676YaNdI .mbr-figure iframe {
  width: 100%;
}
.cid-sj676YaNdI .mbr-text,
.cid-sj676YaNdI .mbr-section-btn {
  text-align: center;
}
.cid-sj676YaNdI .mbr-section-title {
  text-align: center;
}
.cid-sj675v7sXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sj675v7sXa .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sj675v7sXa .row {
    flex-direction: column-reverse;
  }
  .cid-sj675v7sXa .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj675v7sXa .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj675v7sXa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj675v7sXa .media-content,
.cid-sj675v7sXa .mbr-figure {
  align-self: center;
}
.cid-sj675v7sXa .mbr-figure iframe {
  width: 100%;
}
.cid-sj675v7sXa .mbr-text,
.cid-sj675v7sXa .mbr-section-btn {
  text-align: center;
}
.cid-sj675v7sXa .mbr-section-title {
  text-align: center;
}
.cid-sj673PxH2B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sj673PxH2B .row {
    flex-direction: column-reverse;
  }
  .cid-sj673PxH2B .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj673PxH2B .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj673PxH2B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj673PxH2B .media-content,
.cid-sj673PxH2B .mbr-figure {
  align-self: center;
}
.cid-sj673PxH2B .mbr-figure iframe {
  width: 100%;
}
.cid-sj673PxH2B .mbr-text,
.cid-sj673PxH2B .mbr-section-btn {
  text-align: center;
}
.cid-sj673PxH2B .mbr-section-title {
  text-align: center;
}
.cid-sj671ZrhiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sj671ZrhiV .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sj671ZrhiV .row {
    flex-direction: column-reverse;
  }
  .cid-sj671ZrhiV .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sj671ZrhiV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sj671ZrhiV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sj671ZrhiV .media-content,
.cid-sj671ZrhiV .mbr-figure {
  align-self: center;
}
.cid-sj671ZrhiV .mbr-figure iframe {
  width: 100%;
}
.cid-sj671ZrhiV .mbr-text,
.cid-sj671ZrhiV .mbr-section-btn {
  text-align: center;
}
.cid-sj671ZrhiV .mbr-section-title {
  text-align: center;
}
.cid-shcCwV4UdU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shcCwV4UdU .row {
    flex-direction: column-reverse;
  }
  .cid-shcCwV4UdU .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-shcCwV4UdU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-shcCwV4UdU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-shcCwV4UdU .media-content,
.cid-shcCwV4UdU .mbr-figure {
  align-self: center;
}
.cid-shcCwV4UdU .mbr-figure iframe {
  width: 100%;
}
.cid-shcCwV4UdU .mbr-text,
.cid-shcCwV4UdU .mbr-section-btn {
  text-align: center;
}
.cid-shcCwV4UdU .mbr-section-title {
  text-align: center;
}
.cid-shcCvNUeLf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-shcCvNUeLf .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-shcCvNUeLf .row {
    flex-direction: column-reverse;
  }
  .cid-shcCvNUeLf .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-shcCvNUeLf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-shcCvNUeLf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-shcCvNUeLf .media-content,
.cid-shcCvNUeLf .mbr-figure {
  align-self: center;
}
.cid-shcCvNUeLf .mbr-figure iframe {
  width: 100%;
}
.cid-shcCvNUeLf .mbr-text,
.cid-shcCvNUeLf .mbr-section-btn {
  text-align: center;
}
.cid-shcCvNUeLf .mbr-section-title {
  text-align: center;
}
.cid-shcCuvuqa9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shcCuvuqa9 .row {
    flex-direction: column-reverse;
  }
  .cid-shcCuvuqa9 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-shcCuvuqa9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-shcCuvuqa9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-shcCuvuqa9 .media-content,
.cid-shcCuvuqa9 .mbr-figure {
  align-self: center;
}
.cid-shcCuvuqa9 .mbr-figure iframe {
  width: 100%;
}
.cid-shcCuvuqa9 .mbr-text,
.cid-shcCuvuqa9 .mbr-section-btn {
  text-align: center;
}
.cid-shcCuvuqa9 .mbr-section-title {
  text-align: center;
}
.cid-shctwyrM2Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-shctwyrM2Z .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-shctwyrM2Z .row {
    flex-direction: column-reverse;
  }
  .cid-shctwyrM2Z .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-shctwyrM2Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-shctwyrM2Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-shctwyrM2Z .media-content,
.cid-shctwyrM2Z .mbr-figure {
  align-self: center;
}
.cid-shctwyrM2Z .mbr-figure iframe {
  width: 100%;
}
.cid-shctwyrM2Z .mbr-text,
.cid-shctwyrM2Z .mbr-section-btn {
  text-align: center;
}
.cid-shctwyrM2Z .mbr-section-title {
  text-align: center;
}
.cid-sfkqnevkQB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkqnevkQB .row {
    flex-direction: column-reverse;
  }
  .cid-sfkqnevkQB .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkqnevkQB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkqnevkQB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkqnevkQB .media-content,
.cid-sfkqnevkQB .mbr-figure {
  align-self: center;
}
.cid-sfkqnevkQB .mbr-figure iframe {
  width: 100%;
}
.cid-sfkqnevkQB .mbr-text,
.cid-sfkqnevkQB .mbr-section-btn {
  text-align: center;
}
.cid-sfkqnevkQB .mbr-section-title {
  text-align: center;
}
.cid-sfkq296NBr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkq296NBr .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkq296NBr .row {
    flex-direction: column-reverse;
  }
  .cid-sfkq296NBr .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkq296NBr .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkq296NBr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkq296NBr .media-content,
.cid-sfkq296NBr .mbr-figure {
  align-self: center;
}
.cid-sfkq296NBr .mbr-figure iframe {
  width: 100%;
}
.cid-sfkq296NBr .mbr-text,
.cid-sfkq296NBr .mbr-section-btn {
  text-align: center;
}
.cid-sfkq296NBr .mbr-section-title {
  text-align: center;
}
.cid-sfkpKMjlVz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkpKMjlVz .row {
    flex-direction: column-reverse;
  }
  .cid-sfkpKMjlVz .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkpKMjlVz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkpKMjlVz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkpKMjlVz .media-content,
.cid-sfkpKMjlVz .mbr-figure {
  align-self: center;
}
.cid-sfkpKMjlVz .mbr-figure iframe {
  width: 100%;
}
.cid-sfkpKMjlVz .mbr-text,
.cid-sfkpKMjlVz .mbr-section-btn {
  text-align: center;
}
.cid-sfkpKMjlVz .mbr-section-title {
  text-align: center;
}
.cid-sfkpefIUGS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkpefIUGS .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkpefIUGS .row {
    flex-direction: column-reverse;
  }
  .cid-sfkpefIUGS .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkpefIUGS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkpefIUGS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkpefIUGS .media-content,
.cid-sfkpefIUGS .mbr-figure {
  align-self: center;
}
.cid-sfkpefIUGS .mbr-figure iframe {
  width: 100%;
}
.cid-sfkpefIUGS .mbr-text,
.cid-sfkpefIUGS .mbr-section-btn {
  text-align: center;
}
.cid-sfkpefIUGS .mbr-section-title {
  text-align: center;
}
.cid-sfkoOklnVE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkoOklnVE .row {
    flex-direction: column-reverse;
  }
  .cid-sfkoOklnVE .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkoOklnVE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkoOklnVE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkoOklnVE .media-content,
.cid-sfkoOklnVE .mbr-figure {
  align-self: center;
}
.cid-sfkoOklnVE .mbr-figure iframe {
  width: 100%;
}
.cid-sfkoOklnVE .mbr-text,
.cid-sfkoOklnVE .mbr-section-btn {
  text-align: center;
}
.cid-sfkoOklnVE .mbr-section-title {
  text-align: center;
}
.cid-sfkomrSzSB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkomrSzSB .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkomrSzSB .row {
    flex-direction: column-reverse;
  }
  .cid-sfkomrSzSB .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkomrSzSB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkomrSzSB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkomrSzSB .media-content,
.cid-sfkomrSzSB .mbr-figure {
  align-self: center;
}
.cid-sfkomrSzSB .mbr-figure iframe {
  width: 100%;
}
.cid-sfkomrSzSB .mbr-text,
.cid-sfkomrSzSB .mbr-section-btn {
  text-align: center;
}
.cid-sfkomrSzSB .mbr-section-title {
  text-align: center;
}
.cid-sfknWyCqz4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfknWyCqz4 .row {
    flex-direction: column-reverse;
  }
  .cid-sfknWyCqz4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfknWyCqz4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfknWyCqz4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfknWyCqz4 .media-content,
.cid-sfknWyCqz4 .mbr-figure {
  align-self: center;
}
.cid-sfknWyCqz4 .mbr-figure iframe {
  width: 100%;
}
.cid-sfknWyCqz4 .mbr-text,
.cid-sfknWyCqz4 .mbr-section-btn {
  text-align: center;
}
.cid-sfknWyCqz4 .mbr-section-title {
  text-align: center;
}
.cid-sfknBB5xLE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfknBB5xLE .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfknBB5xLE .row {
    flex-direction: column-reverse;
  }
  .cid-sfknBB5xLE .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfknBB5xLE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfknBB5xLE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfknBB5xLE .media-content,
.cid-sfknBB5xLE .mbr-figure {
  align-self: center;
}
.cid-sfknBB5xLE .mbr-figure iframe {
  width: 100%;
}
.cid-sfknBB5xLE .mbr-text,
.cid-sfknBB5xLE .mbr-section-btn {
  text-align: center;
}
.cid-sfknBB5xLE .mbr-section-title {
  text-align: center;
}
.cid-sfknfieYRf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfknfieYRf .row {
    flex-direction: column-reverse;
  }
  .cid-sfknfieYRf .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfknfieYRf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfknfieYRf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfknfieYRf .media-content,
.cid-sfknfieYRf .mbr-figure {
  align-self: center;
}
.cid-sfknfieYRf .mbr-figure iframe {
  width: 100%;
}
.cid-sfknfieYRf .mbr-text,
.cid-sfknfieYRf .mbr-section-btn {
  text-align: center;
}
.cid-sfknfieYRf .mbr-section-title {
  text-align: center;
}
.cid-sfkmV462V2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkmV462V2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkmV462V2 .row {
    flex-direction: column-reverse;
  }
  .cid-sfkmV462V2 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkmV462V2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkmV462V2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkmV462V2 .media-content,
.cid-sfkmV462V2 .mbr-figure {
  align-self: center;
}
.cid-sfkmV462V2 .mbr-figure iframe {
  width: 100%;
}
.cid-sfkmV462V2 .mbr-text,
.cid-sfkmV462V2 .mbr-section-btn {
  text-align: center;
}
.cid-sfkmV462V2 .mbr-section-title {
  text-align: center;
}
.cid-sfkmt44R2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkmt44R2P .row {
    flex-direction: column-reverse;
  }
  .cid-sfkmt44R2P .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkmt44R2P .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkmt44R2P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkmt44R2P .media-content,
.cid-sfkmt44R2P .mbr-figure {
  align-self: center;
}
.cid-sfkmt44R2P .mbr-figure iframe {
  width: 100%;
}
.cid-sfkmt44R2P .mbr-text,
.cid-sfkmt44R2P .mbr-section-btn {
  text-align: center;
}
.cid-sfkmt44R2P .mbr-section-title {
  text-align: center;
}
.cid-sfklTwmu4K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfklTwmu4K .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfklTwmu4K .row {
    flex-direction: column-reverse;
  }
  .cid-sfklTwmu4K .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfklTwmu4K .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfklTwmu4K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfklTwmu4K .media-content,
.cid-sfklTwmu4K .mbr-figure {
  align-self: center;
}
.cid-sfklTwmu4K .mbr-figure iframe {
  width: 100%;
}
.cid-sfklTwmu4K .mbr-text,
.cid-sfklTwmu4K .mbr-section-btn {
  text-align: center;
}
.cid-sfklTwmu4K .mbr-section-title {
  text-align: center;
}
.cid-sfklurDhMp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfklurDhMp .row {
    flex-direction: column-reverse;
  }
  .cid-sfklurDhMp .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfklurDhMp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfklurDhMp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfklurDhMp .media-content,
.cid-sfklurDhMp .mbr-figure {
  align-self: center;
}
.cid-sfklurDhMp .mbr-figure iframe {
  width: 100%;
}
.cid-sfklurDhMp .mbr-text,
.cid-sfklurDhMp .mbr-section-btn {
  text-align: center;
}
.cid-sfklurDhMp .mbr-section-title {
  text-align: center;
}
.cid-sfkl8B7Wcb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkl8B7Wcb .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkl8B7Wcb .row {
    flex-direction: column-reverse;
  }
  .cid-sfkl8B7Wcb .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkl8B7Wcb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkl8B7Wcb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkl8B7Wcb .media-content,
.cid-sfkl8B7Wcb .mbr-figure {
  align-self: center;
}
.cid-sfkl8B7Wcb .mbr-figure iframe {
  width: 100%;
}
.cid-sfkl8B7Wcb .mbr-text,
.cid-sfkl8B7Wcb .mbr-section-btn {
  text-align: center;
}
.cid-sfkl8B7Wcb .mbr-section-title {
  text-align: center;
}
.cid-sfkkyDyFNG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkkyDyFNG .row {
    flex-direction: column-reverse;
  }
  .cid-sfkkyDyFNG .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkkyDyFNG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkkyDyFNG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkkyDyFNG .media-content,
.cid-sfkkyDyFNG .mbr-figure {
  align-self: center;
}
.cid-sfkkyDyFNG .mbr-figure iframe {
  width: 100%;
}
.cid-sfkkyDyFNG .mbr-text,
.cid-sfkkyDyFNG .mbr-section-btn {
  text-align: center;
}
.cid-sfkkyDyFNG .mbr-section-title {
  text-align: center;
}
.cid-sfkkfk81eS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkkfk81eS .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkkfk81eS .row {
    flex-direction: column-reverse;
  }
  .cid-sfkkfk81eS .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkkfk81eS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkkfk81eS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkkfk81eS .media-content,
.cid-sfkkfk81eS .mbr-figure {
  align-self: center;
}
.cid-sfkkfk81eS .mbr-figure iframe {
  width: 100%;
}
.cid-sfkkfk81eS .mbr-text,
.cid-sfkkfk81eS .mbr-section-btn {
  text-align: center;
}
.cid-sfkkfk81eS .mbr-section-title {
  text-align: center;
}
.cid-sfkjSuvxPy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkjSuvxPy .row {
    flex-direction: column-reverse;
  }
  .cid-sfkjSuvxPy .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkjSuvxPy .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkjSuvxPy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkjSuvxPy .media-content,
.cid-sfkjSuvxPy .mbr-figure {
  align-self: center;
}
.cid-sfkjSuvxPy .mbr-figure iframe {
  width: 100%;
}
.cid-sfkjSuvxPy .mbr-text,
.cid-sfkjSuvxPy .mbr-section-btn {
  text-align: center;
}
.cid-sfkjSuvxPy .mbr-section-title {
  text-align: center;
}
.cid-sfkjmn0B5j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkjmn0B5j .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkjmn0B5j .row {
    flex-direction: column-reverse;
  }
  .cid-sfkjmn0B5j .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkjmn0B5j .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkjmn0B5j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkjmn0B5j .media-content,
.cid-sfkjmn0B5j .mbr-figure {
  align-self: center;
}
.cid-sfkjmn0B5j .mbr-figure iframe {
  width: 100%;
}
.cid-sfkjmn0B5j .mbr-text,
.cid-sfkjmn0B5j .mbr-section-btn {
  text-align: center;
}
.cid-sfkjmn0B5j .mbr-section-title {
  text-align: center;
}
.cid-sfkiRkk1Ec {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkiRkk1Ec .row {
    flex-direction: column-reverse;
  }
  .cid-sfkiRkk1Ec .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkiRkk1Ec .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkiRkk1Ec .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkiRkk1Ec .media-content,
.cid-sfkiRkk1Ec .mbr-figure {
  align-self: center;
}
.cid-sfkiRkk1Ec .mbr-figure iframe {
  width: 100%;
}
.cid-sfkiRkk1Ec .mbr-text,
.cid-sfkiRkk1Ec .mbr-section-btn {
  text-align: center;
}
.cid-sfkiRkk1Ec .mbr-section-title {
  text-align: center;
}
.cid-sfkihFjJV0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkihFjJV0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkihFjJV0 .row {
    flex-direction: column-reverse;
  }
  .cid-sfkihFjJV0 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkihFjJV0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkihFjJV0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkihFjJV0 .media-content,
.cid-sfkihFjJV0 .mbr-figure {
  align-self: center;
}
.cid-sfkihFjJV0 .mbr-figure iframe {
  width: 100%;
}
.cid-sfkihFjJV0 .mbr-text,
.cid-sfkihFjJV0 .mbr-section-btn {
  text-align: center;
}
.cid-sfkihFjJV0 .mbr-section-title {
  text-align: center;
}
.cid-sfkhIulM84 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkhIulM84 .row {
    flex-direction: column-reverse;
  }
  .cid-sfkhIulM84 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkhIulM84 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkhIulM84 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkhIulM84 .media-content,
.cid-sfkhIulM84 .mbr-figure {
  align-self: center;
}
.cid-sfkhIulM84 .mbr-figure iframe {
  width: 100%;
}
.cid-sfkhIulM84 .mbr-text,
.cid-sfkhIulM84 .mbr-section-btn {
  text-align: center;
}
.cid-sfkhIulM84 .mbr-section-title {
  text-align: center;
}
.cid-sfkhhfgNoQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkhhfgNoQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkhhfgNoQ .row {
    flex-direction: column-reverse;
  }
  .cid-sfkhhfgNoQ .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkhhfgNoQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkhhfgNoQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkhhfgNoQ .media-content,
.cid-sfkhhfgNoQ .mbr-figure {
  align-self: center;
}
.cid-sfkhhfgNoQ .mbr-figure iframe {
  width: 100%;
}
.cid-sfkhhfgNoQ .mbr-text,
.cid-sfkhhfgNoQ .mbr-section-btn {
  text-align: center;
}
.cid-sfkhhfgNoQ .mbr-section-title {
  text-align: center;
}
.cid-sfkgKzwGgy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkgKzwGgy .row {
    flex-direction: column-reverse;
  }
  .cid-sfkgKzwGgy .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkgKzwGgy .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkgKzwGgy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkgKzwGgy .media-content,
.cid-sfkgKzwGgy .mbr-figure {
  align-self: center;
}
.cid-sfkgKzwGgy .mbr-figure iframe {
  width: 100%;
}
.cid-sfkgKzwGgy .mbr-text,
.cid-sfkgKzwGgy .mbr-section-btn {
  text-align: center;
}
.cid-sfkgKzwGgy .mbr-section-title {
  text-align: center;
}
.cid-sfkgaL7Z9j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkgaL7Z9j .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkgaL7Z9j .row {
    flex-direction: column-reverse;
  }
  .cid-sfkgaL7Z9j .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkgaL7Z9j .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkgaL7Z9j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkgaL7Z9j .media-content,
.cid-sfkgaL7Z9j .mbr-figure {
  align-self: center;
}
.cid-sfkgaL7Z9j .mbr-figure iframe {
  width: 100%;
}
.cid-sfkgaL7Z9j .mbr-text,
.cid-sfkgaL7Z9j .mbr-section-btn {
  text-align: center;
}
.cid-sfkgaL7Z9j .mbr-section-title {
  text-align: center;
}
.cid-sfkfI5v9wf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfkfI5v9wf .row {
    flex-direction: column-reverse;
  }
  .cid-sfkfI5v9wf .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkfI5v9wf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkfI5v9wf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkfI5v9wf .media-content,
.cid-sfkfI5v9wf .mbr-figure {
  align-self: center;
}
.cid-sfkfI5v9wf .mbr-figure iframe {
  width: 100%;
}
.cid-sfkfI5v9wf .mbr-text,
.cid-sfkfI5v9wf .mbr-section-btn {
  text-align: center;
}
.cid-sfkfI5v9wf .mbr-section-title {
  text-align: center;
}
.cid-sfkftjQUvb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sfkftjQUvb .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sfkftjQUvb .row {
    flex-direction: column-reverse;
  }
  .cid-sfkftjQUvb .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sfkftjQUvb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sfkftjQUvb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sfkftjQUvb .media-content,
.cid-sfkftjQUvb .mbr-figure {
  align-self: center;
}
.cid-sfkftjQUvb .mbr-figure iframe {
  width: 100%;
}
.cid-sfkftjQUvb .mbr-text,
.cid-sfkftjQUvb .mbr-section-btn {
  text-align: center;
}
.cid-sfkftjQUvb .mbr-section-title {
  text-align: center;
}
.cid-sehX5bAkwB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehX5bAkwB .row {
    flex-direction: column-reverse;
  }
  .cid-sehX5bAkwB .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehX5bAkwB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehX5bAkwB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehX5bAkwB .media-content,
.cid-sehX5bAkwB .mbr-figure {
  align-self: center;
}
.cid-sehX5bAkwB .mbr-figure iframe {
  width: 100%;
}
.cid-sehX5bAkwB .mbr-text,
.cid-sehX5bAkwB .mbr-section-btn {
  text-align: center;
}
.cid-sehX5bAkwB .mbr-section-title {
  text-align: center;
}
.cid-sehX2CgR0k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehX2CgR0k .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehX2CgR0k .row {
    flex-direction: column-reverse;
  }
  .cid-sehX2CgR0k .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehX2CgR0k .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehX2CgR0k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehX2CgR0k .media-content,
.cid-sehX2CgR0k .mbr-figure {
  align-self: center;
}
.cid-sehX2CgR0k .mbr-figure iframe {
  width: 100%;
}
.cid-sehX2CgR0k .mbr-text,
.cid-sehX2CgR0k .mbr-section-btn {
  text-align: center;
}
.cid-sehX2CgR0k .mbr-section-title {
  text-align: center;
}
.cid-sehXifVAwx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehXifVAwx .row {
    flex-direction: column-reverse;
  }
  .cid-sehXifVAwx .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehXifVAwx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehXifVAwx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehXifVAwx .media-content,
.cid-sehXifVAwx .mbr-figure {
  align-self: center;
}
.cid-sehXifVAwx .mbr-figure iframe {
  width: 100%;
}
.cid-sehXifVAwx .mbr-text,
.cid-sehXifVAwx .mbr-section-btn {
  text-align: center;
}
.cid-sehXifVAwx .mbr-section-title {
  text-align: center;
}
.cid-sehWPbPcn3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehWPbPcn3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehWPbPcn3 .row {
    flex-direction: column-reverse;
  }
  .cid-sehWPbPcn3 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehWPbPcn3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehWPbPcn3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehWPbPcn3 .media-content,
.cid-sehWPbPcn3 .mbr-figure {
  align-self: center;
}
.cid-sehWPbPcn3 .mbr-figure iframe {
  width: 100%;
}
.cid-sehWPbPcn3 .mbr-text,
.cid-sehWPbPcn3 .mbr-section-btn {
  text-align: center;
}
.cid-sehWPbPcn3 .mbr-section-title {
  text-align: center;
}
.cid-sehWNa1wq4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehWNa1wq4 .row {
    flex-direction: column-reverse;
  }
  .cid-sehWNa1wq4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehWNa1wq4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehWNa1wq4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehWNa1wq4 .media-content,
.cid-sehWNa1wq4 .mbr-figure {
  align-self: center;
}
.cid-sehWNa1wq4 .mbr-figure iframe {
  width: 100%;
}
.cid-sehWNa1wq4 .mbr-text,
.cid-sehWNa1wq4 .mbr-section-btn {
  text-align: center;
}
.cid-sehWNa1wq4 .mbr-section-title {
  text-align: center;
}
.cid-sehWKWIG8o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehWKWIG8o .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehWKWIG8o .row {
    flex-direction: column-reverse;
  }
  .cid-sehWKWIG8o .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehWKWIG8o .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehWKWIG8o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehWKWIG8o .media-content,
.cid-sehWKWIG8o .mbr-figure {
  align-self: center;
}
.cid-sehWKWIG8o .mbr-figure iframe {
  width: 100%;
}
.cid-sehWKWIG8o .mbr-text,
.cid-sehWKWIG8o .mbr-section-btn {
  text-align: center;
}
.cid-sehWKWIG8o .mbr-section-title {
  text-align: center;
}
.cid-sehWJuxcUO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehWJuxcUO .row {
    flex-direction: column-reverse;
  }
  .cid-sehWJuxcUO .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehWJuxcUO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehWJuxcUO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehWJuxcUO .media-content,
.cid-sehWJuxcUO .mbr-figure {
  align-self: center;
}
.cid-sehWJuxcUO .mbr-figure iframe {
  width: 100%;
}
.cid-sehWJuxcUO .mbr-text,
.cid-sehWJuxcUO .mbr-section-btn {
  text-align: center;
}
.cid-sehWJuxcUO .mbr-section-title {
  text-align: center;
}
.cid-sehW4QuxNA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehW4QuxNA .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehW4QuxNA .row {
    flex-direction: column-reverse;
  }
  .cid-sehW4QuxNA .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehW4QuxNA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehW4QuxNA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehW4QuxNA .media-content,
.cid-sehW4QuxNA .mbr-figure {
  align-self: center;
}
.cid-sehW4QuxNA .mbr-figure iframe {
  width: 100%;
}
.cid-sehW4QuxNA .mbr-text,
.cid-sehW4QuxNA .mbr-section-btn {
  text-align: center;
}
.cid-sehW4QuxNA .mbr-section-title {
  text-align: center;
}
.cid-sehW3t7xwM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehW3t7xwM .row {
    flex-direction: column-reverse;
  }
  .cid-sehW3t7xwM .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehW3t7xwM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehW3t7xwM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehW3t7xwM .media-content,
.cid-sehW3t7xwM .mbr-figure {
  align-self: center;
}
.cid-sehW3t7xwM .mbr-figure iframe {
  width: 100%;
}
.cid-sehW3t7xwM .mbr-text,
.cid-sehW3t7xwM .mbr-section-btn {
  text-align: center;
}
.cid-sehW3t7xwM .mbr-section-title {
  text-align: center;
}
.cid-sehW1YKbnh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehW1YKbnh .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehW1YKbnh .row {
    flex-direction: column-reverse;
  }
  .cid-sehW1YKbnh .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehW1YKbnh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehW1YKbnh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehW1YKbnh .media-content,
.cid-sehW1YKbnh .mbr-figure {
  align-self: center;
}
.cid-sehW1YKbnh .mbr-figure iframe {
  width: 100%;
}
.cid-sehW1YKbnh .mbr-text,
.cid-sehW1YKbnh .mbr-section-btn {
  text-align: center;
}
.cid-sehW1YKbnh .mbr-section-title {
  text-align: center;
}
.cid-sehW0t62tM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehW0t62tM .row {
    flex-direction: column-reverse;
  }
  .cid-sehW0t62tM .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehW0t62tM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehW0t62tM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehW0t62tM .media-content,
.cid-sehW0t62tM .mbr-figure {
  align-self: center;
}
.cid-sehW0t62tM .mbr-figure iframe {
  width: 100%;
}
.cid-sehW0t62tM .mbr-text,
.cid-sehW0t62tM .mbr-section-btn {
  text-align: center;
}
.cid-sehW0t62tM .mbr-section-title {
  text-align: center;
}
.cid-sehVY2QnsU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehVY2QnsU .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehVY2QnsU .row {
    flex-direction: column-reverse;
  }
  .cid-sehVY2QnsU .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehVY2QnsU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehVY2QnsU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehVY2QnsU .media-content,
.cid-sehVY2QnsU .mbr-figure {
  align-self: center;
}
.cid-sehVY2QnsU .mbr-figure iframe {
  width: 100%;
}
.cid-sehVY2QnsU .mbr-text,
.cid-sehVY2QnsU .mbr-section-btn {
  text-align: center;
}
.cid-sehVY2QnsU .mbr-section-title {
  text-align: center;
}
.cid-sehVtW875h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehVtW875h .row {
    flex-direction: column-reverse;
  }
  .cid-sehVtW875h .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehVtW875h .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehVtW875h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehVtW875h .media-content,
.cid-sehVtW875h .mbr-figure {
  align-self: center;
}
.cid-sehVtW875h .mbr-figure iframe {
  width: 100%;
}
.cid-sehVtW875h .mbr-text,
.cid-sehVtW875h .mbr-section-btn {
  text-align: center;
}
.cid-sehVtW875h .mbr-section-title {
  text-align: center;
}
.cid-sehVsefdmq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehVsefdmq .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehVsefdmq .row {
    flex-direction: column-reverse;
  }
  .cid-sehVsefdmq .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehVsefdmq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehVsefdmq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehVsefdmq .media-content,
.cid-sehVsefdmq .mbr-figure {
  align-self: center;
}
.cid-sehVsefdmq .mbr-figure iframe {
  width: 100%;
}
.cid-sehVsefdmq .mbr-text,
.cid-sehVsefdmq .mbr-section-btn {
  text-align: center;
}
.cid-sehVsefdmq .mbr-section-title {
  text-align: center;
}
.cid-sehVqSRB6o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehVqSRB6o .row {
    flex-direction: column-reverse;
  }
  .cid-sehVqSRB6o .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehVqSRB6o .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehVqSRB6o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehVqSRB6o .media-content,
.cid-sehVqSRB6o .mbr-figure {
  align-self: center;
}
.cid-sehVqSRB6o .mbr-figure iframe {
  width: 100%;
}
.cid-sehVqSRB6o .mbr-text,
.cid-sehVqSRB6o .mbr-section-btn {
  text-align: center;
}
.cid-sehVqSRB6o .mbr-section-title {
  text-align: center;
}
.cid-sehVlw8dSe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehVlw8dSe .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehVlw8dSe .row {
    flex-direction: column-reverse;
  }
  .cid-sehVlw8dSe .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehVlw8dSe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehVlw8dSe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehVlw8dSe .media-content,
.cid-sehVlw8dSe .mbr-figure {
  align-self: center;
}
.cid-sehVlw8dSe .mbr-figure iframe {
  width: 100%;
}
.cid-sehVlw8dSe .mbr-text,
.cid-sehVlw8dSe .mbr-section-btn {
  text-align: center;
}
.cid-sehVlw8dSe .mbr-section-title {
  text-align: center;
}
.cid-sehUQIj72U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehUQIj72U .row {
    flex-direction: column-reverse;
  }
  .cid-sehUQIj72U .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehUQIj72U .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehUQIj72U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehUQIj72U .media-content,
.cid-sehUQIj72U .mbr-figure {
  align-self: center;
}
.cid-sehUQIj72U .mbr-figure iframe {
  width: 100%;
}
.cid-sehUQIj72U .mbr-text,
.cid-sehUQIj72U .mbr-section-btn {
  text-align: center;
}
.cid-sehUQIj72U .mbr-section-title {
  text-align: center;
}
.cid-sehUUesJ9y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehUUesJ9y .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehUUesJ9y .row {
    flex-direction: column-reverse;
  }
  .cid-sehUUesJ9y .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehUUesJ9y .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehUUesJ9y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehUUesJ9y .media-content,
.cid-sehUUesJ9y .mbr-figure {
  align-self: center;
}
.cid-sehUUesJ9y .mbr-figure iframe {
  width: 100%;
}
.cid-sehUUesJ9y .mbr-text,
.cid-sehUUesJ9y .mbr-section-btn {
  text-align: center;
}
.cid-sehUUesJ9y .mbr-section-title {
  text-align: center;
}
.cid-sehVhuVZ3q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehVhuVZ3q .row {
    flex-direction: column-reverse;
  }
  .cid-sehVhuVZ3q .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehVhuVZ3q .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehVhuVZ3q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehVhuVZ3q .media-content,
.cid-sehVhuVZ3q .mbr-figure {
  align-self: center;
}
.cid-sehVhuVZ3q .mbr-figure iframe {
  width: 100%;
}
.cid-sehVhuVZ3q .mbr-text,
.cid-sehVhuVZ3q .mbr-section-btn {
  text-align: center;
}
.cid-sehVhuVZ3q .mbr-section-title {
  text-align: center;
}
.cid-sehUML3m70 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehUML3m70 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehUML3m70 .row {
    flex-direction: column-reverse;
  }
  .cid-sehUML3m70 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehUML3m70 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehUML3m70 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehUML3m70 .media-content,
.cid-sehUML3m70 .mbr-figure {
  align-self: center;
}
.cid-sehUML3m70 .mbr-figure iframe {
  width: 100%;
}
.cid-sehUML3m70 .mbr-text,
.cid-sehUML3m70 .mbr-section-btn {
  text-align: center;
}
.cid-sehUML3m70 .mbr-section-title {
  text-align: center;
}
.cid-sdfpgRubnb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdfpgRubnb .row {
    flex-direction: column-reverse;
  }
  .cid-sdfpgRubnb .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdfpgRubnb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdfpgRubnb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdfpgRubnb .media-content,
.cid-sdfpgRubnb .mbr-figure {
  align-self: center;
}
.cid-sdfpgRubnb .mbr-figure iframe {
  width: 100%;
}
.cid-sdfpgRubnb .mbr-text,
.cid-sdfpgRubnb .mbr-section-btn {
  text-align: center;
}
.cid-sdfpgRubnb .mbr-section-title {
  text-align: center;
}
.cid-sehTDYdFCN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehTDYdFCN .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehTDYdFCN .row {
    flex-direction: column-reverse;
  }
  .cid-sehTDYdFCN .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehTDYdFCN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehTDYdFCN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehTDYdFCN .media-content,
.cid-sehTDYdFCN .mbr-figure {
  align-self: center;
}
.cid-sehTDYdFCN .mbr-figure iframe {
  width: 100%;
}
.cid-sehTDYdFCN .mbr-text,
.cid-sehTDYdFCN .mbr-section-btn {
  text-align: center;
}
.cid-sehTDYdFCN .mbr-section-title {
  text-align: center;
}
.cid-sehTnRvYRI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehTnRvYRI .row {
    flex-direction: column-reverse;
  }
  .cid-sehTnRvYRI .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehTnRvYRI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehTnRvYRI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehTnRvYRI .media-content,
.cid-sehTnRvYRI .mbr-figure {
  align-self: center;
}
.cid-sehTnRvYRI .mbr-figure iframe {
  width: 100%;
}
.cid-sehTnRvYRI .mbr-text,
.cid-sehTnRvYRI .mbr-section-btn {
  text-align: center;
}
.cid-sehTnRvYRI .mbr-section-title {
  text-align: center;
}
.cid-sehT1W1xLC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sehT1W1xLC .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sehT1W1xLC .row {
    flex-direction: column-reverse;
  }
  .cid-sehT1W1xLC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehT1W1xLC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehT1W1xLC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehT1W1xLC .media-content,
.cid-sehT1W1xLC .mbr-figure {
  align-self: center;
}
.cid-sehT1W1xLC .mbr-figure iframe {
  width: 100%;
}
.cid-sehT1W1xLC .mbr-text,
.cid-sehT1W1xLC .mbr-section-btn {
  text-align: center;
}
.cid-sehT1W1xLC .mbr-section-title {
  text-align: center;
}
.cid-sehSP7HD9f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sehSP7HD9f .row {
    flex-direction: column-reverse;
  }
  .cid-sehSP7HD9f .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sehSP7HD9f .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sehSP7HD9f .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sehSP7HD9f .media-content,
.cid-sehSP7HD9f .mbr-figure {
  align-self: center;
}
.cid-sehSP7HD9f .mbr-figure iframe {
  width: 100%;
}
.cid-sehSP7HD9f .mbr-text,
.cid-sehSP7HD9f .mbr-section-btn {
  text-align: center;
}
.cid-sehSP7HD9f .mbr-section-title {
  text-align: center;
}
.cid-sdfmKReybl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sdfmKReybl .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sdfmKReybl .row {
    flex-direction: column-reverse;
  }
  .cid-sdfmKReybl .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdfmKReybl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdfmKReybl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdfmKReybl .media-content,
.cid-sdfmKReybl .mbr-figure {
  align-self: center;
}
.cid-sdfmKReybl .mbr-figure iframe {
  width: 100%;
}
.cid-sdfmKReybl .mbr-text,
.cid-sdfmKReybl .mbr-section-btn {
  text-align: center;
}
.cid-sdfmKReybl .mbr-section-title {
  text-align: center;
}
.cid-sdflTP7d9M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdflTP7d9M .row {
    flex-direction: column-reverse;
  }
  .cid-sdflTP7d9M .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdflTP7d9M .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdflTP7d9M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdflTP7d9M .media-content,
.cid-sdflTP7d9M .mbr-figure {
  align-self: center;
}
.cid-sdflTP7d9M .mbr-figure iframe {
  width: 100%;
}
.cid-sdflTP7d9M .mbr-text,
.cid-sdflTP7d9M .mbr-section-btn {
  text-align: center;
}
.cid-sdflTP7d9M .mbr-section-title {
  text-align: center;
}
.cid-sdflkpW6US {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sdflkpW6US .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sdflkpW6US .row {
    flex-direction: column-reverse;
  }
  .cid-sdflkpW6US .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdflkpW6US .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdflkpW6US .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdflkpW6US .media-content,
.cid-sdflkpW6US .mbr-figure {
  align-self: center;
}
.cid-sdflkpW6US .mbr-figure iframe {
  width: 100%;
}
.cid-sdflkpW6US .mbr-text,
.cid-sdflkpW6US .mbr-section-btn {
  text-align: center;
}
.cid-sdflkpW6US .mbr-section-title {
  text-align: center;
}
.cid-sdfkpePfG2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdfkpePfG2 .row {
    flex-direction: column-reverse;
  }
  .cid-sdfkpePfG2 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdfkpePfG2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdfkpePfG2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdfkpePfG2 .media-content,
.cid-sdfkpePfG2 .mbr-figure {
  align-self: center;
}
.cid-sdfkpePfG2 .mbr-figure iframe {
  width: 100%;
}
.cid-sdfkpePfG2 .mbr-text,
.cid-sdfkpePfG2 .mbr-section-btn {
  text-align: center;
}
.cid-sdfkpePfG2 .mbr-section-title {
  text-align: center;
}
.cid-sdegPo6beW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sdegPo6beW .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sdegPo6beW .row {
    flex-direction: column-reverse;
  }
  .cid-sdegPo6beW .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdegPo6beW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdegPo6beW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdegPo6beW .media-content,
.cid-sdegPo6beW .mbr-figure {
  align-self: center;
}
.cid-sdegPo6beW .mbr-figure iframe {
  width: 100%;
}
.cid-sdegPo6beW .mbr-text,
.cid-sdegPo6beW .mbr-section-btn {
  text-align: center;
}
.cid-sdegPo6beW .mbr-section-title {
  text-align: center;
}
.cid-sdefYEq5sC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdefYEq5sC .row {
    flex-direction: column-reverse;
  }
  .cid-sdefYEq5sC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdefYEq5sC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdefYEq5sC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdefYEq5sC .media-content,
.cid-sdefYEq5sC .mbr-figure {
  align-self: center;
}
.cid-sdefYEq5sC .mbr-figure iframe {
  width: 100%;
}
.cid-sdefYEq5sC .mbr-text,
.cid-sdefYEq5sC .mbr-section-btn {
  text-align: center;
}
.cid-sdefYEq5sC .mbr-section-title {
  text-align: center;
}
.cid-sdefMltAmm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sdefMltAmm .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sdefMltAmm .row {
    flex-direction: column-reverse;
  }
  .cid-sdefMltAmm .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdefMltAmm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdefMltAmm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdefMltAmm .media-content,
.cid-sdefMltAmm .mbr-figure {
  align-self: center;
}
.cid-sdefMltAmm .mbr-figure iframe {
  width: 100%;
}
.cid-sdefMltAmm .mbr-text,
.cid-sdefMltAmm .mbr-section-btn {
  text-align: center;
}
.cid-sdefMltAmm .mbr-section-title {
  text-align: center;
}
.cid-sdefjF08Ab {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdefjF08Ab .row {
    flex-direction: column-reverse;
  }
  .cid-sdefjF08Ab .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdefjF08Ab .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdefjF08Ab .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdefjF08Ab .media-content,
.cid-sdefjF08Ab .mbr-figure {
  align-self: center;
}
.cid-sdefjF08Ab .mbr-figure iframe {
  width: 100%;
}
.cid-sdefjF08Ab .mbr-text,
.cid-sdefjF08Ab .mbr-section-btn {
  text-align: center;
}
.cid-sdefjF08Ab .mbr-section-title {
  text-align: center;
}
.cid-sdeeNC53oW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sdeeNC53oW .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sdeeNC53oW .row {
    flex-direction: column-reverse;
  }
  .cid-sdeeNC53oW .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdeeNC53oW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdeeNC53oW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdeeNC53oW .media-content,
.cid-sdeeNC53oW .mbr-figure {
  align-self: center;
}
.cid-sdeeNC53oW .mbr-figure iframe {
  width: 100%;
}
.cid-sdeeNC53oW .mbr-text,
.cid-sdeeNC53oW .mbr-section-btn {
  text-align: center;
}
.cid-sdeeNC53oW .mbr-section-title {
  text-align: center;
}
.cid-sdeckfZ6ck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdeckfZ6ck .row {
    flex-direction: column-reverse;
  }
  .cid-sdeckfZ6ck .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdeckfZ6ck .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdeckfZ6ck .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdeckfZ6ck .media-content,
.cid-sdeckfZ6ck .mbr-figure {
  align-self: center;
}
.cid-sdeckfZ6ck .mbr-figure iframe {
  width: 100%;
}
.cid-sdeckfZ6ck .mbr-text,
.cid-sdeckfZ6ck .mbr-section-btn {
  text-align: center;
}
.cid-sdeckfZ6ck .mbr-section-title {
  text-align: center;
}
.cid-sdeaJuFr1w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-sdeaJuFr1w .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sdeaJuFr1w .row {
    flex-direction: column-reverse;
  }
  .cid-sdeaJuFr1w .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdeaJuFr1w .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdeaJuFr1w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdeaJuFr1w .media-content,
.cid-sdeaJuFr1w .mbr-figure {
  align-self: center;
}
.cid-sdeaJuFr1w .mbr-figure iframe {
  width: 100%;
}
.cid-sdeaJuFr1w .mbr-text,
.cid-sdeaJuFr1w .mbr-section-btn {
  text-align: center;
}
.cid-sdeaJuFr1w .mbr-section-title {
  text-align: center;
}
.cid-sdeaHej1yC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdeaHej1yC .row {
    flex-direction: column-reverse;
  }
  .cid-sdeaHej1yC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sdeaHej1yC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sdeaHej1yC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sdeaHej1yC .media-content,
.cid-sdeaHej1yC .mbr-figure {
  align-self: center;
}
.cid-sdeaHej1yC .mbr-figure iframe {
  width: 100%;
}
.cid-sdeaHej1yC .mbr-text,
.cid-sdeaHej1yC .mbr-section-btn {
  text-align: center;
}
.cid-sdeaHej1yC .mbr-section-title {
  text-align: center;
}
.cid-scXods0hSV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-scXods0hSV .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-scXods0hSV .row {
    flex-direction: column-reverse;
  }
  .cid-scXods0hSV .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scXods0hSV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scXods0hSV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scXods0hSV .media-content,
.cid-scXods0hSV .mbr-figure {
  align-self: center;
}
.cid-scXods0hSV .mbr-figure iframe {
  width: 100%;
}
.cid-scXods0hSV .mbr-text,
.cid-scXods0hSV .mbr-section-btn {
  text-align: center;
}
.cid-scXods0hSV .mbr-section-title {
  text-align: center;
}
.cid-scXnuNBh5m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-scXnuNBh5m .row {
    flex-direction: column-reverse;
  }
  .cid-scXnuNBh5m .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scXnuNBh5m .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scXnuNBh5m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scXnuNBh5m .media-content,
.cid-scXnuNBh5m .mbr-figure {
  align-self: center;
}
.cid-scXnuNBh5m .mbr-figure iframe {
  width: 100%;
}
.cid-scXnuNBh5m .mbr-text,
.cid-scXnuNBh5m .mbr-section-btn {
  text-align: center;
}
.cid-scXnuNBh5m .mbr-section-title {
  text-align: center;
}
.cid-scXnjFA4S6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-scXnjFA4S6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-scXnjFA4S6 .row {
    flex-direction: column-reverse;
  }
  .cid-scXnjFA4S6 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scXnjFA4S6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scXnjFA4S6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scXnjFA4S6 .media-content,
.cid-scXnjFA4S6 .mbr-figure {
  align-self: center;
}
.cid-scXnjFA4S6 .mbr-figure iframe {
  width: 100%;
}
.cid-scXnjFA4S6 .mbr-text,
.cid-scXnjFA4S6 .mbr-section-btn {
  text-align: center;
}
.cid-scXnjFA4S6 .mbr-section-title {
  text-align: center;
}
.cid-scXkVXJVqE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-scXkVXJVqE .row {
    flex-direction: column-reverse;
  }
  .cid-scXkVXJVqE .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scXkVXJVqE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scXkVXJVqE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scXkVXJVqE .media-content,
.cid-scXkVXJVqE .mbr-figure {
  align-self: center;
}
.cid-scXkVXJVqE .mbr-figure iframe {
  width: 100%;
}
.cid-scXkVXJVqE .mbr-text,
.cid-scXkVXJVqE .mbr-section-btn {
  text-align: center;
}
.cid-scXkVXJVqE .mbr-section-title {
  text-align: center;
}
.cid-scXmmu4pDw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8ecf6;
}
.cid-scXmmu4pDw .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-scXmmu4pDw .row {
    flex-direction: column-reverse;
  }
  .cid-scXmmu4pDw .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scXmmu4pDw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scXmmu4pDw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scXmmu4pDw .media-content,
.cid-scXmmu4pDw .mbr-figure {
  align-self: center;
}
.cid-scXmmu4pDw .mbr-figure iframe {
  width: 100%;
}
.cid-scXmmu4pDw .mbr-text,
.cid-scXmmu4pDw .mbr-section-btn {
  text-align: center;
}
.cid-scXmmu4pDw .mbr-section-title {
  text-align: center;
}
.cid-sdfD9p6brB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8ecf6;
}
.cid-sdfD9p6brB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sdfD9p6brB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sdfD9p6brB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sdfD9p6brB .bg-instagram:hover {
  background: #bd005c;
}
.cid-sdfD9p6brB .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-sdfD9p6brB .bg-youtube:hover {
  background: #cc0000;
}
.cid-sdfD9p6brB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sdfD9p6brB [class^="socicon-"]:before,
.cid-sdfD9p6brB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-scWO9Gorym {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-scWO9Gorym nav.navbar {
  position: fixed;
}
.cid-scWO9Gorym .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-scWO9Gorym .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scWO9Gorym .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-scWO9Gorym .dropdown-item:hover,
.cid-scWO9Gorym .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-scWO9Gorym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-scWO9Gorym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-scWO9Gorym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scWO9Gorym .nav-link {
  position: relative;
}
.cid-scWO9Gorym .container {
  display: flex;
  margin: auto;
}
.cid-scWO9Gorym .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scWO9Gorym .dropdown-menu,
.cid-scWO9Gorym .navbar.opened {
  background: #ffffff !important;
}
.cid-scWO9Gorym .nav-item:focus,
.cid-scWO9Gorym .nav-link:focus {
  outline: none;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scWO9Gorym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scWO9Gorym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scWO9Gorym .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-scWO9Gorym .navbar.opened {
  transition: all .3s;
}
.cid-scWO9Gorym .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scWO9Gorym .navbar .navbar-logo img {
  width: auto;
}
.cid-scWO9Gorym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scWO9Gorym .navbar.collapsed {
  justify-content: center;
}
.cid-scWO9Gorym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scWO9Gorym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scWO9Gorym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scWO9Gorym .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-scWO9Gorym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scWO9Gorym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scWO9Gorym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scWO9Gorym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scWO9Gorym .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-scWO9Gorym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scWO9Gorym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scWO9Gorym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scWO9Gorym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scWO9Gorym .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scWO9Gorym .navbar.navbar-short {
  min-height: 60px;
}
.cid-scWO9Gorym .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scWO9Gorym .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scWO9Gorym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scWO9Gorym .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scWO9Gorym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scWO9Gorym .dropdown-item.active,
.cid-scWO9Gorym .dropdown-item:active {
  background-color: transparent;
}
.cid-scWO9Gorym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scWO9Gorym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-scWO9Gorym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scWO9Gorym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scWO9Gorym ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scWO9Gorym .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-scWO9Gorym button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scWO9Gorym .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scWO9Gorym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scWO9Gorym .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-scWO9Gorym .navbar {
    height: 70px;
  }
  .cid-scWO9Gorym .navbar.opened {
    height: auto;
  }
  .cid-scWO9Gorym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shcrr16LVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-scWO9Gorym {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-scWO9Gorym nav.navbar {
  position: fixed;
}
.cid-scWO9Gorym .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-scWO9Gorym .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scWO9Gorym .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-scWO9Gorym .dropdown-item:hover,
.cid-scWO9Gorym .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-scWO9Gorym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-scWO9Gorym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-scWO9Gorym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scWO9Gorym .nav-link {
  position: relative;
}
.cid-scWO9Gorym .container {
  display: flex;
  margin: auto;
}
.cid-scWO9Gorym .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scWO9Gorym .dropdown-menu,
.cid-scWO9Gorym .navbar.opened {
  background: #ffffff !important;
}
.cid-scWO9Gorym .nav-item:focus,
.cid-scWO9Gorym .nav-link:focus {
  outline: none;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scWO9Gorym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scWO9Gorym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scWO9Gorym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scWO9Gorym .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-scWO9Gorym .navbar.opened {
  transition: all .3s;
}
.cid-scWO9Gorym .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scWO9Gorym .navbar .navbar-logo img {
  width: auto;
}
.cid-scWO9Gorym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scWO9Gorym .navbar.collapsed {
  justify-content: center;
}
.cid-scWO9Gorym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scWO9Gorym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scWO9Gorym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scWO9Gorym .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-scWO9Gorym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scWO9Gorym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scWO9Gorym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scWO9Gorym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scWO9Gorym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scWO9Gorym .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-scWO9Gorym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scWO9Gorym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scWO9Gorym .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scWO9Gorym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scWO9Gorym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scWO9Gorym .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scWO9Gorym .navbar.navbar-short {
  min-height: 60px;
}
.cid-scWO9Gorym .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scWO9Gorym .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scWO9Gorym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scWO9Gorym .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scWO9Gorym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scWO9Gorym .dropdown-item.active,
.cid-scWO9Gorym .dropdown-item:active {
  background-color: transparent;
}
.cid-scWO9Gorym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scWO9Gorym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scWO9Gorym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-scWO9Gorym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scWO9Gorym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scWO9Gorym ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scWO9Gorym .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-scWO9Gorym button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scWO9Gorym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scWO9Gorym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scWO9Gorym .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scWO9Gorym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scWO9Gorym .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-scWO9Gorym .navbar {
    height: 70px;
  }
  .cid-scWO9Gorym .navbar.opened {
    height: auto;
  }
  .cid-scWO9Gorym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sekfQGwF1l {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sekfQGwF1l .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soklzuM0ek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soklzuM0ek .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soklzuM0ek .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soklzuM0ek .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-soklzuM0ek .panel-body,
.cid-soklzuM0ek .card-header {
  padding: 1rem 0;
}
.cid-soklzuM0ek .panel-title-edit {
  color: #000000;
}
.cid-soklzuM0ek .panel-text {
  text-align: left;
}
.cid-soklylJ8j7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soklylJ8j7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soklylJ8j7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soklylJ8j7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-soklylJ8j7 .panel-body,
.cid-soklylJ8j7 .card-header {
  padding: 1rem 0;
}
.cid-soklylJ8j7 .panel-title-edit {
  color: #000000;
}
.cid-soklylJ8j7 .panel-text {
  text-align: left;
}
.cid-soklrCJSBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soklrCJSBb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soklrCJSBb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soklrCJSBb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-soklrCJSBb .panel-body,
.cid-soklrCJSBb .card-header {
  padding: 1rem 0;
}
.cid-soklrCJSBb .panel-title-edit {
  color: #000000;
}
.cid-soklrCJSBb .panel-text {
  text-align: left;
}
.cid-sj6aIqlivW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj6aIqlivW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sj6aIqlivW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sj6aIqlivW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sj6aIqlivW .panel-body,
.cid-sj6aIqlivW .card-header {
  padding: 1rem 0;
}
.cid-sj6aIqlivW .panel-title-edit {
  color: #000000;
}
.cid-sj6aIqlivW .panel-text {
  text-align: left;
}
.cid-sj6aFIFii0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj6aFIFii0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sj6aFIFii0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sj6aFIFii0 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sj6aFIFii0 .panel-body,
.cid-sj6aFIFii0 .card-header {
  padding: 1rem 0;
}
.cid-sj6aFIFii0 .panel-title-edit {
  color: #000000;
}
.cid-sj6aFIFii0 .panel-text {
  text-align: left;
}
.cid-shcDouiItL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shcDouiItL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-shcDouiItL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-shcDouiItL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-shcDouiItL .panel-body,
.cid-shcDouiItL .card-header {
  padding: 1rem 0;
}
.cid-shcDouiItL .panel-title-edit {
  color: #000000;
}
.cid-shcDouiItL .panel-text {
  text-align: left;
}
.cid-sfkKbG79dF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfkKbG79dF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sfkKbG79dF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sfkKbG79dF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sfkKbG79dF .panel-body,
.cid-sfkKbG79dF .card-header {
  padding: 1rem 0;
}
.cid-sfkKbG79dF .panel-title-edit {
  color: #000000;
}
.cid-sfkKbG79dF .panel-text {
  text-align: left;
}
.cid-sfkJCW7M3G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfkJCW7M3G .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sfkJCW7M3G .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sfkJCW7M3G .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sfkJCW7M3G .panel-body,
.cid-sfkJCW7M3G .card-header {
  padding: 1rem 0;
}
.cid-sfkJCW7M3G .panel-title-edit {
  color: #000000;
}
.cid-sfkJCW7M3G .panel-text {
  text-align: left;
}
.cid-sfkIXKDizc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfkIXKDizc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sfkIXKDizc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sfkIXKDizc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sfkIXKDizc .panel-body,
.cid-sfkIXKDizc .card-header {
  padding: 1rem 0;
}
.cid-sfkIXKDizc .panel-title-edit {
  color: #000000;
}
.cid-sfkIXKDizc .panel-text {
  text-align: left;
}
.cid-sfkzLzU2I4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfkzLzU2I4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sfkzLzU2I4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sfkzLzU2I4 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sfkzLzU2I4 .panel-body,
.cid-sfkzLzU2I4 .card-header {
  padding: 1rem 0;
}
.cid-sfkzLzU2I4 .panel-title-edit {
  color: #000000;
}
.cid-sfkzLzU2I4 .panel-text {
  text-align: left;
}
.cid-sek0gQ8daK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sek0gQ8daK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sek0gQ8daK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sek0gQ8daK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sek0gQ8daK .panel-body,
.cid-sek0gQ8daK .card-header {
  padding: 1rem 0;
}
.cid-sek0gQ8daK .panel-title-edit {
  color: #000000;
}
.cid-sek0gQ8daK .panel-text {
  text-align: left;
}
.cid-sejYGS8ETy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sejYGS8ETy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sejYGS8ETy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sejYGS8ETy .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sejYGS8ETy .panel-body,
.cid-sejYGS8ETy .card-header {
  padding: 1rem 0;
}
.cid-sejYGS8ETy .panel-title-edit {
  color: #000000;
}
.cid-sejYGS8ETy .panel-text {
  text-align: left;
}
.cid-sejVKH8NR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sejVKH8NR7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sejVKH8NR7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sejVKH8NR7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sejVKH8NR7 .panel-body,
.cid-sejVKH8NR7 .card-header {
  padding: 1rem 0;
}
.cid-sejVKH8NR7 .panel-title-edit {
  color: #000000;
}
.cid-sejSdeo5u7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sejSdeo5u7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sejSdeo5u7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sejSdeo5u7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sejSdeo5u7 .panel-body,
.cid-sejSdeo5u7 .card-header {
  padding: 1rem 0;
}
.cid-sejSdeo5u7 .panel-title-edit {
  color: #000000;
}
.cid-seijKzO3pt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seijKzO3pt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-seijKzO3pt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-seijKzO3pt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-seijKzO3pt .panel-body,
.cid-seijKzO3pt .card-header {
  padding: 1rem 0;
}
.cid-seijKzO3pt .panel-title-edit {
  color: #000000;
}
.cid-seigbuWmgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seigbuWmgb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-seigbuWmgb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-seigbuWmgb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-seigbuWmgb .panel-body,
.cid-seigbuWmgb .card-header {
  padding: 1rem 0;
}
.cid-seigbuWmgb .panel-title-edit {
  color: #000000;
}
.cid-sehY6bL68d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sehY6bL68d .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sehY6bL68d .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sehY6bL68d .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sehY6bL68d .panel-body,
.cid-sehY6bL68d .card-header {
  padding: 1rem 0;
}
.cid-sehY6bL68d .panel-title-edit {
  color: #000000;
}
.cid-seieqrEi7z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8ecf6;
}
.cid-seieqrEi7z .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-seieqrEi7z .bg-facebook:hover {
  background: #0b60cb;
}
.cid-seieqrEi7z .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-seieqrEi7z .bg-instagram:hover {
  background: #bd005c;
}
.cid-seieqrEi7z .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-seieqrEi7z .bg-youtube:hover {
  background: #cc0000;
}
.cid-seieqrEi7z .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-seieqrEi7z [class^="socicon-"]:before,
.cid-seieqrEi7z [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-shcrr16LVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
