.btn {
  border-width: 1px;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.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: #000000 !important;
}
.bg-success {
  background-color: #353535 !important;
}
.bg-info {
  background-color: #ecbb00 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #67ca12 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ecbb00 !important;
  border-color: #ecbb00 !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: #957600 !important;
  border-color: #957600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #957600 !important;
  border-color: #957600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ecbb00 !important;
  border-color: #ecbb00 !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: #957600 !important;
  border-color: #957600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #957600 !important;
  border-color: #957600 !important;
}
.btn-success,
.btn-success:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #67ca12 !important;
  border-color: #67ca12 !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: #3e7a0b !important;
  border-color: #3e7a0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3e7a0b !important;
  border-color: #3e7a0b !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ecbb00;
  color: #ecbb00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #957600 !important;
  background-color: transparent !important;
  border-color: #957600 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ecbb00 !important;
  border-color: #ecbb00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ecbb00;
  color: #ecbb00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #957600 !important;
  background-color: transparent !important;
  border-color: #957600 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ecbb00 !important;
  border-color: #ecbb00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0a0a !important;
  background-color: transparent !important;
  border-color: #0a0a0a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !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: #67ca12;
  color: #67ca12;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3e7a0b !important;
  background-color: transparent !important;
  border-color: #3e7a0b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #67ca12 !important;
  border-color: #67ca12 !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: #000000 !important;
}
.text-secondary {
  color: #ecbb00 !important;
}
.text-success {
  color: #353535 !important;
}
.text-info {
  color: #ecbb00 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #67ca12 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #866a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #866a00 !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: #376c0a !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ecbb00;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #67ca12;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff0b9;
}
.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: #d1f8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ecbb00 !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='%23000000' %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-tOkSW1nMo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-08-10-at-15.56.06-1600x900.jpg");
}
.cid-tOkSW1nMo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkSW1nMo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkSW1nMo3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOkSW1nMo3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOkSW1nMo3 .container {
    padding: 0 26px;
  }
}
.cid-tOkSW1nMo3 .title-wrapper {
  padding-top: 35%;
}
.cid-tOkSW1nMo3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOkSW1nMo3 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOkSW1nMo3 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOkSW1nMo3 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOkSW1nMo3 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOkSW1nMo3 .mbr-section-title {
  color: #ffffff;
}
.cid-tOkSW1nMo3 .mbr-text {
  color: #ffffff;
}
.cid-tOkSW1nMo3 .mbr-section-title,
.cid-tOkSW1nMo3 .icon-wrapper,
.cid-tOkSW1nMo3 .mbr-section-btn {
  text-align: center;
}
.cid-tOlb4ZWQLG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOlb4ZWQLG .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tOlb4ZWQLG .mbr-section-subtitle {
  text-align: center;
}
.cid-tOmndULzIM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tOmndULzIM .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tOmndULzIM .mbr-section-subtitle {
  text-align: center;
}
.cid-tOl06Veux6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/glamping-tipo-chalet-1280x720.jpg");
}
.cid-tOl06Veux6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl06Veux6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl06Veux6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOl06Veux6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOl06Veux6 .container {
    padding: 0 26px;
  }
}
.cid-tOl06Veux6 .title-wrapper {
  padding-top: 35%;
}
.cid-tOl06Veux6 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOl06Veux6 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOl06Veux6 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOl06Veux6 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOl06Veux6 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOl06Veux6 .mbr-section-title {
  color: #ffffff;
}
.cid-tOl06Veux6 .mbr-text {
  color: #ffffff;
}
.cid-tOl06Veux6 .mbr-section-title,
.cid-tOl06Veux6 .icon-wrapper,
.cid-tOl06Veux6 .mbr-section-btn {
  text-align: center;
}
.cid-tOlcsr3G8d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOlcsr3G8d .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tOlcsr3G8d .mbr-section-subtitle {
  text-align: center;
}
.cid-tOmnvWKKxk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tOmnvWKKxk .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tOmnvWKKxk .mbr-section-subtitle {
  text-align: center;
}
.cid-tOl3kOO7Fg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d2.-hexagonal-ppal-1008x541.jpg");
}
.cid-tOl3kOO7Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl3kOO7Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl3kOO7Fg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOl3kOO7Fg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOl3kOO7Fg .container {
    padding: 0 26px;
  }
}
.cid-tOl3kOO7Fg .title-wrapper {
  padding-top: 35%;
}
.cid-tOl3kOO7Fg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOl3kOO7Fg .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOl3kOO7Fg .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOl3kOO7Fg .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOl3kOO7Fg .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOl3kOO7Fg .mbr-section-title {
  color: #ffffff;
}
.cid-tOl3kOO7Fg .mbr-text {
  color: #ffffff;
}
.cid-tOl3kOO7Fg .mbr-section-title,
.cid-tOl3kOO7Fg .icon-wrapper,
.cid-tOl3kOO7Fg .mbr-section-btn {
  text-align: center;
}
.cid-tOlct4DOkv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOlct4DOkv .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tOlct4DOkv .mbr-section-subtitle {
  text-align: center;
}
.cid-tOmnwAJTRa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tOmnwAJTRa .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tOmnwAJTRa .mbr-section-subtitle {
  text-align: center;
}
.cid-tOl5eiarlE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d1.-sencilla-ppal-1341x754.jpg");
}
.cid-tOl5eiarlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl5eiarlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl5eiarlE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOl5eiarlE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOl5eiarlE .container {
    padding: 0 26px;
  }
}
.cid-tOl5eiarlE .title-wrapper {
  padding-top: 35%;
}
.cid-tOl5eiarlE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOl5eiarlE .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOl5eiarlE .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOl5eiarlE .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOl5eiarlE .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOl5eiarlE .mbr-section-title {
  color: #ffffff;
}
.cid-tOl5eiarlE .mbr-text {
  color: #ffffff;
}
.cid-tOl5eiarlE .mbr-section-title,
.cid-tOl5eiarlE .icon-wrapper,
.cid-tOl5eiarlE .mbr-section-btn {
  text-align: center;
}
.cid-tOlctIYM9M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOlctIYM9M .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tOlctIYM9M .mbr-section-subtitle {
  text-align: center;
}
.cid-tPdnL0CZiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tPdnL0CZiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPdnL0CZiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPdnL0CZiY .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tPdnL0CZiY .text-container {
    margin: 0 5%;
  }
}
.cid-tPdnL0CZiY .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tPdnL0CZiY .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tPdnL0CZiY .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tPdnL0CZiY .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tPdnL0CZiY .mbr-text {
  color: #e8e8e8;
}
.cid-tPdnL0CZiY .mbr-desc,
.cid-tPdnL0CZiY .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tPdnL0CZiY .mbr-text,
.cid-tPdnL0CZiY .text-container {
  text-align: center;
}
.cid-tOlph5Juq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tOlph5Juq5 .container-fluid {
  padding: 0;
}
.cid-tOlph5Juq5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOlph5Juq5 .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tOlph5Juq5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #353535;
  transition: all .3s linear;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tOlph5Juq5 .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOlph5Juq5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tOlph5Juq5 .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOlph5Juq5 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tOlph5Juq5 .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tOlph5Juq5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOlph5Juq5 .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tOlph5Juq5 .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tOlph5Juq5 .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tOlph5Juq5 .copyright .mbr-text {
  margin: 0;
}
.cid-tOlph5Juq5 .mbr-section-title,
.cid-tOlph5Juq5 .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tOlph5Juq5 .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tPiDzuN8Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPiDzuN8Uq nav.navbar {
  position: fixed;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPiDzuN8Uq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPiDzuN8Uq .dropdown-item:hover,
.cid-tPiDzuN8Uq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tPiDzuN8Uq .dropdown-item:hover span {
  color: white;
}
.cid-tPiDzuN8Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPiDzuN8Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPiDzuN8Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPiDzuN8Uq .nav-link {
  position: relative;
}
.cid-tPiDzuN8Uq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-tPiDzuN8Uq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown-menu,
.cid-tPiDzuN8Uq .navbar.opened {
  background: #ecbb00 !important;
}
.cid-tPiDzuN8Uq .nav-item:focus,
.cid-tPiDzuN8Uq .nav-link:focus {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPiDzuN8Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPiDzuN8Uq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPiDzuN8Uq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPiDzuN8Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPiDzuN8Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPiDzuN8Uq .navbar.collapsed {
  justify-content: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPiDzuN8Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPiDzuN8Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPiDzuN8Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-tPiDzuN8Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPiDzuN8Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPiDzuN8Uq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPiDzuN8Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown-item.active,
.cid-tPiDzuN8Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPiDzuN8Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPiDzuN8Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPiDzuN8Uq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPiDzuN8Uq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPiDzuN8Uq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPiDzuN8Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar {
    height: 70px;
  }
  .cid-tPiDzuN8Uq .navbar.opened {
    height: auto;
  }
  .cid-tPiDzuN8Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNe8hpqQXx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNe8hpqQXx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNe8hpqQXx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tNe8hpqQXx .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tNe8hpqQXx .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tNe8hpqQXx .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tNe8hpqQXx .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tNe8hpqQXx .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tNe8hpqQXx .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tNe8hpqQXx .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tNe8hpqQXx .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tNe8hpqQXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNe8hpqQXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNe8hpqQXx .mbr-section-title {
  text-align: left;
}
.cid-tNe8hpqQXx .mbr-text,
.cid-tNe8hpqQXx .mbr-section-btn {
  text-align: left;
}
.cid-tPiYxZRAkA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tPiYxZRAkA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tPiYxZRAkA .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-tPiYxZRAkA .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-tPiYxZRAkA .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ecbb00;
  border-radius: 4px;
}
.cid-tPiYxZRAkA .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-tPiYxZRAkA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tPiYxZRAkA .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 300px;
  object-fit: cover;
}
.cid-tPiYxZRAkA .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-tPiYxZRAkA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPiYxZRAkA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tPiYxZRAkA .content-wrap {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-tPiYxZRAkA .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPiYxZRAkA .icons-menu {
    justify-content: center;
  }
}
.cid-tPiYxZRAkA .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.cid-tPiYxZRAkA .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tPiYxZRAkA .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: 0;
}
.cid-tPiYxZRAkA .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tPiYxZRAkA .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-tPiYxZRAkA .card-text,
.cid-tPiYxZRAkA .mbr-section-btn,
.cid-tPiYxZRAkA .social-row {
  color: #353535;
}
.cid-tPiYxZRAkA .mbr-role,
.cid-tPiYxZRAkA .social-row {
  color: #353535;
}
.cid-tPiYxZRAkA .card-title,
.cid-tPiYxZRAkA .social-row {
  color: #272727;
}
.cid-tPiYxZRAkA .mbr-section-title {
  color: #272727;
}
.cid-tOlph5Juq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tOlph5Juq5 .container-fluid {
  padding: 0;
}
.cid-tOlph5Juq5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOlph5Juq5 .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tOlph5Juq5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #353535;
  transition: all .3s linear;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tOlph5Juq5 .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOlph5Juq5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tOlph5Juq5 .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOlph5Juq5 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tOlph5Juq5 .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tOlph5Juq5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOlph5Juq5 .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tOlph5Juq5 .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tOlph5Juq5 .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tOlph5Juq5 .copyright .mbr-text {
  margin: 0;
}
.cid-tOlph5Juq5 .mbr-section-title,
.cid-tOlph5Juq5 .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tOlph5Juq5 .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tPiDzuN8Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPiDzuN8Uq nav.navbar {
  position: fixed;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPiDzuN8Uq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPiDzuN8Uq .dropdown-item:hover,
.cid-tPiDzuN8Uq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tPiDzuN8Uq .dropdown-item:hover span {
  color: white;
}
.cid-tPiDzuN8Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPiDzuN8Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPiDzuN8Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPiDzuN8Uq .nav-link {
  position: relative;
}
.cid-tPiDzuN8Uq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-tPiDzuN8Uq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown-menu,
.cid-tPiDzuN8Uq .navbar.opened {
  background: #ecbb00 !important;
}
.cid-tPiDzuN8Uq .nav-item:focus,
.cid-tPiDzuN8Uq .nav-link:focus {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPiDzuN8Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPiDzuN8Uq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPiDzuN8Uq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPiDzuN8Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPiDzuN8Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPiDzuN8Uq .navbar.collapsed {
  justify-content: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPiDzuN8Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPiDzuN8Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPiDzuN8Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-tPiDzuN8Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPiDzuN8Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPiDzuN8Uq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPiDzuN8Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown-item.active,
.cid-tPiDzuN8Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPiDzuN8Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPiDzuN8Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPiDzuN8Uq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPiDzuN8Uq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPiDzuN8Uq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPiDzuN8Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar {
    height: 70px;
  }
  .cid-tPiDzuN8Uq .navbar.opened {
    height: auto;
  }
  .cid-tPiDzuN8Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPiDzuN8Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPiDzuN8Uq nav.navbar {
  position: fixed;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPiDzuN8Uq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPiDzuN8Uq .dropdown-item:hover,
.cid-tPiDzuN8Uq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tPiDzuN8Uq .dropdown-item:hover span {
  color: white;
}
.cid-tPiDzuN8Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPiDzuN8Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPiDzuN8Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPiDzuN8Uq .nav-link {
  position: relative;
}
.cid-tPiDzuN8Uq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-tPiDzuN8Uq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown-menu,
.cid-tPiDzuN8Uq .navbar.opened {
  background: #ecbb00 !important;
}
.cid-tPiDzuN8Uq .nav-item:focus,
.cid-tPiDzuN8Uq .nav-link:focus {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPiDzuN8Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPiDzuN8Uq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPiDzuN8Uq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPiDzuN8Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPiDzuN8Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPiDzuN8Uq .navbar.collapsed {
  justify-content: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPiDzuN8Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPiDzuN8Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPiDzuN8Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-tPiDzuN8Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPiDzuN8Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPiDzuN8Uq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPiDzuN8Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown-item.active,
.cid-tPiDzuN8Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPiDzuN8Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPiDzuN8Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPiDzuN8Uq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPiDzuN8Uq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPiDzuN8Uq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPiDzuN8Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar {
    height: 70px;
  }
  .cid-tPiDzuN8Uq .navbar.opened {
    height: auto;
  }
  .cid-tPiDzuN8Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNe1UYdk3D {
  padding-top: 10rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNe1UYdk3D .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNe1UYdk3D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tNe1UYdk3D .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tNe1UYdk3D .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tNe1UYdk3D .item-btn {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tNe1UYdk3D .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tNe1UYdk3D .item-btn {
    width: 5rem;
    height: 5rem;
    top: -3.5rem;
    right: 2rem;
  }
}
.cid-tNe1UYdk3D .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tNe1UYdk3D .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tNe1UYdk3D .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tNe1UYdk3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNe1UYdk3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNe1UYdk3D .mbr-text,
.cid-tNe1UYdk3D .mbr-section-btn {
  text-align: center;
}
.cid-tNe1UYdk3D .mbr-section-title {
  text-align: left;
}
.cid-tNe20C7Kcu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tNe20C7Kcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNe20C7Kcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNe20C7Kcu .container {
    padding: 0 16px;
  }
}
.cid-tNe20C7Kcu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNe20C7Kcu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNe20C7Kcu .title-wrapper .mbr-section-title span {
  color: #ecbb00;
}
.cid-tNe20C7Kcu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNe20C7Kcu .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tNe20C7Kcu .mbr-section-title {
  color: #ffffff;
}
.cid-tNe20C7Kcu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tPcLsvBFp0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tPcLsvBFp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcLsvBFp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcLsvBFp0 .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tPcLsvBFp0 .text-container {
    margin: 0 5%;
  }
}
.cid-tPcLsvBFp0 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tPcLsvBFp0 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tPcLsvBFp0 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tPcLsvBFp0 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tPcLsvBFp0 .mbr-text {
  color: #e8e8e8;
}
.cid-tPcLsvBFp0 .mbr-desc,
.cid-tPcLsvBFp0 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tPcLsvBFp0 .mbr-text,
.cid-tPcLsvBFp0 .text-container {
  text-align: center;
}
.cid-tPcLNCtN5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tPcLNCtN5y .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tPcLNCtN5y .mbr-section-subtitle {
  text-align: center;
}
.cid-tOlhZKIsAs {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOlhZKIsAs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOlhZKIsAs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOlhZKIsAs .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tOlhZKIsAs .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tOlhZKIsAs .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOlhZKIsAs .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOlhZKIsAs .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tOlhZKIsAs .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tOlhZKIsAs .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tOlhZKIsAs .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOlhZKIsAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlhZKIsAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlhZKIsAs .mbr-section-title {
  text-align: left;
}
.cid-tOlhZKIsAs .mbr-text,
.cid-tOlhZKIsAs .mbr-section-btn {
  text-align: center;
}
.cid-tOliNxIEzu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tOliNxIEzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOliNxIEzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOliNxIEzu .container {
    padding: 0 16px;
  }
}
.cid-tOliNxIEzu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOliNxIEzu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOliNxIEzu .title-wrapper .mbr-section-title span {
  color: #ecbb00;
}
.cid-tOliNxIEzu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOliNxIEzu .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOliNxIEzu .mbr-section-title {
  color: #ffffff;
}
.cid-tOliNxIEzu .mbr-text {
  color: #ffffff;
}
.cid-tPcWXWknC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tPcWXWknC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcWXWknC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcWXWknC5 .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tPcWXWknC5 .text-container {
    margin: 0 5%;
  }
}
.cid-tPcWXWknC5 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tPcWXWknC5 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tPcWXWknC5 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tPcWXWknC5 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tPcWXWknC5 .mbr-text {
  color: #e8e8e8;
}
.cid-tPcWXWknC5 .mbr-desc,
.cid-tPcWXWknC5 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tPcWXWknC5 .mbr-text,
.cid-tPcWXWknC5 .text-container {
  text-align: center;
}
.cid-tPcWYJoSps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tPcWYJoSps .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tPcWYJoSps .mbr-section-subtitle {
  text-align: center;
}
.cid-tOlo6jcTjJ {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOlo6jcTjJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOlo6jcTjJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOlo6jcTjJ .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tOlo6jcTjJ .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tOlo6jcTjJ .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOlo6jcTjJ .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOlo6jcTjJ .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tOlo6jcTjJ .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tOlo6jcTjJ .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tOlo6jcTjJ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOlo6jcTjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlo6jcTjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlo6jcTjJ .mbr-text,
.cid-tOlo6jcTjJ .mbr-section-btn {
  text-align: center;
}
.cid-tOlosWqH1v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tOlosWqH1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlosWqH1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOlosWqH1v .container {
    padding: 0 16px;
  }
}
.cid-tOlosWqH1v .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOlosWqH1v .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOlosWqH1v .title-wrapper .mbr-section-title span {
  color: #ecbb00;
}
.cid-tOlosWqH1v .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlosWqH1v .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOlosWqH1v .mbr-section-title {
  color: #ffffff;
}
.cid-tOlosWqH1v .mbr-text {
  color: #ffffff;
}
.cid-tPcWZOdBFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tPcWZOdBFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcWZOdBFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcWZOdBFC .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tPcWZOdBFC .text-container {
    margin: 0 5%;
  }
}
.cid-tPcWZOdBFC .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tPcWZOdBFC .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tPcWZOdBFC .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tPcWZOdBFC .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tPcWZOdBFC .mbr-text {
  color: #e8e8e8;
}
.cid-tPcWZOdBFC .mbr-desc,
.cid-tPcWZOdBFC .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tPcWZOdBFC .mbr-text,
.cid-tPcWZOdBFC .text-container {
  text-align: center;
}
.cid-tPcX0BX9Ky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tPcX0BX9Ky .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tPcX0BX9Ky .mbr-section-subtitle {
  text-align: center;
}
.cid-tOloPocws0 {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOloPocws0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOloPocws0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOloPocws0 .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tOloPocws0 .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tOloPocws0 .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOloPocws0 .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOloPocws0 .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tOloPocws0 .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tOloPocws0 .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tOloPocws0 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOloPocws0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOloPocws0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOloPocws0 .mbr-text,
.cid-tOloPocws0 .mbr-section-btn {
  text-align: center;
}
.cid-tOlp3aOmmf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tOlp3aOmmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlp3aOmmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOlp3aOmmf .container {
    padding: 0 16px;
  }
}
.cid-tOlp3aOmmf .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOlp3aOmmf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOlp3aOmmf .title-wrapper .mbr-section-title span {
  color: #ecbb00;
}
.cid-tOlp3aOmmf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlp3aOmmf .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOlp3aOmmf .mbr-section-title {
  color: #ffffff;
}
.cid-tOlp3aOmmf .mbr-text {
  color: #ffffff;
}
.cid-tPcX1zHa8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tPcX1zHa8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcX1zHa8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcX1zHa8G .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tPcX1zHa8G .text-container {
    margin: 0 5%;
  }
}
.cid-tPcX1zHa8G .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tPcX1zHa8G .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tPcX1zHa8G .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tPcX1zHa8G .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tPcX1zHa8G .mbr-text {
  color: #e8e8e8;
}
.cid-tPcX1zHa8G .mbr-desc,
.cid-tPcX1zHa8G .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tPcX1zHa8G .mbr-text,
.cid-tPcX1zHa8G .text-container {
  text-align: center;
}
.cid-tPcX2cGMxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tPcX2cGMxT .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tPcX2cGMxT .mbr-section-subtitle {
  text-align: center;
}
.cid-tOlph5Juq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tOlph5Juq5 .container-fluid {
  padding: 0;
}
.cid-tOlph5Juq5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOlph5Juq5 .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tOlph5Juq5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #353535;
  transition: all .3s linear;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tOlph5Juq5 .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tOlph5Juq5 .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOlph5Juq5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tOlph5Juq5 .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOlph5Juq5 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tOlph5Juq5 .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tOlph5Juq5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOlph5Juq5 .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tOlph5Juq5 .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tOlph5Juq5 .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tOlph5Juq5 .copyright .mbr-text {
  margin: 0;
}
.cid-tOlph5Juq5 .mbr-section-title,
.cid-tOlph5Juq5 .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tOlph5Juq5 .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tOm9CWKqc7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOm9CWKqc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOm9CWKqc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOm9CWKqc7 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOm9CWKqc7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tOm9CWKqc7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOm9CWKqc7 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOm9CWKqc7 .title-wrapper {
    margin-top: 45px;
  }
}
.cid-tOm9CWKqc7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOm9CWKqc7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tOm9CWKqc7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOm9CWKqc7 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tOm9CWKqc7 .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-tOm9CWKqc7 .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tOm9CWKqc7 .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-tOm9CWKqc7 .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOm9CWKqc7 .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-tOm9CWKqc7 .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-tOm9CWKqc7 .mbr-form {
    margin-top: 32px;
  }
}
.cid-tOm9CWKqc7 .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-tOm9CWKqc7 .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-tOm9CWKqc7 .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-tOm9CWKqc7 .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-tOm9CWKqc7 .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-tOm9CWKqc7 .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-tOm9CWKqc7 .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #ecbb00;
}
.cid-tOm9CWKqc7 .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-tOm9CWKqc7 .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-tOm9CWKqc7 .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-tOm9CWKqc7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tOm9CWKqc7 .mbr-section-title {
  color: #000000;
}
.cid-tOm9CWKqc7 .mbr-text {
  color: #6a6e71;
}
.cid-tOm9CWKqc7 .list {
  color: #6a6e71;
}
.cid-tOm9CWKqc7 label {
  color: #000000;
}
.cid-tOm931syfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tOm931syfO .container-fluid {
  padding: 0;
}
.cid-tOm931syfO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOm931syfO .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tOm931syfO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOm931syfO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tOm931syfO .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tOm931syfO .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #353535;
  transition: all .3s linear;
}
.cid-tOm931syfO .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tOm931syfO .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tOm931syfO .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOm931syfO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tOm931syfO .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOm931syfO .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tOm931syfO .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tOm931syfO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOm931syfO .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tOm931syfO .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tOm931syfO .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tOm931syfO .copyright .mbr-text {
  margin: 0;
}
.cid-tOm931syfO .mbr-section-title,
.cid-tOm931syfO .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tOm931syfO .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tPiDzuN8Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPiDzuN8Uq nav.navbar {
  position: fixed;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPiDzuN8Uq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPiDzuN8Uq .dropdown-item:hover,
.cid-tPiDzuN8Uq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tPiDzuN8Uq .dropdown-item:hover span {
  color: white;
}
.cid-tPiDzuN8Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPiDzuN8Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPiDzuN8Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPiDzuN8Uq .nav-link {
  position: relative;
}
.cid-tPiDzuN8Uq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-tPiDzuN8Uq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown-menu,
.cid-tPiDzuN8Uq .navbar.opened {
  background: #ecbb00 !important;
}
.cid-tPiDzuN8Uq .nav-item:focus,
.cid-tPiDzuN8Uq .nav-link:focus {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPiDzuN8Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPiDzuN8Uq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPiDzuN8Uq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPiDzuN8Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPiDzuN8Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPiDzuN8Uq .navbar.collapsed {
  justify-content: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPiDzuN8Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPiDzuN8Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPiDzuN8Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-tPiDzuN8Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPiDzuN8Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPiDzuN8Uq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPiDzuN8Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown-item.active,
.cid-tPiDzuN8Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPiDzuN8Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPiDzuN8Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPiDzuN8Uq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPiDzuN8Uq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPiDzuN8Uq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPiDzuN8Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar {
    height: 70px;
  }
  .cid-tPiDzuN8Uq .navbar.opened {
    height: auto;
  }
  .cid-tPiDzuN8Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOmbN77qFH {
  padding-top: 10rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOmbN77qFH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOmbN77qFH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOmbN77qFH .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tOmbN77qFH .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tOmbN77qFH .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOmbN77qFH .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOmbN77qFH .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tOmbN77qFH .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tOmbN77qFH .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tOmbN77qFH .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOmbN77qFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmbN77qFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmdItLq8p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ecbb00;
}
.cid-tOmdItLq8p .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tOmdItLq8p .mbr-section-subtitle {
  text-align: center;
}
.cid-tOmenqyvrZ {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOmenqyvrZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOmenqyvrZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOmenqyvrZ .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tOmenqyvrZ .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tOmenqyvrZ .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOmenqyvrZ .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOmenqyvrZ .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tOmenqyvrZ .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tOmenqyvrZ .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tOmenqyvrZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOmenqyvrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmenqyvrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmbN7OuyT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tOmbN7OuyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmbN7OuyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOmbN7OuyT .container {
    padding: 0 16px;
  }
}
.cid-tOmbN7OuyT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOmbN7OuyT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOmbN7OuyT .title-wrapper .mbr-section-title span {
  color: #ecbb00;
}
.cid-tOmbN7OuyT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOmbN7OuyT .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOmbN7OuyT .mbr-section-title {
  color: #ffffff;
}
.cid-tOmbN7OuyT .mbr-text {
  color: #ffffff;
}
.cid-tOmi0kMk2u {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/097e3af3-d582-4960-b23c-5aad09bb7657-1024x576.jpg");
}
.cid-tOmi0kMk2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmi0kMk2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmi0kMk2u .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOmi0kMk2u .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOmi0kMk2u .container {
    padding: 0 26px;
  }
}
.cid-tOmi0kMk2u .title-wrapper {
  padding-top: 35%;
}
.cid-tOmi0kMk2u .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOmi0kMk2u .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOmi0kMk2u .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOmi0kMk2u .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOmi0kMk2u .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOmi0kMk2u .mbr-section-title {
  color: #ffffff;
}
.cid-tOmi0kMk2u .mbr-text {
  color: #ffffff;
}
.cid-tOmi0kMk2u .mbr-section-title,
.cid-tOmi0kMk2u .icon-wrapper,
.cid-tOmi0kMk2u .mbr-section-btn {
  text-align: center;
}
.cid-tOmbN9dqPN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tOmbN9dqPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmbN9dqPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOmbN9dqPN .container {
    padding: 0 16px;
  }
}
.cid-tOmbN9dqPN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOmbN9dqPN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOmbN9dqPN .title-wrapper .mbr-section-title span {
  color: #ecbb00;
}
.cid-tOmbN9dqPN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOmbN9dqPN .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOmbN9dqPN .mbr-section-title {
  color: #ffffff;
}
.cid-tOmbN9dqPN .mbr-text {
  color: #ffffff;
}
.cid-tOmiRgtTWW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/unnamed-2000x411.jpg");
}
.cid-tOmiRgtTWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmiRgtTWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmiRgtTWW .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOmiRgtTWW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOmiRgtTWW .container {
    padding: 0 26px;
  }
}
.cid-tOmiRgtTWW .title-wrapper {
  padding-top: 35%;
}
.cid-tOmiRgtTWW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOmiRgtTWW .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOmiRgtTWW .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOmiRgtTWW .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOmiRgtTWW .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOmiRgtTWW .mbr-section-title {
  color: #ffffff;
}
.cid-tOmiRgtTWW .mbr-text {
  color: #ffffff;
}
.cid-tOmiRgtTWW .mbr-section-title,
.cid-tOmiRgtTWW .icon-wrapper,
.cid-tOmiRgtTWW .mbr-section-btn {
  text-align: center;
}
.cid-tPd24cgDQm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ecbb00;
}
.cid-tPd24cgDQm .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tPd24cgDQm .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tPd24cgDQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPd24cgDQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmjg6FZI7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOmjg6FZI7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOmjg6FZI7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOmjg6FZI7 .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tOmjg6FZI7 .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tOmjg6FZI7 .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOmjg6FZI7 .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOmjg6FZI7 .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tOmjg6FZI7 .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tOmjg6FZI7 .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tOmjg6FZI7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tOmjg6FZI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmjg6FZI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPiRbWK2kD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecbb00;
}
.cid-tPiRbWK2kD .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tPiRbWK2kD .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tPiRbWK2kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPiRbWK2kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmjYeUcFj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3cdc3b0d-f865-4e3a-b2f2-265cdbef2f26-1280x720.jpg");
}
.cid-tOmjYeUcFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmjYeUcFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tOmjYeUcFj .container {
    padding: 0 26px;
  }
}
.cid-tOmjYeUcFj .title-wrapper {
  padding-top: 35%;
}
.cid-tOmjYeUcFj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOmjYeUcFj .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tOmjYeUcFj .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tOmjYeUcFj .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tOmjYeUcFj .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tOmjYeUcFj .mbr-section-title {
  color: #ffffff;
}
.cid-tOmjYeUcFj .mbr-text {
  color: #ffffff;
}
.cid-tOmjYeUcFj .mbr-section-title,
.cid-tOmjYeUcFj .icon-wrapper,
.cid-tOmjYeUcFj .mbr-section-btn {
  text-align: center;
}
.cid-tPd3a3FjoW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tPd3a3FjoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPd3a3FjoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPd3a3FjoW .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tPd3a3FjoW .text-container {
    margin: 0 5%;
  }
}
.cid-tPd3a3FjoW .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tPd3a3FjoW .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tPd3a3FjoW .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tPd3a3FjoW .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tPd3a3FjoW .mbr-text {
  color: #e8e8e8;
}
.cid-tPd3a3FjoW .mbr-desc,
.cid-tPd3a3FjoW .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tPd3a3FjoW .mbr-text,
.cid-tPd3a3FjoW .text-container {
  text-align: center;
}
.cid-tOmbNdN91a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tOmbNdN91a .container-fluid {
  padding: 0;
}
.cid-tOmbNdN91a .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOmbNdN91a .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tOmbNdN91a .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOmbNdN91a .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tOmbNdN91a .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tOmbNdN91a .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #353535;
  transition: all .3s linear;
}
.cid-tOmbNdN91a .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tOmbNdN91a .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tOmbNdN91a .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOmbNdN91a .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tOmbNdN91a .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOmbNdN91a .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tOmbNdN91a .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tOmbNdN91a .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOmbNdN91a .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tOmbNdN91a .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tOmbNdN91a .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tOmbNdN91a .copyright .mbr-text {
  margin: 0;
}
.cid-tOmbNdN91a .mbr-section-title,
.cid-tOmbNdN91a .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tOmbNdN91a .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tPiDzuN8Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPiDzuN8Uq nav.navbar {
  position: fixed;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPiDzuN8Uq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPiDzuN8Uq .dropdown-item:hover,
.cid-tPiDzuN8Uq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tPiDzuN8Uq .dropdown-item:hover span {
  color: white;
}
.cid-tPiDzuN8Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPiDzuN8Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPiDzuN8Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPiDzuN8Uq .nav-link {
  position: relative;
}
.cid-tPiDzuN8Uq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-tPiDzuN8Uq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown-menu,
.cid-tPiDzuN8Uq .navbar.opened {
  background: #ecbb00 !important;
}
.cid-tPiDzuN8Uq .nav-item:focus,
.cid-tPiDzuN8Uq .nav-link:focus {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPiDzuN8Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPiDzuN8Uq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPiDzuN8Uq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPiDzuN8Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPiDzuN8Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPiDzuN8Uq .navbar.collapsed {
  justify-content: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPiDzuN8Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPiDzuN8Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPiDzuN8Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-tPiDzuN8Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPiDzuN8Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPiDzuN8Uq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPiDzuN8Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown-item.active,
.cid-tPiDzuN8Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPiDzuN8Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPiDzuN8Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPiDzuN8Uq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPiDzuN8Uq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPiDzuN8Uq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPiDzuN8Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar {
    height: 70px;
  }
  .cid-tPiDzuN8Uq .navbar.opened {
    height: auto;
  }
  .cid-tPiDzuN8Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPdbvs7hGH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPdbvs7hGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPdbvs7hGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPdbvs7hGH .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tPdbvs7hGH .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-tPdbvs7hGH .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tPdbvs7hGH .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 7px;
  transition: .4s all;
}
.cid-tPdbvs7hGH .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ecbb00;
  transition: .2s all;
}
.cid-tPdbvs7hGH .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tPdbvs7hGH .panel-group {
  border: none;
}
.cid-tPdbvs7hGH .card {
  border-radius: 0;
}
.cid-tPdbvs7hGH .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-tPdbvs7hGH .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tPdbvs7hGH .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tPdbvs7hGH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-tPdbvs7hGH .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-tPdbvs7hGH .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tPdbvs7hGH .panel-title-edit {
  color: #303030;
}
.cid-tPdbvs7hGH .panel-body {
  padding: 0 0 30px;
}
.cid-tPdbvs7hGH .panel-text {
  color: #303030;
  margin: 0;
}
.cid-tPd5mGeGAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tPd5mGeGAv .container-fluid {
  padding: 0;
}
.cid-tPd5mGeGAv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tPd5mGeGAv .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tPd5mGeGAv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tPd5mGeGAv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tPd5mGeGAv .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tPd5mGeGAv .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #353535;
  transition: all .3s linear;
}
.cid-tPd5mGeGAv .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tPd5mGeGAv .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tPd5mGeGAv .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tPd5mGeGAv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tPd5mGeGAv .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPd5mGeGAv .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tPd5mGeGAv .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tPd5mGeGAv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPd5mGeGAv .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tPd5mGeGAv .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tPd5mGeGAv .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tPd5mGeGAv .copyright .mbr-text {
  margin: 0;
}
.cid-tPd5mGeGAv .mbr-section-title,
.cid-tPd5mGeGAv .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tPd5mGeGAv .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tPiDzuN8Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPiDzuN8Uq nav.navbar {
  position: fixed;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPiDzuN8Uq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPiDzuN8Uq .dropdown-item:hover,
.cid-tPiDzuN8Uq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tPiDzuN8Uq .dropdown-item:hover span {
  color: white;
}
.cid-tPiDzuN8Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPiDzuN8Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPiDzuN8Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPiDzuN8Uq .nav-link {
  position: relative;
}
.cid-tPiDzuN8Uq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-tPiDzuN8Uq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown-menu,
.cid-tPiDzuN8Uq .navbar.opened {
  background: #ecbb00 !important;
}
.cid-tPiDzuN8Uq .nav-item:focus,
.cid-tPiDzuN8Uq .nav-link:focus {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPiDzuN8Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPiDzuN8Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPiDzuN8Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPiDzuN8Uq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPiDzuN8Uq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPiDzuN8Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPiDzuN8Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPiDzuN8Uq .navbar.collapsed {
  justify-content: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPiDzuN8Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPiDzuN8Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPiDzuN8Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPiDzuN8Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPiDzuN8Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPiDzuN8Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-tPiDzuN8Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPiDzuN8Uq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPiDzuN8Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPiDzuN8Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPiDzuN8Uq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPiDzuN8Uq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-tPiDzuN8Uq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPiDzuN8Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPiDzuN8Uq .dropdown-item.active,
.cid-tPiDzuN8Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPiDzuN8Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPiDzuN8Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecbb00;
}
.cid-tPiDzuN8Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPiDzuN8Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPiDzuN8Uq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPiDzuN8Uq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPiDzuN8Uq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPiDzuN8Uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPiDzuN8Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPiDzuN8Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPiDzuN8Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPiDzuN8Uq .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-tPiDzuN8Uq .navbar {
    height: 70px;
  }
  .cid-tPiDzuN8Uq .navbar.opened {
    height: auto;
  }
  .cid-tPiDzuN8Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
