.btn {
  border-width: 2px;
}
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: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !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: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !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: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  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: #148cca !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: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #4479d9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !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: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #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]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.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: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.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: #4479d9 !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: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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='%234479d9' %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-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQELhNAdvE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fcf1fd;
}
.cid-sQELhNAdvE .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sQELhNAdvE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQELhNAdvE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQELhNAdvE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQELhNAdvE .mbr-text {
  color: #000000;
}
.cid-sPkt7ilmPw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fcf1fd;
}
@media (min-width: 992px) {
  .cid-sPkt7ilmPw .carousel {
    min-height: 500px;
  }
  .cid-sPkt7ilmPw .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sPkt7ilmPw .carousel {
    min-height: 325px;
  }
  .cid-sPkt7ilmPw .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sPkt7ilmPw .carousel {
    min-height: 275px;
  }
  .cid-sPkt7ilmPw .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sPkt7ilmPw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sPkt7ilmPw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sPkt7ilmPw .carousel,
.cid-sPkt7ilmPw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sPkt7ilmPw .item-wrapper {
  width: 100%;
}
.cid-sPkt7ilmPw .carousel-caption {
  bottom: 40px;
}
.cid-sPkt7ilmPw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sPkt7ilmPw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sPkt7ilmPw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sPkt7ilmPw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPkt7ilmPw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sPkt7ilmPw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPkt7ilmPw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sPkt7ilmPw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sPkt7ilmPw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sPkt7ilmPw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sPkt7ilmPw .carousel-indicators li.active,
.cid-sPkt7ilmPw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sPkt7ilmPw .carousel-indicators li::after,
.cid-sPkt7ilmPw .carousel-indicators li::before {
  content: none;
}
.cid-sPkt7ilmPw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sPkt7ilmPw .carousel-indicators {
    display: none !important;
  }
}
.cid-sPjS0kiOEP {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sPjS0kiOEP .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPjS0kiOEP .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPjS0kiOEP .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-sPjS0kiOEP [class^="socicon-"]:before,
.cid-sPjS0kiOEP [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uW15o9KrYy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uW15o9KrYy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW15o9KrYy .row {
  flex-direction: row-reverse;
}
.cid-uW15o9KrYy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uW15o9KrYy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYY619QStP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uYY619QStP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYY619QStP .row {
  flex-direction: row-reverse;
}
.cid-uYY619QStP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYY619QStP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVXbOD0xPe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uVXbOD0xPe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVXbOD0xPe .row {
  flex-direction: row-reverse;
}
.cid-uVXbOD0xPe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVXbOD0xPe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCfLkUCEn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCfLkUCEn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCfLkUCEn .row {
  flex-direction: row-reverse;
}
.cid-uRCfLkUCEn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCfLkUCEn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMp2FFvO7a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uMp2FFvO7a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMp2FFvO7a .row {
  flex-direction: row-reverse;
}
.cid-uMp2FFvO7a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMp2FFvO7a .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxGHDXCfQH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uxGHDXCfQH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxGHDXCfQH .row {
  flex-direction: row-reverse;
}
.cid-uxGHDXCfQH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxGHDXCfQH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw4SbmBaVd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uw4SbmBaVd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw4SbmBaVd .row {
  flex-direction: row-reverse;
}
.cid-uw4SbmBaVd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uw4SbmBaVd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvTB9QzemW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uvTB9QzemW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvTB9QzemW .row {
  flex-direction: row-reverse;
}
.cid-uvTB9QzemW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvTB9QzemW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoUYN9kTo7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uoUYN9kTo7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUYN9kTo7 .row {
  flex-direction: row-reverse;
}
.cid-uoUYN9kTo7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoUYN9kTo7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoUXCvzKUr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uoUXCvzKUr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUXCvzKUr .row {
  flex-direction: row-reverse;
}
.cid-uoUXCvzKUr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoUXCvzKUr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMp4boSMdo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uMp4boSMdo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMp4boSMdo .row {
  flex-direction: row-reverse;
}
.cid-uMp4boSMdo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMp4boSMdo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoz9fop8eu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uoz9fop8eu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoz9fop8eu .row {
  flex-direction: row-reverse;
}
.cid-uoz9fop8eu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoz9fop8eu .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul3BR0jkPK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ul3BR0jkPK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul3BR0jkPK .row {
  flex-direction: row-reverse;
}
.cid-ul3BR0jkPK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul3BR0jkPK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiAJvQqH0l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uiAJvQqH0l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiAJvQqH0l .row {
  flex-direction: row-reverse;
}
.cid-uiAJvQqH0l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiAJvQqH0l .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugC6V0oqGV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ugC6V0oqGV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugC6V0oqGV .row {
  flex-direction: row-reverse;
}
.cid-ugC6V0oqGV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugC6V0oqGV .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueJ7Syu1qX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ueJ7Syu1qX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueJ7Syu1qX .row {
  flex-direction: row-reverse;
}
.cid-ueJ7Syu1qX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueJ7Syu1qX .text-wrapper {
    padding: 2rem;
  }
}
.cid-u7hy8Ydhsb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u7hy8Ydhsb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7hy8Ydhsb .row {
  flex-direction: row-reverse;
}
.cid-u7hy8Ydhsb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7hy8Ydhsb .text-wrapper {
    padding: 2rem;
  }
}
.cid-u94cR3g9kR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u94cR3g9kR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94cR3g9kR .row {
  flex-direction: row-reverse;
}
.cid-u94cR3g9kR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u94cR3g9kR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYfQeK2TOP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tYfQeK2TOP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYfQeK2TOP .row {
  flex-direction: row-reverse;
}
.cid-tYfQeK2TOP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYfQeK2TOP .text-wrapper {
    padding: 2rem;
  }
}
.cid-u40IWp6yoA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u40IWp6yoA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u40IWp6yoA .row {
  flex-direction: row-reverse;
}
.cid-u40IWp6yoA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u40IWp6yoA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tcjza11vlg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tcjza11vlg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tcjza11vlg .row {
  flex-direction: row-reverse;
}
.cid-tcjza11vlg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcjza11vlg .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2vKHxp5eZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t2vKHxp5eZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2vKHxp5eZ .row {
  flex-direction: row-reverse;
}
.cid-t2vKHxp5eZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2vKHxp5eZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t8Kux28Fqw {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t8Kux28Fqw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8Kux28Fqw .row {
  flex-direction: row-reverse;
}
.cid-t8Kux28Fqw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8Kux28Fqw .text-wrapper {
    padding: 2rem;
  }
}
.cid-t40qMNvvpn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t40qMNvvpn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t40qMNvvpn .row {
  flex-direction: row-reverse;
}
.cid-t40qMNvvpn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t40qMNvvpn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVxi8CRjCh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sVxi8CRjCh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVxi8CRjCh .row {
  flex-direction: row-reverse;
}
.cid-sVxi8CRjCh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVxi8CRjCh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVOmjXtgDP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sVOmjXtgDP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVOmjXtgDP .row {
  flex-direction: row-reverse;
}
.cid-sVOmjXtgDP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVOmjXtgDP .text-wrapper {
    padding: 2rem;
  }
}
.cid-sU768yoScv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sU768yoScv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sU768yoScv .row {
  flex-direction: row-reverse;
}
.cid-sU768yoScv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sU768yoScv .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2Ys4SLmfm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t2Ys4SLmfm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Ys4SLmfm .row {
  flex-direction: row-reverse;
}
.cid-t2Ys4SLmfm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2Ys4SLmfm .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4qi1wAQRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t4qi1wAQRr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4qi1wAQRr .row {
  flex-direction: row-reverse;
}
.cid-t4qi1wAQRr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4qi1wAQRr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sTJhDInXhG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sTJhDInXhG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sTJhDInXhG .row {
  flex-direction: row-reverse;
}
.cid-sTJhDInXhG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTJhDInXhG .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2vFBz3m6x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t2vFBz3m6x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2vFBz3m6x .row {
  flex-direction: row-reverse;
}
.cid-t2vFBz3m6x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2vFBz3m6x .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2vHbdcrAM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t2vHbdcrAM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2vHbdcrAM .row {
  flex-direction: row-reverse;
}
.cid-t2vHbdcrAM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2vHbdcrAM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sTJeIYJaQT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sTJeIYJaQT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sTJeIYJaQT .row {
  flex-direction: row-reverse;
}
.cid-sTJeIYJaQT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTJeIYJaQT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sTJd8qY2pS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sTJd8qY2pS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sTJd8qY2pS .row {
  flex-direction: row-reverse;
}
.cid-sTJd8qY2pS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTJd8qY2pS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sTJd8qY2pS .mbr-section-title {
  color: #232323;
}
.cid-sRBdwghbwq {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
@media (max-width: 991px) {
  .cid-sRBdwghbwq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRBdwghbwq .row {
  flex-direction: row-reverse;
}
.cid-sRBdwghbwq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRBdwghbwq .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRYa5GkbWH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sRYa5GkbWH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRYa5GkbWH .row {
  flex-direction: row-reverse;
}
.cid-sRYa5GkbWH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRYa5GkbWH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRpAjFRZ1l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sRpAjFRZ1l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRpAjFRZ1l .row {
  flex-direction: row-reverse;
}
.cid-sRpAjFRZ1l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRpAjFRZ1l .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQDajxyGUV {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQDajxyGUV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQDajxyGUV .row {
  flex-direction: row-reverse;
}
.cid-sQDajxyGUV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQDajxyGUV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQwRmJW6tK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQwRmJW6tK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQwRmJW6tK .row {
  flex-direction: row-reverse;
}
.cid-sQwRmJW6tK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQwRmJW6tK .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQwLHl9pRi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5-1900x1200.jpg");
}
@media (max-width: 991px) {
  .cid-sQwLHl9pRi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQwLHl9pRi .row {
  flex-direction: row-reverse;
}
.cid-sQwLHl9pRi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQwLHl9pRi .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQa3zW68ED {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQa3zW68ED .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQa3zW68ED .row {
  flex-direction: row-reverse;
}
.cid-sQa3zW68ED img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQa3zW68ED .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPCj2knEhl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPCj2knEhl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPCj2knEhl .row {
  flex-direction: row-reverse;
}
.cid-sPCj2knEhl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPCj2knEhl .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPCl98mivz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPCl98mivz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPCl98mivz .row {
  flex-direction: row-reverse;
}
.cid-sPCl98mivz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPCl98mivz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQbbSVhxjd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQbbSVhxjd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQbbSVhxjd .row {
  flex-direction: row-reverse;
}
.cid-sQbbSVhxjd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQbbSVhxjd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPk3js99SZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPk3js99SZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPk3js99SZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPk3js99SZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPk3jQDAwd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPk3jQDAwd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPk3jQDAwd .row {
  flex-direction: row-reverse;
}
.cid-sPk3jQDAwd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPk3jQDAwd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPk3m9CV1Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPk3m9CV1Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPk3m9CV1Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPk3m9CV1Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPk3muMMlb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPk3muMMlb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPk3muMMlb .row {
  flex-direction: row-reverse;
}
.cid-sPk3muMMlb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPk3muMMlb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sR09l5Pr5l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sR09l5Pr5l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sR09l5Pr5l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sR09l5Pr5l .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPk2Y1fto4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPk2Y1fto4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPk2Y1fto4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPk2Y1fto4 .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-sPk2Y1fto4 [class^="socicon-"]:before,
.cid-sPk2Y1fto4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJfBQi3wgM {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJfBQi3wgM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJfBQi3wgM .row {
  flex-direction: row-reverse;
}
.cid-tJfBQi3wgM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJfBQi3wgM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sV3BQZdqL2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sV3BQZdqL2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV3BQZdqL2 .row {
  flex-direction: row-reverse;
}
.cid-sV3BQZdqL2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV3BQZdqL2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUYu8mv4M5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sUYu8mv4M5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUYu8mv4M5 .row {
  flex-direction: row-reverse;
}
.cid-sUYu8mv4M5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUYu8mv4M5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUYu8mv4M5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sQhFFMC3Q0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-sQhFFMC3Q0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQhFFMC3Q0 .row {
  flex-direction: row-reverse;
}
.cid-sQhFFMC3Q0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQhFFMC3Q0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPkiimhQAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sPkiimhQAF .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPkiimhQAF .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPkiimhQAF .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-sPkiimhQAF [class^="socicon-"]:before,
.cid-sPkiimhQAF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPkMEnlk1g {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sPkMEnlk1g .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sPkMEnlk1g .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sPkMEnlk1g .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPkMEnlk1g .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sPkMEnlk1g .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sPkkzvchRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPkkzvchRa .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPkkzvchRa .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPkkzvchRa .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-sPkkzvchRa [class^="socicon-"]:before,
.cid-sPkkzvchRa [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQKL7PGS72 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sQKL7PGS72 .container {
    max-width: 1400px;
  }
}
.cid-sQKL7PGS72 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sQKL7PGS72 .card-wrapper {
  margin-top: 3rem;
}
.cid-sQKL7PGS72 .row {
  justify-content: center;
}
.cid-sPkmjwxvQf {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sPkmjwxvQf .img-wrapper {
  text-align: center;
}
.cid-sPkmjwxvQf img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sPkmjwxvQf .row {
  align-items: flex-start;
}
.cid-sPkmjwxvQf .card-wrapper {
  border-radius: 4px;
  background: #faf9f9;
}
@media (max-width: 992px) {
  .cid-sPkmjwxvQf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sPkmjwxvQf .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPkmjwxvQf .card-wrapper {
    padding: 1rem;
  }
}
.cid-sPkkDaQYD9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPkkDaQYD9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPkkDaQYD9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPkkDaQYD9 .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-sPkkDaQYD9 [class^="socicon-"]:before,
.cid-sPkkDaQYD9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPkIrQu5RW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fcf1fd;
}
.cid-sPkIrQu5RW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sPkIrQu5RW .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-sPkIrQu5RW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sPkIrQu5RW .mbr-text UL {
  text-align: left;
}
.cid-sPkIrQu5RW .mbr-text {
  color: #232323;
}
.cid-sPkK5Yj6Qm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf1fd;
}
.cid-sPkK5Yj6Qm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sPkK5Yj6Qm .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-sPkK5Yj6Qm .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sPkK5Yj6Qm .mbr-text UL {
  text-align: left;
}
.cid-sPkuVKs4cq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sPkuVKs4cq .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPkuVKs4cq .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPkuVKs4cq .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-sPkuVKs4cq [class^="socicon-"]:before,
.cid-sPkuVKs4cq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVXarxDX3p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uVXarxDX3p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVXarxDX3p .row {
  flex-direction: row-reverse;
}
.cid-uVXarxDX3p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVXarxDX3p .text-wrapper {
    padding: 2rem;
  }
}
.cid-uP9ZIb3Gst {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uP9ZIb3Gst .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP9ZIb3Gst .row {
  flex-direction: row-reverse;
}
.cid-uP9ZIb3Gst img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uP9ZIb3Gst .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy5VpUM5LK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uy5VpUM5LK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy5VpUM5LK .row {
  flex-direction: row-reverse;
}
.cid-uy5VpUM5LK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy5VpUM5LK .text-wrapper {
    padding: 2rem;
  }
}
.cid-umAl18Zb30 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umAl18Zb30 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umAl18Zb30 .row {
  flex-direction: row-reverse;
}
.cid-umAl18Zb30 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umAl18Zb30 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uly5nX0FRX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uly5nX0FRX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uly5nX0FRX .row {
  flex-direction: row-reverse;
}
.cid-uly5nX0FRX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uly5nX0FRX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul3ZpEIKuV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ul3ZpEIKuV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul3ZpEIKuV .row {
  flex-direction: row-reverse;
}
.cid-ul3ZpEIKuV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul3ZpEIKuV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiAOzDykq2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uiAOzDykq2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiAOzDykq2 .row {
  flex-direction: row-reverse;
}
.cid-uiAOzDykq2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiAOzDykq2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tClIPImakD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tClIPImakD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tClIPImakD .row {
  flex-direction: row-reverse;
}
.cid-tClIPImakD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tClIPImakD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvFbL6Luis {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tvFbL6Luis .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvFbL6Luis .row {
  flex-direction: row-reverse;
}
.cid-tvFbL6Luis img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvFbL6Luis .text-wrapper {
    padding: 2rem;
  }
}
.cid-tmBtYjVcmr {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tmBtYjVcmr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmBtYjVcmr .row {
  flex-direction: row-reverse;
}
.cid-tmBtYjVcmr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tmBtYjVcmr .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqEHegmXt7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tqEHegmXt7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqEHegmXt7 .row {
  flex-direction: row-reverse;
}
.cid-tqEHegmXt7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqEHegmXt7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlyicBAZvK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tlyicBAZvK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlyicBAZvK .row {
  flex-direction: row-reverse;
}
.cid-tlyicBAZvK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlyicBAZvK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tixtxGbWIW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tixtxGbWIW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tixtxGbWIW .row {
  flex-direction: row-reverse;
}
.cid-tixtxGbWIW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tixtxGbWIW .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5U4Zg40pn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t5U4Zg40pn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5U4Zg40pn .row {
  flex-direction: row-reverse;
}
.cid-t5U4Zg40pn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5U4Zg40pn .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5kEmkBgv8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t5kEmkBgv8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5kEmkBgv8 .row {
  flex-direction: row-reverse;
}
.cid-t5kEmkBgv8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5kEmkBgv8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4HDhNrD81 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t4HDhNrD81 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4HDhNrD81 .row {
  flex-direction: row-reverse;
}
.cid-t4HDhNrD81 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4HDhNrD81 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXIBL595Ev {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sXIBL595Ev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXIBL595Ev .row {
  flex-direction: row-reverse;
}
.cid-sXIBL595Ev img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXIBL595Ev .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRpxjAtwzC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sRpxjAtwzC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRpxjAtwzC .row {
  flex-direction: row-reverse;
}
.cid-sRpxjAtwzC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRpxjAtwzC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRptM8GOFG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sRptM8GOFG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRptM8GOFG .row {
  flex-direction: row-reverse;
}
.cid-sRptM8GOFG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRptM8GOFG .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRpvscrlIZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sRpvscrlIZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRpvscrlIZ .row {
  flex-direction: row-reverse;
}
.cid-sRpvscrlIZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRpvscrlIZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQxxedYnsI {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQxxedYnsI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQxxedYnsI .row {
  flex-direction: row-reverse;
}
.cid-sQxxedYnsI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQxxedYnsI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQacst28P2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQacst28P2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQacst28P2 .row {
  flex-direction: row-reverse;
}
.cid-sQacst28P2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQacst28P2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaaC44z2S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaaC44z2S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaaC44z2S .row {
  flex-direction: row-reverse;
}
.cid-sQaaC44z2S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaaC44z2S .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQa8odBT5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQa8odBT5R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQa8odBT5R .row {
  flex-direction: row-reverse;
}
.cid-sQa8odBT5R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQa8odBT5R .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQa6EEIrLm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQa6EEIrLm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQa6EEIrLm .row {
  flex-direction: row-reverse;
}
.cid-sQa6EEIrLm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQa6EEIrLm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPkOCF4juD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPkOCF4juD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPkOCF4juD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPkOCF4juD .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPCnNExILO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPCnNExILO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPCnNExILO .row {
  flex-direction: row-reverse;
}
.cid-sPCnNExILO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPCnNExILO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWplrWnvtO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sWplrWnvtO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWplrWnvtO .row {
  flex-direction: row-reverse;
}
.cid-sWplrWnvtO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sWplrWnvtO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPCnh36e3q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPCnh36e3q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPCnh36e3q .row {
  flex-direction: row-reverse;
}
.cid-sPCnh36e3q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPCnh36e3q .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPkOCG3P3g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPkOCG3P3g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPkOCG3P3g .row {
  flex-direction: row-reverse;
}
.cid-sPkOCG3P3g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPkOCG3P3g .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPkOCHblb1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPkOCHblb1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPkOCHblb1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPkOCHblb1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPkOCI7jIf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sPkOCI7jIf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPkOCI7jIf .row {
  flex-direction: row-reverse;
}
.cid-sPkOCI7jIf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPkOCI7jIf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPw55K7zFE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fcf1fd;
}
.cid-sPw4mwRbyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPw4mwRbyT .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPw4mwRbyT .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPw4mwRbyT .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-sPw4mwRbyT [class^="socicon-"]:before,
.cid-sPw4mwRbyT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPw4xYY6XF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPwc2Nmvrs {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fcf1fd;
}
.cid-sPwc2NRKzV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPwc2NRKzV .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPwc2NRKzV .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPwc2NRKzV .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-sPwc2NRKzV [class^="socicon-"]:before,
.cid-sPwc2NRKzV [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPwc2PeAnY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQWue56C3Z {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fcf1fd;
}
.cid-sQWux72PKu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fcf1fd;
}
.cid-sQWux72PKu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sPwfqnVkMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPwfqnVkMO .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPwfqnVkMO .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPwfqnVkMO .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-sPwfqnVkMO [class^="socicon-"]:before,
.cid-sPwfqnVkMO [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPwfqoOdRB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub8mm5kWyV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ub8mm5kWyV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub8mm5kWyV .row {
  flex-direction: row-reverse;
}
.cid-ub8mm5kWyV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub8mm5kWyV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uv8L9XraWd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uv8L9XraWd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv8L9XraWd .row {
  flex-direction: row-reverse;
}
.cid-uv8L9XraWd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uv8L9XraWd .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0YVsZaw8o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-u0YVsZaw8o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0YVsZaw8o .row {
  flex-direction: row-reverse;
}
.cid-u0YVsZaw8o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0YVsZaw8o .text-wrapper {
    padding: 2rem;
  }
}
.cid-turNLmOWwO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-turNLmOWwO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-turNLmOWwO .row {
  flex-direction: row-reverse;
}
.cid-turNLmOWwO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-turNLmOWwO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXUgrghBH9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sXUgrghBH9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXUgrghBH9 .row {
  flex-direction: row-reverse;
}
.cid-sXUgrghBH9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXUgrghBH9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXIIaaYwjb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sXIIaaYwjb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXIIaaYwjb .row {
  flex-direction: row-reverse;
}
.cid-sXIIaaYwjb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXIIaaYwjb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sSk8dAIbpl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sSk8dAIbpl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sSk8dAIbpl .row {
  flex-direction: row-reverse;
}
.cid-sSk8dAIbpl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSk8dAIbpl .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQadzmU8b9 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQadzmU8b9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQadzmU8b9 .row {
  flex-direction: row-reverse;
}
.cid-sQadzmU8b9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQadzmU8b9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPAD9Y25lI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPAD9Y25lI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sPAD9Y25lI .bg-instagram:hover {
  background: #bd005c;
}
.cid-sPAD9Y25lI .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-sPAD9Y25lI [class^="socicon-"]:before,
.cid-sPAD9Y25lI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPAD9Z4qzR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy5U2OoWOK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uy5U2OoWOK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy5U2OoWOK .row {
  flex-direction: row-reverse;
}
.cid-uy5U2OoWOK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy5U2OoWOK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uptLKYASDa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uptLKYASDa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uptLKYASDa .row {
  flex-direction: row-reverse;
}
.cid-uptLKYASDa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uptLKYASDa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uly5Usp2x5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uly5Usp2x5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uly5Usp2x5 .row {
  flex-direction: row-reverse;
}
.cid-uly5Usp2x5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uly5Usp2x5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udfyh1MSSQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-udfyh1MSSQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udfyh1MSSQ .row {
  flex-direction: row-reverse;
}
.cid-udfyh1MSSQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udfyh1MSSQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8kpmwRimv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u8kpmwRimv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8kpmwRimv .row {
  flex-direction: row-reverse;
}
.cid-u8kpmwRimv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8kpmwRimv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMyImf7DE0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tMyImf7DE0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMyImf7DE0 .row {
  flex-direction: row-reverse;
}
.cid-tMyImf7DE0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMyImf7DE0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-twGQerdNHN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-twGQerdNHN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twGQerdNHN .row {
  flex-direction: row-reverse;
}
.cid-twGQerdNHN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twGQerdNHN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpNT2GWppO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tpNT2GWppO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpNT2GWppO .row {
  flex-direction: row-reverse;
}
.cid-tpNT2GWppO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpNT2GWppO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpNRfYBcBq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tpNRfYBcBq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpNRfYBcBq .row {
  flex-direction: row-reverse;
}
.cid-tpNRfYBcBq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpNRfYBcBq .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9uVfiY90F {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t9uVfiY90F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9uVfiY90F .row {
  flex-direction: row-reverse;
}
.cid-t9uVfiY90F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t9uVfiY90F .text-wrapper {
    padding: 2rem;
  }
}
.cid-sX3WpbN7d8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sX3WpbN7d8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sX3WpbN7d8 .row {
  flex-direction: row-reverse;
}
.cid-sX3WpbN7d8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sX3WpbN7d8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQb43olD9U {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQb43olD9U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQb43olD9U .row {
  flex-direction: row-reverse;
}
.cid-sQb43olD9U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQb43olD9U .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaSUq1bW4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaSUq1bW4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaSUq1bW4 .row {
  flex-direction: row-reverse;
}
.cid-sQaSUq1bW4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaSUq1bW4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaSUqyhcf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
.cid-sQaSUqyhcf .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sQaSUqyhcf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaSUqyhcf .row {
  flex-direction: row-reverse;
}
.cid-sQaSUqyhcf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaSUqyhcf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQb5DG5D8Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQb5DG5D8Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQb5DG5D8Z .row {
  flex-direction: row-reverse;
}
.cid-sQb5DG5D8Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQb5DG5D8Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaSUr9BRu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaSUr9BRu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaSUr9BRu .row {
  flex-direction: row-reverse;
}
.cid-sQaSUr9BRu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaSUr9BRu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaSUrIGPb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
.cid-sQaSUrIGPb .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sQaSUrIGPb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaSUrIGPb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaSUrIGPb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaSUtew5O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
.cid-sQaSUtew5O .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sQaSUtew5O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaSUtew5O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaSUtew5O .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaSUudC8r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQaSUudC8r .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sQaSUudC8r .bg-instagram:hover {
  background: #bd005c;
}
.cid-sQaSUudC8r .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-sQaSUudC8r [class^="socicon-"]:before,
.cid-sQaSUudC8r [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sQaSUvj4Gj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYY7mACj5p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uYY7mACj5p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYY7mACj5p .row {
  flex-direction: row-reverse;
}
.cid-uYY7mACj5p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYY7mACj5p .text-wrapper {
    padding: 2rem;
  }
}
.cid-tc301n96bb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tc301n96bb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tc301n96bb .row {
  flex-direction: row-reverse;
}
.cid-tc301n96bb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tc301n96bb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub8phkq9sB {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ub8phkq9sB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub8phkq9sB .row {
  flex-direction: row-reverse;
}
.cid-ub8phkq9sB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub8phkq9sB .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnxv6Bgrlj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tnxv6Bgrlj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnxv6Bgrlj .row {
  flex-direction: row-reverse;
}
.cid-tnxv6Bgrlj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnxv6Bgrlj .text-wrapper {
    padding: 2rem;
  }
}
.cid-t03oKFy734 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t03oKFy734 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t03oKFy734 .row {
  flex-direction: row-reverse;
}
.cid-t03oKFy734 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t03oKFy734 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1004jw2vj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t1004jw2vj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1004jw2vj .row {
  flex-direction: row-reverse;
}
.cid-t1004jw2vj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1004jw2vj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2Tj13E {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-sQaT2Tj13E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2Tj13E .row {
  flex-direction: row-reverse;
}
.cid-sQaT2Tj13E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2Tj13E .text-wrapper {
    padding: 2rem;
  }
}
.cid-t42qJH8AZr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t42qJH8AZr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t42qJH8AZr .row {
  flex-direction: row-reverse;
}
.cid-t42qJH8AZr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t42qJH8AZr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2UsBDM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaT2UsBDM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2UsBDM .row {
  flex-direction: row-reverse;
}
.cid-sQaT2UsBDM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2UsBDM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2V2gmV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaT2V2gmV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2V2gmV .row {
  flex-direction: row-reverse;
}
.cid-sQaT2V2gmV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2V2gmV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2VXZ8Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaT2VXZ8Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2VXZ8Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2VXZ8Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2WMhpZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaT2WMhpZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2WMhpZ .row {
  flex-direction: row-reverse;
}
.cid-sQaT2WMhpZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2WMhpZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2XkGq8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaT2XkGq8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2XkGq8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2XkGq8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2YjKq0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sQaT2YjKq0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQaT2YjKq0 .row {
  flex-direction: row-reverse;
}
.cid-sQaT2YjKq0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQaT2YjKq0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQaT2YTSck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQaT2YTSck .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sQaT2YTSck .bg-instagram:hover {
  background: #bd005c;
}
.cid-sQaT2YTSck .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-sQaT2YTSck [class^="socicon-"]:before,
.cid-sQaT2YTSck [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sQaT2ZZgC5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmKWp7krk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uXmKWp7krk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXmKWp7krk .row {
  flex-direction: row-reverse;
}
.cid-uXmKWp7krk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXmKWp7krk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUBCp0IEq2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uUBCp0IEq2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUBCp0IEq2 .row {
  flex-direction: row-reverse;
}
.cid-uUBCp0IEq2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUBCp0IEq2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUBAf4wCOT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uUBAf4wCOT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUBAf4wCOT .row {
  flex-direction: row-reverse;
}
.cid-uUBAf4wCOT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUBAf4wCOT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUBAgGz1XR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uUBAgGz1XR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUBAgGz1XR .row {
  flex-direction: row-reverse;
}
.cid-uUBAgGz1XR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUBAgGz1XR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTyRueDAbn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uTyRueDAbn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTyRueDAbn .row {
  flex-direction: row-reverse;
}
.cid-uTyRueDAbn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTyRueDAbn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRZhYV7on7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRZhYV7on7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRZhYV7on7 .row {
  flex-direction: row-reverse;
}
.cid-uRZhYV7on7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRZhYV7on7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCipH1Sxt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCipH1Sxt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCipH1Sxt .row {
  flex-direction: row-reverse;
}
.cid-uRCipH1Sxt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCipH1Sxt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTyQbgWSDP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uTyQbgWSDP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTyQbgWSDP .row {
  flex-direction: row-reverse;
}
.cid-uTyQbgWSDP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTyQbgWSDP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRChJh5RBs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRChJh5RBs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRChJh5RBs .row {
  flex-direction: row-reverse;
}
.cid-uRChJh5RBs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRChJh5RBs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uOzVXjFurS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uOzVXjFurS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOzVXjFurS .row {
  flex-direction: row-reverse;
}
.cid-uOzVXjFurS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOzVXjFurS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMS7KWTM8G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uMS7KWTM8G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMS7KWTM8G .row {
  flex-direction: row-reverse;
}
.cid-uMS7KWTM8G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMS7KWTM8G .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMMlfm6PLc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uMMlfm6PLc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMMlfm6PLc .row {
  flex-direction: row-reverse;
}
.cid-uMMlfm6PLc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMMlfm6PLc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKjItlip4Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uKjItlip4Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjItlip4Q .row {
  flex-direction: row-reverse;
}
.cid-uKjItlip4Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKjItlip4Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJF8w1a6M0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uJF8w1a6M0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJF8w1a6M0 .row {
  flex-direction: row-reverse;
}
.cid-uJF8w1a6M0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJF8w1a6M0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJF7pcWObm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uJF7pcWObm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJF7pcWObm .row {
  flex-direction: row-reverse;
}
.cid-uJF7pcWObm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJF7pcWObm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIVXisRoZ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uIVXisRoZ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIVXisRoZ6 .row {
  flex-direction: row-reverse;
}
.cid-uIVXisRoZ6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIVXisRoZ6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIVYWItlcE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uIVYWItlcE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIVYWItlcE .row {
  flex-direction: row-reverse;
}
.cid-uIVYWItlcE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIVYWItlcE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDrfkMLHV2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uDrfkMLHV2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDrfkMLHV2 .row {
  flex-direction: row-reverse;
}
.cid-uDrfkMLHV2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDrfkMLHV2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC3xrysnu8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uC3xrysnu8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC3xrysnu8 .row {
  flex-direction: row-reverse;
}
.cid-uC3xrysnu8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC3xrysnu8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzLwzJQ8PD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uzLwzJQ8PD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzLwzJQ8PD .row {
  flex-direction: row-reverse;
}
.cid-uzLwzJQ8PD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzLwzJQ8PD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAmjbC8C4r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uAmjbC8C4r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAmjbC8C4r .row {
  flex-direction: row-reverse;
}
.cid-uAmjbC8C4r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAmjbC8C4r .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzLxMBz5mW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uzLxMBz5mW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzLxMBz5mW .row {
  flex-direction: row-reverse;
}
.cid-uzLxMBz5mW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzLxMBz5mW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy5WvIzN1G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uy5WvIzN1G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy5WvIzN1G .row {
  flex-direction: row-reverse;
}
.cid-uy5WvIzN1G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy5WvIzN1G .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxGIC0VyBa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uxGIC0VyBa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxGIC0VyBa .row {
  flex-direction: row-reverse;
}
.cid-uxGIC0VyBa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxGIC0VyBa .text-wrapper {
    padding: 2rem;
  }
}
.cid-utaYHPENqA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-utaYHPENqA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utaYHPENqA .row {
  flex-direction: row-reverse;
}
.cid-utaYHPENqA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utaYHPENqA .text-wrapper {
    padding: 2rem;
  }
}
.cid-usMbtJuek7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-usMbtJuek7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usMbtJuek7 .row {
  flex-direction: row-reverse;
}
.cid-usMbtJuek7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usMbtJuek7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uozdJQWvYG {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uozdJQWvYG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozdJQWvYG .row {
  flex-direction: row-reverse;
}
.cid-uozdJQWvYG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uozdJQWvYG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uozbzKZxSR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uozbzKZxSR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozbzKZxSR .row {
  flex-direction: row-reverse;
}
.cid-uozbzKZxSR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uozbzKZxSR .text-wrapper {
    padding: 2rem;
  }
}
.cid-umAjaum5fW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-umAjaum5fW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umAjaum5fW .row {
  flex-direction: row-reverse;
}
.cid-umAjaum5fW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umAjaum5fW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujKP8fQwpd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ujKP8fQwpd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujKP8fQwpd .row {
  flex-direction: row-reverse;
}
.cid-ujKP8fQwpd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujKP8fQwpd .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujKNsCtxa4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ujKNsCtxa4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujKNsCtxa4 .row {
  flex-direction: row-reverse;
}
.cid-ujKNsCtxa4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujKNsCtxa4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugCe7v22Tk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ugCe7v22Tk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugCe7v22Tk .row {
  flex-direction: row-reverse;
}
.cid-ugCe7v22Tk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugCe7v22Tk .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugC93Z5Bni {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ugC93Z5Bni .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugC93Z5Bni .row {
  flex-direction: row-reverse;
}
.cid-ugC93Z5Bni img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugC93Z5Bni .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugC86gWcEG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ugC86gWcEG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugC86gWcEG .row {
  flex-direction: row-reverse;
}
.cid-ugC86gWcEG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugC86gWcEG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uemk8tHNs2 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uemk8tHNs2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uemk8tHNs2 .row {
  flex-direction: row-reverse;
}
.cid-uemk8tHNs2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uemk8tHNs2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udfwNV0DYc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-udfwNV0DYc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udfwNV0DYc .row {
  flex-direction: row-reverse;
}
.cid-udfwNV0DYc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udfwNV0DYc .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6CIwezect {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u6CIwezect .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6CIwezect .row {
  flex-direction: row-reverse;
}
.cid-u6CIwezect img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6CIwezect .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6CIwezect .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uiALXH0umy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uiALXH0umy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiALXH0umy .row {
  flex-direction: row-reverse;
}
.cid-uiALXH0umy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiALXH0umy .text-wrapper {
    padding: 2rem;
  }
}
.cid-udftoobsoc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-udftoobsoc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udftoobsoc .row {
  flex-direction: row-reverse;
}
.cid-udftoobsoc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udftoobsoc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxGOJNye2J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uxGOJNye2J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxGOJNye2J .row {
  flex-direction: row-reverse;
}
.cid-uxGOJNye2J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxGOJNye2J .text-wrapper {
    padding: 2rem;
  }
}
.cid-ub8kOxqBKM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-ub8kOxqBKM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub8kOxqBKM .row {
  flex-direction: row-reverse;
}
.cid-ub8kOxqBKM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ub8kOxqBKM .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4o74f6tqn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-u4o74f6tqn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4o74f6tqn .row {
  flex-direction: row-reverse;
}
.cid-u4o74f6tqn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4o74f6tqn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u40Mgo9TCt {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u40Mgo9TCt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u40Mgo9TCt .row {
  flex-direction: row-reverse;
}
.cid-u40Mgo9TCt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u40Mgo9TCt .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2QWILyav3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-u2QWILyav3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2QWILyav3 .row {
  flex-direction: row-reverse;
}
.cid-u2QWILyav3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2QWILyav3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2QV9ysHCO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u2QV9ysHCO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2QV9ysHCO .row {
  flex-direction: row-reverse;
}
.cid-u2QV9ysHCO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2QV9ysHCO .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2dvCtCGPP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u2dvCtCGPP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2dvCtCGPP .row {
  flex-direction: row-reverse;
}
.cid-u2dvCtCGPP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2dvCtCGPP .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0YU75pCDE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-u0YU75pCDE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0YU75pCDE .row {
  flex-direction: row-reverse;
}
.cid-u0YU75pCDE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0YU75pCDE .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2dt62yD7Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u2dt62yD7Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2dt62yD7Q .row {
  flex-direction: row-reverse;
}
.cid-u2dt62yD7Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2dt62yD7Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0YV8P9FmN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-u0YV8P9FmN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0YV8P9FmN .row {
  flex-direction: row-reverse;
}
.cid-u0YV8P9FmN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0YV8P9FmN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYOnr3n4xJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tYOnr3n4xJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYOnr3n4xJ .row {
  flex-direction: row-reverse;
}
.cid-tYOnr3n4xJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYOnr3n4xJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZPC8NPL2o {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tZPC8NPL2o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZPC8NPL2o .row {
  flex-direction: row-reverse;
}
.cid-tZPC8NPL2o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZPC8NPL2o .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZPB1DDa4D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tZPB1DDa4D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZPB1DDa4D .row {
  flex-direction: row-reverse;
}
.cid-tZPB1DDa4D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZPB1DDa4D .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUh4cOtIcE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tUh4cOtIcE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUh4cOtIcE .row {
  flex-direction: row-reverse;
}
.cid-tUh4cOtIcE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUh4cOtIcE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGG8WDLjIg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tGG8WDLjIg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGG8WDLjIg .row {
  flex-direction: row-reverse;
}
.cid-tGG8WDLjIg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGG8WDLjIg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFyb5w3JXu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tFyb5w3JXu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFyb5w3JXu .row {
  flex-direction: row-reverse;
}
.cid-tFyb5w3JXu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFyb5w3JXu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tElRPODIN0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tElRPODIN0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tElRPODIN0 .row {
  flex-direction: row-reverse;
}
.cid-tElRPODIN0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tElRPODIN0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tE4ihVQCvo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tE4ihVQCvo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tE4ihVQCvo .row {
  flex-direction: row-reverse;
}
.cid-tE4ihVQCvo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tE4ihVQCvo .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEHZedOWq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tEHZedOWq3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEHZedOWq3 .row {
  flex-direction: row-reverse;
}
.cid-tEHZedOWq3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEHZedOWq3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDjK6R4LgF {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fcf1fd;
}
.cid-tDjK6R4LgF .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tDjK6R4LgF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDjK6R4LgF .row {
  flex-direction: row-reverse;
}
.cid-tDjK6R4LgF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDjK6R4LgF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tAxX7X54na {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tAxX7X54na .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAxX7X54na .row {
  flex-direction: row-reverse;
}
.cid-tAxX7X54na img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAxX7X54na .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCUFqvtkCm {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tCUFqvtkCm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCUFqvtkCm .row {
  flex-direction: row-reverse;
}
.cid-tCUFqvtkCm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCUFqvtkCm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tzTmlnWFrh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tzTmlnWFrh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzTmlnWFrh .row {
  flex-direction: row-reverse;
}
.cid-tzTmlnWFrh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzTmlnWFrh .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyLcpNmOcE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tyLcpNmOcE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyLcpNmOcE .row {
  flex-direction: row-reverse;
}
.cid-tyLcpNmOcE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyLcpNmOcE .text-wrapper {
    padding: 2rem;
  }
}
.cid-turPMVwBnf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-turPMVwBnf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-turPMVwBnf .row {
  flex-direction: row-reverse;
}
.cid-turPMVwBnf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-turPMVwBnf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvFaNfaEwx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tvFaNfaEwx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvFaNfaEwx .row {
  flex-direction: row-reverse;
}
.cid-tvFaNfaEwx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvFaNfaEwx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsVgjBb17p {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tsVgjBb17p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsVgjBb17p .row {
  flex-direction: row-reverse;
}
.cid-tsVgjBb17p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsVgjBb17p .text-wrapper {
    padding: 2rem;
  }
}
.cid-trSKFZTU3A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-trSKFZTU3A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-trSKFZTU3A .row {
  flex-direction: row-reverse;
}
.cid-trSKFZTU3A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-trSKFZTU3A .text-wrapper {
    padding: 2rem;
  }
}
.cid-trSJoqnpKZ {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-trSJoqnpKZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-trSJoqnpKZ .row {
  flex-direction: row-reverse;
}
.cid-trSJoqnpKZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-trSJoqnpKZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uemiobjds8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uemiobjds8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uemiobjds8 .row {
  flex-direction: row-reverse;
}
.cid-uemiobjds8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uemiobjds8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqEFKHguSG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tqEFKHguSG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqEFKHguSG .row {
  flex-direction: row-reverse;
}
.cid-tqEFKHguSG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqEFKHguSG .text-wrapper {
    padding: 2rem;
  }
}
.cid-toq65vIgIH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-toq65vIgIH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toq65vIgIH .row {
  flex-direction: row-reverse;
}
.cid-toq65vIgIH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toq65vIgIH .text-wrapper {
    padding: 2rem;
  }
}
.cid-toq1QSbUAk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-toq1QSbUAk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toq1QSbUAk .row {
  flex-direction: row-reverse;
}
.cid-toq1QSbUAk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toq1QSbUAk .text-wrapper {
    padding: 2rem;
  }
}
.cid-toq3QNBLJ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-toq3QNBLJ5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toq3QNBLJ5 .row {
  flex-direction: row-reverse;
}
.cid-toq3QNBLJ5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toq3QNBLJ5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlyjKwM26R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
.cid-tlyjKwM26R .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tlyjKwM26R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlyjKwM26R .row {
  flex-direction: row-reverse;
}
.cid-tlyjKwM26R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlyjKwM26R .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlyvLVhQvr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-tlyvLVhQvr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlyvLVhQvr .row {
  flex-direction: row-reverse;
}
.cid-tlyvLVhQvr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlyvLVhQvr .text-wrapper {
    padding: 2rem;
  }
}
.cid-tixARESKkq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tixARESKkq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tixARESKkq .row {
  flex-direction: row-reverse;
}
.cid-tixARESKkq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tixARESKkq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tixzfmmR9M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tixzfmmR9M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tixzfmmR9M .row {
  flex-direction: row-reverse;
}
.cid-tixzfmmR9M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tixzfmmR9M .text-wrapper {
    padding: 2rem;
  }
}
.cid-tixxy7yUro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tixxy7yUro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tixxy7yUro .row {
  flex-direction: row-reverse;
}
.cid-tixxy7yUro img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tixxy7yUro .text-wrapper {
    padding: 2rem;
  }
}
.cid-tixxy7yUro .mbr-section-title {
  color: #232323;
}
.cid-tgyi8HsqaS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tgyi8HsqaS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgyi8HsqaS .row {
  flex-direction: row-reverse;
}
.cid-tgyi8HsqaS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tgyi8HsqaS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdOV6mb1RO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tdOV6mb1RO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tdOV6mb1RO .row {
  flex-direction: row-reverse;
}
.cid-tdOV6mb1RO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tdOV6mb1RO .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5kBsmG4N0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t5kBsmG4N0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5kBsmG4N0 .row {
  flex-direction: row-reverse;
}
.cid-t5kBsmG4N0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5kBsmG4N0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t3g6XTbj0M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t3g6XTbj0M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3g6XTbj0M .row {
  flex-direction: row-reverse;
}
.cid-t3g6XTbj0M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t3g6XTbj0M .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXIL8F41jz {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sXIL8F41jz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXIL8F41jz .row {
  flex-direction: row-reverse;
}
.cid-sXIL8F41jz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXIL8F41jz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXIGjW7dXY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sXIGjW7dXY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXIGjW7dXY .row {
  flex-direction: row-reverse;
}
.cid-sXIGjW7dXY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXIGjW7dXY .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVOmO8g4fK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sVOmO8g4fK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVOmO8g4fK .row {
  flex-direction: row-reverse;
}
.cid-sVOmO8g4fK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVOmO8g4fK .text-wrapper {
    padding: 2rem;
  }
}
.cid-t1onGzdvk7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-t1onGzdvk7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1onGzdvk7 .row {
  flex-direction: row-reverse;
}
.cid-t1onGzdvk7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t1onGzdvk7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sYmkWQfbO8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sYmkWQfbO8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sYmkWQfbO8 .row {
  flex-direction: row-reverse;
}
.cid-sYmkWQfbO8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sYmkWQfbO8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sYmm7DnINf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sYmm7DnINf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sYmm7DnINf .row {
  flex-direction: row-reverse;
}
.cid-sYmm7DnINf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sYmm7DnINf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVOq5Qg0Fi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sVOq5Qg0Fi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVOq5Qg0Fi .row {
  flex-direction: row-reverse;
}
.cid-sVOq5Qg0Fi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVOq5Qg0Fi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tixwjqvcuH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tixwjqvcuH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tixwjqvcuH .row {
  flex-direction: row-reverse;
}
.cid-tixwjqvcuH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tixwjqvcuH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sV3UZ3Wgdt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sV3UZ3Wgdt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV3UZ3Wgdt .row {
  flex-direction: row-reverse;
}
.cid-sV3UZ3Wgdt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV3UZ3Wgdt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sV3UZ3Wgdt .mbr-section-title {
  color: #000000;
}
.cid-sV3TtFReyA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sV3TtFReyA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV3TtFReyA .row {
  flex-direction: row-reverse;
}
.cid-sV3TtFReyA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV3TtFReyA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sV3TtFReyA .mbr-text {
  color: #232323;
}
.cid-sV3SifKHQd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-sV3SifKHQd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV3SifKHQd .row {
  flex-direction: row-reverse;
}
.cid-sV3SifKHQd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV3SifKHQd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sV01xwpdmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sV01xwpdmw .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sV01xwpdmw .bg-instagram:hover {
  background: #bd005c;
}
.cid-sV01xwpdmw .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-sV01xwpdmw [class^="socicon-"]:before,
.cid-sV01xwpdmw [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sV01xxIUKr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t4kgDW8P0L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4kgDW8P0L nav.navbar {
  position: fixed;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4kgDW8P0L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4kgDW8P0L .dropdown-item:hover,
.cid-t4kgDW8P0L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t4kgDW8P0L .dropdown-item:hover span {
  color: white;
}
.cid-t4kgDW8P0L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4kgDW8P0L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4kgDW8P0L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4kgDW8P0L .nav-link {
  position: relative;
}
.cid-t4kgDW8P0L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .container {
    flex-wrap: nowrap;
  }
}
.cid-t4kgDW8P0L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown-menu,
.cid-t4kgDW8P0L .navbar.opened {
  background: #fcf1fd !important;
}
.cid-t4kgDW8P0L .nav-item:focus,
.cid-t4kgDW8P0L .nav-link:focus {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4kgDW8P0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4kgDW8P0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4kgDW8P0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4kgDW8P0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.opened {
  transition: all 0.3s;
}
.cid-t4kgDW8P0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4kgDW8P0L .navbar .navbar-logo img {
  width: auto;
}
.cid-t4kgDW8P0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar.collapsed {
  justify-content: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4kgDW8P0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4kgDW8P0L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4kgDW8P0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4kgDW8P0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4kgDW8P0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4kgDW8P0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4kgDW8P0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4kgDW8P0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4kgDW8P0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4kgDW8P0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4kgDW8P0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4kgDW8P0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4kgDW8P0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4kgDW8P0L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4kgDW8P0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4kgDW8P0L .dropdown-item.active,
.cid-t4kgDW8P0L .dropdown-item:active {
  background-color: transparent;
}
.cid-t4kgDW8P0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4kgDW8P0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-t4kgDW8P0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4kgDW8P0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4kgDW8P0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4kgDW8P0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4kgDW8P0L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4kgDW8P0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4kgDW8P0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4kgDW8P0L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4kgDW8P0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4kgDW8P0L .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-t4kgDW8P0L .navbar {
    height: 70px;
  }
  .cid-t4kgDW8P0L .navbar.opened {
    height: auto;
  }
  .cid-t4kgDW8P0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT8ojy5hDs {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-tT8ojy5hDs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tT8ojy5hDs .row {
  flex-direction: row-reverse;
}
.cid-tT8ojy5hDs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tT8ojy5hDs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCe7ZiGCD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRCe7ZiGCD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCe7ZiGCD .row {
  flex-direction: row-reverse;
}
.cid-uRCe7ZiGCD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCe7ZiGCD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcW767Xo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRCcW767Xo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcW767Xo .row {
  flex-direction: row-reverse;
}
.cid-uRCcW767Xo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcW767Xo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcEKMlTP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcEKMlTP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcEKMlTP .row {
  flex-direction: row-reverse;
}
.cid-uRCcEKMlTP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcEKMlTP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcELVkPJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcELVkPJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcELVkPJ .row {
  flex-direction: row-reverse;
}
.cid-uRCcELVkPJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcELVkPJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcEN8Q9X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcEN8Q9X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcEN8Q9X .row {
  flex-direction: row-reverse;
}
.cid-uRCcEN8Q9X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcEN8Q9X .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcEPsmhW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcEPsmhW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcEPsmhW .row {
  flex-direction: row-reverse;
}
.cid-uRCcEPsmhW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcEPsmhW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcESYL0h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcESYL0h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcESYL0h .row {
  flex-direction: row-reverse;
}
.cid-uRCcESYL0h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcESYL0h .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcEWgG9P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcEWgG9P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcEWgG9P .row {
  flex-direction: row-reverse;
}
.cid-uRCcEWgG9P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcEWgG9P .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcEZ820T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcEZ820T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcEZ820T .row {
  flex-direction: row-reverse;
}
.cid-uRCcEZ820T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcEZ820T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcF24gLI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcF24gLI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcF24gLI .row {
  flex-direction: row-reverse;
}
.cid-uRCcF24gLI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcF24gLI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcF5eZ0u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcF5eZ0u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcF5eZ0u .row {
  flex-direction: row-reverse;
}
.cid-uRCcF5eZ0u img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcF5eZ0u .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcF7CGGP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcF7CGGP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcF7CGGP .row {
  flex-direction: row-reverse;
}
.cid-uRCcF7CGGP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcF7CGGP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFaSGQC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFaSGQC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFaSGQC .row {
  flex-direction: row-reverse;
}
.cid-uRCcFaSGQC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFaSGQC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFe6Tb6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFe6Tb6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFe6Tb6 .row {
  flex-direction: row-reverse;
}
.cid-uRCcFe6Tb6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFe6Tb6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFgU83Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFgU83Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFgU83Y .row {
  flex-direction: row-reverse;
}
.cid-uRCcFgU83Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFgU83Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFjZgwR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFjZgwR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFjZgwR .row {
  flex-direction: row-reverse;
}
.cid-uRCcFjZgwR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFjZgwR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFmLP47 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFmLP47 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFmLP47 .row {
  flex-direction: row-reverse;
}
.cid-uRCcFmLP47 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFmLP47 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFpx2m5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFpx2m5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFpx2m5 .row {
  flex-direction: row-reverse;
}
.cid-uRCcFpx2m5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFpx2m5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFskYgu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFskYgu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFskYgu .row {
  flex-direction: row-reverse;
}
.cid-uRCcFskYgu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFskYgu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFvZjPD {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFvZjPD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFvZjPD .row {
  flex-direction: row-reverse;
}
.cid-uRCcFvZjPD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFvZjPD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFzontP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFzontP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFzontP .row {
  flex-direction: row-reverse;
}
.cid-uRCcFzontP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFzontP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFE6BLE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFE6BLE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFE6BLE .row {
  flex-direction: row-reverse;
}
.cid-uRCcFE6BLE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFE6BLE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFGKrsY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFGKrsY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFGKrsY .row {
  flex-direction: row-reverse;
}
.cid-uRCcFGKrsY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFGKrsY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFKmeuZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFKmeuZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFKmeuZ .row {
  flex-direction: row-reverse;
}
.cid-uRCcFKmeuZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFKmeuZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFNAA39 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFNAA39 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFNAA39 .row {
  flex-direction: row-reverse;
}
.cid-uRCcFNAA39 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFNAA39 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFQLr61 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFQLr61 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFQLr61 .row {
  flex-direction: row-reverse;
}
.cid-uRCcFQLr61 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFQLr61 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFU5dIa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFU5dIa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFU5dIa .row {
  flex-direction: row-reverse;
}
.cid-uRCcFU5dIa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFU5dIa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcFXjkJb {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcFXjkJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcFXjkJb .row {
  flex-direction: row-reverse;
}
.cid-uRCcFXjkJb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcFXjkJb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcG2n6CN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcG2n6CN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcG2n6CN .row {
  flex-direction: row-reverse;
}
.cid-uRCcG2n6CN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcG2n6CN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcG5aIbn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcG5aIbn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcG5aIbn .row {
  flex-direction: row-reverse;
}
.cid-uRCcG5aIbn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcG5aIbn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcG5aIbn .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uRCcG8e44i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcG8e44i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcG8e44i .row {
  flex-direction: row-reverse;
}
.cid-uRCcG8e44i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcG8e44i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGcSW70 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGcSW70 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGcSW70 .row {
  flex-direction: row-reverse;
}
.cid-uRCcGcSW70 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGcSW70 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGg9ErT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGg9ErT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGg9ErT .row {
  flex-direction: row-reverse;
}
.cid-uRCcGg9ErT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGg9ErT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGiMLwR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGiMLwR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGiMLwR .row {
  flex-direction: row-reverse;
}
.cid-uRCcGiMLwR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGiMLwR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGlL8y8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-uRCcGlL8y8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGlL8y8 .row {
  flex-direction: row-reverse;
}
.cid-uRCcGlL8y8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGlL8y8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGovm59 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGovm59 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGovm59 .row {
  flex-direction: row-reverse;
}
.cid-uRCcGovm59 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGovm59 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGrwPp0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-uRCcGrwPp0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGrwPp0 .row {
  flex-direction: row-reverse;
}
.cid-uRCcGrwPp0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGrwPp0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGvIRtO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGvIRtO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGvIRtO .row {
  flex-direction: row-reverse;
}
.cid-uRCcGvIRtO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGvIRtO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGyCkIn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGyCkIn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGyCkIn .row {
  flex-direction: row-reverse;
}
.cid-uRCcGyCkIn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGyCkIn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGBsLwY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-uRCcGBsLwY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGBsLwY .row {
  flex-direction: row-reverse;
}
.cid-uRCcGBsLwY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGBsLwY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGDDt6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGDDt6F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGDDt6F .row {
  flex-direction: row-reverse;
}
.cid-uRCcGDDt6F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGDDt6F .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGES3sn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGES3sn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGES3sn .row {
  flex-direction: row-reverse;
}
.cid-uRCcGES3sn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGES3sn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGG6vzO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGG6vzO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGG6vzO .row {
  flex-direction: row-reverse;
}
.cid-uRCcGG6vzO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGG6vzO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGJ9M7M {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGJ9M7M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGJ9M7M .row {
  flex-direction: row-reverse;
}
.cid-uRCcGJ9M7M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGJ9M7M .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGLO9cx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGLO9cx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGLO9cx .row {
  flex-direction: row-reverse;
}
.cid-uRCcGLO9cx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGLO9cx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGPn35C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGPn35C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGPn35C .row {
  flex-direction: row-reverse;
}
.cid-uRCcGPn35C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGPn35C .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGRJ5SW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGRJ5SW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGRJ5SW .row {
  flex-direction: row-reverse;
}
.cid-uRCcGRJ5SW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGRJ5SW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGUDhXd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGUDhXd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGUDhXd .row {
  flex-direction: row-reverse;
}
.cid-uRCcGUDhXd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGUDhXd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcGXSBBH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcGXSBBH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcGXSBBH .row {
  flex-direction: row-reverse;
}
.cid-uRCcGXSBBH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcGXSBBH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcH14RuS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcH14RuS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcH14RuS .row {
  flex-direction: row-reverse;
}
.cid-uRCcH14RuS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcH14RuS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcH5Q3RD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcH5Q3RD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcH5Q3RD .row {
  flex-direction: row-reverse;
}
.cid-uRCcH5Q3RD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcH5Q3RD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcH9zF2G {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fcf1fd;
}
.cid-uRCcH9zF2G .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uRCcH9zF2G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcH9zF2G .row {
  flex-direction: row-reverse;
}
.cid-uRCcH9zF2G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcH9zF2G .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHbRlEs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHbRlEs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHbRlEs .row {
  flex-direction: row-reverse;
}
.cid-uRCcHbRlEs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHbRlEs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHfxRXh {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHfxRXh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHfxRXh .row {
  flex-direction: row-reverse;
}
.cid-uRCcHfxRXh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHfxRXh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHjSVKv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHjSVKv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHjSVKv .row {
  flex-direction: row-reverse;
}
.cid-uRCcHjSVKv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHjSVKv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHnXd4c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHnXd4c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHnXd4c .row {
  flex-direction: row-reverse;
}
.cid-uRCcHnXd4c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHnXd4c .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHrkb8E {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHrkb8E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHrkb8E .row {
  flex-direction: row-reverse;
}
.cid-uRCcHrkb8E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHrkb8E .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHuebwv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHuebwv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHuebwv .row {
  flex-direction: row-reverse;
}
.cid-uRCcHuebwv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHuebwv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHxxaUx {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHxxaUx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHxxaUx .row {
  flex-direction: row-reverse;
}
.cid-uRCcHxxaUx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHxxaUx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHAjmNV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHAjmNV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHAjmNV .row {
  flex-direction: row-reverse;
}
.cid-uRCcHAjmNV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHAjmNV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHD0WiN {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHD0WiN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHD0WiN .row {
  flex-direction: row-reverse;
}
.cid-uRCcHD0WiN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHD0WiN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHH5zn3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHH5zn3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHH5zn3 .row {
  flex-direction: row-reverse;
}
.cid-uRCcHH5zn3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHH5zn3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHJAPXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHJAPXJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHJAPXJ .row {
  flex-direction: row-reverse;
}
.cid-uRCcHJAPXJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHJAPXJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHNa7rE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHNa7rE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHNa7rE .row {
  flex-direction: row-reverse;
}
.cid-uRCcHNa7rE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHNa7rE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHQvJcB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHQvJcB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHQvJcB .row {
  flex-direction: row-reverse;
}
.cid-uRCcHQvJcB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHQvJcB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHTzqu7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcHTzqu7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHTzqu7 .row {
  flex-direction: row-reverse;
}
.cid-uRCcHTzqu7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHTzqu7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHW6ECo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
.cid-uRCcHW6ECo .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uRCcHW6ECo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHW6ECo .row {
  flex-direction: row-reverse;
}
.cid-uRCcHW6ECo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHW6ECo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcHZjdUh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce9fd;
}
@media (max-width: 991px) {
  .cid-uRCcHZjdUh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcHZjdUh .row {
  flex-direction: row-reverse;
}
.cid-uRCcHZjdUh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcHZjdUh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcI2JAej {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcI2JAej .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcI2JAej .row {
  flex-direction: row-reverse;
}
.cid-uRCcI2JAej img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcI2JAej .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcI5n0vv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcI5n0vv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcI5n0vv .row {
  flex-direction: row-reverse;
}
.cid-uRCcI5n0vv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcI5n0vv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcI8CpVW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcI8CpVW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcI8CpVW .row {
  flex-direction: row-reverse;
}
.cid-uRCcI8CpVW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcI8CpVW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcI8CpVW .mbr-section-title {
  color: #232323;
}
.cid-uRCcIdIlHH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIdIlHH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIdIlHH .row {
  flex-direction: row-reverse;
}
.cid-uRCcIdIlHH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIdIlHH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIiOqiP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIiOqiP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIiOqiP .row {
  flex-direction: row-reverse;
}
.cid-uRCcIiOqiP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIiOqiP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcImq1zb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcImq1zb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcImq1zb .row {
  flex-direction: row-reverse;
}
.cid-uRCcImq1zb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcImq1zb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIq7BZc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIq7BZc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIq7BZc .row {
  flex-direction: row-reverse;
}
.cid-uRCcIq7BZc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIq7BZc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIuissu {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIuissu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIuissu .row {
  flex-direction: row-reverse;
}
.cid-uRCcIuissu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIuissu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIxULHh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIxULHh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIxULHh .row {
  flex-direction: row-reverse;
}
.cid-uRCcIxULHh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIxULHh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIBhzyP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIBhzyP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIBhzyP .row {
  flex-direction: row-reverse;
}
.cid-uRCcIBhzyP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIBhzyP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIEvhW4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIEvhW4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIEvhW4 .row {
  flex-direction: row-reverse;
}
.cid-uRCcIEvhW4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIEvhW4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIH9Jsm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIH9Jsm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIH9Jsm .row {
  flex-direction: row-reverse;
}
.cid-uRCcIH9Jsm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIH9Jsm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIKhwaf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIKhwaf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIKhwaf .row {
  flex-direction: row-reverse;
}
.cid-uRCcIKhwaf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIKhwaf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIOnq1T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIOnq1T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIOnq1T .row {
  flex-direction: row-reverse;
}
.cid-uRCcIOnq1T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIOnq1T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIRyJDl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIRyJDl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIRyJDl .row {
  flex-direction: row-reverse;
}
.cid-uRCcIRyJDl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIRyJDl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIV4fAL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIV4fAL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIV4fAL .row {
  flex-direction: row-reverse;
}
.cid-uRCcIV4fAL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIV4fAL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIV4fAL .mbr-section-title {
  color: #000000;
}
.cid-uRCcIYXaUu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcIYXaUu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcIYXaUu .row {
  flex-direction: row-reverse;
}
.cid-uRCcIYXaUu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcIYXaUu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcIYXaUu .mbr-text {
  color: #232323;
}
.cid-uRCcJ3wgUG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcJ3wgUG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcJ3wgUG .row {
  flex-direction: row-reverse;
}
.cid-uRCcJ3wgUG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcJ3wgUG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRCcJ5LY3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRCcJ5LY3h .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uRCcJ5LY3h .bg-instagram:hover {
  background: #bd005c;
}
.cid-uRCcJ5LY3h .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-uRCcJ5LY3h [class^="socicon-"]:before,
.cid-uRCcJ5LY3h [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uRCcJ9A7Ww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uRCcJcca1S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRCcJcca1S nav.navbar {
  position: fixed;
}
.cid-uRCcJcca1S .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-uRCcJcca1S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRCcJcca1S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRCcJcca1S .dropdown-item:hover,
.cid-uRCcJcca1S .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-uRCcJcca1S .dropdown-item:hover span {
  color: white;
}
.cid-uRCcJcca1S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRCcJcca1S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRCcJcca1S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRCcJcca1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRCcJcca1S .nav-link {
  position: relative;
}
.cid-uRCcJcca1S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRCcJcca1S .container {
    flex-wrap: nowrap;
  }
}
.cid-uRCcJcca1S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRCcJcca1S .dropdown-menu,
.cid-uRCcJcca1S .navbar.opened {
  background: #fcf1fd !important;
}
.cid-uRCcJcca1S .nav-item:focus,
.cid-uRCcJcca1S .nav-link:focus {
  outline: none;
}
.cid-uRCcJcca1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRCcJcca1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRCcJcca1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRCcJcca1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRCcJcca1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRCcJcca1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRCcJcca1S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcf1fd;
}
.cid-uRCcJcca1S .navbar.opened {
  transition: all 0.3s;
}
.cid-uRCcJcca1S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRCcJcca1S .navbar .navbar-logo img {
  width: auto;
}
.cid-uRCcJcca1S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRCcJcca1S .navbar.collapsed {
  justify-content: center;
}
.cid-uRCcJcca1S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRCcJcca1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRCcJcca1S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRCcJcca1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRCcJcca1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRCcJcca1S .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-uRCcJcca1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRCcJcca1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRCcJcca1S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRCcJcca1S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRCcJcca1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRCcJcca1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRCcJcca1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRCcJcca1S .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-uRCcJcca1S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRCcJcca1S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRCcJcca1S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRCcJcca1S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRCcJcca1S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRCcJcca1S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRCcJcca1S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRCcJcca1S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRCcJcca1S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRCcJcca1S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRCcJcca1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRCcJcca1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRCcJcca1S .dropdown-item.active,
.cid-uRCcJcca1S .dropdown-item:active {
  background-color: transparent;
}
.cid-uRCcJcca1S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRCcJcca1S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRCcJcca1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRCcJcca1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcf1fd;
}
.cid-uRCcJcca1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRCcJcca1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRCcJcca1S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRCcJcca1S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRCcJcca1S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRCcJcca1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRCcJcca1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRCcJcca1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCcJcca1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRCcJcca1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRCcJcca1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCcJcca1S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRCcJcca1S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRCcJcca1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRCcJcca1S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRCcJcca1S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRCcJcca1S .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-uRCcJcca1S .navbar {
    height: 70px;
  }
  .cid-uRCcJcca1S .navbar.opened {
    height: auto;
  }
  .cid-uRCcJcca1S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRCcJfFZtm {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fcf1fd;
}
@media (max-width: 991px) {
  .cid-uRCcJfFZtm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCcJfFZtm .row {
  flex-direction: row-reverse;
}
.cid-uRCcJfFZtm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRCcJfFZtm .text-wrapper {
    padding: 2rem;
  }
}
