<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0ff00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
  color: #000000 !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: #9ea800 !important;
  border-color: #9ea800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #9ea800 !important;
  border-color: #9ea800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f0ff00;
  color: #f0ff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9ea800 !important;
  background-color: transparent!important;
  border-color: #9ea800 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f0ff00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #909900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f0ff00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0ff00;
  border-color: #f0ff00;
  color: #181900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0ff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f0ff00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f0ff00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0ff00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0ff00;
}
.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: #f0ff00;
  border-bottom-color: #f0ff00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #000000 !important;
  background-color: #f0ff00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f0ff00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tHOgwmDXpY {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHOgwmDXpY .mbr-section-title {
  text-align: left;
}
.cid-tHOgwmDXpY .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sV49O74Zwt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sV49O74Zwt .item:focus,
.cid-sV49O74Zwt span:focus {
  outline: none;
}
.cid-sV49O74Zwt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sV49O74Zwt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sV49O74Zwt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV49O74Zwt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sV49O74Zwt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sV49O74Zwt .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sV49O74Zwt .mbr-text,
.cid-sV49O74Zwt .mbr-section-btn {
  text-align: left;
}
.cid-sV49O74Zwt .item-title {
  text-align: left;
}
.cid-sV49O74Zwt .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sV49O74Zwt .mbr-section-subtitle {
  text-align: left;
}
.cid-tx41RNGTAB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tx41RNGTAB nav.navbar {
  position: fixed;
}
.cid-tx41RNGTAB .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-tx41RNGTAB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tx41RNGTAB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tx41RNGTAB .dropdown-item:hover,
.cid-tx41RNGTAB .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-tx41RNGTAB .dropdown-item:hover span {
  color: white;
}
.cid-tx41RNGTAB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tx41RNGTAB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tx41RNGTAB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tx41RNGTAB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx41RNGTAB .nav-link {
  position: relative;
}
.cid-tx41RNGTAB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tx41RNGTAB .container {
    flex-wrap: nowrap;
  }
}
.cid-tx41RNGTAB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tx41RNGTAB .dropdown-menu,
.cid-tx41RNGTAB .navbar.opened {
  background: #f0ff00 !important;
}
.cid-tx41RNGTAB .nav-item:focus,
.cid-tx41RNGTAB .nav-link:focus {
  outline: none;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx41RNGTAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx41RNGTAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx41RNGTAB .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: #f0ff00;
}
.cid-tx41RNGTAB .navbar.opened {
  transition: all 0.3s;
}
.cid-tx41RNGTAB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx41RNGTAB .navbar .navbar-logo img {
  width: auto;
}
.cid-tx41RNGTAB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx41RNGTAB .navbar.collapsed {
  justify-content: center;
}
.cid-tx41RNGTAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx41RNGTAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx41RNGTAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tx41RNGTAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx41RNGTAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx41RNGTAB .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-tx41RNGTAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx41RNGTAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx41RNGTAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx41RNGTAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx41RNGTAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx41RNGTAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx41RNGTAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx41RNGTAB .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-tx41RNGTAB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx41RNGTAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx41RNGTAB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx41RNGTAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx41RNGTAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx41RNGTAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx41RNGTAB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx41RNGTAB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx41RNGTAB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx41RNGTAB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx41RNGTAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx41RNGTAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx41RNGTAB .dropdown-item.active,
.cid-tx41RNGTAB .dropdown-item:active {
  background-color: transparent;
}
.cid-tx41RNGTAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx41RNGTAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx41RNGTAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx41RNGTAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-tx41RNGTAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx41RNGTAB .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tx41RNGTAB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx41RNGTAB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx41RNGTAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx41RNGTAB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tx41RNGTAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx41RNGTAB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx41RNGTAB .navbar {
    height: 70px;
  }
  .cid-tx41RNGTAB .navbar.opened {
    height: auto;
  }
  .cid-tx41RNGTAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHJEz0LEn7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHJEz0LEn7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-tHJEz0LEn7 .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tHJEz0LEn7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHJEz0LEn7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tHJEz0LEn7 .card-title {
  color: #f0ff00;
}
.cid-tHJEz0LEn7 .mbr-text {
  color: #ffffff;
}
.cid-tHJEz0LEn7 .link {
  color: #ffffff;
}
.cid-ty7rkIb0Gn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/big-o.gif");
}
.cid-ty7rkIb0Gn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ty7rkIb0Gn .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ty7rkIb0Gn .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ty7rkIb0Gn .mbr-section-title {
  text-align: left;
}
.cid-ty7rkIb0Gn .mbr-section-subtitle {
  text-align: left;
}
.cid-ty7rInuS4M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty7rInuS4M blockquote {
  border-color: #f0ff00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-ty6ImQuq8l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty6ImQuq8l img,
.cid-ty6ImQuq8l .item-img {
  width: 100%;
}
.cid-ty6ImQuq8l .item:focus,
.cid-ty6ImQuq8l span:focus {
  outline: none;
}
.cid-ty6ImQuq8l .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ty6ImQuq8l .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ty6ImQuq8l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ty6ImQuq8l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ty6ImQuq8l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ty6ImQuq8l .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ty6ImQuq8l .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ty6ImQuq8l .mbr-section-subtitle {
  text-align: left;
}
.cid-ty6SwChsvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ty6SwChsvd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ty6SwChsvd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ty6SwChsvd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tx41RNGTAB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tx41RNGTAB nav.navbar {
  position: fixed;
}
.cid-tx41RNGTAB .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-tx41RNGTAB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tx41RNGTAB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tx41RNGTAB .dropdown-item:hover,
.cid-tx41RNGTAB .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-tx41RNGTAB .dropdown-item:hover span {
  color: white;
}
.cid-tx41RNGTAB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tx41RNGTAB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tx41RNGTAB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tx41RNGTAB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx41RNGTAB .nav-link {
  position: relative;
}
.cid-tx41RNGTAB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tx41RNGTAB .container {
    flex-wrap: nowrap;
  }
}
.cid-tx41RNGTAB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tx41RNGTAB .dropdown-menu,
.cid-tx41RNGTAB .navbar.opened {
  background: #f0ff00 !important;
}
.cid-tx41RNGTAB .nav-item:focus,
.cid-tx41RNGTAB .nav-link:focus {
  outline: none;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx41RNGTAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx41RNGTAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx41RNGTAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx41RNGTAB .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: #f0ff00;
}
.cid-tx41RNGTAB .navbar.opened {
  transition: all 0.3s;
}
.cid-tx41RNGTAB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx41RNGTAB .navbar .navbar-logo img {
  width: auto;
}
.cid-tx41RNGTAB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx41RNGTAB .navbar.collapsed {
  justify-content: center;
}
.cid-tx41RNGTAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx41RNGTAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx41RNGTAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tx41RNGTAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx41RNGTAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx41RNGTAB .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-tx41RNGTAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx41RNGTAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx41RNGTAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx41RNGTAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx41RNGTAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx41RNGTAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx41RNGTAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx41RNGTAB .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-tx41RNGTAB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx41RNGTAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx41RNGTAB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx41RNGTAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx41RNGTAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx41RNGTAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx41RNGTAB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx41RNGTAB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx41RNGTAB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx41RNGTAB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx41RNGTAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx41RNGTAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx41RNGTAB .dropdown-item.active,
.cid-tx41RNGTAB .dropdown-item:active {
  background-color: transparent;
}
.cid-tx41RNGTAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx41RNGTAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx41RNGTAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx41RNGTAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-tx41RNGTAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx41RNGTAB .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tx41RNGTAB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx41RNGTAB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx41RNGTAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx41RNGTAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx41RNGTAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx41RNGTAB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tx41RNGTAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx41RNGTAB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx41RNGTAB .navbar {
    height: 70px;
  }
  .cid-tx41RNGTAB .navbar.opened {
    height: auto;
  }
  .cid-tx41RNGTAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty6P7GNDwV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty6P7GNDwV img,
.cid-ty6P7GNDwV .item-img {
  width: 100%;
}
.cid-ty6P7GNDwV .item:focus,
.cid-ty6P7GNDwV span:focus {
  outline: none;
}
.cid-ty6P7GNDwV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ty6P7GNDwV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ty6P7GNDwV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ty6P7GNDwV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ty6P7GNDwV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ty6P7GNDwV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ty6QRE89LO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty6QRE89LO img,
.cid-ty6QRE89LO .item-img {
  width: 100%;
}
.cid-ty6QRE89LO .item:focus,
.cid-ty6QRE89LO span:focus {
  outline: none;
}
.cid-ty6QRE89LO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ty6QRE89LO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ty6QRE89LO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ty6QRE89LO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ty6QRE89LO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ty6QRE89LO .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tHU3nxrxic {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHU3nxrxic .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-tHU3nxrxic .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tHU3nxrxic .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHU3nxrxic .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tHU3nxrxic .card-title {
  color: #f0ff00;
}
.cid-tHU3nxrxic .mbr-text {
  color: #ffffff;
}
.cid-tHU3nxrxic .link {
  color: #ffffff;
}
.cid-ty6W6PbEou {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty6W6PbEou nav.navbar {
  position: fixed;
}
.cid-ty6W6PbEou .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-ty6W6PbEou .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty6W6PbEou .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty6W6PbEou .dropdown-item:hover,
.cid-ty6W6PbEou .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-ty6W6PbEou .dropdown-item:hover span {
  color: white;
}
.cid-ty6W6PbEou .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty6W6PbEou .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty6W6PbEou .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty6W6PbEou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty6W6PbEou .nav-link {
  position: relative;
}
.cid-ty6W6PbEou .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty6W6PbEou .container {
    flex-wrap: nowrap;
  }
}
.cid-ty6W6PbEou .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty6W6PbEou .dropdown-menu,
.cid-ty6W6PbEou .navbar.opened {
  background: #f0ff00 !important;
}
.cid-ty6W6PbEou .nav-item:focus,
.cid-ty6W6PbEou .nav-link:focus {
  outline: none;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty6W6PbEou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty6W6PbEou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty6W6PbEou .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: #f0ff00;
}
.cid-ty6W6PbEou .navbar.opened {
  transition: all 0.3s;
}
.cid-ty6W6PbEou .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty6W6PbEou .navbar .navbar-logo img {
  width: auto;
}
.cid-ty6W6PbEou .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty6W6PbEou .navbar.collapsed {
  justify-content: center;
}
.cid-ty6W6PbEou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty6W6PbEou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty6W6PbEou .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty6W6PbEou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty6W6PbEou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty6W6PbEou .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-ty6W6PbEou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty6W6PbEou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty6W6PbEou .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty6W6PbEou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty6W6PbEou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty6W6PbEou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty6W6PbEou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty6W6PbEou .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-ty6W6PbEou .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty6W6PbEou .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty6W6PbEou .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty6W6PbEou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty6W6PbEou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty6W6PbEou .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty6W6PbEou .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty6W6PbEou .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty6W6PbEou .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty6W6PbEou .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty6W6PbEou .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty6W6PbEou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty6W6PbEou .dropdown-item.active,
.cid-ty6W6PbEou .dropdown-item:active {
  background-color: transparent;
}
.cid-ty6W6PbEou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty6W6PbEou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty6W6PbEou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty6W6PbEou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-ty6W6PbEou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty6W6PbEou .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-ty6W6PbEou ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty6W6PbEou .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty6W6PbEou button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6W6PbEou .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty6W6PbEou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty6W6PbEou .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty6W6PbEou .navbar {
    height: 70px;
  }
  .cid-ty6W6PbEou .navbar.opened {
    height: auto;
  }
  .cid-ty6W6PbEou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHO4ntbwRD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ghosty2-1280x1280.jpg");
}
.cid-tHO4ntbwRD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tHO4ntbwRD .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tHO4ntbwRD .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tHO4ntbwRD .mbr-section-title {
  text-align: left;
}
.cid-ty6W6TVAV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty6W6TVAV3 img,
.cid-ty6W6TVAV3 .item-img {
  width: 100%;
}
.cid-ty6W6TVAV3 .item:focus,
.cid-ty6W6TVAV3 span:focus {
  outline: none;
}
.cid-ty6W6TVAV3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ty6W6TVAV3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ty6W6TVAV3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ty6W6TVAV3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ty6W6TVAV3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ty6W6TVAV3 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tHO1RV8gGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHO1RV8gGZ blockquote {
  border-color: #f0ff00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tHU3hKvuo4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHU3hKvuo4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-tHU3hKvuo4 .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tHU3hKvuo4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHU3hKvuo4 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tHU3hKvuo4 .card-title {
  color: #f0ff00;
}
.cid-tHU3hKvuo4 .mbr-text {
  color: #ffffff;
}
.cid-tHU3hKvuo4 .link {
  color: #ffffff;
}
.cid-ty7pA4o1vW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty7pA4o1vW nav.navbar {
  position: fixed;
}
.cid-ty7pA4o1vW .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-ty7pA4o1vW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty7pA4o1vW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty7pA4o1vW .dropdown-item:hover,
.cid-ty7pA4o1vW .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-ty7pA4o1vW .dropdown-item:hover span {
  color: white;
}
.cid-ty7pA4o1vW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty7pA4o1vW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty7pA4o1vW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty7pA4o1vW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty7pA4o1vW .nav-link {
  position: relative;
}
.cid-ty7pA4o1vW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty7pA4o1vW .container {
    flex-wrap: nowrap;
  }
}
.cid-ty7pA4o1vW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty7pA4o1vW .dropdown-menu,
.cid-ty7pA4o1vW .navbar.opened {
  background: #f0ff00 !important;
}
.cid-ty7pA4o1vW .nav-item:focus,
.cid-ty7pA4o1vW .nav-link:focus {
  outline: none;
}
.cid-ty7pA4o1vW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty7pA4o1vW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty7pA4o1vW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty7pA4o1vW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty7pA4o1vW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty7pA4o1vW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty7pA4o1vW .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: #f0ff00;
}
.cid-ty7pA4o1vW .navbar.opened {
  transition: all 0.3s;
}
.cid-ty7pA4o1vW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty7pA4o1vW .navbar .navbar-logo img {
  width: auto;
}
.cid-ty7pA4o1vW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty7pA4o1vW .navbar.collapsed {
  justify-content: center;
}
.cid-ty7pA4o1vW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty7pA4o1vW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty7pA4o1vW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty7pA4o1vW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty7pA4o1vW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty7pA4o1vW .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-ty7pA4o1vW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty7pA4o1vW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty7pA4o1vW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty7pA4o1vW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty7pA4o1vW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty7pA4o1vW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty7pA4o1vW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty7pA4o1vW .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-ty7pA4o1vW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty7pA4o1vW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty7pA4o1vW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty7pA4o1vW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty7pA4o1vW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty7pA4o1vW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty7pA4o1vW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty7pA4o1vW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty7pA4o1vW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty7pA4o1vW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty7pA4o1vW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty7pA4o1vW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty7pA4o1vW .dropdown-item.active,
.cid-ty7pA4o1vW .dropdown-item:active {
  background-color: transparent;
}
.cid-ty7pA4o1vW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty7pA4o1vW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty7pA4o1vW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty7pA4o1vW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-ty7pA4o1vW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty7pA4o1vW .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-ty7pA4o1vW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty7pA4o1vW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty7pA4o1vW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty7pA4o1vW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty7pA4o1vW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty7pA4o1vW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty7pA4o1vW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty7pA4o1vW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty7pA4o1vW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty7pA4o1vW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty7pA4o1vW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty7pA4o1vW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty7pA4o1vW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty7pA4o1vW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty7pA4o1vW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty7pA4o1vW .navbar {
    height: 70px;
  }
  .cid-ty7pA4o1vW .navbar.opened {
    height: auto;
  }
  .cid-ty7pA4o1vW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHJ2BRrVUL {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHJ2BRrVUL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHJ2BRrVUL .row {
  flex-direction: row-reverse;
}
.cid-tHJ2BRrVUL img {
  width: 100%;
}
.cid-tHJ45v8rBq {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHJ45v8rBq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHJ45v8rBq .row {
  flex-direction: row-reverse;
}
.cid-tHJ45v8rBq img {
  width: 100%;
}
.cid-tHJwhBW8kN {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHJwhBW8kN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHJwhBW8kN .row {
  flex-direction: row-reverse;
}
.cid-tHJwhBW8kN img {
  width: 100%;
}
.cid-tHJwQ3Nmnl {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHJwQ3Nmnl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHJwQ3Nmnl .row {
  flex-direction: row-reverse;
}
.cid-tHJwQ3Nmnl img {
  width: 100%;
}
.cid-tHJy9zdTLu {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHJy9zdTLu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHJy9zdTLu .row {
  flex-direction: row-reverse;
}
.cid-tHJy9zdTLu img {
  width: 100%;
}
.cid-tHJyoz1CwA {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHJyoz1CwA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHJyoz1CwA .row {
  flex-direction: row-reverse;
}
.cid-tHJyoz1CwA img {
  width: 100%;
}
.cid-tHJz9cSNrF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHJz9cSNrF blockquote {
  border-color: #f0ff00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tHU3sJRaK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHU3sJRaK6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-tHU3sJRaK6 .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tHU3sJRaK6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHU3sJRaK6 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tHU3sJRaK6 .card-title {
  color: #f0ff00;
}
.cid-tHU3sJRaK6 .mbr-text {
  color: #ffffff;
}
.cid-tHU3sJRaK6 .link {
  color: #ffffff;
}
.cid-ty6W6PbEou {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty6W6PbEou nav.navbar {
  position: fixed;
}
.cid-ty6W6PbEou .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-ty6W6PbEou .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty6W6PbEou .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty6W6PbEou .dropdown-item:hover,
.cid-ty6W6PbEou .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-ty6W6PbEou .dropdown-item:hover span {
  color: white;
}
.cid-ty6W6PbEou .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty6W6PbEou .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty6W6PbEou .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty6W6PbEou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty6W6PbEou .nav-link {
  position: relative;
}
.cid-ty6W6PbEou .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty6W6PbEou .container {
    flex-wrap: nowrap;
  }
}
.cid-ty6W6PbEou .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty6W6PbEou .dropdown-menu,
.cid-ty6W6PbEou .navbar.opened {
  background: #f0ff00 !important;
}
.cid-ty6W6PbEou .nav-item:focus,
.cid-ty6W6PbEou .nav-link:focus {
  outline: none;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty6W6PbEou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty6W6PbEou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty6W6PbEou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty6W6PbEou .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: #f0ff00;
}
.cid-ty6W6PbEou .navbar.opened {
  transition: all 0.3s;
}
.cid-ty6W6PbEou .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty6W6PbEou .navbar .navbar-logo img {
  width: auto;
}
.cid-ty6W6PbEou .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty6W6PbEou .navbar.collapsed {
  justify-content: center;
}
.cid-ty6W6PbEou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty6W6PbEou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty6W6PbEou .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty6W6PbEou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty6W6PbEou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty6W6PbEou .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-ty6W6PbEou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty6W6PbEou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty6W6PbEou .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty6W6PbEou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty6W6PbEou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty6W6PbEou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty6W6PbEou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty6W6PbEou .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-ty6W6PbEou .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty6W6PbEou .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty6W6PbEou .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty6W6PbEou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty6W6PbEou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty6W6PbEou .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty6W6PbEou .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty6W6PbEou .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty6W6PbEou .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty6W6PbEou .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty6W6PbEou .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty6W6PbEou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty6W6PbEou .dropdown-item.active,
.cid-ty6W6PbEou .dropdown-item:active {
  background-color: transparent;
}
.cid-ty6W6PbEou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty6W6PbEou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty6W6PbEou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty6W6PbEou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-ty6W6PbEou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty6W6PbEou .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-ty6W6PbEou ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty6W6PbEou .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty6W6PbEou button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6W6PbEou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty6W6PbEou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6W6PbEou .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty6W6PbEou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty6W6PbEou .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty6W6PbEou .navbar {
    height: 70px;
  }
  .cid-ty6W6PbEou .navbar.opened {
    height: auto;
  }
  .cid-ty6W6PbEou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHO7n6T04D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tHO7n6T04D .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tHO7n6T04D .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tHO7n6T04D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHO7n6T04D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4479d9;
  transition: all 0.3s;
}
.cid-tHO7n6T04D .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4479d9;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tHO7n6T04D .social-row .soc-item:hover {
  background-color: #4479d9;
}
.cid-tHO7n6T04D .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHO7n6T04D .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tHO7n6T04D .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHO7n6T04D .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tHU6Raxs4A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHU6Raxs4A blockquote {
  border-color: #f0ff00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tHU3dnM80G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHU3dnM80G .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-tHU3dnM80G .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tHU3dnM80G .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHU3dnM80G .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tHU3dnM80G .card-title {
  color: #f0ff00;
}
.cid-tHU3dnM80G .mbr-text {
  color: #ffffff;
}
.cid-tHU3dnM80G .link {
  color: #ffffff;
}
.cid-uKDRuvUKpK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKDRuvUKpK nav.navbar {
  position: fixed;
}
.cid-uKDRuvUKpK .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-uKDRuvUKpK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKDRuvUKpK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKDRuvUKpK .dropdown-item:hover,
.cid-uKDRuvUKpK .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-uKDRuvUKpK .dropdown-item:hover span {
  color: white;
}
.cid-uKDRuvUKpK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKDRuvUKpK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKDRuvUKpK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKDRuvUKpK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKDRuvUKpK .nav-link {
  position: relative;
}
.cid-uKDRuvUKpK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKDRuvUKpK .container {
    flex-wrap: nowrap;
  }
}
.cid-uKDRuvUKpK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKDRuvUKpK .dropdown-menu,
.cid-uKDRuvUKpK .navbar.opened {
  background: #f0ff00 !important;
}
.cid-uKDRuvUKpK .nav-item:focus,
.cid-uKDRuvUKpK .nav-link:focus {
  outline: none;
}
.cid-uKDRuvUKpK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKDRuvUKpK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKDRuvUKpK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKDRuvUKpK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKDRuvUKpK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKDRuvUKpK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKDRuvUKpK .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: #f0ff00;
}
.cid-uKDRuvUKpK .navbar.opened {
  transition: all 0.3s;
}
.cid-uKDRuvUKpK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKDRuvUKpK .navbar .navbar-logo img {
  width: auto;
}
.cid-uKDRuvUKpK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKDRuvUKpK .navbar.collapsed {
  justify-content: center;
}
.cid-uKDRuvUKpK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKDRuvUKpK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKDRuvUKpK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKDRuvUKpK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKDRuvUKpK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKDRuvUKpK .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-uKDRuvUKpK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKDRuvUKpK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKDRuvUKpK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKDRuvUKpK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKDRuvUKpK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKDRuvUKpK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKDRuvUKpK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKDRuvUKpK .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-uKDRuvUKpK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKDRuvUKpK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKDRuvUKpK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKDRuvUKpK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKDRuvUKpK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKDRuvUKpK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKDRuvUKpK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKDRuvUKpK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKDRuvUKpK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKDRuvUKpK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKDRuvUKpK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKDRuvUKpK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKDRuvUKpK .dropdown-item.active,
.cid-uKDRuvUKpK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKDRuvUKpK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKDRuvUKpK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKDRuvUKpK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKDRuvUKpK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-uKDRuvUKpK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKDRuvUKpK .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uKDRuvUKpK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKDRuvUKpK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKDRuvUKpK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKDRuvUKpK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKDRuvUKpK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKDRuvUKpK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDRuvUKpK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDRuvUKpK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKDRuvUKpK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDRuvUKpK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKDRuvUKpK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKDRuvUKpK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDRuvUKpK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKDRuvUKpK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKDRuvUKpK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKDRuvUKpK .navbar {
    height: 70px;
  }
  .cid-uKDRuvUKpK .navbar.opened {
    height: auto;
  }
  .cid-uKDRuvUKpK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKDRuxOMGJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKDRuxOMGJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uKDRuxOMGJ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uKDRuxOMGJ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uKDRuxOMGJ .mbr-section-title {
  text-align: left;
}
.cid-uKDRuxOMGJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uKDRuxOMGJ .mbr-text,
.cid-uKDRuxOMGJ .mbr-section-btn,
.cid-uKDRuxOMGJ .social-row {
  text-align: left;
}
.cid-uKDRuyjpSd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKDRuyjpSd img,
.cid-uKDRuyjpSd .item-img {
  width: 100%;
}
.cid-uKDRuyjpSd .item:focus,
.cid-uKDRuyjpSd span:focus {
  outline: none;
}
.cid-uKDRuyjpSd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKDRuyjpSd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKDRuyjpSd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDRuyjpSd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKDRuyjpSd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKDRuyjpSd .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uKDRuzBqft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKDRuzBqft blockquote {
  border-color: #f0ff00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uKDRuzY7An {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKDRuzY7An .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-uKDRuzY7An .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uKDRuzY7An .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKDRuzY7An .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uKDRuzY7An .card-title {
  color: #f0ff00;
}
.cid-uKDRuzY7An .mbr-text {
  color: #ffffff;
}
.cid-uKDRuzY7An .link {
  color: #ffffff;
}
.cid-uKJUMi8LDc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKJUMi8LDc nav.navbar {
  position: fixed;
}
.cid-uKJUMi8LDc .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-uKJUMi8LDc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKJUMi8LDc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKJUMi8LDc .dropdown-item:hover,
.cid-uKJUMi8LDc .dropdown-item:focus {
  background: #f0ff00 !important;
  color: white !important;
}
.cid-uKJUMi8LDc .dropdown-item:hover span {
  color: white;
}
.cid-uKJUMi8LDc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKJUMi8LDc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKJUMi8LDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKJUMi8LDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJUMi8LDc .nav-link {
  position: relative;
}
.cid-uKJUMi8LDc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKJUMi8LDc .container {
    flex-wrap: nowrap;
  }
}
.cid-uKJUMi8LDc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKJUMi8LDc .dropdown-menu,
.cid-uKJUMi8LDc .navbar.opened {
  background: #f0ff00 !important;
}
.cid-uKJUMi8LDc .nav-item:focus,
.cid-uKJUMi8LDc .nav-link:focus {
  outline: none;
}
.cid-uKJUMi8LDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJUMi8LDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJUMi8LDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJUMi8LDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJUMi8LDc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJUMi8LDc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJUMi8LDc .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: #f0ff00;
}
.cid-uKJUMi8LDc .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJUMi8LDc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKJUMi8LDc .navbar .navbar-logo img {
  width: auto;
}
.cid-uKJUMi8LDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKJUMi8LDc .navbar.collapsed {
  justify-content: center;
}
.cid-uKJUMi8LDc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJUMi8LDc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKJUMi8LDc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKJUMi8LDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJUMi8LDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJUMi8LDc .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-uKJUMi8LDc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJUMi8LDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKJUMi8LDc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKJUMi8LDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJUMi8LDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJUMi8LDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJUMi8LDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJUMi8LDc .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-uKJUMi8LDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJUMi8LDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKJUMi8LDc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKJUMi8LDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJUMi8LDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJUMi8LDc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKJUMi8LDc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKJUMi8LDc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKJUMi8LDc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKJUMi8LDc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKJUMi8LDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJUMi8LDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJUMi8LDc .dropdown-item.active,
.cid-uKJUMi8LDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJUMi8LDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJUMi8LDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJUMi8LDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJUMi8LDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0ff00;
}
.cid-uKJUMi8LDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJUMi8LDc .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uKJUMi8LDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKJUMi8LDc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKJUMi8LDc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKJUMi8LDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKJUMi8LDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKJUMi8LDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJUMi8LDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJUMi8LDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKJUMi8LDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJUMi8LDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKJUMi8LDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKJUMi8LDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJUMi8LDc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKJUMi8LDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKJUMi8LDc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKJUMi8LDc .navbar {
    height: 70px;
  }
  .cid-uKJUMi8LDc .navbar.opened {
    height: auto;
  }
  .cid-uKJUMi8LDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJUMjaDVC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKJUMjaDVC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uKJUMjaDVC .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uKJUMjaDVC .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uKJUMjaDVC .mbr-section-title {
  text-align: left;
}
.cid-uKJUMjaDVC .mbr-section-subtitle {
  text-align: left;
}
.cid-uKJUMjaDVC .mbr-text,
.cid-uKJUMjaDVC .mbr-section-btn,
.cid-uKJUMjaDVC .social-row {
  text-align: left;
}
.cid-uKJUMjJtTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKJUMjJtTo img,
.cid-uKJUMjJtTo .item-img {
  width: 100%;
}
.cid-uKJUMjJtTo .item:focus,
.cid-uKJUMjJtTo span:focus {
  outline: none;
}
.cid-uKJUMjJtTo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKJUMjJtTo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f0ff00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKJUMjJtTo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKJUMjJtTo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKJUMjJtTo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKJUMjJtTo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uKJUMkeVTZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKJUMkeVTZ blockquote {
  border-color: #f0ff00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uKJUMkxWWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKJUMkxWWs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f0ff00;
  margin-bottom: 2rem;
}
.cid-uKJUMkxWWs .card-wrapper {
  padding: 3rem;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uKJUMkxWWs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKJUMkxWWs .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uKJUMkxWWs .card-title {
  color: #f0ff00;
}
.cid-uKJUMkxWWs .mbr-text {
  color: #ffffff;
}
.cid-uKJUMkxWWs .link {
  color: #ffffff;
}
</pre></body></html>