body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.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: #23232b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #1872a0 !important;
}
.bg-warning {
  background-color: #1dcd2c !important;
}
.bg-danger {
  background-color: #e72410 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #23232b !important;
  border-color: #23232b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !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: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #1872a0 !important;
  border-color: #1872a0 !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: #0d3c55 !important;
  border-color: #0d3c55 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d3c55 !important;
  border-color: #0d3c55 !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: #1dcd2c !important;
  border-color: #1dcd2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #12811c !important;
  border-color: #12811c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #12811c !important;
  border-color: #12811c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e72410 !important;
  border-color: #e72410 !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: #96170a !important;
  border-color: #96170a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #96170a !important;
  border-color: #96170a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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 {
  border-color: #23232b;
  color: #23232b;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #1872a0;
  color: #1872a0;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #1dcd2c;
  color: #1dcd2c;
}
.btn-danger-outline {
  border-color: #e72410;
  color: #e72410;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #23232b !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #1872a0 !important;
}
.text-warning {
  color: #1dcd2c !important;
}
.text-danger {
  color: #e72410 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !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: #0b3347 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #107419 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #881509 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #23232b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1872a0;
}
.alert-warning {
  background-color: #1dcd2c;
}
.alert-danger {
  background-color: #e72410;
}
.mbr-gallery-filter li.active .btn {
  background-color: #23232b;
  border-color: #23232b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #23232b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6d6dd;
}
.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: #52b3e5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0f6c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbcdc8;
}
/* Scroll to top button*/
blockquote {
  border-color: #23232b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #23232b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #23232b;
}
.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: #23232b;
  border-bottom-color: #23232b;
}
.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: #23232b !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: #9b9ba5 !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='%2323232b' %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-tFzqckYPu1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tFzqckYPu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzqckYPu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFzqckYPu1 .container {
    padding: 0 10px;
  }
  .cid-tFzqckYPu1 .container .row {
    padding: 0;
  }
}
.cid-tFzqckYPu1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tFzqckYPu1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tFzqckYPu1 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tFzqckYPu1 .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 10px;
  }
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tFzqckYPu1 .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 220px;
  }
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tFzqckYPu1 .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tFzqckYPu1 .embla__button--next,
.cid-tFzqckYPu1 .embla__button--prev {
  display: flex;
}
.cid-tFzqckYPu1 .embla__button {
  bottom: 8rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #1872a0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
}
@media (max-width: 768px) {
  .cid-tFzqckYPu1 .embla__button {
    display: none;
  }
}
.cid-tFzqckYPu1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFzqckYPu1 .embla__button:hover {
  background-color: transparent;
  color: #1872a0;
}
.cid-tFzqckYPu1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tFzqckYPu1 .embla__button.embla__button--next {
  right: auto;
  left: 3rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tFzqckYPu1 .embla__button {
    bottom: 10rem;
  }
}
.cid-tFzqckYPu1 .embla {
  position: relative;
  width: 100%;
}
.cid-tFzqckYPu1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFzqckYPu1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFzqckYPu1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFzqckYPu1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFzqckYPu1 .mbr-card-title {
  color: #ffffff;
}
.cid-tFPZqugBLd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFPZqugBLd {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}
.cid-tFPZqugBLd .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tFPZqugBLd .container-fluid {
  max-width: 1200px;
}
.cid-tFPZqugBLd .row > div,
.cid-tFPZqugBLd .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tFPYnzZjsv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFPYnzZjsv .container-fluid {
  padding: 0 3rem;
}
.cid-tFPYnzZjsv .mbr-section-subtitle {
  color: #767676;
}
.cid-tFPYnzZjsv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tFPYnzZjsv .table-wrapper {
  margin: 0 auto;
}
.cid-tFPYnzZjsv table {
  width: 61% !important;
  margin-top: 2px;
  margin-bottom: 0;
}
.cid-tFPYnzZjsv table thead tr {
  border: none !important;
}
.cid-tFPYnzZjsv table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #0e0e16;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tFPYnzZjsv table tr td {
  border-color: #101019;
}
.cid-tFPYnzZjsv table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 90px;
}
.cid-tFPYnzZjsv th:after,
.cid-tFPYnzZjsv th:before {
  display: none !important;
}
.cid-tFPYnzZjsv .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tFPYnzZjsv .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tFPYnzZjsv table th,
  .cid-tFPYnzZjsv table td {
    padding: 0.15rem;
  }
}
.cid-tFPYnzZjsv .body-item {
  text-align: left;
}
.cid-tFPYnzZjsv .mbr-text {
  color: #767676;
}
.cid-tFPYnzZjsv .head-item {
  color: #232323;
}
.cid-tFPYnzZjsv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tFPYnzZjsv .kakomu {
  padding: 5px 10px;
  margin: 0 10px;
  background-color: dodgerblue;
  color: WHITE;
  border: 0.5px solid dodgerblue;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.95em;
}
.cid-tFPYnzZjsv .table tbody .tableColumns .body-item,
.cid-tFPYnzZjsv .table {
  text-align: center;
}
.cid-tFzlUIj0HC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFzlUIj0HC {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-tFzlUIj0HC .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tFzlUIj0HC .container-fluid {
  max-width: 1200px;
}
.cid-tFzlUIj0HC .row > div,
.cid-tFzlUIj0HC .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tFzlFOSlLX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFzlFOSlLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzlFOSlLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFzlFOSlLX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tFzlFOSlLX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFzlFOSlLX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFzlFOSlLX .container {
    padding: 0 20px;
  }
}
.cid-tFzlFOSlLX .row {
  justify-content: center;
}
.cid-tFzlFOSlLX .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tFzlFOSlLX .item {
    margin-bottom: 30px;
  }
}
.cid-tFzlFOSlLX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tFzlFOSlLX .item .item-wrapper .item-img {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.cid-tFzlFOSlLX .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
}
.cid-tFzlFOSlLX .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tFzlFOSlLX .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-tFzlFOSlLX .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-tFzlFOSlLX .mbr-card-title {
  color: #1d1d1d;
}
.cid-tFzlFOSlLX .mbr-card-title,
.cid-tFzlFOSlLX .item-img {
  text-align: center;
}
.cid-tFzlFOSlLX .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tFzmzlqaCj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFzmzlqaCj {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-tFzmzlqaCj .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tFzmzlqaCj .container-fluid {
  max-width: 700px;
}
.cid-tFzmzlqaCj .row > div,
.cid-tFzmzlqaCj .mbr-section-subtitle {
  text-align: left;
  color: #101019;
}
.cid-tFzmzlqaCj .row > div,
.cid-tFzmzlqaCj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tFyS2N5VWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tFyS2N5VWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFyS2N5VWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFyS2N5VWU .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tFyS2N5VWU .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tFyS2N5VWU .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tFyS2N5VWU .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tFyS2N5VWU .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tFyS2N5VWU .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tFyS2N5VWU .mbr-section-head {
  width: 100%;
}
.cid-tFyS2N5VWU .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tFyS2N5VWU .mbr-section-title {
    text-align: center;
  }
}
.cid-tFyS2N5VWU .mbr-section-subtitle {
  color: #101019;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tFyS2N5VWU .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tFyS2N5VWU .card-row {
  align-items: stretch;
}
.cid-tFyS2N5VWU .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tFyS2N5VWU .item {
    margin-top: 30px;
  }
}
.cid-tFyS2N5VWU .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
}
@media (max-width: 1199px) {
  .cid-tFyS2N5VWU .item-wrapper {
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .cid-tFyS2N5VWU .item-wrapper {
    padding: 5px;
  }
}
.cid-tFyS2N5VWU .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tFyS2N5VWU .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tFyS2N5VWU .item-wrapper:hover .card-title {
  color: #101019 !important;
}
.cid-tFyS2N5VWU .item-wrapper:hover .card-text {
  color: #101019 !important;
}
.cid-tFyS2N5VWU .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-tFyS2N5VWU .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e8e8e8, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-tFyS2N5VWU .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tFyS2N5VWU .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tFyS2N5VWU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-tFyS2N5VWU .card-title {
  color: #101019;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tFyS2N5VWU .card-title {
    margin-bottom: 15px;
  }
}
.cid-tFyS2N5VWU .card-text {
  color: #101019;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tFyS2N5VWU .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-tFyS2N5VWU .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-tFyX3tbEJR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFyX3tbEJR .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
  text-align: center;
}
.cid-tFyX3tbEJR .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-tFyX3tbEJR .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-tFyX3tbEJR .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tFyX3tbEJR .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tFyX3tbEJR .item {
  padding: 0;
}
.cid-tFyX3tbEJR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 1px solid transparent;
}
.cid-tFyX3tbEJR .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #ffffff;
}
.cid-tFyX3tbEJR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-tFyX3tbEJR .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tFyX3tbEJR .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 1% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tFyX3tbEJR .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-tFyX3tbEJR .item-text-wrap {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .cid-tFyX3tbEJR .item-text-wrap {
    margin-bottom: 1em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-tFyX3tbEJR .item-title {
  color: #272727;
  margin-bottom: 0.52em;
  text-align: center;
}
.cid-tFyX3tbEJR .item-subtitle {
  color: #272727;
  opacity: 1;
}
.cid-tFyX3tbEJR .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-tFyX3tbEJR .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tFyX3tbEJR .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-tFyX3tbEJR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFyX3tbEJR .mbr-text {
  flex-grow: 1;
  color: #272727;
}
.cid-tFyX3tbEJR .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-tFyX3tbEJR .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-tFzd4PwlUS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFzd4PwlUS {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-tFzd4PwlUS .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tFzd4PwlUS .container-fluid {
  max-width: 1200px;
}
.cid-tFzd4PwlUS .row > div,
.cid-tFzd4PwlUS .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tFz98sn8zW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFz98sn8zW .mbr-section-subtitle {
  color: #ffffff;
  display: inline;
  width: auto;
  transition: all .3s;
}
.cid-tFz98sn8zW .brand {
  border: 0.1px solid #3D626C4A;
  border-radius: 05px;
  padding: 10px 30px;
  display: inline;
  width: auto;
  margin: 7px 20px;
  background-color: #a9a9a9;
  transition: all .3s;
}
@media (max-width: 460px) {
  .cid-tFz98sn8zW .row-main {
    flex-direction: column;
  }
  .cid-tFz98sn8zW .col-auto {
    margin-bottom: 20px;
  }
  .cid-tFz98sn8zW .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-tFz98sn8zW .container {
  display: flex;
  justify-content: center;
}
.cid-tFz98sn8zW .brand:hover {
  border-color: #7eccc4;
}
.cid-tFz98sn8zW .brand:hover .mbr-section-subtitle {
  color: #4682b4;
}
.cid-tFz98sn8zW .container,
.cid-tFz98sn8zW .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.cid-tFzaxoYfos {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tFzaxoYfos .mbr-section-subtitle {
  color: #ffffff;
  display: inline;
  width: auto;
  transition: all .3s;
}
.cid-tFzaxoYfos .brand {
  border: 0.1px solid #3D626C4A;
  border-radius: 05px;
  padding: 10px 30px;
  display: inline;
  width: auto;
  margin: 7px 20px;
  background-color: #a9a9a9;
  transition: all .3s;
}
@media (max-width: 460px) {
  .cid-tFzaxoYfos .row-main {
    flex-direction: column;
  }
  .cid-tFzaxoYfos .col-auto {
    margin-bottom: 20px;
  }
  .cid-tFzaxoYfos .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-tFzaxoYfos .container {
  display: flex;
  justify-content: center;
}
.cid-tFzaxoYfos .brand:hover {
  border-color: #7eccc4;
}
.cid-tFzaxoYfos .brand:hover .mbr-section-subtitle {
  color: #4682b4;
}
.cid-tFzaxoYfos .container,
.cid-tFzaxoYfos .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.cid-tD5OIZmrII {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tD5OIZmrII .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tD5OIZmrII .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tD5OIZmrII .wrapper {
  padding: 0rem;
}
.cid-tD5OIZmrII .icon-left {
  margin-right: 0.1rem;
}
.cid-tD5OIZmrII .icon-right {
  margin-left: 0.1rem;
}
.cid-tD5OIZmrII .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tD5OIZmrII .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tD5OIZmrII .card-subtitle {
  text-align: left;
}
.cid-tD5OIZmrII .shadow {
  border-radius: 5px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  border: 1px solid #eff0f6;
}
.cid-tD5OIZmrII .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tD5OIZmrII .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tD5OIZmrII .margin {
  margin-right: 14px;
}
.cid-tD5OIZmrII .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tD5OIZmrII .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tD5OIZmrII .people {
  align-items: center;
}
.cid-tD5OIZmrII .item-wrapper {
  width: 100%;
}
.cid-tD5OIZmrII .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #14142b;
}
.cid-tD5OIZmrII img {
  border-radius: 5%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-tD5OIZmrII .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tD5OIZmrII .card-text,
.cid-tD5OIZmrII .iconfont-wrapper {
  color: #8c8c95;
}
.cid-tD5OIZmrII .card-subtitle,
.cid-tD5OIZmrII .card-subtitle2 {
  display: inline;
}
.cid-tD5OIZmrII .card-subtitle2 {
  color: #8c8c95;
}
@media (max-width: 576px) {
  .cid-tD5OIZmrII .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-tD5OIZmrII .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-tD5OIZmrII img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tD5OIZmrII .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tD5OIZmrII .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tD5OIZmrII .card-text,
.cid-tD5OIZmrII .iconfont-wrapper,
.cid-tD5OIZmrII .align {
  color: #101019;
}
.cid-tvYaDBRiXv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvYaDBRiXv {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-tvYaDBRiXv .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tvYaDBRiXv .container-fluid {
  max-width: 1200px;
}
.cid-tvYaDBRiXv .row > div,
.cid-tvYaDBRiXv .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tvUdHxDLM4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvUdHxDLM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvUdHxDLM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvUdHxDLM4 .img-wrapper {
  text-align: center;
}
.cid-tvUdHxDLM4 img {
  margin: auto;
  width: 140px;
}
.cid-tvUdHxDLM4 .row {
  align-items: flex-start;
}
.cid-tvUdHxDLM4 .card-wrapper {
  border-radius: 2rem;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tvUdHxDLM4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tvUdHxDLM4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvUdHxDLM4 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tvUdHxDLM4 .title {
  text-align: center;
  color: #555555;
}
.cid-tvUdHxDLM4 .mbr-text,
.cid-tvUdHxDLM4 .mbr-section-btn {
  margin-left: 2.5rem;
  text-align: left;
}
.cid-tD5GfbynV2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tD5GfbynV2 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tD5GfbynV2 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tD5GfbynV2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tD5GfbynV2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tD5GfbynV2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tD5GfbynV2 .map-placeholder {
  display: none;
}
.cid-tD5GfbynV2 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tD5GfbynV2 .card {
  padding: 2rem 4rem;
}
.cid-tD5GfbynV2 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tD5GfbynV2 .card .mbr-text {
  color: #06182d;
}
.cid-tD5GfbynV2 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tD5GfbynV2 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tD5GfbynV2 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 0.1rem;
  font-size: 1.2rem;
}
.cid-tD5GfbynV2 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tD5GfbynV2 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tD5GfbynV2 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tD5GfbynV2 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tD5GfbynV2 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tD5GfbynV2 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tD5GfbynV2 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tD5GfbynV2 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD5GfbynV2 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tD5GfbynV2 .card .form-group {
  padding-right: 0;
}
.cid-tD5GfbynV2 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tD5GfbynV2 .card .btn-primary {
  border: 1px solid #23232b !important;
}
.cid-tD5GfbynV2 .card .btn-primary:hover {
  border: 1px solid #23232b !important;
}
@media (max-width: 1200px) {
  .cid-tD5GfbynV2 .card {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tD5GfbynV2 {
    padding: 1rem;
  }
  .cid-tD5GfbynV2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tD5GfbynV2 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tD5GfbynV2 * {
    text-align: left !important;
  }
  .cid-tD5GfbynV2 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tD5GfbynV2 .form-group {
    max-width: 200px;
  }
  .cid-tD5GfbynV2 .card {
    padding: 2rem 1rem;
  }
}
.cid-tD5GfbynV2 .card .items .list-item .text2,
.cid-tD5GfbynV2 .card .items .list-item {
  text-align: left;
}
.cid-tD5ETWztLY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tD5ETWztLY .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tD5ETWztLY .content {
    padding: 1rem 0;
  }
}
.cid-tD5ETWztLY .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tD5ETWztLY .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tD5ETWztLY .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tvKWoqub3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvKWoqub3t nav.navbar {
  position: fixed;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvKWoqub3t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvKWoqub3t .dropdown-item:hover,
.cid-tvKWoqub3t .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tvKWoqub3t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvKWoqub3t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvKWoqub3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvKWoqub3t .nav-link {
  position: relative;
}
.cid-tvKWoqub3t .container {
  display: flex;
  margin: auto;
}
.cid-tvKWoqub3t .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown-menu,
.cid-tvKWoqub3t .navbar.opened {
  background: #ffffff !important;
}
.cid-tvKWoqub3t .nav-item:focus,
.cid-tvKWoqub3t .nav-link:focus {
  outline: none;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvKWoqub3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvKWoqub3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.opened {
  transition: all 0.3s;
}
.cid-tvKWoqub3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvKWoqub3t .navbar .navbar-logo img {
  width: auto;
}
.cid-tvKWoqub3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvKWoqub3t .navbar.collapsed {
  justify-content: center;
}
.cid-tvKWoqub3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvKWoqub3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvKWoqub3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvKWoqub3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvKWoqub3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvKWoqub3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvKWoqub3t .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-tvKWoqub3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvKWoqub3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvKWoqub3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvKWoqub3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvKWoqub3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvKWoqub3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvKWoqub3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvKWoqub3t .dropdown-item.active,
.cid-tvKWoqub3t .dropdown-item:active {
  background-color: transparent;
}
.cid-tvKWoqub3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvKWoqub3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvKWoqub3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvKWoqub3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvKWoqub3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvKWoqub3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar {
    height: 70px;
  }
  .cid-tvKWoqub3t .navbar.opened {
    height: auto;
  }
  .cid-tvKWoqub3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvKWoqub3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvKWoqub3t nav.navbar {
  position: fixed;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvKWoqub3t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvKWoqub3t .dropdown-item:hover,
.cid-tvKWoqub3t .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tvKWoqub3t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvKWoqub3t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvKWoqub3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvKWoqub3t .nav-link {
  position: relative;
}
.cid-tvKWoqub3t .container {
  display: flex;
  margin: auto;
}
.cid-tvKWoqub3t .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown-menu,
.cid-tvKWoqub3t .navbar.opened {
  background: #ffffff !important;
}
.cid-tvKWoqub3t .nav-item:focus,
.cid-tvKWoqub3t .nav-link:focus {
  outline: none;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvKWoqub3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvKWoqub3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.opened {
  transition: all 0.3s;
}
.cid-tvKWoqub3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvKWoqub3t .navbar .navbar-logo img {
  width: auto;
}
.cid-tvKWoqub3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvKWoqub3t .navbar.collapsed {
  justify-content: center;
}
.cid-tvKWoqub3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvKWoqub3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvKWoqub3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvKWoqub3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvKWoqub3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvKWoqub3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvKWoqub3t .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-tvKWoqub3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvKWoqub3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvKWoqub3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvKWoqub3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvKWoqub3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvKWoqub3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvKWoqub3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvKWoqub3t .dropdown-item.active,
.cid-tvKWoqub3t .dropdown-item:active {
  background-color: transparent;
}
.cid-tvKWoqub3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvKWoqub3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvKWoqub3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvKWoqub3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvKWoqub3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvKWoqub3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar {
    height: 70px;
  }
  .cid-tvKWoqub3t .navbar.opened {
    height: auto;
  }
  .cid-tvKWoqub3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFztkcjvkv {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tFztkcjvkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFztkcjvkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFztkcjvkv img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tFztkcjvkv img {
    padding-bottom: 2rem;
  }
}
.cid-tFztkcjvkv .row {
  align-items: center;
}
.cid-tFztkcjvkv .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-tFztkcjvkv .mbr-text,
.cid-tFztkcjvkv .mbr-section-btn {
  color: #ffffff;
}
.cid-tFztkcjvkv .mbr-section-subtitle {
  color: #404049;
  text-align: center;
}
.cid-tFzuNCK8zV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tFzuNCK8zV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzuNCK8zV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFzuNCK8zV .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tFzuNCK8zV .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tFzuNCK8zV .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tFzuNCK8zV .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tFzuNCK8zV .mbr-section-title {
    text-align: center;
  }
}
.cid-tFzuNCK8zV .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tFzuNCK8zV .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tFzuNCK8zV .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-tFzuNCK8zV .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-tFzuNCK8zV .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tFzuNCK8zV .item-wrapper {
    padding: 5px;
  }
}
.cid-tFzuNCK8zV .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tFzuNCK8zV .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-tFzuNCK8zV .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-tFzuNCK8zV .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tFzuNCK8zV .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-tFzuNCK8zV .item-right {
    flex-basis: 100%;
  }
}
.cid-tFzuNCK8zV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tFzuNCK8zV .item-img {
    max-width: 250px;
  }
}
.cid-tFzuNCK8zV .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tFzuNCK8zV .item-img:hover img {
  transform: scale(1.05);
}
.cid-tFzuNCK8zV .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-tFzuNCK8zV .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-tFzuNCK8zV .card-box {
    padding-left: 0;
    padding-top: 15px;
    flex-basis: 100%;
  }
}
.cid-tFzuNCK8zV .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-tFzuNCK8zV .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tFzuNCK8zV .card-title {
  color: #101019;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tFzuNCK8zV .card-title {
    margin-bottom: 10px;
  }
}
.cid-tFzuNCK8zV .card-subtitle {
  color: #101019;
  margin-bottom: 7px;
}
.cid-tFzuNCK8zV .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tFzuNCK8zV .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-tFzAmL06FM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tFzAmL06FM .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tFzAmL06FM .content {
    padding: 1rem 0;
  }
}
.cid-tFzAmL06FM .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tFzAmL06FM .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tFzAmL06FM .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tFzGSrdEPB {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tFzGSrdEPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzGSrdEPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFzGSrdEPB img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tFzGSrdEPB img {
    padding-bottom: 2rem;
  }
}
.cid-tFzGSrdEPB .row {
  align-items: center;
}
.cid-tFzGSrdEPB .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-tFzGSrdEPB .mbr-text,
.cid-tFzGSrdEPB .mbr-section-btn {
  color: #ffffff;
}
.cid-tFzGSrdEPB .mbr-section-subtitle {
  color: #404049;
  text-align: center;
}
.cid-tFQo13QkvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFQo13QkvG .panel-group {
  border: none;
}
.cid-tFQo13QkvG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFQo13QkvG .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-tFQo13QkvG .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-tFQo13QkvG .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-tFQo13QkvG .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-tFQo13QkvG .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #c9c9c9;
}
.cid-tFQo13QkvG .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-tFQo13QkvG .card {
  margin-bottom: 0.75rem;
}
.cid-tFQo13QkvG .card .card-header {
  background-color: transparent;
}
.cid-tFQo13QkvG .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-tFQo13QkvG .image-wrapper,
.cid-tFQo13QkvG .mbr-img-wrap {
  height: 100%;
}
.cid-tFQo13QkvG .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-tFQo13QkvG .icon-card::before,
.cid-tFQo13QkvG .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #23232b;
  transition: 0.3s;
}
.cid-tFQo13QkvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQo13QkvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQo13QkvG .panel-text {
  color: #e33c0b;
}
.cid-tFQqGfN6Ut {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFQqGfN6Ut .panel-group {
  border: none;
}
.cid-tFQqGfN6Ut .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFQqGfN6Ut .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-tFQqGfN6Ut .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-tFQqGfN6Ut .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-tFQqGfN6Ut .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-tFQqGfN6Ut .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #c9c9c9;
}
.cid-tFQqGfN6Ut .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-tFQqGfN6Ut .card {
  margin-bottom: 0.75rem;
}
.cid-tFQqGfN6Ut .card .card-header {
  background-color: transparent;
}
.cid-tFQqGfN6Ut .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-tFQqGfN6Ut .image-wrapper,
.cid-tFQqGfN6Ut .mbr-img-wrap {
  height: 100%;
}
.cid-tFQqGfN6Ut .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-tFQqGfN6Ut .icon-card::before,
.cid-tFQqGfN6Ut .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #23232b;
  transition: 0.3s;
}
.cid-tFQqGfN6Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQqGfN6Ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQqGfN6Ut .panel-text {
  color: #e33c0b;
}
.cid-tFzGWCDoqN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tFzGWCDoqN .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tFzGWCDoqN .content {
    padding: 1rem 0;
  }
}
.cid-tFzGWCDoqN .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tFzGWCDoqN .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tFzGWCDoqN .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tvKWoqub3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvKWoqub3t nav.navbar {
  position: fixed;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvKWoqub3t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvKWoqub3t .dropdown-item:hover,
.cid-tvKWoqub3t .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tvKWoqub3t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvKWoqub3t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvKWoqub3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvKWoqub3t .nav-link {
  position: relative;
}
.cid-tvKWoqub3t .container {
  display: flex;
  margin: auto;
}
.cid-tvKWoqub3t .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown-menu,
.cid-tvKWoqub3t .navbar.opened {
  background: #ffffff !important;
}
.cid-tvKWoqub3t .nav-item:focus,
.cid-tvKWoqub3t .nav-link:focus {
  outline: none;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvKWoqub3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvKWoqub3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.opened {
  transition: all 0.3s;
}
.cid-tvKWoqub3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvKWoqub3t .navbar .navbar-logo img {
  width: auto;
}
.cid-tvKWoqub3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvKWoqub3t .navbar.collapsed {
  justify-content: center;
}
.cid-tvKWoqub3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvKWoqub3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvKWoqub3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvKWoqub3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvKWoqub3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvKWoqub3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvKWoqub3t .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-tvKWoqub3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvKWoqub3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvKWoqub3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvKWoqub3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvKWoqub3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvKWoqub3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvKWoqub3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvKWoqub3t .dropdown-item.active,
.cid-tvKWoqub3t .dropdown-item:active {
  background-color: transparent;
}
.cid-tvKWoqub3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvKWoqub3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvKWoqub3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvKWoqub3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvKWoqub3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvKWoqub3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar {
    height: 70px;
  }
  .cid-tvKWoqub3t .navbar.opened {
    height: auto;
  }
  .cid-tvKWoqub3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFzJWMNcx6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tFzJWMNcx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzJWMNcx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFzJWMNcx6 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tFzJWMNcx6 img {
    padding-bottom: 2rem;
  }
}
.cid-tFzJWMNcx6 .row {
  align-items: center;
}
.cid-tFzJWMNcx6 .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-tFzJWMNcx6 .mbr-text,
.cid-tFzJWMNcx6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tFzJWMNcx6 .mbr-section-subtitle {
  color: #404049;
  text-align: center;
}
.cid-tD5yW2Wb5H {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tD5yW2Wb5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5yW2Wb5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5yW2Wb5H .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5yW2Wb5H .container-fluid {
    padding: 0 30px;
  }
}
.cid-tD5yW2Wb5H .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD5yW2Wb5H .container {
    padding: 0 30px;
  }
}
.cid-tD5yW2Wb5H .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tD5yW2Wb5H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tD5yW2Wb5H .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap {
  width: 100%;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a {
  display: block;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tD5yW2Wb5H .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tD5yW2Wb5H .embla__button--next,
.cid-tD5yW2Wb5H .embla__button--prev {
  display: flex;
}
.cid-tD5yW2Wb5H .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #1872a0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tD5yW2Wb5H .embla__button {
    display: none;
  }
}
.cid-tD5yW2Wb5H .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD5yW2Wb5H .embla__button:hover {
  background: transparent;
  color: #9b9ba5;
}
.cid-tD5yW2Wb5H .embla__button.embla__button--prev {
  left: 0;
}
.cid-tD5yW2Wb5H .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tD5yW2Wb5H .embla__button {
    top: auto;
  }
}
.cid-tD5yW2Wb5H .embla {
  position: relative;
  width: 100%;
}
.cid-tD5yW2Wb5H .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD5yW2Wb5H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD5yW2Wb5H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD5yW2Wb5H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD5yW2Wb5H .mbr-section-title {
  color: #000000;
}
.cid-tD5yW2Wb5H .mbr-date {
  color: #ffffff;
}
.cid-tD5yW2Wb5H .mbr-desc {
  color: #ffffff;
}
.cid-tD5yW2Wb5H .mbr-text {
  color: #ffffff;
}
.cid-tD5zovOjtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tD5zovOjtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5zovOjtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5zovOjtT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5zovOjtT .container-fluid {
    padding: 0 30px;
  }
}
.cid-tD5zovOjtT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD5zovOjtT .container {
    padding: 0 30px;
  }
}
.cid-tD5zovOjtT .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tD5zovOjtT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tD5zovOjtT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD5zovOjtT .embla__slide .card-wrap {
  width: 100%;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a {
  display: block;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tD5zovOjtT .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tD5zovOjtT .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tD5zovOjtT .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tD5zovOjtT .embla__button--next,
.cid-tD5zovOjtT .embla__button--prev {
  display: flex;
}
.cid-tD5zovOjtT .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #1872a0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tD5zovOjtT .embla__button {
    display: none;
  }
}
.cid-tD5zovOjtT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD5zovOjtT .embla__button:hover {
  background: transparent;
  color: #9b9ba5;
}
.cid-tD5zovOjtT .embla__button.embla__button--prev {
  left: 0;
}
.cid-tD5zovOjtT .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tD5zovOjtT .embla__button {
    top: auto;
  }
}
.cid-tD5zovOjtT .embla {
  position: relative;
  width: 100%;
}
.cid-tD5zovOjtT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD5zovOjtT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD5zovOjtT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD5zovOjtT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD5zovOjtT .mbr-section-title {
  color: #000000;
}
.cid-tD5zovOjtT .mbr-date {
  color: #ffffff;
}
.cid-tD5zovOjtT .mbr-desc {
  color: #ffffff;
}
.cid-tD5zovOjtT .mbr-text {
  color: #ffffff;
}
.cid-tD5zL0Lf5S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tD5zL0Lf5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5zL0Lf5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5zL0Lf5S .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5zL0Lf5S .container-fluid {
    padding: 0 30px;
  }
}
.cid-tD5zL0Lf5S .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD5zL0Lf5S .container {
    padding: 0 30px;
  }
}
.cid-tD5zL0Lf5S .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tD5zL0Lf5S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tD5zL0Lf5S .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap {
  width: 100%;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a {
  display: block;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tD5zL0Lf5S .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tD5zL0Lf5S .embla__button--next,
.cid-tD5zL0Lf5S .embla__button--prev {
  display: flex;
}
.cid-tD5zL0Lf5S .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #1872a0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tD5zL0Lf5S .embla__button {
    display: none;
  }
}
.cid-tD5zL0Lf5S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD5zL0Lf5S .embla__button:hover {
  background: transparent;
  color: #9b9ba5;
}
.cid-tD5zL0Lf5S .embla__button.embla__button--prev {
  left: 0;
}
.cid-tD5zL0Lf5S .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tD5zL0Lf5S .embla__button {
    top: auto;
  }
}
.cid-tD5zL0Lf5S .embla {
  position: relative;
  width: 100%;
}
.cid-tD5zL0Lf5S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD5zL0Lf5S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD5zL0Lf5S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD5zL0Lf5S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD5zL0Lf5S .mbr-section-title {
  color: #000000;
}
.cid-tD5zL0Lf5S .mbr-date {
  color: #ffffff;
}
.cid-tD5zL0Lf5S .mbr-desc {
  color: #ffffff;
}
.cid-tD5zL0Lf5S .mbr-text {
  color: #ffffff;
}
.cid-tD5AGxfSap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tD5AGxfSap .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5AGxfSap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5AGxfSap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5AGxfSap .container-fluid {
    padding: 0 30px;
  }
}
.cid-tD5AGxfSap .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD5AGxfSap .container {
    padding: 0 30px;
  }
}
.cid-tD5AGxfSap .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tD5AGxfSap .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tD5AGxfSap .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD5AGxfSap .embla__slide .card-wrap {
  width: 100%;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a {
  display: block;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tD5AGxfSap .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tD5AGxfSap .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tD5AGxfSap .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tD5AGxfSap .embla__button--next,
.cid-tD5AGxfSap .embla__button--prev {
  display: flex;
}
.cid-tD5AGxfSap .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #1872a0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tD5AGxfSap .embla__button {
    display: none;
  }
}
.cid-tD5AGxfSap .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD5AGxfSap .embla__button:hover {
  background: transparent;
  color: #9b9ba5;
}
.cid-tD5AGxfSap .embla__button.embla__button--prev {
  left: 0;
}
.cid-tD5AGxfSap .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tD5AGxfSap .embla__button {
    top: auto;
  }
}
.cid-tD5AGxfSap .embla {
  position: relative;
  width: 100%;
}
.cid-tD5AGxfSap .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD5AGxfSap .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD5AGxfSap .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD5AGxfSap .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD5AGxfSap .mbr-section-title {
  color: #000000;
}
.cid-tD5AGxfSap .mbr-date {
  color: #ffffff;
}
.cid-tD5AGxfSap .mbr-desc {
  color: #ffffff;
}
.cid-tD5AGxfSap .mbr-text {
  color: #ffffff;
}
.cid-tD5yflaWxt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tD5yflaWxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5yflaWxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5yflaWxt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD5yflaWxt .container-fluid {
    padding: 0 30px;
  }
}
.cid-tD5yflaWxt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD5yflaWxt .container {
    padding: 0 30px;
  }
}
.cid-tD5yflaWxt .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tD5yflaWxt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tD5yflaWxt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD5yflaWxt .embla__slide .card-wrap {
  width: 100%;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a {
  display: block;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tD5yflaWxt .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tD5yflaWxt .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tD5yflaWxt .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tD5yflaWxt .embla__button--next,
.cid-tD5yflaWxt .embla__button--prev {
  display: flex;
}
.cid-tD5yflaWxt .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #1872a0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tD5yflaWxt .embla__button {
    display: none;
  }
}
.cid-tD5yflaWxt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD5yflaWxt .embla__button:hover {
  background: transparent;
  color: #9b9ba5;
}
.cid-tD5yflaWxt .embla__button.embla__button--prev {
  left: 0;
}
.cid-tD5yflaWxt .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tD5yflaWxt .embla__button {
    top: auto;
  }
}
.cid-tD5yflaWxt .embla {
  position: relative;
  width: 100%;
}
.cid-tD5yflaWxt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD5yflaWxt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD5yflaWxt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD5yflaWxt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD5yflaWxt .mbr-section-title {
  color: #000000;
}
.cid-tD5yflaWxt .mbr-date {
  color: #ffffff;
}
.cid-tD5yflaWxt .mbr-desc {
  color: #ffffff;
}
.cid-tD5yflaWxt .mbr-text {
  color: #ffffff;
}
.cid-tja04eZI1y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tja04eZI1y .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tja04eZI1y .content {
    padding: 1rem 0;
  }
}
.cid-tja04eZI1y .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tja04eZI1y .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tja04eZI1y .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tvKWoqub3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvKWoqub3t nav.navbar {
  position: fixed;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvKWoqub3t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvKWoqub3t .dropdown-item:hover,
.cid-tvKWoqub3t .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tvKWoqub3t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvKWoqub3t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvKWoqub3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvKWoqub3t .nav-link {
  position: relative;
}
.cid-tvKWoqub3t .container {
  display: flex;
  margin: auto;
}
.cid-tvKWoqub3t .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown-menu,
.cid-tvKWoqub3t .navbar.opened {
  background: #ffffff !important;
}
.cid-tvKWoqub3t .nav-item:focus,
.cid-tvKWoqub3t .nav-link:focus {
  outline: none;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvKWoqub3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvKWoqub3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.opened {
  transition: all 0.3s;
}
.cid-tvKWoqub3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvKWoqub3t .navbar .navbar-logo img {
  width: auto;
}
.cid-tvKWoqub3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvKWoqub3t .navbar.collapsed {
  justify-content: center;
}
.cid-tvKWoqub3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvKWoqub3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvKWoqub3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvKWoqub3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvKWoqub3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvKWoqub3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvKWoqub3t .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-tvKWoqub3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvKWoqub3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvKWoqub3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvKWoqub3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvKWoqub3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvKWoqub3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvKWoqub3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvKWoqub3t .dropdown-item.active,
.cid-tvKWoqub3t .dropdown-item:active {
  background-color: transparent;
}
.cid-tvKWoqub3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvKWoqub3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvKWoqub3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvKWoqub3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvKWoqub3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvKWoqub3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar {
    height: 70px;
  }
  .cid-tvKWoqub3t .navbar.opened {
    height: auto;
  }
  .cid-tvKWoqub3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFzFaZnr4n {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tFzFaZnr4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzFaZnr4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFzFaZnr4n img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tFzFaZnr4n img {
    padding-bottom: 2rem;
  }
}
.cid-tFzFaZnr4n .row {
  align-items: center;
}
.cid-tFzFaZnr4n .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-tFzFaZnr4n .mbr-text,
.cid-tFzFaZnr4n .mbr-section-btn {
  color: #ffffff;
}
.cid-tFzFaZnr4n .mbr-section-subtitle {
  color: #404049;
  text-align: center;
}
.cid-tFzGhw4M0k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFzGhw4M0k .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tFzGhw4M0k .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tFzGhw4M0k .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tFzGhw4M0k .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tFzGhw4M0k .mbr-text,
.cid-tFzGhw4M0k .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tFzGhw4M0k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFzGHeBlmA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tFzGHeBlmA .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tFzGHeBlmA .content {
    padding: 1rem 0;
  }
}
.cid-tFzGHeBlmA .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tFzGHeBlmA .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tFzGHeBlmA .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tFzEYAvr5y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFzEYAvr5y nav.navbar {
  position: fixed;
}
.cid-tFzEYAvr5y .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-tFzEYAvr5y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFzEYAvr5y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFzEYAvr5y .dropdown-item:hover,
.cid-tFzEYAvr5y .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tFzEYAvr5y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFzEYAvr5y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFzEYAvr5y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFzEYAvr5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFzEYAvr5y .nav-link {
  position: relative;
}
.cid-tFzEYAvr5y .container {
  display: flex;
  margin: auto;
}
.cid-tFzEYAvr5y .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFzEYAvr5y .dropdown-menu,
.cid-tFzEYAvr5y .navbar.opened {
  background: #ffffff !important;
}
.cid-tFzEYAvr5y .nav-item:focus,
.cid-tFzEYAvr5y .nav-link:focus {
  outline: none;
}
.cid-tFzEYAvr5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFzEYAvr5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFzEYAvr5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFzEYAvr5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFzEYAvr5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFzEYAvr5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFzEYAvr5y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tFzEYAvr5y .navbar.opened {
  transition: all 0.3s;
}
.cid-tFzEYAvr5y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFzEYAvr5y .navbar .navbar-logo img {
  width: auto;
}
.cid-tFzEYAvr5y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFzEYAvr5y .navbar.collapsed {
  justify-content: center;
}
.cid-tFzEYAvr5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFzEYAvr5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFzEYAvr5y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tFzEYAvr5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFzEYAvr5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFzEYAvr5y .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-tFzEYAvr5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFzEYAvr5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFzEYAvr5y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFzEYAvr5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFzEYAvr5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFzEYAvr5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFzEYAvr5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFzEYAvr5y .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-tFzEYAvr5y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFzEYAvr5y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFzEYAvr5y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFzEYAvr5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFzEYAvr5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFzEYAvr5y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFzEYAvr5y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFzEYAvr5y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFzEYAvr5y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFzEYAvr5y .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-tFzEYAvr5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFzEYAvr5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFzEYAvr5y .dropdown-item.active,
.cid-tFzEYAvr5y .dropdown-item:active {
  background-color: transparent;
}
.cid-tFzEYAvr5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFzEYAvr5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFzEYAvr5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFzEYAvr5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFzEYAvr5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFzEYAvr5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFzEYAvr5y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFzEYAvr5y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFzEYAvr5y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFzEYAvr5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tFzEYAvr5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFzEYAvr5y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFzEYAvr5y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFzEYAvr5y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFzEYAvr5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFzEYAvr5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFzEYAvr5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFzEYAvr5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFzEYAvr5y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFzEYAvr5y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFzEYAvr5y .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-tFzEYAvr5y .navbar {
    height: 70px;
  }
  .cid-tFzEYAvr5y .navbar.opened {
    height: auto;
  }
  .cid-tFzEYAvr5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFzAMotQaU {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tFzAMotQaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzAMotQaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFzAMotQaU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tFzAMotQaU img {
    padding-bottom: 2rem;
  }
}
.cid-tFzAMotQaU .row {
  align-items: center;
}
.cid-tFzAMotQaU .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-tFzAMotQaU .mbr-text,
.cid-tFzAMotQaU .mbr-section-btn {
  color: #ffffff;
}
.cid-tFzAMotQaU .mbr-section-subtitle {
  color: #404049;
  text-align: center;
}
.cid-tFQjTFPVdV {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFQjTFPVdV img,
.cid-tFQjTFPVdV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tFQjTFPVdV .item:focus,
.cid-tFQjTFPVdV span:focus {
  outline: none;
}
.cid-tFQjTFPVdV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFQjTFPVdV .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tFQjTFPVdV .item-content {
  padding: 25px 1rem 0;
}
.cid-tFQjTFPVdV .item-content a:not(.btn):hover {
  color: #23232b !important;
  background-image: none !important;
}
.cid-tFQjTFPVdV .item-wrapper {
  background: transparent;
}
.cid-tFQjTFPVdV .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tFQjTFPVdV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFQjTFPVdV .mbr-section-title,
.cid-tFQjTFPVdV .mbr-section-subtitle {
  color: #111111;
}
.cid-tFQjTFPVdV .mbr-text,
.cid-tFQjTFPVdV .mbr-section-btn {
  text-align: left;
}
.cid-tFQjTFPVdV .item-title {
  text-align: center;
}
.cid-tFQjTFPVdV .item-subtitle {
  text-align: center;
}
.cid-tFQjTFPVdV .item-img {
  overflow: hidden;
}
.cid-tFQjTFPVdV .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tFQjTFPVdV .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tFQjTFPVdV .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tFQjTFPVdV .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tFQmpYOoQJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFQmpYOoQJ img,
.cid-tFQmpYOoQJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tFQmpYOoQJ .item:focus,
.cid-tFQmpYOoQJ span:focus {
  outline: none;
}
.cid-tFQmpYOoQJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFQmpYOoQJ .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tFQmpYOoQJ .item-content {
  padding: 25px 1rem 0;
}
.cid-tFQmpYOoQJ .item-content a:not(.btn):hover {
  color: #23232b !important;
  background-image: none !important;
}
.cid-tFQmpYOoQJ .item-wrapper {
  background: transparent;
}
.cid-tFQmpYOoQJ .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tFQmpYOoQJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFQmpYOoQJ .mbr-section-title,
.cid-tFQmpYOoQJ .mbr-section-subtitle {
  color: #111111;
}
.cid-tFQmpYOoQJ .mbr-text,
.cid-tFQmpYOoQJ .mbr-section-btn {
  text-align: left;
}
.cid-tFQmpYOoQJ .item-title {
  text-align: center;
}
.cid-tFQmpYOoQJ .item-subtitle {
  text-align: center;
}
.cid-tFQmpYOoQJ .item-img {
  overflow: hidden;
}
.cid-tFQmpYOoQJ .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tFQmpYOoQJ .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tFQmpYOoQJ .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tFQmpYOoQJ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tXP134EY3B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXP134EY3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXP134EY3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXP134EY3B .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tXP134EY3B .mbr-section-title {
  color: #24262b;
}
.cid-tXP134EY3B .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tXP134EY3B .items-row {
  row-gap: 32px;
}
.cid-tXP134EY3B .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tXP134EY3B .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tXP134EY3B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tXP134EY3B .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tXP134EY3B .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tXP134EY3B .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tXP134EY3B .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tXP134EY3B .carousel-control,
.cid-tXP134EY3B .close {
  background: #1b1b1b;
}
.cid-tXP134EY3B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXP134EY3B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXP134EY3B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXP134EY3B .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXP134EY3B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXP134EY3B .close::before {
  content: '\e91a';
}
.cid-tXP134EY3B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXP134EY3B .carousel-control {
  display: flex;
  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-tXP134EY3B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP134EY3B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXP134EY3B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXP134EY3B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXP134EY3B .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-tXP134EY3B .carousel-indicators li.active,
.cid-tXP134EY3B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXP134EY3B .carousel-indicators li::after,
.cid-tXP134EY3B .carousel-indicators li::before {
  content: none;
}
.cid-tXP134EY3B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXP134EY3B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXP134EY3B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXP134EY3B .carousel-indicators {
    display: none;
  }
}
.cid-tXP134EY3B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXP134EY3B .carousel-inner > .active {
  display: block;
}
.cid-tXP134EY3B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP134EY3B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXP134EY3B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXP134EY3B .carousel-control,
  .cid-tXP134EY3B .carousel-indicators,
  .cid-tXP134EY3B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXP134EY3B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXP134EY3B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXP134EY3B .carousel-indicators .active,
.cid-tXP134EY3B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXP134EY3B .carousel-indicators .active {
  background: #fff;
}
.cid-tXP134EY3B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXP134EY3B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXP134EY3B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXP134EY3B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXP134EY3B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXP134EY3B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXP134EY3B .carousel {
  width: 100%;
}
.cid-tXP134EY3B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXP134EY3B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXP134EY3B .modal.fade .modal-dialog,
.cid-tXP134EY3B .modal.in .modal-dialog {
  transform: none;
}
.cid-tXP134EY3B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXP134EY3B H6 {
  text-align: center;
}
.cid-tXP1gQ68Ij {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXP1gQ68Ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXP1gQ68Ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXP1gQ68Ij .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tXP1gQ68Ij .mbr-section-title {
  color: #24262b;
}
.cid-tXP1gQ68Ij .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tXP1gQ68Ij .items-row {
  row-gap: 32px;
}
.cid-tXP1gQ68Ij .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tXP1gQ68Ij .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tXP1gQ68Ij .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tXP1gQ68Ij .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tXP1gQ68Ij .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tXP1gQ68Ij .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tXP1gQ68Ij .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tXP1gQ68Ij .carousel-control,
.cid-tXP1gQ68Ij .close {
  background: #1b1b1b;
}
.cid-tXP1gQ68Ij .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXP1gQ68Ij .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXP1gQ68Ij .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXP1gQ68Ij .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXP1gQ68Ij .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXP1gQ68Ij .close::before {
  content: '\e91a';
}
.cid-tXP1gQ68Ij .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXP1gQ68Ij .carousel-control {
  display: flex;
  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-tXP1gQ68Ij .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP1gQ68Ij .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXP1gQ68Ij .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXP1gQ68Ij .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXP1gQ68Ij .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-tXP1gQ68Ij .carousel-indicators li.active,
.cid-tXP1gQ68Ij .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXP1gQ68Ij .carousel-indicators li::after,
.cid-tXP1gQ68Ij .carousel-indicators li::before {
  content: none;
}
.cid-tXP1gQ68Ij .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXP1gQ68Ij .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXP1gQ68Ij .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXP1gQ68Ij .carousel-indicators {
    display: none;
  }
}
.cid-tXP1gQ68Ij .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXP1gQ68Ij .carousel-inner > .active {
  display: block;
}
.cid-tXP1gQ68Ij .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP1gQ68Ij .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXP1gQ68Ij .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXP1gQ68Ij .carousel-control,
  .cid-tXP1gQ68Ij .carousel-indicators,
  .cid-tXP1gQ68Ij .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXP1gQ68Ij .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXP1gQ68Ij .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXP1gQ68Ij .carousel-indicators .active,
.cid-tXP1gQ68Ij .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXP1gQ68Ij .carousel-indicators .active {
  background: #fff;
}
.cid-tXP1gQ68Ij .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXP1gQ68Ij .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXP1gQ68Ij .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXP1gQ68Ij .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXP1gQ68Ij .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXP1gQ68Ij .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXP1gQ68Ij .carousel {
  width: 100%;
}
.cid-tXP1gQ68Ij .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXP1gQ68Ij .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXP1gQ68Ij .modal.fade .modal-dialog,
.cid-tXP1gQ68Ij .modal.in .modal-dialog {
  transform: none;
}
.cid-tXP1gQ68Ij .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXP1gQ68Ij H6 {
  text-align: center;
}
.cid-tX9lcdCMyj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX9lcdCMyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX9lcdCMyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX9lcdCMyj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tX9lcdCMyj .mbr-section-title {
  color: #24262b;
}
.cid-tX9lcdCMyj .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tX9lcdCMyj .items-row {
  row-gap: 32px;
}
.cid-tX9lcdCMyj .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tX9lcdCMyj .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tX9lcdCMyj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tX9lcdCMyj .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tX9lcdCMyj .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tX9lcdCMyj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tX9lcdCMyj .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tX9lcdCMyj .carousel-control,
.cid-tX9lcdCMyj .close {
  background: #1b1b1b;
}
.cid-tX9lcdCMyj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tX9lcdCMyj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tX9lcdCMyj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tX9lcdCMyj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tX9lcdCMyj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tX9lcdCMyj .close::before {
  content: '\e91a';
}
.cid-tX9lcdCMyj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tX9lcdCMyj .carousel-control {
  display: flex;
  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-tX9lcdCMyj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX9lcdCMyj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tX9lcdCMyj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tX9lcdCMyj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tX9lcdCMyj .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-tX9lcdCMyj .carousel-indicators li.active,
.cid-tX9lcdCMyj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tX9lcdCMyj .carousel-indicators li::after,
.cid-tX9lcdCMyj .carousel-indicators li::before {
  content: none;
}
.cid-tX9lcdCMyj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tX9lcdCMyj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tX9lcdCMyj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX9lcdCMyj .carousel-indicators {
    display: none;
  }
}
.cid-tX9lcdCMyj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tX9lcdCMyj .carousel-inner > .active {
  display: block;
}
.cid-tX9lcdCMyj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX9lcdCMyj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tX9lcdCMyj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tX9lcdCMyj .carousel-control,
  .cid-tX9lcdCMyj .carousel-indicators,
  .cid-tX9lcdCMyj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tX9lcdCMyj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tX9lcdCMyj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tX9lcdCMyj .carousel-indicators .active,
.cid-tX9lcdCMyj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tX9lcdCMyj .carousel-indicators .active {
  background: #fff;
}
.cid-tX9lcdCMyj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tX9lcdCMyj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tX9lcdCMyj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tX9lcdCMyj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tX9lcdCMyj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tX9lcdCMyj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tX9lcdCMyj .carousel {
  width: 100%;
}
.cid-tX9lcdCMyj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tX9lcdCMyj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tX9lcdCMyj .modal.fade .modal-dialog,
.cid-tX9lcdCMyj .modal.in .modal-dialog {
  transform: none;
}
.cid-tX9lcdCMyj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tX9lcdCMyj H6 {
  text-align: center;
}
.cid-tX96ertjmt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX96ertjmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX96ertjmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX96ertjmt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tX96ertjmt .mbr-section-title {
  color: #24262b;
}
.cid-tX96ertjmt .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tX96ertjmt .items-row {
  row-gap: 32px;
}
.cid-tX96ertjmt .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tX96ertjmt .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tX96ertjmt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tX96ertjmt .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tX96ertjmt .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tX96ertjmt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tX96ertjmt .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tX96ertjmt .carousel-control,
.cid-tX96ertjmt .close {
  background: #1b1b1b;
}
.cid-tX96ertjmt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tX96ertjmt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tX96ertjmt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tX96ertjmt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tX96ertjmt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tX96ertjmt .close::before {
  content: '\e91a';
}
.cid-tX96ertjmt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tX96ertjmt .carousel-control {
  display: flex;
  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-tX96ertjmt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX96ertjmt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tX96ertjmt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tX96ertjmt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tX96ertjmt .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-tX96ertjmt .carousel-indicators li.active,
.cid-tX96ertjmt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tX96ertjmt .carousel-indicators li::after,
.cid-tX96ertjmt .carousel-indicators li::before {
  content: none;
}
.cid-tX96ertjmt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tX96ertjmt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tX96ertjmt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX96ertjmt .carousel-indicators {
    display: none;
  }
}
.cid-tX96ertjmt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tX96ertjmt .carousel-inner > .active {
  display: block;
}
.cid-tX96ertjmt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX96ertjmt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tX96ertjmt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tX96ertjmt .carousel-control,
  .cid-tX96ertjmt .carousel-indicators,
  .cid-tX96ertjmt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tX96ertjmt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tX96ertjmt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tX96ertjmt .carousel-indicators .active,
.cid-tX96ertjmt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tX96ertjmt .carousel-indicators .active {
  background: #fff;
}
.cid-tX96ertjmt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tX96ertjmt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tX96ertjmt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tX96ertjmt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tX96ertjmt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tX96ertjmt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tX96ertjmt .carousel {
  width: 100%;
}
.cid-tX96ertjmt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tX96ertjmt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tX96ertjmt .modal.fade .modal-dialog,
.cid-tX96ertjmt .modal.in .modal-dialog {
  transform: none;
}
.cid-tX96ertjmt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tX96ertjmt H6 {
  text-align: center;
}
.cid-tXP1HKTVus {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXP1HKTVus .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXP1HKTVus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXP1HKTVus .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tXP1HKTVus .mbr-section-title {
  color: #24262b;
}
.cid-tXP1HKTVus .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tXP1HKTVus .items-row {
  row-gap: 32px;
}
.cid-tXP1HKTVus .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tXP1HKTVus .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tXP1HKTVus .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tXP1HKTVus .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tXP1HKTVus .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tXP1HKTVus .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tXP1HKTVus .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tXP1HKTVus .carousel-control,
.cid-tXP1HKTVus .close {
  background: #1b1b1b;
}
.cid-tXP1HKTVus .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXP1HKTVus .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXP1HKTVus .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXP1HKTVus .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXP1HKTVus .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXP1HKTVus .close::before {
  content: '\e91a';
}
.cid-tXP1HKTVus .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXP1HKTVus .carousel-control {
  display: flex;
  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-tXP1HKTVus .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP1HKTVus .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXP1HKTVus .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXP1HKTVus .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXP1HKTVus .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-tXP1HKTVus .carousel-indicators li.active,
.cid-tXP1HKTVus .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXP1HKTVus .carousel-indicators li::after,
.cid-tXP1HKTVus .carousel-indicators li::before {
  content: none;
}
.cid-tXP1HKTVus .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXP1HKTVus .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXP1HKTVus .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXP1HKTVus .carousel-indicators {
    display: none;
  }
}
.cid-tXP1HKTVus .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXP1HKTVus .carousel-inner > .active {
  display: block;
}
.cid-tXP1HKTVus .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP1HKTVus .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXP1HKTVus .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXP1HKTVus .carousel-control,
  .cid-tXP1HKTVus .carousel-indicators,
  .cid-tXP1HKTVus .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXP1HKTVus .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXP1HKTVus .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXP1HKTVus .carousel-indicators .active,
.cid-tXP1HKTVus .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXP1HKTVus .carousel-indicators .active {
  background: #fff;
}
.cid-tXP1HKTVus .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXP1HKTVus .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXP1HKTVus .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXP1HKTVus .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXP1HKTVus .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXP1HKTVus .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXP1HKTVus .carousel {
  width: 100%;
}
.cid-tXP1HKTVus .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXP1HKTVus .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXP1HKTVus .modal.fade .modal-dialog,
.cid-tXP1HKTVus .modal.in .modal-dialog {
  transform: none;
}
.cid-tXP1HKTVus .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXP1HKTVus H6 {
  text-align: center;
}
.cid-tXP1VDuqOY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXP1VDuqOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXP1VDuqOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXP1VDuqOY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tXP1VDuqOY .mbr-section-title {
  color: #24262b;
}
.cid-tXP1VDuqOY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tXP1VDuqOY .items-row {
  row-gap: 32px;
}
.cid-tXP1VDuqOY .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tXP1VDuqOY .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tXP1VDuqOY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tXP1VDuqOY .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tXP1VDuqOY .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tXP1VDuqOY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tXP1VDuqOY .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tXP1VDuqOY .carousel-control,
.cid-tXP1VDuqOY .close {
  background: #1b1b1b;
}
.cid-tXP1VDuqOY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXP1VDuqOY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXP1VDuqOY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXP1VDuqOY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXP1VDuqOY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXP1VDuqOY .close::before {
  content: '\e91a';
}
.cid-tXP1VDuqOY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXP1VDuqOY .carousel-control {
  display: flex;
  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-tXP1VDuqOY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP1VDuqOY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXP1VDuqOY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXP1VDuqOY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXP1VDuqOY .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-tXP1VDuqOY .carousel-indicators li.active,
.cid-tXP1VDuqOY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXP1VDuqOY .carousel-indicators li::after,
.cid-tXP1VDuqOY .carousel-indicators li::before {
  content: none;
}
.cid-tXP1VDuqOY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXP1VDuqOY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXP1VDuqOY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXP1VDuqOY .carousel-indicators {
    display: none;
  }
}
.cid-tXP1VDuqOY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXP1VDuqOY .carousel-inner > .active {
  display: block;
}
.cid-tXP1VDuqOY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXP1VDuqOY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXP1VDuqOY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXP1VDuqOY .carousel-control,
  .cid-tXP1VDuqOY .carousel-indicators,
  .cid-tXP1VDuqOY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXP1VDuqOY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXP1VDuqOY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXP1VDuqOY .carousel-indicators .active,
.cid-tXP1VDuqOY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXP1VDuqOY .carousel-indicators .active {
  background: #fff;
}
.cid-tXP1VDuqOY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXP1VDuqOY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXP1VDuqOY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXP1VDuqOY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXP1VDuqOY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXP1VDuqOY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXP1VDuqOY .carousel {
  width: 100%;
}
.cid-tXP1VDuqOY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXP1VDuqOY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXP1VDuqOY .modal.fade .modal-dialog,
.cid-tXP1VDuqOY .modal.in .modal-dialog {
  transform: none;
}
.cid-tXP1VDuqOY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXP1VDuqOY H6 {
  text-align: center;
}
.cid-tY6lvlC4ei {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tY6lvlC4ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY6lvlC4ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY6lvlC4ei .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tY6lvlC4ei .mbr-section-title {
  color: #24262b;
}
.cid-tY6lvlC4ei .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tY6lvlC4ei .items-row {
  row-gap: 32px;
}
.cid-tY6lvlC4ei .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tY6lvlC4ei .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tY6lvlC4ei .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tY6lvlC4ei .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tY6lvlC4ei .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tY6lvlC4ei .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tY6lvlC4ei .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tY6lvlC4ei .carousel-control,
.cid-tY6lvlC4ei .close {
  background: #1b1b1b;
}
.cid-tY6lvlC4ei .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tY6lvlC4ei .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tY6lvlC4ei .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tY6lvlC4ei .carousel-control-next span {
  margin-left: 5px;
}
.cid-tY6lvlC4ei .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tY6lvlC4ei .close::before {
  content: '\e91a';
}
.cid-tY6lvlC4ei .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tY6lvlC4ei .carousel-control {
  display: flex;
  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-tY6lvlC4ei .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY6lvlC4ei .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tY6lvlC4ei .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tY6lvlC4ei .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tY6lvlC4ei .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-tY6lvlC4ei .carousel-indicators li.active,
.cid-tY6lvlC4ei .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tY6lvlC4ei .carousel-indicators li::after,
.cid-tY6lvlC4ei .carousel-indicators li::before {
  content: none;
}
.cid-tY6lvlC4ei .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tY6lvlC4ei .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tY6lvlC4ei .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tY6lvlC4ei .carousel-indicators {
    display: none;
  }
}
.cid-tY6lvlC4ei .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tY6lvlC4ei .carousel-inner > .active {
  display: block;
}
.cid-tY6lvlC4ei .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY6lvlC4ei .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tY6lvlC4ei .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tY6lvlC4ei .carousel-control,
  .cid-tY6lvlC4ei .carousel-indicators,
  .cid-tY6lvlC4ei .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tY6lvlC4ei .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tY6lvlC4ei .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tY6lvlC4ei .carousel-indicators .active,
.cid-tY6lvlC4ei .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tY6lvlC4ei .carousel-indicators .active {
  background: #fff;
}
.cid-tY6lvlC4ei .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tY6lvlC4ei .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tY6lvlC4ei .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tY6lvlC4ei .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tY6lvlC4ei .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tY6lvlC4ei .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tY6lvlC4ei .carousel {
  width: 100%;
}
.cid-tY6lvlC4ei .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tY6lvlC4ei .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tY6lvlC4ei .modal.fade .modal-dialog,
.cid-tY6lvlC4ei .modal.in .modal-dialog {
  transform: none;
}
.cid-tY6lvlC4ei .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tY6lvlC4ei H6 {
  text-align: center;
}
.cid-tOXikC6JuU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tOXikC6JuU .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tOXikC6JuU .content {
    padding: 1rem 0;
  }
}
.cid-tOXikC6JuU .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tOXikC6JuU .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tOXikC6JuU .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tvKWoqub3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvKWoqub3t nav.navbar {
  position: fixed;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvKWoqub3t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvKWoqub3t .dropdown-item:hover,
.cid-tvKWoqub3t .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tvKWoqub3t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvKWoqub3t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvKWoqub3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvKWoqub3t .nav-link {
  position: relative;
}
.cid-tvKWoqub3t .container {
  display: flex;
  margin: auto;
}
.cid-tvKWoqub3t .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown-menu,
.cid-tvKWoqub3t .navbar.opened {
  background: #ffffff !important;
}
.cid-tvKWoqub3t .nav-item:focus,
.cid-tvKWoqub3t .nav-link:focus {
  outline: none;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvKWoqub3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvKWoqub3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.opened {
  transition: all 0.3s;
}
.cid-tvKWoqub3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvKWoqub3t .navbar .navbar-logo img {
  width: auto;
}
.cid-tvKWoqub3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvKWoqub3t .navbar.collapsed {
  justify-content: center;
}
.cid-tvKWoqub3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvKWoqub3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvKWoqub3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvKWoqub3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvKWoqub3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvKWoqub3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvKWoqub3t .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-tvKWoqub3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvKWoqub3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvKWoqub3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvKWoqub3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvKWoqub3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvKWoqub3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvKWoqub3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvKWoqub3t .dropdown-item.active,
.cid-tvKWoqub3t .dropdown-item:active {
  background-color: transparent;
}
.cid-tvKWoqub3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvKWoqub3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvKWoqub3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvKWoqub3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvKWoqub3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvKWoqub3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar {
    height: 70px;
  }
  .cid-tvKWoqub3t .navbar.opened {
    height: auto;
  }
  .cid-tvKWoqub3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFzK8fjuBd {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tFzK8fjuBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFzK8fjuBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFzK8fjuBd img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tFzK8fjuBd img {
    padding-bottom: 2rem;
  }
}
.cid-tFzK8fjuBd .row {
  align-items: center;
}
.cid-tFzK8fjuBd .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-tFzK8fjuBd .mbr-text,
.cid-tFzK8fjuBd .mbr-section-btn {
  color: #ffffff;
}
.cid-tFzK8fjuBd .mbr-section-subtitle {
  color: #404049;
  text-align: center;
}
.cid-tvY2p3LZ0H {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvY2p3LZ0H {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tvY2p3LZ0H .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tvY2p3LZ0H .container-fluid {
  max-width: 1200px;
}
.cid-tvY2p3LZ0H .row > div,
.cid-tvY2p3LZ0H .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tFQzBbzcCt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFQzBbzcCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQzBbzcCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQzBbzcCt .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tFQzBbzcCt .image-wrapper img {
    height: 120px;
  }
}
.cid-tFQzBbzcCt .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-tFQzBbzcCt .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-tFQzBbzcCt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFQzBbzcCt .mbr-text {
  color: #747474;
}
.cid-tFQBnMM5M0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFQBnMM5M0 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.cid-tFQBnMM5M0 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tFQBnMM5M0 .container-fluid {
  max-width: 1200px;
}
.cid-tFQBnMM5M0 .row > div,
.cid-tFQBnMM5M0 .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tbWHGgXj3v {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tbWHGgXj3v {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-tbWHGgXj3v .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tbWHGgXj3v .container-fluid {
  max-width: 1200px;
}
.cid-tbWHGgXj3v .row > div,
.cid-tbWHGgXj3v .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
#custom-html-4r {
  /* Type valid CSS here */
}
#custom-html-4r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4r p {
  font-size: 60px;
  color: #777;
}
#custom-html-4r table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#custom-html-4r table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#custom-html-4r table th,
#custom-html-4r table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#custom-html-4r table th {
  font-size: 1.25em;
}
#custom-html-4r table thead tr {
  background-color: #eee;
}
#custom-html-4r .txt {
  text-align: left;
  font-size: 0.95em;
}
#custom-html-4r .price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #custom-html-4r table {
    border: 0;
    width: 100%;
  }
  #custom-html-4r table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #custom-html-4r table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #custom-html-4r table tr {
    display: block;
    margin-bottom: .625em;
  }
  #custom-html-4r table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: .625em .625em .625em 2em;
    border-right: none;
  }
  #custom-html-4r table td::before {
    font-weight: bold;
    left: 10px;
  }
  #custom-html-4r table td:last-child {
    border-bottom: 0;
  }
}
.cid-tD5D9AqmGc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tD5D9AqmGc .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tD5D9AqmGc .content {
    padding: 1rem 0;
  }
}
.cid-tD5D9AqmGc .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tD5D9AqmGc .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tD5D9AqmGc .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tvKWoqub3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvKWoqub3t nav.navbar {
  position: fixed;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvKWoqub3t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvKWoqub3t .dropdown-item:hover,
.cid-tvKWoqub3t .dropdown-item:focus {
  background: #23232b !important;
  color: white !important;
}
.cid-tvKWoqub3t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvKWoqub3t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvKWoqub3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvKWoqub3t .nav-link {
  position: relative;
}
.cid-tvKWoqub3t .container {
  display: flex;
  margin: auto;
}
.cid-tvKWoqub3t .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown-menu,
.cid-tvKWoqub3t .navbar.opened {
  background: #ffffff !important;
}
.cid-tvKWoqub3t .nav-item:focus,
.cid-tvKWoqub3t .nav-link:focus {
  outline: none;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvKWoqub3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvKWoqub3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvKWoqub3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvKWoqub3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.opened {
  transition: all 0.3s;
}
.cid-tvKWoqub3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvKWoqub3t .navbar .navbar-logo img {
  width: auto;
}
.cid-tvKWoqub3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvKWoqub3t .navbar.collapsed {
  justify-content: center;
}
.cid-tvKWoqub3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvKWoqub3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvKWoqub3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvKWoqub3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvKWoqub3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvKWoqub3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvKWoqub3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvKWoqub3t .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-tvKWoqub3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvKWoqub3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvKWoqub3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvKWoqub3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvKWoqub3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvKWoqub3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tvKWoqub3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvKWoqub3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvKWoqub3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvKWoqub3t .dropdown-item.active,
.cid-tvKWoqub3t .dropdown-item:active {
  background-color: transparent;
}
.cid-tvKWoqub3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvKWoqub3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvKWoqub3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvKWoqub3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvKWoqub3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvKWoqub3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvKWoqub3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvKWoqub3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvKWoqub3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvKWoqub3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvKWoqub3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvKWoqub3t .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-tvKWoqub3t .navbar {
    height: 70px;
  }
  .cid-tvKWoqub3t .navbar.opened {
    height: auto;
  }
  .cid-tvKWoqub3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
