.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5375rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.875rem 1.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4433 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #bf0a30 !important;
}
.bg-warning {
  background-color: #00bee6 !important;
}
.bg-danger {
  background-color: #5e5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4433 !important;
  border-color: #ff4433 !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: #db1200 !important;
  border-color: #db1200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .btn-success:hover {
  background-color: #ff4433;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #db1200 !important;
  border-color: #db1200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !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: #bababa !important;
  border-color: #bababa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .btn-success:hover {
  background-color: #ff4433;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf0a30 !important;
  border-color: #bf0a30 !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: #6d061b !important;
  border-color: #6d061b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .btn-success:hover {
  background-color: #ff4433;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6d061b !important;
  border-color: #6d061b !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success .btn-success:hover {
  background-color: #ff4433;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00bee6 !important;
  border-color: #00bee6 !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: #00768f !important;
  border-color: #00768f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .btn-success:hover {
  background-color: #ff4433;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00768f !important;
  border-color: #00768f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .btn-success:hover {
  background-color: #ff4433;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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 .btn-success:hover {
  background-color: #ff4433;
}
.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 .btn-success:hover {
  background-color: #ff4433;
}
.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: #ff4433;
  color: #ff4433;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #db1200 !important;
  background-color: transparent!important;
  border-color: #db1200 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: #bababa !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bf0a30;
  color: #bf0a30;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6d061b !important;
  background-color: transparent!important;
  border-color: #6d061b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf0a30 !important;
  border-color: #bf0a30 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #00bee6;
  color: #00bee6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00768f !important;
  background-color: transparent!important;
  border-color: #00768f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00bee6 !important;
  border-color: #00bee6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5e5e5e;
  color: #5e5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !important;
  background-color: transparent!important;
  border-color: #333333 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !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: #ff4433 !important;
}
.text-secondary {
  color: #e5e5e5 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #bf0a30 !important;
}
.text-warning {
  color: #00bee6 !important;
}
.text-danger {
  color: #5e5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cc1100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b2b2b2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d4d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5e0518 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #006a80 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b2b2b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #ff4433;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf0a30;
}
.alert-warning {
  background-color: #00bee6;
}
.alert-danger {
  background-color: #5e5e5e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4433;
  border-color: #ff4433;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4433;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f65375;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3f2ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9e9e9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff4433 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff4433;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4433;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4433;
}
.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: #ff4433;
  border-bottom-color: #ff4433;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4433 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e5e5e5 !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='%23ff4433' %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;
  font-weight: 500;
}
.btn {
  margin: 0;
}
body {
  font-family: Jost;
}
p {
  margin-bottom: 0;
}
.btn.btn-success:hover {
  background-color: #ff4433 !important;
  transition: all 0.2s ease-in-out;
  border-color: #ff4433 !important;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  position: relative !important;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover,
.cid-sBkqT8vCC2 .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sBkqT8vCC2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBkqT8vCC2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBkqT8vCC2 .container {
  display: flex;
  margin: auto;
}
.cid-sBkqT8vCC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown-menu,
.cid-sBkqT8vCC2 .navbar.opened {
  background: #00bee6 !important;
}
.cid-sBkqT8vCC2 .nav-item:focus,
.cid-sBkqT8vCC2 .nav-link:focus {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBkqT8vCC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .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: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBkqT8vCC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar.collapsed {
  justify-content: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBkqT8vCC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBkqT8vCC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBkqT8vCC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBkqT8vCC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBkqT8vCC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBkqT8vCC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBkqT8vCC2 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown-item.active,
.cid-sBkqT8vCC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBkqT8vCC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBkqT8vCC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBkqT8vCC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBkqT8vCC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBkqT8vCC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBkqT8vCC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBkqT8vCC2 .navbar {
    height: 70px;
  }
  .cid-sBkqT8vCC2 .navbar.opened {
    height: auto;
  }
  .cid-sBkqT8vCC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBkqT8vCC2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBkqT8vCC2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBkqT8vCC2 a {
  display: inline;
  font-weight: bold;
}
.cid-sBkqT8vCC2 img {
  display: inline;
  padding-right: 10px;
}
.cid-sBkqT8vCC2 .dropdown-toggle:after {
  display: none;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sBkqT8vCC2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBkqT8vCC2 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBkqT8vCC2 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBkqT8vCC2 .btn {
  display: inline !important;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBkqT8vCC2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBkqT8vCC2 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBkqT8vCC2 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sBkqObM6i2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBkqObM6i2 .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-sBkqObM6i2 .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-sBkqObM6i2 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-sBkqObM6i2 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-sSRAFVhyZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sSRAFVhyZv .left-side {
  text-align: left;
}
.cid-sSRAFVhyZv .width {
  width: 360px;
  margin: auto;
}
.cid-sSRAFVhyZv .row {
  align-items: center;
  background: #00bee6;
  padding: 0px;
  margin: 0;
}
.cid-sSRAFVhyZv .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sSRAFVhyZv .container-fluid {
  padding: 0;
}
.cid-sSRAFVhyZv .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sSRAFVhyZv .right-side {
  padding: 0;
}
.cid-sSRAFVhyZv .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sSRAFVhyZv .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sSRAFVhyZv .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #ffd700;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sSRAFVhyZv .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sSRAFVhyZv a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sSRAFVhyZv .left-side {
    padding: 30px 20px;
  }
  .cid-sSRAFVhyZv .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sSRAFVhyZv .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sSRAFVhyZv .mbr-text,
.cid-sSRAFVhyZv .lin {
  text-align: left;
}
.cid-sSRAFVhyZv .lin {
  color: #e5e5e5;
}
.cid-sSR6YDmmvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1260.jpeg");
}
.cid-sSR6YDmmvQ .left-side {
  text-align: left;
}
.cid-sSR6YDmmvQ .width {
  width: 360px;
  margin: auto;
}
.cid-sSR6YDmmvQ .row {
  align-items: center;
  background: #ffd700;
  padding: 0px;
  margin: 0;
}
.cid-sSR6YDmmvQ .mbr-section-title {
  margin: 0 0 15px;
  color: #bf0a30;
  font-weight: 600;
}
.cid-sSR6YDmmvQ .container-fluid {
  padding: 0;
}
.cid-sSR6YDmmvQ .mbr-section-subtitle {
  color: #bf0a30;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sSR6YDmmvQ .right-side {
  padding: 0;
}
.cid-sSR6YDmmvQ .row {
  flex-direction: row-reverse;
}
.cid-sSR6YDmmvQ .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sSR6YDmmvQ .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sSR6YDmmvQ .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #bf0a30;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sSR6YDmmvQ .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sSR6YDmmvQ a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sSR6YDmmvQ .left-side {
    padding: 30px 20px;
  }
  .cid-sSR6YDmmvQ .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sSR6YDmmvQ .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sSR6YDmmvQ .mbr-text,
.cid-sSR6YDmmvQ .lin {
  text-align: left;
  color: #bf0a30;
}
.cid-sSR6Zw0EIt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-sSR6Zw0EIt .left-side {
  text-align: left;
}
.cid-sSR6Zw0EIt .width {
  width: 360px;
  margin: auto;
}
.cid-sSR6Zw0EIt .row {
  align-items: center;
  background: #bf0a30;
  padding: 0px;
  margin: 0;
}
.cid-sSR6Zw0EIt .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sSR6Zw0EIt .container-fluid {
  padding: 0;
}
.cid-sSR6Zw0EIt .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sSR6Zw0EIt .right-side {
  padding: 0;
}
.cid-sSR6Zw0EIt .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sSR6Zw0EIt .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sSR6Zw0EIt .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #ffd700;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sSR6Zw0EIt .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sSR6Zw0EIt a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sSR6Zw0EIt .left-side {
    padding: 30px 20px;
  }
  .cid-sSR6Zw0EIt .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sSR6Zw0EIt .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sSR6Zw0EIt .mbr-text,
.cid-sSR6Zw0EIt .lin {
  text-align: left;
}
.cid-sBkSuo4Pjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBkSuo4Pjx .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sBkSuo4Pjx .btn {
  margin: 0;
  width: 100%;
}
.cid-sBkSuo4Pjx .button-top {
  margin-top: 20px;
  padding: 0;
}
.cid-sBkSuo4Pjx .number {
  font-size: 112px;
  color: #ffd700;
  font-weight: 600;
  position: absolute;
  top: -22px;
}
.cid-sBkSuo4Pjx .title {
  font-weight: 600;
  margin-left: 40px;
  position: relative;
}
.cid-sBkSuo4Pjx .top {
  padding-bottom: 15px;
}
.cid-sBkSuo4Pjx .subtitle {
  font-weight: 500;
  margin-bottom: 30px;
}
.cid-sBkSuo4Pjx .bottom {
  padding-bottom: 67px;
}
.cid-sBkSuo4Pjx .mbr-text {
  padding-bottom: 30px;
}
.cid-sBkSuo4Pjx .wrapper {
  position: relative;
}
.cid-sBkSuo4Pjx p a {
  background-image: linear-gradient(#bf0a30 0%, #bf0a30 100%);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 100% .25em;
}
.cid-sBkSuo4Pjx p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  background-image: linear-gradient(#bf0a30 0%, #bf0a30 100%);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 100% .25em;
}
.cid-sBkSuo4Pjx a:hover {
  background-image: linear-gradient(#bf0a30 0%, #bf0a30 100%) !important;
}
.cid-sBkSuo4Pjx a.btn {
  background-image: none;
}
.cid-sBkSuo4Pjx a.btn:hover {
  background-image: none !important;
}
@media (min-width: 872px) and (max-width: 990px) {
  .cid-sBkSuo4Pjx .left {
    padding-top: 110px;
  }
}
@media (max-width: 871px) {
  .cid-sBkSuo4Pjx .left {
    padding-top: 60px;
  }
}
.cid-sT7MLu7c7B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT7MLu7c7B img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sT7MLu7c7B .si {
  width: 100%;
}
.cid-sT7MLu7c7B .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sT7MLu7c7B .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sT7MLu7c7B .subtitle {
  color: #ffffff;
}
.cid-sT7MLu7c7B .text,
.cid-sT7MLu7c7B .si {
  text-align: center;
}
.cid-sT7MLu7c7B .copyright {
  padding-top: 120px;
}
.cid-sT7MLu7c7B P {
  text-align: center;
  color: #ffffff;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  position: relative !important;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover,
.cid-sBkqT8vCC2 .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sBkqT8vCC2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBkqT8vCC2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBkqT8vCC2 .container {
  display: flex;
  margin: auto;
}
.cid-sBkqT8vCC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown-menu,
.cid-sBkqT8vCC2 .navbar.opened {
  background: #00bee6 !important;
}
.cid-sBkqT8vCC2 .nav-item:focus,
.cid-sBkqT8vCC2 .nav-link:focus {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBkqT8vCC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .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: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBkqT8vCC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar.collapsed {
  justify-content: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBkqT8vCC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBkqT8vCC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBkqT8vCC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBkqT8vCC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBkqT8vCC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBkqT8vCC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBkqT8vCC2 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown-item.active,
.cid-sBkqT8vCC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBkqT8vCC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBkqT8vCC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBkqT8vCC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBkqT8vCC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBkqT8vCC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBkqT8vCC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBkqT8vCC2 .navbar {
    height: 70px;
  }
  .cid-sBkqT8vCC2 .navbar.opened {
    height: auto;
  }
  .cid-sBkqT8vCC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBkqT8vCC2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBkqT8vCC2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBkqT8vCC2 a {
  display: inline;
  font-weight: bold;
}
.cid-sBkqT8vCC2 img {
  display: inline;
  padding-right: 10px;
}
.cid-sBkqT8vCC2 .dropdown-toggle:after {
  display: none;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sBkqT8vCC2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBkqT8vCC2 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBkqT8vCC2 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBkqT8vCC2 .btn {
  display: inline !important;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBkqT8vCC2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBkqT8vCC2 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBkqT8vCC2 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sTMBDIm9LD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTMBDIm9LD .right {
  display: flex;
  flex-direction: column;
}
.cid-sTMBDIm9LD .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sTMBDIm9LD .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sTMBDIm9LD .last-p {
  padding-bottom: 0;
}
.cid-sTMBDIm9LD .row {
  justify-content: center;
}
.cid-sTMCBiuRzv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTMCBiuRzv .left-side {
  text-align: left;
}
.cid-sTMCBiuRzv .width {
  width: 360px;
  margin: auto;
}
.cid-sTMCBiuRzv .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-sTMCBiuRzv .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
  font-weight: 600;
}
.cid-sTMCBiuRzv .container-fluid {
  padding: 0;
}
.cid-sTMCBiuRzv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sTMCBiuRzv .right-side {
  padding: 0;
}
.cid-sTMCBiuRzv .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sTMCBiuRzv .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sTMCBiuRzv .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sTMCBiuRzv .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sTMCBiuRzv a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sTMCBiuRzv .left-side {
    padding: 30px 20px;
  }
  .cid-sTMCBiuRzv .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sTMCBiuRzv .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sTMCBiuRzv .mbr-text,
.cid-sTMCBiuRzv .lin {
  text-align: left;
  color: #000000;
}
.cid-sTM50tQHsr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTM50tQHsr .right {
  display: flex;
  flex-direction: column;
}
.cid-sTM50tQHsr .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sTM50tQHsr .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sTM50tQHsr .last-p {
  padding-bottom: 0;
}
.cid-sTM50tQHsr .row {
  justify-content: center;
}
.cid-sT7MLu7c7B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT7MLu7c7B img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sT7MLu7c7B .si {
  width: 100%;
}
.cid-sT7MLu7c7B .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sT7MLu7c7B .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sT7MLu7c7B .subtitle {
  color: #ffffff;
}
.cid-sT7MLu7c7B .text,
.cid-sT7MLu7c7B .si {
  text-align: center;
}
.cid-sT7MLu7c7B .copyright {
  padding-top: 120px;
}
.cid-sT7MLu7c7B P {
  text-align: center;
  color: #ffffff;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  position: relative !important;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover,
.cid-sBkqT8vCC2 .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sBkqT8vCC2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBkqT8vCC2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBkqT8vCC2 .container {
  display: flex;
  margin: auto;
}
.cid-sBkqT8vCC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown-menu,
.cid-sBkqT8vCC2 .navbar.opened {
  background: #00bee6 !important;
}
.cid-sBkqT8vCC2 .nav-item:focus,
.cid-sBkqT8vCC2 .nav-link:focus {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBkqT8vCC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .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: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBkqT8vCC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar.collapsed {
  justify-content: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBkqT8vCC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBkqT8vCC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBkqT8vCC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBkqT8vCC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBkqT8vCC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBkqT8vCC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBkqT8vCC2 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown-item.active,
.cid-sBkqT8vCC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBkqT8vCC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBkqT8vCC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBkqT8vCC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBkqT8vCC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBkqT8vCC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBkqT8vCC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBkqT8vCC2 .navbar {
    height: 70px;
  }
  .cid-sBkqT8vCC2 .navbar.opened {
    height: auto;
  }
  .cid-sBkqT8vCC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBkqT8vCC2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBkqT8vCC2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBkqT8vCC2 a {
  display: inline;
  font-weight: bold;
}
.cid-sBkqT8vCC2 img {
  display: inline;
  padding-right: 10px;
}
.cid-sBkqT8vCC2 .dropdown-toggle:after {
  display: none;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sBkqT8vCC2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBkqT8vCC2 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBkqT8vCC2 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBkqT8vCC2 .btn {
  display: inline !important;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBkqT8vCC2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBkqT8vCC2 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBkqT8vCC2 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sT34gc1NwF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT34gc1NwF h2,
.cid-sT34gc1NwF h3,
.cid-sT34gc1NwF h4,
.cid-sT34gc1NwF h5 {
  margin: 0;
}
.cid-sT34gc1NwF .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sT34gc1NwF .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sT34gc1NwF .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sT34gc1NwF .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sT34gc1NwF .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sT34gc1NwF .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sT34gc1NwF .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sT34gc1NwF .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sT34gc1NwF .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sT34gc1NwF .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sT34gc1NwF .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sT34gc1NwF .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sT34gc1NwF .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sT34gc1NwF .card:hover {
  cursor: pointer;
}
.cid-sT34gc1NwF .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-sT34gc1NwF .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sT34gc1NwF .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sT34gc1NwF .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-tfsUKr4SHW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-tfsUKr4SHW .card-wrapper {
  margin: 0;
}
.cid-tfsUKr4SHW .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-tfsUKr4SHW .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-tfsUKr4SHW .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-tfsUKr4SHW .top {
    padding-top: 60px;
  }
}
.cid-tfsUKr4SHW .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-sT6qjUqBNW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT6qjUqBNW .card-wrapper {
  margin: 0;
}
.cid-sT6qjUqBNW .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT6qjUqBNW .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT6qjUqBNW .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT6qjUqBNW .top {
    padding-top: 60px;
  }
}
.cid-sT6mRVmNRn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT6mRVmNRn .left-side {
  text-align: left;
}
.cid-sT6mRVmNRn .row {
  align-items: center;
}
.cid-sT6mRVmNRn .row {
  flex-direction: row-reverse;
}
.cid-sT6mRVmNRn .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT6mRVmNRn .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT6mRVmNRn .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT6mRVmNRn .icon-wrapper {
  display: inline;
}
.cid-sT6mRVmNRn .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT6mRVmNRn a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT6mRVmNRn .left-side {
    margin-top: 30px;
  }
}
.cid-sT6mRVmNRn .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT6seQJfs7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sT6seQJfs7 .card-wrapper {
  margin: 0;
}
.cid-sT6seQJfs7 .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT6seQJfs7 .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 990px) {
  .cid-sT6seQJfs7 .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT6seQJfs7 .top {
    padding-top: 60px;
  }
}
.cid-sT6s8NoaRU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sT6s8NoaRU .left-side {
  text-align: left;
}
.cid-sT6s8NoaRU .row {
  align-items: center;
}
.cid-sT6s8NoaRU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT6s8NoaRU .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT6s8NoaRU .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT6s8NoaRU .icon-wrapper {
  display: inline;
}
.cid-sT6s8NoaRU .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT6s8NoaRU a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT6s8NoaRU .left-side {
    margin-top: 30px;
  }
}
.cid-sT6s8NoaRU .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT6s8NoaRU .mbr-section-title,
.cid-sT6s8NoaRU .linkMovement {
  color: #ff3337;
}
.cid-sT6uz3y1bo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-sT6uz3y1bo .card-wrapper {
  margin: 0;
}
.cid-sT6uz3y1bo .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT6uz3y1bo .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT6uz3y1bo .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT6uz3y1bo .top {
    padding-top: 60px;
  }
}
.cid-sT6uv4qwZd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sT6uv4qwZd .left-side {
  text-align: left;
}
.cid-sT6uv4qwZd .row {
  align-items: center;
}
.cid-sT6uv4qwZd .row {
  flex-direction: row-reverse;
}
.cid-sT6uv4qwZd .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT6uv4qwZd .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT6uv4qwZd .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT6uv4qwZd .icon-wrapper {
  display: inline;
}
.cid-sT6uv4qwZd .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT6uv4qwZd a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT6uv4qwZd .left-side {
    margin-top: 30px;
  }
}
.cid-sT6uv4qwZd .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT6uv4qwZd div.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.cid-sT6uv4qwZd .divTable.minimalistBlack .divTableCell,
.cid-sT6uv4qwZd .divTable.minimalistBlack .divTableHead {
  border: 1px solid #000000;
  padding: 5px 4px;
}
.cid-sT6uv4qwZd .divTable.minimalistBlack .divTableBody .divTableCell {
  font-size: 17px;
}
.cid-sT6uv4qwZd .divTable.minimalistBlack .divTableHeading {
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 3px solid #000000;
}
.cid-sT6uv4qwZd .divTable.minimalistBlack .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.cid-sT6uv4qwZd .minimalistBlack .tableFootStyle {
  font-size: 14px;
}
.cid-sT6uv4qwZd .divTable {
  display: table;
}
.cid-sT6uv4qwZd .divTableRow {
  display: table-row;
}
.cid-sT6uv4qwZd .divTableHeading {
  display: table-header-group;
}
.cid-sT6uv4qwZd .divTableCell,
.cid-sT6uv4qwZd .divTableHead {
  display: table-cell;
}
.cid-sT6uv4qwZd .divTableFoot {
  display: table-footer-group;
}
.cid-sT6uv4qwZd .divTableBody {
  display: table-row-group;
}
.cid-sT6vFGkEE9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sT6vFGkEE9 .left-side {
  text-align: left;
}
.cid-sT6vFGkEE9 .row {
  align-items: center;
}
.cid-sT6vFGkEE9 .row {
  flex-direction: row-reverse;
}
.cid-sT6vFGkEE9 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT6vFGkEE9 .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT6vFGkEE9 .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT6vFGkEE9 .icon-wrapper {
  display: inline;
}
.cid-sT6vFGkEE9 .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT6vFGkEE9 a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT6vFGkEE9 .left-side {
    margin-top: 30px;
  }
}
.cid-sT6vFGkEE9 .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT6vFGkEE9 div.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.cid-sT6vFGkEE9 .divTable.minimalistBlack .divTableCell,
.cid-sT6vFGkEE9 .divTable.minimalistBlack .divTableHead {
  border: 1px solid #000000;
  padding: 5px 4px;
}
.cid-sT6vFGkEE9 .divTable.minimalistBlack .divTableBody .divTableCell {
  font-size: 17px;
}
.cid-sT6vFGkEE9 .divTable.minimalistBlack .divTableHeading {
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 3px solid #000000;
}
.cid-sT6vFGkEE9 .divTable.minimalistBlack .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.cid-sT6vFGkEE9 .minimalistBlack .tableFootStyle {
  font-size: 14px;
}
.cid-sT6vFGkEE9 .divTable {
  display: table;
}
.cid-sT6vFGkEE9 .divTableRow {
  display: table-row;
}
.cid-sT6vFGkEE9 .divTableHeading {
  display: table-header-group;
}
.cid-sT6vFGkEE9 .divTableCell,
.cid-sT6vFGkEE9 .divTableHead {
  display: table-cell;
}
.cid-sT6vFGkEE9 .divTableFoot {
  display: table-footer-group;
}
.cid-sT6vFGkEE9 .divTableBody {
  display: table-row-group;
}
.cid-sT6zYNc9Ju {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT6zYNc9Ju .card-wrapper {
  margin: 0;
}
.cid-sT6zYNc9Ju .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT6zYNc9Ju .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT6zYNc9Ju .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT6zYNc9Ju .top {
    padding-top: 60px;
  }
}
.cid-sT6A2Z1q3Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT6A2Z1q3Q .left-side {
  text-align: left;
}
.cid-sT6A2Z1q3Q .row {
  align-items: center;
}
.cid-sT6A2Z1q3Q .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT6A2Z1q3Q .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT6A2Z1q3Q .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT6A2Z1q3Q .icon-wrapper {
  display: inline;
}
.cid-sT6A2Z1q3Q .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT6A2Z1q3Q a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT6A2Z1q3Q .left-side {
    margin-top: 30px;
  }
}
.cid-sT6A2Z1q3Q .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT6yr9CUUj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sT6yr9CUUj .card-wrapper {
  margin: 0;
}
.cid-sT6yr9CUUj .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT6yr9CUUj .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT6yr9CUUj .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT6yr9CUUj .top {
    padding-top: 60px;
  }
}
.cid-sT6ywH6uJD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT6ywH6uJD .left-side {
  text-align: left;
}
.cid-sT6ywH6uJD .row {
  align-items: center;
}
.cid-sT6ywH6uJD .row {
  flex-direction: row-reverse;
}
.cid-sT6ywH6uJD .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT6ywH6uJD .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT6ywH6uJD .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT6ywH6uJD .icon-wrapper {
  display: inline;
}
.cid-sT6ywH6uJD .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT6ywH6uJD a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT6ywH6uJD .left-side {
    margin-top: 30px;
  }
}
.cid-sT6ywH6uJD .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT7MLu7c7B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT7MLu7c7B img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sT7MLu7c7B .si {
  width: 100%;
}
.cid-sT7MLu7c7B .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sT7MLu7c7B .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sT7MLu7c7B .subtitle {
  color: #ffffff;
}
.cid-sT7MLu7c7B .text,
.cid-sT7MLu7c7B .si {
  text-align: center;
}
.cid-sT7MLu7c7B .copyright {
  padding-top: 120px;
}
.cid-sT7MLu7c7B P {
  text-align: center;
  color: #ffffff;
}
.cid-tfsUyTEgyn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-tfsUyTEgyn .card-wrapper {
  margin: 0;
}
.cid-tfsUyTEgyn .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-tfsUyTEgyn .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-tfsUyTEgyn .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-tfsUyTEgyn .top {
    padding-top: 60px;
  }
}
.cid-tfsUyTEgyn .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  position: relative !important;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover,
.cid-sBkqT8vCC2 .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sBkqT8vCC2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBkqT8vCC2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBkqT8vCC2 .container {
  display: flex;
  margin: auto;
}
.cid-sBkqT8vCC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown-menu,
.cid-sBkqT8vCC2 .navbar.opened {
  background: #00bee6 !important;
}
.cid-sBkqT8vCC2 .nav-item:focus,
.cid-sBkqT8vCC2 .nav-link:focus {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBkqT8vCC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBkqT8vCC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBkqT8vCC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .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: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBkqT8vCC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar.collapsed {
  justify-content: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBkqT8vCC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBkqT8vCC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBkqT8vCC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBkqT8vCC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBkqT8vCC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBkqT8vCC2 .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-sBkqT8vCC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBkqT8vCC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBkqT8vCC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBkqT8vCC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBkqT8vCC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBkqT8vCC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBkqT8vCC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBkqT8vCC2 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBkqT8vCC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBkqT8vCC2 .dropdown-item.active,
.cid-sBkqT8vCC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBkqT8vCC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sBkqT8vCC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBkqT8vCC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBkqT8vCC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBkqT8vCC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBkqT8vCC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBkqT8vCC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBkqT8vCC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBkqT8vCC2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBkqT8vCC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBkqT8vCC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBkqT8vCC2 .navbar {
    height: 70px;
  }
  .cid-sBkqT8vCC2 .navbar.opened {
    height: auto;
  }
  .cid-sBkqT8vCC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBkqT8vCC2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBkqT8vCC2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBkqT8vCC2 a {
  display: inline;
  font-weight: bold;
}
.cid-sBkqT8vCC2 img {
  display: inline;
  padding-right: 10px;
}
.cid-sBkqT8vCC2 .dropdown-toggle:after {
  display: none;
}
.cid-sBkqT8vCC2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBkqT8vCC2 .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sBkqT8vCC2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBkqT8vCC2 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBkqT8vCC2 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBkqT8vCC2 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBkqT8vCC2 .btn {
  display: inline !important;
}
.cid-sBkqT8vCC2 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBkqT8vCC2 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBkqT8vCC2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBkqT8vCC2 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBkqT8vCC2 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sSVH8O0hYu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sSVH8O0hYu .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVH8O0hYu .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVH8O0hYu .p {
  padding-bottom: 30px;
  color: #000000;
}
.cid-sSVH8O0hYu .last-p {
  padding-bottom: 0;
}
.cid-sSVH8O0hYu .row {
  justify-content: center;
}
.cid-sSVH9R0tsM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVH9R0tsM .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVH9R0tsM .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVH9R0tsM .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVH9R0tsM .last-p {
  padding-bottom: 0;
}
.cid-sSVH9R0tsM .row {
  justify-content: center;
}
.cid-sSVHazV0Qt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVHazV0Qt .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVHazV0Qt .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVHazV0Qt .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVHazV0Qt .last-p {
  padding-bottom: 0;
}
.cid-sSVHazV0Qt .row {
  justify-content: center;
}
.cid-sSVHbi57PA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVHbi57PA .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVHbi57PA .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVHbi57PA .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVHbi57PA .last-p {
  padding-bottom: 0;
}
.cid-sSVHbi57PA .row {
  justify-content: center;
}
.cid-sSVHcrh9RK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVHcrh9RK .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVHcrh9RK .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVHcrh9RK .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVHcrh9RK .last-p {
  padding-bottom: 0;
}
.cid-sSVHcrh9RK .row {
  justify-content: center;
}
.cid-sSVHESM90G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVHESM90G .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVHESM90G .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVHESM90G .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVHESM90G .last-p {
  padding-bottom: 0;
}
.cid-sSVHESM90G .row {
  justify-content: center;
}
.cid-sSVN57Bn5N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVN57Bn5N .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVN57Bn5N .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVN57Bn5N .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVN57Bn5N .last-p {
  padding-bottom: 0;
}
.cid-sSVN57Bn5N .row {
  justify-content: center;
}
.cid-sSVHGRrHe0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSVHGRrHe0 .right {
  display: flex;
  flex-direction: column;
}
.cid-sSVHGRrHe0 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sSVHGRrHe0 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sSVHGRrHe0 .last-p {
  padding-bottom: 0;
}
.cid-sSVHGRrHe0 .row {
  justify-content: center;
}
.cid-sT7MLu7c7B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT7MLu7c7B img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sT7MLu7c7B .si {
  width: 100%;
}
.cid-sT7MLu7c7B .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sT7MLu7c7B .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sT7MLu7c7B .subtitle {
  color: #ffffff;
}
.cid-sT7MLu7c7B .text,
.cid-sT7MLu7c7B .si {
  text-align: center;
}
.cid-sT7MLu7c7B .copyright {
  padding-top: 120px;
}
.cid-sT7MLu7c7B P {
  text-align: center;
  color: #ffffff;
}
.cid-sT8zIhOyNZ .navbar-dropdown {
  position: relative !important;
}
.cid-sT8zIhOyNZ .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-sT8zIhOyNZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sT8zIhOyNZ .dropdown-item:hover,
.cid-sT8zIhOyNZ .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sT8zIhOyNZ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sT8zIhOyNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sT8zIhOyNZ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sT8zIhOyNZ .container {
  display: flex;
  margin: auto;
}
.cid-sT8zIhOyNZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sT8zIhOyNZ .dropdown-menu,
.cid-sT8zIhOyNZ .navbar.opened {
  background: #00bee6 !important;
}
.cid-sT8zIhOyNZ .nav-item:focus,
.cid-sT8zIhOyNZ .nav-link:focus {
  outline: none;
}
.cid-sT8zIhOyNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sT8zIhOyNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT8zIhOyNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sT8zIhOyNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT8zIhOyNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT8zIhOyNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT8zIhOyNZ .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: #00bee6;
}
.cid-sT8zIhOyNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sT8zIhOyNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sT8zIhOyNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sT8zIhOyNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sT8zIhOyNZ .navbar.collapsed {
  justify-content: center;
}
.cid-sT8zIhOyNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sT8zIhOyNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sT8zIhOyNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sT8zIhOyNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sT8zIhOyNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sT8zIhOyNZ .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-sT8zIhOyNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sT8zIhOyNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sT8zIhOyNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sT8zIhOyNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sT8zIhOyNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sT8zIhOyNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sT8zIhOyNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sT8zIhOyNZ .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-sT8zIhOyNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sT8zIhOyNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sT8zIhOyNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sT8zIhOyNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sT8zIhOyNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sT8zIhOyNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sT8zIhOyNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sT8zIhOyNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sT8zIhOyNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sT8zIhOyNZ .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sT8zIhOyNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sT8zIhOyNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sT8zIhOyNZ .dropdown-item.active,
.cid-sT8zIhOyNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sT8zIhOyNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sT8zIhOyNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sT8zIhOyNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sT8zIhOyNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sT8zIhOyNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sT8zIhOyNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT8zIhOyNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sT8zIhOyNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sT8zIhOyNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sT8zIhOyNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT8zIhOyNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sT8zIhOyNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT8zIhOyNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT8zIhOyNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sT8zIhOyNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT8zIhOyNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sT8zIhOyNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sT8zIhOyNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT8zIhOyNZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sT8zIhOyNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sT8zIhOyNZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sT8zIhOyNZ .navbar {
    height: 70px;
  }
  .cid-sT8zIhOyNZ .navbar.opened {
    height: auto;
  }
  .cid-sT8zIhOyNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT8zIhOyNZ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sT8zIhOyNZ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sT8zIhOyNZ a {
  display: inline;
  font-weight: bold;
}
.cid-sT8zIhOyNZ img {
  display: inline;
  padding-right: 10px;
}
.cid-sT8zIhOyNZ .dropdown-toggle:after {
  display: none;
}
.cid-sT8zIhOyNZ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sT8zIhOyNZ .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sT8zIhOyNZ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sT8zIhOyNZ .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sT8zIhOyNZ .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sT8zIhOyNZ .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sT8zIhOyNZ .btn {
  display: inline !important;
}
.cid-sT8zIhOyNZ .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sT8zIhOyNZ .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sT8zIhOyNZ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sT8zIhOyNZ .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sT8zIhOyNZ .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sT8zIj2ATq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT8zIj2ATq h2,
.cid-sT8zIj2ATq h3,
.cid-sT8zIj2ATq h4,
.cid-sT8zIj2ATq h5 {
  margin: 0;
}
.cid-sT8zIj2ATq .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sT8zIj2ATq .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sT8zIj2ATq .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sT8zIj2ATq .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sT8zIj2ATq .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sT8zIj2ATq .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sT8zIj2ATq .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sT8zIj2ATq .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sT8zIj2ATq .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sT8zIj2ATq .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sT8zIj2ATq .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sT8zIj2ATq .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sT8zIj2ATq .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sT8zIj2ATq .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cid-sT8zIj2ATq .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sT8zIj2ATq .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sT8zIkfwy3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT8zIkfwy3 .card-wrapper {
  margin: 0;
}
.cid-sT8zIkfwy3 .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8zIkfwy3 .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT8zIkfwy3 .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8zIkfwy3 .top {
    padding-top: 60px;
  }
}
.cid-sT8zIlha5K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT8zIlha5K .left-side {
  text-align: left;
}
.cid-sT8zIlha5K .row {
  align-items: center;
}
.cid-sT8zIlha5K .row {
  flex-direction: row-reverse;
}
.cid-sT8zIlha5K .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT8zIlha5K .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT8zIlha5K .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT8zIlha5K .icon-wrapper {
  display: inline;
}
.cid-sT8zIlha5K .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT8zIlha5K a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT8zIlha5K .left-side {
    margin-top: 30px;
  }
}
.cid-sT8zIlha5K .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT8zImdY3Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sT8zImdY3Z .card-wrapper {
  margin: 0;
}
.cid-sT8zImdY3Z .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8zImdY3Z .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 990px) {
  .cid-sT8zImdY3Z .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8zImdY3Z .top {
    padding-top: 60px;
  }
}
.cid-sT8zInqEVu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sT8zInqEVu .left-side {
  text-align: left;
}
.cid-sT8zInqEVu .row {
  align-items: center;
}
.cid-sT8zInqEVu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT8zInqEVu .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT8zInqEVu .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT8zInqEVu .icon-wrapper {
  display: inline;
}
.cid-sT8zInqEVu .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT8zInqEVu a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT8zInqEVu .left-side {
    margin-top: 30px;
  }
}
.cid-sT8zInqEVu .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT8zInqEVu .mbr-section-title,
.cid-sT8zInqEVu .linkMovement {
  color: #ff3337;
}
.cid-sT8zIo9P4S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-sT8zIo9P4S .card-wrapper {
  margin: 0;
}
.cid-sT8zIo9P4S .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8zIo9P4S .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT8zIo9P4S .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8zIo9P4S .top {
    padding-top: 60px;
  }
}
.cid-sTjnAg39dQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sTjnAg39dQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sTjnAg39dQ .row {
  flex-direction: row-reverse;
}
.cid-sTjnAg39dQ img {
  width: 100%;
}
.cid-sT8zIqxS4W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT8zIqxS4W .card-wrapper {
  margin: 0;
}
.cid-sT8zIqxS4W .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8zIqxS4W .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT8zIqxS4W .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8zIqxS4W .top {
    padding-top: 60px;
  }
}
.cid-sT8zIrtPK2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT8zIrtPK2 .left-side {
  text-align: left;
}
.cid-sT8zIrtPK2 .row {
  align-items: center;
}
.cid-sT8zIrtPK2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT8zIrtPK2 .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT8zIrtPK2 .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT8zIrtPK2 .icon-wrapper {
  display: inline;
}
.cid-sT8zIrtPK2 .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT8zIrtPK2 a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT8zIrtPK2 .left-side {
    margin-top: 30px;
  }
}
.cid-sT8zIrtPK2 .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT8zIshpc8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sT8zIshpc8 .card-wrapper {
  margin: 0;
}
.cid-sT8zIshpc8 .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8zIshpc8 .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT8zIshpc8 .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8zIshpc8 .top {
    padding-top: 60px;
  }
}
.cid-sT8zIt99LX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT8zIt99LX .left-side {
  text-align: left;
}
.cid-sT8zIt99LX .row {
  align-items: center;
}
.cid-sT8zIt99LX .row {
  flex-direction: row-reverse;
}
.cid-sT8zIt99LX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT8zIt99LX .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT8zIt99LX .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT8zIt99LX .icon-wrapper {
  display: inline;
}
.cid-sT8zIt99LX .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT8zIt99LX a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT8zIt99LX .left-side {
    margin-top: 30px;
  }
}
.cid-sT8zIt99LX .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT8zItWQMg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT8zItWQMg img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sT8zItWQMg .si {
  width: 100%;
}
.cid-sT8zItWQMg .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sT8zItWQMg .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sT8zItWQMg .subtitle {
  color: #ffffff;
}
.cid-sT8zItWQMg .text,
.cid-sT8zItWQMg .si {
  text-align: center;
}
.cid-sT8zItWQMg .copyright {
  padding-top: 120px;
}
.cid-sT8zItWQMg P {
  text-align: center;
  color: #ffffff;
}
.cid-sT8dW0UiT5 .navbar-dropdown {
  position: relative !important;
}
.cid-sT8dW0UiT5 .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-sT8dW0UiT5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sT8dW0UiT5 .dropdown-item:hover,
.cid-sT8dW0UiT5 .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sT8dW0UiT5 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sT8dW0UiT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sT8dW0UiT5 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sT8dW0UiT5 .container {
  display: flex;
  margin: auto;
}
.cid-sT8dW0UiT5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sT8dW0UiT5 .dropdown-menu,
.cid-sT8dW0UiT5 .navbar.opened {
  background: #00bee6 !important;
}
.cid-sT8dW0UiT5 .nav-item:focus,
.cid-sT8dW0UiT5 .nav-link:focus {
  outline: none;
}
.cid-sT8dW0UiT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sT8dW0UiT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT8dW0UiT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sT8dW0UiT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT8dW0UiT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT8dW0UiT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT8dW0UiT5 .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: #00bee6;
}
.cid-sT8dW0UiT5 .navbar.opened {
  transition: all 0.3s;
}
.cid-sT8dW0UiT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sT8dW0UiT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sT8dW0UiT5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sT8dW0UiT5 .navbar.collapsed {
  justify-content: center;
}
.cid-sT8dW0UiT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sT8dW0UiT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sT8dW0UiT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sT8dW0UiT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sT8dW0UiT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sT8dW0UiT5 .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-sT8dW0UiT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sT8dW0UiT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sT8dW0UiT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sT8dW0UiT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sT8dW0UiT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sT8dW0UiT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sT8dW0UiT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sT8dW0UiT5 .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-sT8dW0UiT5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sT8dW0UiT5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sT8dW0UiT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sT8dW0UiT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sT8dW0UiT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sT8dW0UiT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sT8dW0UiT5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sT8dW0UiT5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sT8dW0UiT5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sT8dW0UiT5 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sT8dW0UiT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sT8dW0UiT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sT8dW0UiT5 .dropdown-item.active,
.cid-sT8dW0UiT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sT8dW0UiT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sT8dW0UiT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sT8dW0UiT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sT8dW0UiT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sT8dW0UiT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sT8dW0UiT5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT8dW0UiT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sT8dW0UiT5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sT8dW0UiT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sT8dW0UiT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sT8dW0UiT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sT8dW0UiT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT8dW0UiT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT8dW0UiT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sT8dW0UiT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT8dW0UiT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sT8dW0UiT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sT8dW0UiT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT8dW0UiT5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sT8dW0UiT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sT8dW0UiT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sT8dW0UiT5 .navbar {
    height: 70px;
  }
  .cid-sT8dW0UiT5 .navbar.opened {
    height: auto;
  }
  .cid-sT8dW0UiT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT8dW0UiT5 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sT8dW0UiT5 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sT8dW0UiT5 a {
  display: inline;
  font-weight: bold;
}
.cid-sT8dW0UiT5 img {
  display: inline;
  padding-right: 10px;
}
.cid-sT8dW0UiT5 .dropdown-toggle:after {
  display: none;
}
.cid-sT8dW0UiT5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sT8dW0UiT5 .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sT8dW0UiT5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sT8dW0UiT5 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sT8dW0UiT5 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sT8dW0UiT5 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sT8dW0UiT5 .btn {
  display: inline !important;
}
.cid-sT8dW0UiT5 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sT8dW0UiT5 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sT8dW0UiT5 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sT8dW0UiT5 .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sT8dW0UiT5 .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sT8flNXif5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sT8flNXif5 .right {
  display: flex;
  flex-direction: column;
}
.cid-sT8flNXif5 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sT8flNXif5 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sT8flNXif5 .last-p {
  padding-bottom: 0;
}
.cid-sT8flNXif5 .row {
  justify-content: center;
}
.cid-sT8dW4ruwK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sT8dW4ruwK .card-wrapper {
  margin: 0;
}
.cid-sT8dW4ruwK .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8dW4ruwK .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #bf0a30;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT8dW4ruwK .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8dW4ruwK .top {
    padding-top: 60px;
  }
}
.cid-sT8g0CvioB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT8g0CvioB .left-side {
  text-align: left;
}
.cid-sT8g0CvioB .row {
  align-items: center;
}
.cid-sT8g0CvioB .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT8g0CvioB .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT8g0CvioB .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT8g0CvioB .icon-wrapper {
  display: inline;
}
.cid-sT8g0CvioB .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT8g0CvioB a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT8g0CvioB .left-side {
    margin-top: 30px;
  }
}
.cid-sT8g0CvioB .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT8g0CvioB .list {
  color: #00bee6;
}
.cid-sT8dW5Z7vO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-sT8dW5Z7vO .card-wrapper {
  margin: 0;
}
.cid-sT8dW5Z7vO .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sT8dW5Z7vO .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sT8dW5Z7vO .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sT8dW5Z7vO .top {
    padding-top: 60px;
  }
}
.cid-sT8dW9eE5C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT8dW9eE5C .left-side {
  text-align: left;
}
.cid-sT8dW9eE5C .row {
  align-items: center;
}
.cid-sT8dW9eE5C .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sT8dW9eE5C .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sT8dW9eE5C .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sT8dW9eE5C .icon-wrapper {
  display: inline;
}
.cid-sT8dW9eE5C .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sT8dW9eE5C a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sT8dW9eE5C .left-side {
    margin-top: 30px;
  }
}
.cid-sT8dW9eE5C .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sT8dWbKP17 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sT8dWbKP17 img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sT8dWbKP17 .si {
  width: 100%;
}
.cid-sT8dWbKP17 .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sT8dWbKP17 .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sT8dWbKP17 .subtitle {
  color: #ffffff;
}
.cid-sT8dWbKP17 .text,
.cid-sT8dWbKP17 .si {
  text-align: center;
}
.cid-sT8dWbKP17 .copyright {
  padding-top: 120px;
}
.cid-sT8dWbKP17 P {
  text-align: center;
  color: #ffffff;
}
.cid-sTkc5gms3A .navbar-dropdown {
  position: relative !important;
}
.cid-sTkc5gms3A .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-sTkc5gms3A .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sTkc5gms3A .dropdown-item:hover,
.cid-sTkc5gms3A .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sTkc5gms3A .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sTkc5gms3A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTkc5gms3A .nav-link {
  position: relative;
  padding: 0;
}
.cid-sTkc5gms3A .container {
  display: flex;
  margin: auto;
}
.cid-sTkc5gms3A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTkc5gms3A .dropdown-menu,
.cid-sTkc5gms3A .navbar.opened {
  background: #00bee6 !important;
}
.cid-sTkc5gms3A .nav-item:focus,
.cid-sTkc5gms3A .nav-link:focus {
  outline: none;
}
.cid-sTkc5gms3A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTkc5gms3A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTkc5gms3A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTkc5gms3A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTkc5gms3A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTkc5gms3A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTkc5gms3A .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: #00bee6;
}
.cid-sTkc5gms3A .navbar.opened {
  transition: all 0.3s;
}
.cid-sTkc5gms3A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTkc5gms3A .navbar .navbar-logo img {
  width: auto;
}
.cid-sTkc5gms3A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTkc5gms3A .navbar.collapsed {
  justify-content: center;
}
.cid-sTkc5gms3A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTkc5gms3A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTkc5gms3A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTkc5gms3A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTkc5gms3A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTkc5gms3A .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-sTkc5gms3A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTkc5gms3A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTkc5gms3A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTkc5gms3A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTkc5gms3A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTkc5gms3A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTkc5gms3A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTkc5gms3A .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-sTkc5gms3A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTkc5gms3A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTkc5gms3A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTkc5gms3A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTkc5gms3A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTkc5gms3A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTkc5gms3A .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTkc5gms3A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTkc5gms3A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTkc5gms3A .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTkc5gms3A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTkc5gms3A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTkc5gms3A .dropdown-item.active,
.cid-sTkc5gms3A .dropdown-item:active {
  background-color: transparent;
}
.cid-sTkc5gms3A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTkc5gms3A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTkc5gms3A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTkc5gms3A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sTkc5gms3A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTkc5gms3A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTkc5gms3A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTkc5gms3A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTkc5gms3A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTkc5gms3A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTkc5gms3A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTkc5gms3A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTkc5gms3A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTkc5gms3A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTkc5gms3A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTkc5gms3A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTkc5gms3A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTkc5gms3A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTkc5gms3A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sTkc5gms3A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTkc5gms3A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTkc5gms3A .navbar {
    height: 70px;
  }
  .cid-sTkc5gms3A .navbar.opened {
    height: auto;
  }
  .cid-sTkc5gms3A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTkc5gms3A .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sTkc5gms3A .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sTkc5gms3A a {
  display: inline;
  font-weight: bold;
}
.cid-sTkc5gms3A img {
  display: inline;
  padding-right: 10px;
}
.cid-sTkc5gms3A .dropdown-toggle:after {
  display: none;
}
.cid-sTkc5gms3A .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sTkc5gms3A .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sTkc5gms3A .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sTkc5gms3A .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sTkc5gms3A .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sTkc5gms3A .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sTkc5gms3A .btn {
  display: inline !important;
}
.cid-sTkc5gms3A .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sTkc5gms3A .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sTkc5gms3A .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sTkc5gms3A .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sTkc5gms3A .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sTkc5h1Syd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sTkc5h1Syd .right {
  display: flex;
  flex-direction: column;
}
.cid-sTkc5h1Syd .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sTkc5h1Syd .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sTkc5h1Syd .last-p {
  padding-bottom: 0;
}
.cid-sTkc5h1Syd .row {
  justify-content: center;
}
.cid-sTkc5hv6g8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sTkc5hv6g8 .card-wrapper {
  margin: 0;
}
.cid-sTkc5hv6g8 .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sTkc5hv6g8 .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #bf0a30;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sTkc5hv6g8 .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sTkc5hv6g8 .top {
    padding-top: 60px;
  }
}
.cid-sTkc5i9qx2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTkc5i9qx2 .left-side {
  text-align: left;
}
.cid-sTkc5i9qx2 .row {
  align-items: center;
}
.cid-sTkc5i9qx2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sTkc5i9qx2 .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sTkc5i9qx2 .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sTkc5i9qx2 .icon-wrapper {
  display: inline;
}
.cid-sTkc5i9qx2 .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sTkc5i9qx2 a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sTkc5i9qx2 .left-side {
    margin-top: 30px;
  }
}
.cid-sTkc5i9qx2 .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sTkc5i9qx2 .list {
  color: #00bee6;
}
.cid-sTkc5iGJH4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-sTkc5iGJH4 .card-wrapper {
  margin: 0;
}
.cid-sTkc5iGJH4 .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sTkc5iGJH4 .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sTkc5iGJH4 .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sTkc5iGJH4 .top {
    padding-top: 60px;
  }
}
.cid-sTkc5jmb8x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTkc5jmb8x .left-side {
  text-align: left;
}
.cid-sTkc5jmb8x .row {
  align-items: center;
}
.cid-sTkc5jmb8x .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sTkc5jmb8x .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sTkc5jmb8x .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sTkc5jmb8x .icon-wrapper {
  display: inline;
}
.cid-sTkc5jmb8x .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sTkc5jmb8x a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sTkc5jmb8x .left-side {
    margin-top: 30px;
  }
}
.cid-sTkc5jmb8x .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sTkc5jUhVw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sTkc5jUhVw img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sTkc5jUhVw .si {
  width: 100%;
}
.cid-sTkc5jUhVw .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sTkc5jUhVw .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sTkc5jUhVw .subtitle {
  color: #ffffff;
}
.cid-sTkc5jUhVw .text,
.cid-sTkc5jUhVw .si {
  text-align: center;
}
.cid-sTkc5jUhVw .copyright {
  padding-top: 120px;
}
.cid-sTkc5jUhVw P {
  text-align: center;
  color: #ffffff;
}
.cid-sToxNiGKPB .navbar-dropdown {
  position: relative !important;
}
.cid-sToxNiGKPB .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-sToxNiGKPB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sToxNiGKPB .dropdown-item:hover,
.cid-sToxNiGKPB .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sToxNiGKPB .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sToxNiGKPB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sToxNiGKPB .nav-link {
  position: relative;
  padding: 0;
}
.cid-sToxNiGKPB .container {
  display: flex;
  margin: auto;
}
.cid-sToxNiGKPB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sToxNiGKPB .dropdown-menu,
.cid-sToxNiGKPB .navbar.opened {
  background: #00bee6 !important;
}
.cid-sToxNiGKPB .nav-item:focus,
.cid-sToxNiGKPB .nav-link:focus {
  outline: none;
}
.cid-sToxNiGKPB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sToxNiGKPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sToxNiGKPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sToxNiGKPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sToxNiGKPB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sToxNiGKPB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sToxNiGKPB .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: #00bee6;
}
.cid-sToxNiGKPB .navbar.opened {
  transition: all 0.3s;
}
.cid-sToxNiGKPB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sToxNiGKPB .navbar .navbar-logo img {
  width: auto;
}
.cid-sToxNiGKPB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sToxNiGKPB .navbar.collapsed {
  justify-content: center;
}
.cid-sToxNiGKPB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sToxNiGKPB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sToxNiGKPB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sToxNiGKPB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sToxNiGKPB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sToxNiGKPB .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-sToxNiGKPB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sToxNiGKPB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sToxNiGKPB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sToxNiGKPB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sToxNiGKPB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sToxNiGKPB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sToxNiGKPB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sToxNiGKPB .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-sToxNiGKPB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sToxNiGKPB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sToxNiGKPB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sToxNiGKPB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sToxNiGKPB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sToxNiGKPB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sToxNiGKPB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sToxNiGKPB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sToxNiGKPB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sToxNiGKPB .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sToxNiGKPB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sToxNiGKPB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sToxNiGKPB .dropdown-item.active,
.cid-sToxNiGKPB .dropdown-item:active {
  background-color: transparent;
}
.cid-sToxNiGKPB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sToxNiGKPB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sToxNiGKPB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sToxNiGKPB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00bee6;
}
.cid-sToxNiGKPB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sToxNiGKPB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sToxNiGKPB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sToxNiGKPB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sToxNiGKPB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sToxNiGKPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sToxNiGKPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sToxNiGKPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sToxNiGKPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sToxNiGKPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sToxNiGKPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sToxNiGKPB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sToxNiGKPB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sToxNiGKPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sToxNiGKPB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sToxNiGKPB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sToxNiGKPB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sToxNiGKPB .navbar {
    height: 70px;
  }
  .cid-sToxNiGKPB .navbar.opened {
    height: auto;
  }
  .cid-sToxNiGKPB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sToxNiGKPB .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sToxNiGKPB .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sToxNiGKPB a {
  display: inline;
  font-weight: bold;
}
.cid-sToxNiGKPB img {
  display: inline;
  padding-right: 10px;
}
.cid-sToxNiGKPB .dropdown-toggle:after {
  display: none;
}
.cid-sToxNiGKPB .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sToxNiGKPB .dropdown-item:hover {
  color: #00bee6 !important;
}
@media (max-width: 990px) {
  .cid-sToxNiGKPB .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sToxNiGKPB .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sToxNiGKPB .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sToxNiGKPB .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sToxNiGKPB .btn {
  display: inline !important;
}
.cid-sToxNiGKPB .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sToxNiGKPB .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sToxNiGKPB .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sToxNiGKPB .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sToxNiGKPB .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sToxNjpBb1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sToxNjpBb1 h2,
.cid-sToxNjpBb1 h3,
.cid-sToxNjpBb1 h4,
.cid-sToxNjpBb1 h5 {
  margin: 0;
}
.cid-sToxNjpBb1 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sToxNjpBb1 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sToxNjpBb1 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sToxNjpBb1 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sToxNjpBb1 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sToxNjpBb1 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sToxNjpBb1 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sToxNjpBb1 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sToxNjpBb1 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sToxNjpBb1 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sToxNjpBb1 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sToxNjpBb1 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sToxNjpBb1 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sToxNjpBb1 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sToxNjpBb1 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sToxNjpBb1 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sToxNkdjHM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sToxNkdjHM .card-wrapper {
  margin: 0;
}
.cid-sToxNkdjHM .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sToxNkdjHM .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sToxNkdjHM .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sToxNkdjHM .top {
    padding-top: 60px;
  }
}
.cid-sToxNkXzxU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sToxNkXzxU .left-side {
  text-align: left;
}
.cid-sToxNkXzxU .row {
  align-items: center;
}
.cid-sToxNkXzxU .row {
  flex-direction: row-reverse;
}
.cid-sToxNkXzxU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sToxNkXzxU .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sToxNkXzxU .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sToxNkXzxU .icon-wrapper {
  display: inline;
}
.cid-sToxNkXzxU .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sToxNkXzxU a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sToxNkXzxU .left-side {
    margin-top: 30px;
  }
}
.cid-sToxNkXzxU .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sToxNlBfvH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sToxNlBfvH .card-wrapper {
  margin: 0;
}
.cid-sToxNlBfvH .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sToxNlBfvH .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 990px) {
  .cid-sToxNlBfvH .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sToxNlBfvH .top {
    padding-top: 60px;
  }
}
.cid-sToxNmp5tX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sToxNmp5tX .left-side {
  text-align: left;
}
.cid-sToxNmp5tX .row {
  align-items: center;
}
.cid-sToxNmp5tX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sToxNmp5tX .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sToxNmp5tX .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sToxNmp5tX .icon-wrapper {
  display: inline;
}
.cid-sToxNmp5tX .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sToxNmp5tX a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sToxNmp5tX .left-side {
    margin-top: 30px;
  }
}
.cid-sToxNmp5tX .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sToxNmp5tX .mbr-section-title,
.cid-sToxNmp5tX .linkMovement {
  color: #ff3337;
}
.cid-sToxNn5xlG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-sToxNn5xlG .card-wrapper {
  margin: 0;
}
.cid-sToxNn5xlG .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sToxNn5xlG .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sToxNn5xlG .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sToxNn5xlG .top {
    padding-top: 60px;
  }
}
.cid-sToxNnQwJb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sToxNnQwJb .left-side {
  text-align: left;
}
.cid-sToxNnQwJb .row {
  align-items: center;
}
.cid-sToxNnQwJb .row {
  flex-direction: row-reverse;
}
.cid-sToxNnQwJb .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sToxNnQwJb .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sToxNnQwJb .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sToxNnQwJb .icon-wrapper {
  display: inline;
}
.cid-sToxNnQwJb .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sToxNnQwJb a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sToxNnQwJb .left-side {
    margin-top: 30px;
  }
}
.cid-sToxNnQwJb .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sToxNnQwJb div.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.cid-sToxNnQwJb .divTable.minimalistBlack .divTableCell,
.cid-sToxNnQwJb .divTable.minimalistBlack .divTableHead {
  border: 1px solid #000000;
  padding: 5px 4px;
}
.cid-sToxNnQwJb .divTable.minimalistBlack .divTableBody .divTableCell {
  font-size: 17px;
}
.cid-sToxNnQwJb .divTable.minimalistBlack .divTableHeading {
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 3px solid #000000;
}
.cid-sToxNnQwJb .divTable.minimalistBlack .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.cid-sToxNnQwJb .minimalistBlack .tableFootStyle {
  font-size: 14px;
}
.cid-sToxNnQwJb .divTable {
  display: table;
}
.cid-sToxNnQwJb .divTableRow {
  display: table-row;
}
.cid-sToxNnQwJb .divTableHeading {
  display: table-header-group;
}
.cid-sToxNnQwJb .divTableCell,
.cid-sToxNnQwJb .divTableHead {
  display: table-cell;
}
.cid-sToxNnQwJb .divTableFoot {
  display: table-footer-group;
}
.cid-sToxNnQwJb .divTableBody {
  display: table-row-group;
}
.cid-sToxNpgbcj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sToxNpgbcj .card-wrapper {
  margin: 0;
}
.cid-sToxNpgbcj .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sToxNpgbcj .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 990px) {
  .cid-sToxNpgbcj .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sToxNpgbcj .top {
    padding-top: 60px;
  }
}
.cid-sTuGsWRE7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTuGsWRE7I .right {
  display: flex;
  flex-direction: column;
}
.cid-sTuGsWRE7I .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sTuGsWRE7I .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sTuGsWRE7I .last-p {
  padding-bottom: 0;
}
.cid-sTuGsWRE7I .row {
  justify-content: center;
}
.cid-sTuGBNUl8b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffd700;
}
.cid-sTuGBNUl8b .card-wrapper {
  margin: 0;
}
.cid-sTuGBNUl8b .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sTuGBNUl8b .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #bf0a30;
}
@media (max-width: 990px) {
  .cid-sTuGBNUl8b .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sTuGBNUl8b .top {
    padding-top: 60px;
  }
}
.cid-sToxNq5bym {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sToxNq5bym .left-side {
  text-align: left;
}
.cid-sToxNq5bym .row {
  align-items: center;
}
.cid-sToxNq5bym .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sToxNq5bym .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sToxNq5bym .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sToxNq5bym .icon-wrapper {
  display: inline;
}
.cid-sToxNq5bym .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sToxNq5bym a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sToxNq5bym .left-side {
    margin-top: 30px;
  }
}
.cid-sToxNq5bym .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sTGxpReupu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bf0a30;
}
.cid-sTGxpReupu .card-wrapper {
  margin: 0;
}
.cid-sTGxpReupu .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sTGxpReupu .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sTGxpReupu .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sTGxpReupu .top {
    padding-top: 60px;
  }
}
.cid-sTGxuDpmJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTGxuDpmJJ .right {
  display: flex;
  flex-direction: column;
}
.cid-sTGxuDpmJJ .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sTGxuDpmJJ .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sTGxuDpmJJ .last-p {
  padding-bottom: 0;
}
.cid-sTGxuDpmJJ .row {
  justify-content: center;
}
.cid-sTGxuDpmJJ div.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.cid-sTGxuDpmJJ .divTable.minimalistBlack .divTableCell,
.cid-sTGxuDpmJJ .divTable.minimalistBlack .divTableHead {
  border: 1px solid #000000;
  padding: 5px 4px;
}
.cid-sTGxuDpmJJ .divTable.minimalistBlack .divTableBody .divTableCell {
  font-size: 17px;
}
.cid-sTGxuDpmJJ .divTable.minimalistBlack .divTableHeading {
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 3px solid #000000;
}
.cid-sTGxuDpmJJ .divTable.minimalistBlack .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.cid-sTGxuDpmJJ .minimalistBlack .tableFootStyle {
  font-size: 14px;
}
.cid-sTGxuDpmJJ .divTable {
  display: table;
}
.cid-sTGxuDpmJJ .divTableRow {
  display: table-row;
}
.cid-sTGxuDpmJJ .divTableHeading {
  display: table-header-group;
}
.cid-sTGxuDpmJJ .divTableCell,
.cid-sTGxuDpmJJ .divTableHead {
  display: table-cell;
}
.cid-sTGxuDpmJJ .divTableFoot {
  display: table-footer-group;
}
.cid-sTGxuDpmJJ .divTableBody {
  display: table-row-group;
}
.cid-sTLX0rA4kT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTLX0rA4kT .right {
  display: flex;
  flex-direction: column;
}
.cid-sTLX0rA4kT .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sTLX0rA4kT .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sTLX0rA4kT .last-p {
  padding-bottom: 0;
}
.cid-sTLX0rA4kT .row {
  justify-content: center;
}
.cid-sToxNsAnPq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00bee6;
}
.cid-sToxNsAnPq img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-sToxNsAnPq .si {
  width: 100%;
}
.cid-sToxNsAnPq .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-sToxNsAnPq .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ffffff;
}
.cid-sToxNsAnPq .subtitle {
  color: #ffffff;
}
.cid-sToxNsAnPq .text,
.cid-sToxNsAnPq .si {
  text-align: center;
}
.cid-sToxNsAnPq .copyright {
  padding-top: 120px;
}
.cid-sToxNsAnPq P {
  text-align: center;
  color: #ffffff;
}
