@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:400&display=swap);



.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bebas Neue', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'ARLRDBD';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bebas Neue', display;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'ARLRDBD';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #48ba96 !important;
}
.bg-success {
  background-color: #f4c412 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f4c412 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #48ba96 !important;
  border-color: #48ba96 !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: #2f7c64 !important;
  border-color: #2f7c64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f7c64 !important;
  border-color: #2f7c64 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4c412 !important;
  border-color: #f4c412 !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: #a88608 !important;
  border-color: #a88608 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a88608 !important;
  border-color: #a88608 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f4c412 !important;
  border-color: #f4c412 !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: #a88608 !important;
  border-color: #a88608 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a88608 !important;
  border-color: #a88608 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #48ba96;
  color: #48ba96;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f7c64 !important;
  background-color: transparent!important;
  border-color: #2f7c64 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #48ba96 !important;
  border-color: #48ba96 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f4c412;
  color: #f4c412;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a88608 !important;
  background-color: transparent!important;
  border-color: #a88608 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f4c412 !important;
  border-color: #f4c412 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f4c412;
  color: #f4c412;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88608 !important;
  background-color: transparent!important;
  border-color: #a88608 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f4c412 !important;
  border-color: #f4c412 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #48ba96 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f4c412 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f4c412 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b715b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #997a07 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997a07 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #48ba96;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f4c412;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #48ba96;
  border-color: #48ba96;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #48ba96;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5ddcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'ARLRDBD';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #48ba96 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ARLRDBD';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #48ba96;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #48ba96;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #48ba96;
}
.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: #48ba96;
  border-bottom-color: #48ba96;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #48ba96 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%2348ba96' %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-sghT1Ckcw1 {
  background-image: url("../../../assets/images/ik-270719-164-2000x1334.jpg");
}
.cid-sghT1Ckcw1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sghT1Ckcw1 .mbr-text,
.cid-sghT1Ckcw1 .mbr-section-btn {
  text-align: left;
  color: #f4c412;
}
.cid-sghSaMJevb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sghSkDGdGB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sghSkDGdGB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sghSkDGdGB .team-card:hover {
  transform: translateY(-10px);
}
.cid-sghSkDGdGB .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sghSkDGdGB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sghSkDGdGB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sghSkDGdGB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sghSkDGdGB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sghSkDGdGB .social-row {
  text-align: center;
}
.cid-sghSkDGdGB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #48ba96;
  transition: all 0.3s;
}
.cid-sghSkDGdGB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #48ba96;
  font-size: 1.5rem;
}
.cid-sghSkDGdGB .social-row .soc-item:hover {
  background-color: #48ba96;
}
.cid-sghSkDGdGB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sghYCTZuH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sghYCTZuH1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sghYCTZuH1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sghYCTZuH1 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sghYCTZuH1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sghYCTZuH1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sghYCTZuH1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sghYCTZuH1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sghYCTZuH1 .social-row {
  text-align: center;
}
.cid-sghYCTZuH1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #48ba96;
  transition: all 0.3s;
}
.cid-sghYCTZuH1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #48ba96;
  font-size: 1.5rem;
}
.cid-sghYCTZuH1 .social-row .soc-item:hover {
  background-color: #48ba96;
}
.cid-sghYCTZuH1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sghYDKQ18j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sghYDKQ18j .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sghYDKQ18j .team-card:hover {
  transform: translateY(-10px);
}
.cid-sghYDKQ18j .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sghYDKQ18j .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sghYDKQ18j .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sghYDKQ18j .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sghYDKQ18j .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sghYDKQ18j .social-row {
  text-align: center;
}
.cid-sghYDKQ18j .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #48ba96;
  transition: all 0.3s;
}
.cid-sghYDKQ18j .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #48ba96;
  font-size: 1.5rem;
}
.cid-sghYDKQ18j .social-row .soc-item:hover {
  background-color: #48ba96;
}
.cid-sghYDKQ18j .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sghYBGOURV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sghYBGOURV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sghYBGOURV .team-card:hover {
  transform: translateY(-10px);
}
.cid-sghYBGOURV .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sghYBGOURV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sghYBGOURV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sghYBGOURV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sghYBGOURV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sghYBGOURV .social-row {
  text-align: center;
}
.cid-sghYBGOURV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #48ba96;
  transition: all 0.3s;
}
.cid-sghYBGOURV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #48ba96;
  font-size: 1.5rem;
}
.cid-sghYBGOURV .social-row .soc-item:hover {
  background-color: #48ba96;
}
.cid-sghYBGOURV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sgi3jSCz9s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgi3jSCz9s .nav-tabs .nav-item.open .nav-link:focus,
.cid-sgi3jSCz9s .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sgi3jSCz9s .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #48ba96;
}
@media (max-width: 767px) {
  .cid-sgi3jSCz9s .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sgi3jSCz9s .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sgi3jSCz9s .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sgi3jSCz9s .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sgi3jSCz9s .nav-link,
.cid-sgi3jSCz9s .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sgi3jSCz9s .nav-tabs .nav-link.active {
  color: #48ba96;
  border-bottom: 3px solid #48ba96;
}
.cid-sgi3jSCz9s H4 {
  text-align: center;
}
.cid-sgi3jSCz9s H3 {
  text-align: center;
}
.cid-sgi3SJQfuV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgi3SJQfuV .nav-tabs .nav-item.open .nav-link:focus,
.cid-sgi3SJQfuV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sgi3SJQfuV .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #48ba96;
}
@media (max-width: 767px) {
  .cid-sgi3SJQfuV .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sgi3SJQfuV .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sgi3SJQfuV .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sgi3SJQfuV .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sgi3SJQfuV .nav-link,
.cid-sgi3SJQfuV .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sgi3SJQfuV .nav-tabs .nav-link.active {
  color: #48ba96;
  border-bottom: 3px solid #48ba96;
}
.cid-sgi3SJQfuV H4 {
  text-align: center;
}
.cid-sgi3SJQfuV H3 {
  text-align: center;
}
.cid-sgi3QKvw3n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgi3QKvw3n .nav-tabs .nav-item.open .nav-link:focus,
.cid-sgi3QKvw3n .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sgi3QKvw3n .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #48ba96;
}
@media (max-width: 767px) {
  .cid-sgi3QKvw3n .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sgi3QKvw3n .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sgi3QKvw3n .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sgi3QKvw3n .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sgi3QKvw3n .nav-link,
.cid-sgi3QKvw3n .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sgi3QKvw3n .nav-tabs .nav-link.active {
  color: #48ba96;
  border-bottom: 3px solid #48ba96;
}
.cid-sgi3QKvw3n H4 {
  text-align: center;
}
.cid-sgi3QKvw3n H3 {
  text-align: center;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsyYPQRvt {
  background-image: url("../../../assets/images/20190915-032307890-ios-2000x1500.jpg");
}
.cid-sgsyYPQRvt .mbr-section-title {
  color: #fafafa;
}
.cid-sgi9lYHvsm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sgi9lYHvsm .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #48ba96;
  margin-left: 1rem;
}
.cid-sgi9lYHvsm .panel-group {
  border: none;
}
.cid-sgi9lYHvsm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sgi9lYHvsm .panel-body,
.cid-sgi9lYHvsm .card-header {
  padding: 1rem 0;
}
.cid-sgi9lYHvsm .panel-title-edit {
  color: #000000;
}
.cid-sgi9lYHvsm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgihyjjJRP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgihyjjJRP .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgihyjjJRP .container {
    max-width: 1400px;
  }
}
.cid-sgihyjjJRP .card {
  margin: auto;
}
.cid-sgihyjjJRP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgihyjjJRP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgihyjjJRP .row {
  justify-content: center;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgijTH5kWB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgijTH5kWB .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijTH5kWB .container {
    max-width: 1400px;
  }
}
.cid-sgijTH5kWB .card {
  margin: auto;
}
.cid-sgijTH5kWB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgijTH5kWB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijTH5kWB .row {
  justify-content: center;
}
.cid-sgijUEMI8N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgijUEMI8N .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijUEMI8N .container {
    max-width: 1400px;
  }
}
.cid-sgijUEMI8N .card {
  margin: auto;
}
.cid-sgijUEMI8N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgijUEMI8N .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijUEMI8N .row {
  justify-content: center;
}
.cid-sgijVXGVfx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgijVXGVfx .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijVXGVfx .container {
    max-width: 1400px;
  }
}
.cid-sgijVXGVfx .card {
  margin: auto;
}
.cid-sgijVXGVfx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f4c412;
  margin-bottom: 2rem;
}
.cid-sgijVXGVfx .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijVXGVfx .row {
  justify-content: center;
}
.cid-sgijWfKAdt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgijWfKAdt .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijWfKAdt .container {
    max-width: 1400px;
  }
}
.cid-sgijWfKAdt .card {
  margin: auto;
}
.cid-sgijWfKAdt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgijWfKAdt .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijWfKAdt .row {
  justify-content: center;
}
.cid-sgijXch1XS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgijXch1XS .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijXch1XS .container {
    max-width: 1400px;
  }
}
.cid-sgijXch1XS .card {
  margin: auto;
}
.cid-sgijXch1XS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f4c412;
  margin-bottom: 2rem;
}
.cid-sgijXch1XS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijXch1XS .row {
  justify-content: center;
}
.cid-sgijXqUyl8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgijXqUyl8 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijXqUyl8 .container {
    max-width: 1400px;
  }
}
.cid-sgijXqUyl8 .card {
  margin: auto;
}
.cid-sgijXqUyl8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgijXqUyl8 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijXqUyl8 .row {
  justify-content: center;
}
.cid-sgijXPBRSI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgijXPBRSI .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgijXPBRSI .container {
    max-width: 1400px;
  }
}
.cid-sgijXPBRSI .card {
  margin: auto;
}
.cid-sgijXPBRSI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgijXPBRSI .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgijXPBRSI .row {
  justify-content: center;
}
.cid-sgipKzpiO2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgipKzpiO2 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgipKzpiO2 .container {
    max-width: 1400px;
  }
}
.cid-sgipKzpiO2 .card {
  margin: auto;
}
.cid-sgipKzpiO2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f4c412;
  margin-bottom: 2rem;
}
.cid-sgipKzpiO2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgipKzpiO2 .row {
  justify-content: center;
}
.cid-sgipO3Bece {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgipO3Bece .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgipO3Bece .container {
    max-width: 1400px;
  }
}
.cid-sgipO3Bece .card {
  margin: auto;
}
.cid-sgipO3Bece .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f4c412;
  margin-bottom: 2rem;
}
.cid-sgipO3Bece .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgipO3Bece .row {
  justify-content: center;
}
.cid-sgjz4NEgyS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgjz4NEgyS .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sgjz4NEgyS .container {
    max-width: 1400px;
  }
}
.cid-sgjz4NEgyS .card {
  margin: auto;
}
.cid-sgjz4NEgyS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #48ba96;
  margin-bottom: 2rem;
}
.cid-sgjz4NEgyS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgjz4NEgyS .row {
  justify-content: center;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgs6wfRyp0 {
  background-image: url("../../../assets/images/20190504-pck-3213-1s-2000x1571.jpg");
}
.cid-sgs6wfRyp0 .mbr-section-title {
  color: #fafafa;
}
.cid-sgs6wfRyp0 .mbr-text,
.cid-sgs6wfRyp0 .mbr-section-btn {
  color: #fafafa;
}
.cid-sgs6wfRyp0 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sgs4QFDYHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgs4QFDYHe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgs4QFDYHe .row {
  flex-direction: row-reverse;
}
.cid-sgs4QFDYHe img {
  width: 100%;
}
.cid-sgrVpiA1k1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgrVpiA1k1 .mbr-text {
  text-align: center;
}
.cid-sgrV0ZqkeN {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sgrV0ZqkeN img,
.cid-sgrV0ZqkeN .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sgrV0ZqkeN .item:focus,
.cid-sgrV0ZqkeN span:focus {
  outline: none;
}
.cid-sgrV0ZqkeN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgrV0ZqkeN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgrV0ZqkeN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgrV0ZqkeN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgrV0ZqkeN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgrV0ZqkeN .mbr-section-title {
  color: #232323;
}
.cid-sgrV0ZqkeN .mbr-text,
.cid-sgrV0ZqkeN .mbr-section-btn {
  text-align: center;
}
.cid-sgrV0ZqkeN .item-title {
  text-align: center;
}
.cid-sgrV0ZqkeN .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsDx61KvV {
  background-image: url("../../../assets/images/20190427-pck-5944-1s-2000x1333.jpg");
}
.cid-sgsDx61KvV .mbr-section-title {
  color: #fafafa;
}
.cid-sgsBtqNvjx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgsBtqNvjx .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sgsBtqNvjx .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sgsBtqNvjx .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgsBtqNvjx .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sgsBtqNvjx .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #48ba96;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsGYEdJSL {
  background-image: url("../../../assets/images/20190810-pck-5297-1s-1800x1012.jpg");
}
.cid-sgsGYEdJSL .mbr-section-title {
  color: #fafafa;
}
.cid-sgsGYEdJSL .mbr-text,
.cid-sgsGYEdJSL .mbr-section-btn {
  color: #fafafa;
}
.cid-sgsGJ0MRkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sgsGJ0MRkf img,
.cid-sgsGJ0MRkf .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sgsGJ0MRkf .item:focus,
.cid-sgsGJ0MRkf span:focus {
  outline: none;
}
.cid-sgsGJ0MRkf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsGJ0MRkf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsGJ0MRkf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sgsGJ0MRkf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsGJ0MRkf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sgsGJ0MRkf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sgsGJ0MRkf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsGJ0MRkf .mbr-section-title {
  color: #232323;
}
.cid-sgsGJ0MRkf .mbr-text,
.cid-sgsGJ0MRkf .mbr-section-btn {
  text-align: left;
}
.cid-sgsGJ0MRkf .item-title {
  text-align: left;
  color: #48ba96;
}
.cid-sgsGJ0MRkf .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsL2FhhMM {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsL2FhhMM .mbr-section-title {
  color: #fafafa;
}
.cid-sgsL9vJXB4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsL8yP24z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsN9Vu8gb {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsN9Vu8gb .mbr-section-title {
  color: #fafafa;
}
.cid-sgsN9WMBv1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsN9XXyrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgsN9YzqtE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsN9YzqtE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsN9YzqtE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsN9YzqtE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsN9YzqtE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsN9YzqtE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsN9YzqtE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsN9YzqtE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsN9YzqtE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsN9YzqtE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsN9YzqtE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsN9YzqtE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsN9YzqtE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsN9YzqtE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsN9YzqtE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsN9ZvsmB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsN9ZvsmB nav.navbar {
  position: fixed;
}
.cid-sgsN9ZvsmB .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-sgsN9ZvsmB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsN9ZvsmB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsN9ZvsmB .dropdown-item:hover,
.cid-sgsN9ZvsmB .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsN9ZvsmB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsN9ZvsmB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsN9ZvsmB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsN9ZvsmB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsN9ZvsmB .nav-link {
  position: relative;
}
.cid-sgsN9ZvsmB .container {
  display: flex;
  margin: auto;
}
.cid-sgsN9ZvsmB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsN9ZvsmB .dropdown-menu,
.cid-sgsN9ZvsmB .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsN9ZvsmB .nav-item:focus,
.cid-sgsN9ZvsmB .nav-link:focus {
  outline: none;
}
.cid-sgsN9ZvsmB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsN9ZvsmB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsN9ZvsmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsN9ZvsmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsN9ZvsmB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsN9ZvsmB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsN9ZvsmB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsN9ZvsmB .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsN9ZvsmB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsN9ZvsmB .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsN9ZvsmB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsN9ZvsmB .navbar.collapsed {
  justify-content: center;
}
.cid-sgsN9ZvsmB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsN9ZvsmB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsN9ZvsmB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsN9ZvsmB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsN9ZvsmB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsN9ZvsmB .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-sgsN9ZvsmB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsN9ZvsmB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsN9ZvsmB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsN9ZvsmB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsN9ZvsmB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsN9ZvsmB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsN9ZvsmB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsN9ZvsmB .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-sgsN9ZvsmB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsN9ZvsmB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsN9ZvsmB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsN9ZvsmB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsN9ZvsmB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsN9ZvsmB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsN9ZvsmB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsN9ZvsmB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsN9ZvsmB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsN9ZvsmB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsN9ZvsmB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsN9ZvsmB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsN9ZvsmB .dropdown-item.active,
.cid-sgsN9ZvsmB .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsN9ZvsmB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsN9ZvsmB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsN9ZvsmB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsN9ZvsmB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsN9ZvsmB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsN9ZvsmB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsN9ZvsmB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsN9ZvsmB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsN9ZvsmB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsN9ZvsmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsN9ZvsmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsN9ZvsmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN9ZvsmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN9ZvsmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsN9ZvsmB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN9ZvsmB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsN9ZvsmB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsN9ZvsmB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN9ZvsmB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsN9ZvsmB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsN9ZvsmB .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-sgsN9ZvsmB .navbar {
    height: 70px;
  }
  .cid-sgsN9ZvsmB .navbar.opened {
    height: auto;
  }
  .cid-sgsN9ZvsmB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsNfujbiX {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsNfujbiX .mbr-section-title {
  color: #fafafa;
}
.cid-sgsNfvhTp2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsNfw7shz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgsNfwZF4J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsNfwZF4J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsNfwZF4J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsNfwZF4J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsNfwZF4J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsNfwZF4J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsNfwZF4J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsNfwZF4J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsNfwZF4J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsNfwZF4J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsNfwZF4J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsNfwZF4J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsNfwZF4J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsNfwZF4J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsNfwZF4J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsNfyKbci {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsNfyKbci nav.navbar {
  position: fixed;
}
.cid-sgsNfyKbci .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-sgsNfyKbci .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsNfyKbci .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsNfyKbci .dropdown-item:hover,
.cid-sgsNfyKbci .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsNfyKbci .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsNfyKbci .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsNfyKbci .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsNfyKbci .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsNfyKbci .nav-link {
  position: relative;
}
.cid-sgsNfyKbci .container {
  display: flex;
  margin: auto;
}
.cid-sgsNfyKbci .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsNfyKbci .dropdown-menu,
.cid-sgsNfyKbci .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsNfyKbci .nav-item:focus,
.cid-sgsNfyKbci .nav-link:focus {
  outline: none;
}
.cid-sgsNfyKbci .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsNfyKbci .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsNfyKbci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsNfyKbci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsNfyKbci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsNfyKbci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsNfyKbci .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsNfyKbci .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsNfyKbci .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsNfyKbci .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsNfyKbci .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsNfyKbci .navbar.collapsed {
  justify-content: center;
}
.cid-sgsNfyKbci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsNfyKbci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsNfyKbci .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsNfyKbci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsNfyKbci .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsNfyKbci .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-sgsNfyKbci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsNfyKbci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsNfyKbci .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsNfyKbci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsNfyKbci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsNfyKbci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsNfyKbci .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsNfyKbci .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-sgsNfyKbci .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsNfyKbci .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsNfyKbci .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsNfyKbci .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsNfyKbci .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsNfyKbci .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsNfyKbci .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsNfyKbci .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsNfyKbci .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsNfyKbci .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsNfyKbci .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsNfyKbci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsNfyKbci .dropdown-item.active,
.cid-sgsNfyKbci .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsNfyKbci .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsNfyKbci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsNfyKbci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsNfyKbci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsNfyKbci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsNfyKbci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsNfyKbci ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsNfyKbci .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsNfyKbci button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsNfyKbci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsNfyKbci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsNfyKbci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsNfyKbci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsNfyKbci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsNfyKbci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsNfyKbci nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsNfyKbci nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsNfyKbci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsNfyKbci .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsNfyKbci a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsNfyKbci .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-sgsNfyKbci .navbar {
    height: 70px;
  }
  .cid-sgsNfyKbci .navbar.opened {
    height: auto;
  }
  .cid-sgsNfyKbci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsNs5QGMP {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsNs5QGMP .mbr-section-title {
  color: #fafafa;
}
.cid-sgsNs6AVvL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsNs7BvQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgsNs8adSt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsNs8adSt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsNs8adSt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsNs8adSt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsNs8adSt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsNs8adSt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsNs8adSt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsNs8adSt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsNs8adSt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsNs8adSt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsNs8adSt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsNs8adSt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsNs8adSt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsNs8adSt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsNs8adSt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsNs9jzAO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsNs9jzAO nav.navbar {
  position: fixed;
}
.cid-sgsNs9jzAO .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-sgsNs9jzAO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsNs9jzAO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsNs9jzAO .dropdown-item:hover,
.cid-sgsNs9jzAO .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsNs9jzAO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsNs9jzAO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsNs9jzAO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsNs9jzAO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsNs9jzAO .nav-link {
  position: relative;
}
.cid-sgsNs9jzAO .container {
  display: flex;
  margin: auto;
}
.cid-sgsNs9jzAO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsNs9jzAO .dropdown-menu,
.cid-sgsNs9jzAO .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsNs9jzAO .nav-item:focus,
.cid-sgsNs9jzAO .nav-link:focus {
  outline: none;
}
.cid-sgsNs9jzAO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsNs9jzAO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsNs9jzAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsNs9jzAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsNs9jzAO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsNs9jzAO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsNs9jzAO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsNs9jzAO .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsNs9jzAO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsNs9jzAO .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsNs9jzAO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsNs9jzAO .navbar.collapsed {
  justify-content: center;
}
.cid-sgsNs9jzAO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsNs9jzAO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsNs9jzAO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsNs9jzAO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsNs9jzAO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsNs9jzAO .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-sgsNs9jzAO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsNs9jzAO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsNs9jzAO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsNs9jzAO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsNs9jzAO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsNs9jzAO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsNs9jzAO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsNs9jzAO .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-sgsNs9jzAO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsNs9jzAO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsNs9jzAO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsNs9jzAO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsNs9jzAO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsNs9jzAO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsNs9jzAO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsNs9jzAO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsNs9jzAO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsNs9jzAO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsNs9jzAO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsNs9jzAO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsNs9jzAO .dropdown-item.active,
.cid-sgsNs9jzAO .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsNs9jzAO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsNs9jzAO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsNs9jzAO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsNs9jzAO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsNs9jzAO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsNs9jzAO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsNs9jzAO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsNs9jzAO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsNs9jzAO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsNs9jzAO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsNs9jzAO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsNs9jzAO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsNs9jzAO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsNs9jzAO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsNs9jzAO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsNs9jzAO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsNs9jzAO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsNs9jzAO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsNs9jzAO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsNs9jzAO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsNs9jzAO .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-sgsNs9jzAO .navbar {
    height: 70px;
  }
  .cid-sgsNs9jzAO .navbar.opened {
    height: auto;
  }
  .cid-sgsNs9jzAO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsN6SzhzE {
  background-image: url("../../../assets/images/9c6bd2-d09aee20bf134e0a85f78ed47d71f098mv2-d-2048-1622-s-2.webp");
}
.cid-sgsN6SzhzE .mbr-section-title {
  color: #fafafa;
}
.cid-sgsPDHdLfO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsN6ULw8T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsN6TOItI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsN6VDKS1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsN6VDKS1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsN6VDKS1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsN6VDKS1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsN6VDKS1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsN6VDKS1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsN6VDKS1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsN6VDKS1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsN6VDKS1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsN6VDKS1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsN6VDKS1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsN6VDKS1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsN6VDKS1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsN6VDKS1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsN6VDKS1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsN6XlDm6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsN6XlDm6 nav.navbar {
  position: fixed;
}
.cid-sgsN6XlDm6 .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-sgsN6XlDm6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsN6XlDm6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsN6XlDm6 .dropdown-item:hover,
.cid-sgsN6XlDm6 .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsN6XlDm6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsN6XlDm6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsN6XlDm6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsN6XlDm6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsN6XlDm6 .nav-link {
  position: relative;
}
.cid-sgsN6XlDm6 .container {
  display: flex;
  margin: auto;
}
.cid-sgsN6XlDm6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsN6XlDm6 .dropdown-menu,
.cid-sgsN6XlDm6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsN6XlDm6 .nav-item:focus,
.cid-sgsN6XlDm6 .nav-link:focus {
  outline: none;
}
.cid-sgsN6XlDm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsN6XlDm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsN6XlDm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsN6XlDm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsN6XlDm6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsN6XlDm6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsN6XlDm6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsN6XlDm6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsN6XlDm6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsN6XlDm6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsN6XlDm6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsN6XlDm6 .navbar.collapsed {
  justify-content: center;
}
.cid-sgsN6XlDm6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsN6XlDm6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsN6XlDm6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsN6XlDm6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsN6XlDm6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsN6XlDm6 .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-sgsN6XlDm6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsN6XlDm6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsN6XlDm6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsN6XlDm6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsN6XlDm6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsN6XlDm6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsN6XlDm6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsN6XlDm6 .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-sgsN6XlDm6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsN6XlDm6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsN6XlDm6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsN6XlDm6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsN6XlDm6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsN6XlDm6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsN6XlDm6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsN6XlDm6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsN6XlDm6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsN6XlDm6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsN6XlDm6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsN6XlDm6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsN6XlDm6 .dropdown-item.active,
.cid-sgsN6XlDm6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsN6XlDm6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsN6XlDm6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsN6XlDm6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsN6XlDm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsN6XlDm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsN6XlDm6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsN6XlDm6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsN6XlDm6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsN6XlDm6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsN6XlDm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsN6XlDm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsN6XlDm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN6XlDm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN6XlDm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsN6XlDm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN6XlDm6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsN6XlDm6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsN6XlDm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN6XlDm6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsN6XlDm6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsN6XlDm6 .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-sgsN6XlDm6 .navbar {
    height: 70px;
  }
  .cid-sgsN6XlDm6 .navbar.opened {
    height: auto;
  }
  .cid-sgsN6XlDm6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsNiRVsjw {
  background-image: url("../../../assets/images/9c6bd2-e77f9ac44e384d0691f3b1ce08795f51mv2-d-2048-1686-s-2.webp");
}
.cid-sgsNiRVsjw .mbr-section-title {
  color: #fafafa;
}
.cid-sgsNiT1FTv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsNiUPISm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsNiUPISm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsNiUPISm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsNiUPISm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsNiUPISm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsNiUPISm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsNiUPISm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsNiUPISm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsNiUPISm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsNiUPISm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsNiUPISm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsNiUPISm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsNiUPISm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsNiUPISm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsNiUPISm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsNiWIXcW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsNiWIXcW nav.navbar {
  position: fixed;
}
.cid-sgsNiWIXcW .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-sgsNiWIXcW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsNiWIXcW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsNiWIXcW .dropdown-item:hover,
.cid-sgsNiWIXcW .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsNiWIXcW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsNiWIXcW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsNiWIXcW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsNiWIXcW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsNiWIXcW .nav-link {
  position: relative;
}
.cid-sgsNiWIXcW .container {
  display: flex;
  margin: auto;
}
.cid-sgsNiWIXcW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsNiWIXcW .dropdown-menu,
.cid-sgsNiWIXcW .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsNiWIXcW .nav-item:focus,
.cid-sgsNiWIXcW .nav-link:focus {
  outline: none;
}
.cid-sgsNiWIXcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsNiWIXcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsNiWIXcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsNiWIXcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsNiWIXcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsNiWIXcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsNiWIXcW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsNiWIXcW .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsNiWIXcW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsNiWIXcW .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsNiWIXcW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsNiWIXcW .navbar.collapsed {
  justify-content: center;
}
.cid-sgsNiWIXcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsNiWIXcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsNiWIXcW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsNiWIXcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsNiWIXcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsNiWIXcW .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-sgsNiWIXcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsNiWIXcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsNiWIXcW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsNiWIXcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsNiWIXcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsNiWIXcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsNiWIXcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsNiWIXcW .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-sgsNiWIXcW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsNiWIXcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsNiWIXcW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsNiWIXcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsNiWIXcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsNiWIXcW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsNiWIXcW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsNiWIXcW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsNiWIXcW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsNiWIXcW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsNiWIXcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsNiWIXcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsNiWIXcW .dropdown-item.active,
.cid-sgsNiWIXcW .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsNiWIXcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsNiWIXcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsNiWIXcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsNiWIXcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsNiWIXcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsNiWIXcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsNiWIXcW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsNiWIXcW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsNiWIXcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsNiWIXcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsNiWIXcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsNiWIXcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsNiWIXcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsNiWIXcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsNiWIXcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsNiWIXcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsNiWIXcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsNiWIXcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsNiWIXcW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsNiWIXcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsNiWIXcW .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-sgsNiWIXcW .navbar {
    height: 70px;
  }
  .cid-sgsNiWIXcW .navbar.opened {
    height: auto;
  }
  .cid-sgsNiWIXcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sghEBqFQhY {
  background-image: url("../../../assets/images/20200128-083348263-ios-2000x1500.jpg");
}
.cid-sghEBqFQhY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sghEBqFQhY .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #fafafa;
  transition: all 0.3s;
  color: #fafafa;
}
.cid-sghEBqFQhY .social-row .soc-item .mbr-iconfont:hover {
  background-color: #fafafa;
  color: #000000;
}
.cid-sghEBqFQhY .mbr-section-title {
  color: #fafafa;
}
.cid-sghEBqFQhY .mbr-text,
.cid-sghEBqFQhY .mbr-section-btn,
.cid-sghEBqFQhY .social-row {
  color: #fafafa;
}
.cid-sgsizXNqHf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgsizXNqHf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgsizXNqHf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgsizXNqHf .text-wrapper {
    padding: 2rem;
  }
}
.cid-smThYyfysu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgskUqBg7b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sgskUqBg7b .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sgskUqBg7b .plan-body {
  padding-bottom: 2rem;
}
.cid-sgskUqBg7b .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgskUqBg7b .price {
  color: #48ba96;
}
.cid-sgskUqBg7b .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sgskUqBg7b .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sgskUqBg7b .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sgskUqBg7b .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sgskUqBg7b .plan {
    margin-bottom: 2rem;
  }
}
.cid-sghJgGgcI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sghJgGgcI2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-sghJgGgcI2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sghJgGgcI2 .google-map [data-state-details] {
  color: #6b6763;
  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-sghJgGgcI2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sghJgGgcI2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sgssQka3NF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgspbSyhKQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sgspbSyhKQ .img-wrapper {
  text-align: center;
}
.cid-sgspbSyhKQ img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgspbSyhKQ .row {
  align-items: flex-start;
}
.cid-sgspbSyhKQ .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-sgspbSyhKQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgspbSyhKQ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgspbSyhKQ .card-wrapper {
    padding: 1rem;
  }
}
.cid-sghJ5TVFV3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sghJ5TVFV3 img {
  width: 120px;
  margin: auto;
}
.cid-sghJ5TVFV3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sghJ5TVFV3 .card {
    max-width: 12.5%;
  }
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgi23Szxku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgi23Szxku nav.navbar {
  position: fixed;
}
.cid-sgi23Szxku .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-sgi23Szxku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgi23Szxku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgi23Szxku .dropdown-item:hover,
.cid-sgi23Szxku .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgi23Szxku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgi23Szxku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgi23Szxku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgi23Szxku .nav-link {
  position: relative;
}
.cid-sgi23Szxku .container {
  display: flex;
  margin: auto;
}
.cid-sgi23Szxku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgi23Szxku .dropdown-menu,
.cid-sgi23Szxku .navbar.opened {
  background: #ffffff !important;
}
.cid-sgi23Szxku .nav-item:focus,
.cid-sgi23Szxku .nav-link:focus {
  outline: none;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgi23Szxku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgi23Szxku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgi23Szxku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgi23Szxku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.opened {
  transition: all 0.3s;
}
.cid-sgi23Szxku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgi23Szxku .navbar .navbar-logo img {
  width: auto;
}
.cid-sgi23Szxku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgi23Szxku .navbar.collapsed {
  justify-content: center;
}
.cid-sgi23Szxku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgi23Szxku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgi23Szxku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgi23Szxku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgi23Szxku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgi23Szxku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgi23Szxku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgi23Szxku .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-sgi23Szxku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgi23Szxku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgi23Szxku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgi23Szxku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgi23Szxku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgi23Szxku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgi23Szxku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgi23Szxku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgi23Szxku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgi23Szxku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgi23Szxku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgi23Szxku .dropdown-item.active,
.cid-sgi23Szxku .dropdown-item:active {
  background-color: transparent;
}
.cid-sgi23Szxku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgi23Szxku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgi23Szxku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgi23Szxku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgi23Szxku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgi23Szxku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgi23Szxku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgi23Szxku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgi23Szxku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgi23Szxku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgi23Szxku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgi23Szxku .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-sgi23Szxku .navbar {
    height: 70px;
  }
  .cid-sgi23Szxku .navbar.opened {
    height: auto;
  }
  .cid-sgi23Szxku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgteKctmGb {
  background-image: url("../../../assets/images/20190320-002419890-ios-2000x1500.jpg");
}
.cid-sgteKctmGb .mbr-section-title {
  color: #fafafa;
}
.cid-sgteKctmGb .mbr-text,
.cid-sgteKctmGb .mbr-section-btn {
  color: #fafafa;
}
.cid-sgjBtkNTGx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sgjBtkNTGx .item {
  padding-bottom: 2rem;
}
.cid-sgjBtkNTGx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sgjBtkNTGx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sgjBtkNTGx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sgjBtkNTGx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sgjBtkNTGx .carousel-control,
.cid-sgjBtkNTGx .close {
  background: #1b1b1b;
}
.cid-sgjBtkNTGx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sgjBtkNTGx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sgjBtkNTGx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sgjBtkNTGx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sgjBtkNTGx .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-sgjBtkNTGx .close::before {
  content: '\e91a';
}
.cid-sgjBtkNTGx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sgjBtkNTGx .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-sgjBtkNTGx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgjBtkNTGx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgjBtkNTGx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgjBtkNTGx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sgjBtkNTGx .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-sgjBtkNTGx .carousel-indicators li.active,
.cid-sgjBtkNTGx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgjBtkNTGx .carousel-indicators li::after,
.cid-sgjBtkNTGx .carousel-indicators li::before {
  content: none;
}
.cid-sgjBtkNTGx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgjBtkNTGx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sgjBtkNTGx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjBtkNTGx .carousel-indicators {
    display: none;
  }
}
.cid-sgjBtkNTGx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgjBtkNTGx .carousel-inner > .active {
  display: block;
}
.cid-sgjBtkNTGx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgjBtkNTGx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgjBtkNTGx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sgjBtkNTGx .carousel-control,
  .cid-sgjBtkNTGx .carousel-indicators,
  .cid-sgjBtkNTGx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sgjBtkNTGx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sgjBtkNTGx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgjBtkNTGx .carousel-indicators .active,
.cid-sgjBtkNTGx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sgjBtkNTGx .carousel-indicators .active {
  background: #fff;
}
.cid-sgjBtkNTGx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sgjBtkNTGx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sgjBtkNTGx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sgjBtkNTGx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sgjBtkNTGx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sgjBtkNTGx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sgjBtkNTGx .carousel {
  width: 100%;
}
.cid-sgjBtkNTGx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sgjBtkNTGx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sgjBtkNTGx .modal.fade .modal-dialog,
.cid-sgjBtkNTGx .modal.in .modal-dialog {
  transform: none;
}
.cid-sgjBtkNTGx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sgjBtkNTGx H6 {
  text-align: center;
}
.cid-sgtdy08hXj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgtdy08hXj .video-wrapper iframe {
  width: 100%;
}
.cid-sgtdy08hXj .mbr-section-title,
.cid-sgtdy08hXj .mbr-section-subtitle,
.cid-sgtdy08hXj .mbr-text {
  text-align: center;
}
.cid-sgte65TmoA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sgte65TmoA .video-wrapper iframe {
  width: 100%;
}
.cid-sgte65TmoA .mbr-section-title,
.cid-sgte65TmoA .mbr-section-subtitle,
.cid-sgte65TmoA .mbr-text {
  text-align: center;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsMYHYXyK {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsMYHYXyK .mbr-section-title {
  color: #fafafa;
}
.cid-sgsMYJTXEj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsMYKYNLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgsMYLWPAw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsMYLWPAw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsMYLWPAw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsMYLWPAw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsMYLWPAw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsMYLWPAw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsMYLWPAw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsMYLWPAw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsMYLWPAw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsMYLWPAw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsMYLWPAw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsMYLWPAw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsMYLWPAw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsMYLWPAw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsMYLWPAw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsMYO2exF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsMYO2exF nav.navbar {
  position: fixed;
}
.cid-sgsMYO2exF .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-sgsMYO2exF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsMYO2exF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsMYO2exF .dropdown-item:hover,
.cid-sgsMYO2exF .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsMYO2exF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsMYO2exF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsMYO2exF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsMYO2exF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsMYO2exF .nav-link {
  position: relative;
}
.cid-sgsMYO2exF .container {
  display: flex;
  margin: auto;
}
.cid-sgsMYO2exF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsMYO2exF .dropdown-menu,
.cid-sgsMYO2exF .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsMYO2exF .nav-item:focus,
.cid-sgsMYO2exF .nav-link:focus {
  outline: none;
}
.cid-sgsMYO2exF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsMYO2exF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsMYO2exF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsMYO2exF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsMYO2exF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsMYO2exF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsMYO2exF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsMYO2exF .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsMYO2exF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsMYO2exF .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsMYO2exF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsMYO2exF .navbar.collapsed {
  justify-content: center;
}
.cid-sgsMYO2exF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsMYO2exF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsMYO2exF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsMYO2exF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsMYO2exF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsMYO2exF .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-sgsMYO2exF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsMYO2exF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsMYO2exF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsMYO2exF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsMYO2exF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsMYO2exF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsMYO2exF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsMYO2exF .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-sgsMYO2exF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsMYO2exF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsMYO2exF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsMYO2exF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsMYO2exF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsMYO2exF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsMYO2exF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsMYO2exF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsMYO2exF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsMYO2exF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsMYO2exF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsMYO2exF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsMYO2exF .dropdown-item.active,
.cid-sgsMYO2exF .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsMYO2exF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsMYO2exF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsMYO2exF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsMYO2exF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsMYO2exF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsMYO2exF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsMYO2exF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsMYO2exF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsMYO2exF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsMYO2exF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsMYO2exF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsMYO2exF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsMYO2exF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsMYO2exF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsMYO2exF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsMYO2exF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsMYO2exF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsMYO2exF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsMYO2exF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsMYO2exF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsMYO2exF .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-sgsMYO2exF .navbar {
    height: 70px;
  }
  .cid-sgsMYO2exF .navbar.opened {
    height: auto;
  }
  .cid-sgsMYO2exF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsN29Lrx1 {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsN29Lrx1 .mbr-section-title {
  color: #fafafa;
}
.cid-sgsN2avFj0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsN2b5OcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgsN2bDLU7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsN2bDLU7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsN2bDLU7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsN2bDLU7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsN2bDLU7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsN2bDLU7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsN2bDLU7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsN2bDLU7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsN2bDLU7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsN2bDLU7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsN2bDLU7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsN2bDLU7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsN2bDLU7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsN2bDLU7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsN2bDLU7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsN2cLc7C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsN2cLc7C nav.navbar {
  position: fixed;
}
.cid-sgsN2cLc7C .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-sgsN2cLc7C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsN2cLc7C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsN2cLc7C .dropdown-item:hover,
.cid-sgsN2cLc7C .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsN2cLc7C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsN2cLc7C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsN2cLc7C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsN2cLc7C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsN2cLc7C .nav-link {
  position: relative;
}
.cid-sgsN2cLc7C .container {
  display: flex;
  margin: auto;
}
.cid-sgsN2cLc7C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsN2cLc7C .dropdown-menu,
.cid-sgsN2cLc7C .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsN2cLc7C .nav-item:focus,
.cid-sgsN2cLc7C .nav-link:focus {
  outline: none;
}
.cid-sgsN2cLc7C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsN2cLc7C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsN2cLc7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsN2cLc7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsN2cLc7C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsN2cLc7C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsN2cLc7C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsN2cLc7C .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsN2cLc7C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsN2cLc7C .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsN2cLc7C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsN2cLc7C .navbar.collapsed {
  justify-content: center;
}
.cid-sgsN2cLc7C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsN2cLc7C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsN2cLc7C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsN2cLc7C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsN2cLc7C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsN2cLc7C .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-sgsN2cLc7C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsN2cLc7C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsN2cLc7C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsN2cLc7C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsN2cLc7C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsN2cLc7C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsN2cLc7C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsN2cLc7C .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-sgsN2cLc7C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsN2cLc7C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsN2cLc7C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsN2cLc7C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsN2cLc7C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsN2cLc7C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsN2cLc7C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsN2cLc7C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsN2cLc7C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsN2cLc7C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsN2cLc7C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsN2cLc7C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsN2cLc7C .dropdown-item.active,
.cid-sgsN2cLc7C .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsN2cLc7C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsN2cLc7C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsN2cLc7C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsN2cLc7C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsN2cLc7C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsN2cLc7C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsN2cLc7C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsN2cLc7C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsN2cLc7C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsN2cLc7C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsN2cLc7C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsN2cLc7C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN2cLc7C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN2cLc7C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsN2cLc7C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN2cLc7C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsN2cLc7C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsN2cLc7C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN2cLc7C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsN2cLc7C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsN2cLc7C .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-sgsN2cLc7C .navbar {
    height: 70px;
  }
  .cid-sgsN2cLc7C .navbar.opened {
    height: auto;
  }
  .cid-sgsN2cLc7C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgsN4xKEff {
  background-image: url("../../../assets/images/20190518-pck-1201-1s-2000x1680.jpg");
}
.cid-sgsN4xKEff .mbr-section-title {
  color: #fafafa;
}
.cid-sgsN4yMhsD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgsN4zJjIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sgsN4Aze8g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sgsN4Aze8g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sgsN4Aze8g .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sgsN4Aze8g .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sgsN4Aze8g .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sgsN4Aze8g .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sgsN4Aze8g .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sgsN4Aze8g .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sgsN4Aze8g .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sgsN4Aze8g .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgsN4Aze8g .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sgsN4Aze8g .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgsN4Aze8g .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgsN4Aze8g .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sgsN4Aze8g .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sgsN4Cs3IE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgsN4Cs3IE nav.navbar {
  position: fixed;
}
.cid-sgsN4Cs3IE .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-sgsN4Cs3IE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgsN4Cs3IE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgsN4Cs3IE .dropdown-item:hover,
.cid-sgsN4Cs3IE .dropdown-item:focus {
  background: #48ba96 !important;
  color: white !important;
}
.cid-sgsN4Cs3IE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgsN4Cs3IE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgsN4Cs3IE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgsN4Cs3IE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgsN4Cs3IE .nav-link {
  position: relative;
}
.cid-sgsN4Cs3IE .container {
  display: flex;
  margin: auto;
}
.cid-sgsN4Cs3IE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgsN4Cs3IE .dropdown-menu,
.cid-sgsN4Cs3IE .navbar.opened {
  background: #ffffff !important;
}
.cid-sgsN4Cs3IE .nav-item:focus,
.cid-sgsN4Cs3IE .nav-link:focus {
  outline: none;
}
.cid-sgsN4Cs3IE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgsN4Cs3IE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgsN4Cs3IE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgsN4Cs3IE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgsN4Cs3IE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgsN4Cs3IE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgsN4Cs3IE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgsN4Cs3IE .navbar.opened {
  transition: all 0.3s;
}
.cid-sgsN4Cs3IE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgsN4Cs3IE .navbar .navbar-logo img {
  width: auto;
}
.cid-sgsN4Cs3IE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgsN4Cs3IE .navbar.collapsed {
  justify-content: center;
}
.cid-sgsN4Cs3IE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgsN4Cs3IE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgsN4Cs3IE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sgsN4Cs3IE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgsN4Cs3IE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgsN4Cs3IE .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-sgsN4Cs3IE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgsN4Cs3IE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgsN4Cs3IE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgsN4Cs3IE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgsN4Cs3IE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgsN4Cs3IE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgsN4Cs3IE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgsN4Cs3IE .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-sgsN4Cs3IE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgsN4Cs3IE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgsN4Cs3IE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgsN4Cs3IE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgsN4Cs3IE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgsN4Cs3IE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgsN4Cs3IE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgsN4Cs3IE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sgsN4Cs3IE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgsN4Cs3IE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgsN4Cs3IE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgsN4Cs3IE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgsN4Cs3IE .dropdown-item.active,
.cid-sgsN4Cs3IE .dropdown-item:active {
  background-color: transparent;
}
.cid-sgsN4Cs3IE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgsN4Cs3IE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgsN4Cs3IE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgsN4Cs3IE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgsN4Cs3IE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgsN4Cs3IE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgsN4Cs3IE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgsN4Cs3IE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgsN4Cs3IE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgsN4Cs3IE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #48ba96;
}
.cid-sgsN4Cs3IE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgsN4Cs3IE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN4Cs3IE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgsN4Cs3IE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgsN4Cs3IE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN4Cs3IE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgsN4Cs3IE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgsN4Cs3IE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgsN4Cs3IE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgsN4Cs3IE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgsN4Cs3IE .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-sgsN4Cs3IE .navbar {
    height: 70px;
  }
  .cid-sgsN4Cs3IE .navbar.opened {
    height: auto;
  }
  .cid-sgsN4Cs3IE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
