body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fd803b !important;
}
.bg-success {
  background-color: #fd803b !important;
}
.bg-info {
  background-color: #fd803b !important;
}
.bg-warning {
  background-color: #fd803b !important;
}
.bg-danger {
  background-color: #fd803b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd803b !important;
  border-color: #fd803b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fd803b !important;
  border-color: #fd803b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fd803b !important;
  border-color: #fd803b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fd803b !important;
  border-color: #fd803b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fd803b !important;
  border-color: #fd803b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd803b !important;
  border-color: #fd803b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #feb187 !important;
  border-color: #feb187 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d04b02;
  color: #d04b02;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fd803b;
  border-color: #fd803b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd803b !important;
  border-color: #fd803b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d04b02;
  color: #d04b02;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fd803b;
  border-color: #fd803b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd803b !important;
  border-color: #fd803b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d04b02;
  color: #d04b02;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #fd803b;
  border-color: #fd803b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fd803b !important;
  border-color: #fd803b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d04b02;
  color: #d04b02;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fd803b;
  border-color: #fd803b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fd803b !important;
  border-color: #fd803b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d04b02;
  color: #d04b02;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fd803b;
  border-color: #fd803b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd803b !important;
  border-color: #fd803b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d04b02;
  color: #d04b02;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #fd803b;
  border-color: #fd803b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd803b !important;
  border-color: #fd803b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fd803b !important;
}
.text-secondary {
  color: #fd803b !important;
}
.text-success {
  color: #fd803b !important;
}
.text-info {
  color: #fd803b !important;
}
.text-warning {
  color: #fd803b !important;
}
.text-danger {
  color: #fd803b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fec1a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fec1a0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fec1a0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fec1a0 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fec1a0 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fec1a0 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fd803b;
}
.alert-warning {
  background-color: #fd803b;
}
.alert-danger {
  background-color: #fd803b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fd803b;
  border-color: #fd803b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fd803b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #fd803b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fd803b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fd803b;
  border-bottom-color: #fd803b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fd803b !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: #fd803b !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%;
}
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='%23fd803b' %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;
}
.cid-rQrwOhib9u {
  background-color: #cccccc;
}
.cid-rQrwOhib9u .mbr-section-title,
.cid-rQrwOhib9u .mbr-section-subtitle {
  color: #000000;
}
.cid-rQrwOhib9u .mbr-section-text {
  color: #232323;
}
.cid-rQrwOhib9u .mbr-text,
.cid-rQrwOhib9u .typed-text,
.cid-rQrwOhib9u .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rQrwOhib9u .btn {
  margin-left: 4px !important;
}
.cid-rQrwOhib9u .animated-element {
  color: #fd803b;
}
.cid-rQrwOhib9u .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fd803b;
}
.cid-rQrwOhib9u .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-rQrwOhib9u .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rQrwOhib9u .typed-text,
  .cid-rQrwOhib9u .mbr-section-subtitle,
  .cid-rQrwOhib9u .mbr-section-text,
  .cid-rQrwOhib9u .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-ty9MVH8AW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 {
    flex-wrap: wrap;
  }
  .cid-ty9MVH8AW8 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-ty9MVH8AW8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ty9MVH8AW8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ty9MVH8AW8 .btn {
  padding: 0.3rem 2rem;
}
.cid-ty9MVH8AW8 .nav-link {
  position: relative;
}
.cid-ty9MVH8AW8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .nav-link:hover:before {
  width: 100%;
}
.cid-ty9MVH8AW8 nav.navbar {
  position: fixed;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty9MVH8AW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty9MVH8AW8 .dropdown-item:hover,
.cid-ty9MVH8AW8 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-ty9MVH8AW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty9MVH8AW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty9MVH8AW8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty9MVH8AW8 .container {
  display: flex;
  margin: auto;
}
.cid-ty9MVH8AW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown-menu,
.cid-ty9MVH8AW8 .navbar.opened {
  background: #fd803b !important;
}
.cid-ty9MVH8AW8 .nav-item:focus,
.cid-ty9MVH8AW8 .nav-link:focus {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty9MVH8AW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty9MVH8AW8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty9MVH8AW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty9MVH8AW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ty9MVH8AW8 .navbar.collapsed {
  justify-content: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty9MVH8AW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty9MVH8AW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty9MVH8AW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty9MVH8AW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty9MVH8AW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty9MVH8AW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty9MVH8AW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown-item.active,
.cid-ty9MVH8AW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty9MVH8AW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty9MVH8AW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty9MVH8AW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty9MVH8AW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty9MVH8AW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty9MVH8AW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar {
    height: 70px;
  }
  .cid-ty9MVH8AW8 .navbar.opened {
    height: auto;
  }
  .cid-ty9MVH8AW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tya0mt5OsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya0mt5OsA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya0mt5OsA .btn-social,
.cid-tya0mt5OsA .mbr-section-title {
  color: #57468b;
}
.cid-tya0mt5OsA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya0mt5OsA .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya0mt5OsA .soc-item:hover {
  background: #ffffff;
}
.cid-tya0mt5OsA .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya0mt5OsA .align-left,
  .cid-tya0mt5OsA .align-right {
    text-align: center;
  }
  .cid-tya0mt5OsA .social-list {
    justify-content: center;
  }
  .cid-tya0mt5OsA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya0mt5OsA .mbr-text {
  color: #ffffff;
}
.cid-rUoxLN69nX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-rUoxLN69nX .row {
  position: relative;
}
.cid-rUoxLN69nX .container {
  max-width: 1500px;
}
.cid-rUoxLN69nX h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rUoxLN69nX .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rUoxLN69nX .container {
    padding: 0 4rem;
  }
}
#custom-html-d {
  /* Type valid CSS here */
}
#custom-html-d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d p {
  font-size: 60px;
  color: #777;
}
.cid-rUoFElvrrl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-rUoFElvrrl .row {
  position: relative;
}
.cid-rUoFElvrrl .container {
  max-width: 1500px;
}
.cid-rUoFElvrrl h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom center;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rUoFElvrrl .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rUoFElvrrl .container {
    padding: 0 4rem;
  }
}
.cid-ty9MVH8AW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 {
    flex-wrap: wrap;
  }
  .cid-ty9MVH8AW8 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-ty9MVH8AW8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ty9MVH8AW8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ty9MVH8AW8 .btn {
  padding: 0.3rem 2rem;
}
.cid-ty9MVH8AW8 .nav-link {
  position: relative;
}
.cid-ty9MVH8AW8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .nav-link:hover:before {
  width: 100%;
}
.cid-ty9MVH8AW8 nav.navbar {
  position: fixed;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty9MVH8AW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty9MVH8AW8 .dropdown-item:hover,
.cid-ty9MVH8AW8 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-ty9MVH8AW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty9MVH8AW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty9MVH8AW8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty9MVH8AW8 .container {
  display: flex;
  margin: auto;
}
.cid-ty9MVH8AW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown-menu,
.cid-ty9MVH8AW8 .navbar.opened {
  background: #fd803b !important;
}
.cid-ty9MVH8AW8 .nav-item:focus,
.cid-ty9MVH8AW8 .nav-link:focus {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty9MVH8AW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty9MVH8AW8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty9MVH8AW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty9MVH8AW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ty9MVH8AW8 .navbar.collapsed {
  justify-content: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty9MVH8AW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty9MVH8AW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty9MVH8AW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty9MVH8AW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty9MVH8AW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty9MVH8AW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty9MVH8AW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown-item.active,
.cid-ty9MVH8AW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty9MVH8AW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty9MVH8AW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty9MVH8AW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty9MVH8AW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty9MVH8AW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty9MVH8AW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar {
    height: 70px;
  }
  .cid-ty9MVH8AW8 .navbar.opened {
    height: auto;
  }
  .cid-ty9MVH8AW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tya0mt5OsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya0mt5OsA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya0mt5OsA .btn-social,
.cid-tya0mt5OsA .mbr-section-title {
  color: #57468b;
}
.cid-tya0mt5OsA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya0mt5OsA .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya0mt5OsA .soc-item:hover {
  background: #ffffff;
}
.cid-tya0mt5OsA .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya0mt5OsA .align-left,
  .cid-tya0mt5OsA .align-right {
    text-align: center;
  }
  .cid-tya0mt5OsA .social-list {
    justify-content: center;
  }
  .cid-tya0mt5OsA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya0mt5OsA .mbr-text {
  color: #ffffff;
}
.cid-rWUaJRR7sn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-rWUaJRR7sn .row {
  position: relative;
}
.cid-rWUaJRR7sn .container {
  max-width: 1500px;
}
.cid-rWUaJRR7sn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rWUaJRR7sn .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWUaJRR7sn .container {
    padding: 0 4rem;
  }
}
.cid-rWUbfHGvvb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-rWUbfHGvvb .row {
  position: relative;
}
.cid-rWUbfHGvvb .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rWUbfHGvvb .row {
    margin: 0 2rem;
  }
}
.cid-rWUbfHGvvb h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rWUbfHGvvb .content-wrapper {
  max-width: 600px;
}
.cid-rWUbfHGvvb H1 {
  color: #333333;
}
.cid-rWUbfHGvvb .mbr-text,
.cid-rWUbfHGvvb .mbr-section-btn {
  color: #333333;
}
.cid-rWUbfHGvvb H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-rWUbfHGvvb h4 {
    left: 3rem;
  }
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-e p {
  font-size: 60px;
  color: #777;
}
.cid-rWUaJTOi1c {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-rWUaJTOi1c .row {
  position: relative;
}
.cid-rWUaJTOi1c .container {
  max-width: 1500px;
}
.cid-rWUaJTOi1c h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom center;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rWUaJTOi1c .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWUaJTOi1c .container {
    padding: 0 4rem;
  }
}
.cid-ty9MVH8AW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 {
    flex-wrap: wrap;
  }
  .cid-ty9MVH8AW8 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-ty9MVH8AW8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ty9MVH8AW8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ty9MVH8AW8 .btn {
  padding: 0.3rem 2rem;
}
.cid-ty9MVH8AW8 .nav-link {
  position: relative;
}
.cid-ty9MVH8AW8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .nav-link:hover:before {
  width: 100%;
}
.cid-ty9MVH8AW8 nav.navbar {
  position: fixed;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty9MVH8AW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty9MVH8AW8 .dropdown-item:hover,
.cid-ty9MVH8AW8 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-ty9MVH8AW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty9MVH8AW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty9MVH8AW8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty9MVH8AW8 .container {
  display: flex;
  margin: auto;
}
.cid-ty9MVH8AW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown-menu,
.cid-ty9MVH8AW8 .navbar.opened {
  background: #fd803b !important;
}
.cid-ty9MVH8AW8 .nav-item:focus,
.cid-ty9MVH8AW8 .nav-link:focus {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty9MVH8AW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty9MVH8AW8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty9MVH8AW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty9MVH8AW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ty9MVH8AW8 .navbar.collapsed {
  justify-content: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty9MVH8AW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty9MVH8AW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty9MVH8AW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty9MVH8AW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty9MVH8AW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty9MVH8AW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty9MVH8AW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown-item.active,
.cid-ty9MVH8AW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty9MVH8AW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty9MVH8AW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty9MVH8AW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty9MVH8AW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty9MVH8AW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty9MVH8AW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar {
    height: 70px;
  }
  .cid-ty9MVH8AW8 .navbar.opened {
    height: auto;
  }
  .cid-ty9MVH8AW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tya0mt5OsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya0mt5OsA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya0mt5OsA .btn-social,
.cid-tya0mt5OsA .mbr-section-title {
  color: #57468b;
}
.cid-tya0mt5OsA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya0mt5OsA .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya0mt5OsA .soc-item:hover {
  background: #ffffff;
}
.cid-tya0mt5OsA .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya0mt5OsA .align-left,
  .cid-tya0mt5OsA .align-right {
    text-align: center;
  }
  .cid-tya0mt5OsA .social-list {
    justify-content: center;
  }
  .cid-tya0mt5OsA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya0mt5OsA .mbr-text {
  color: #ffffff;
}
.cid-t2TAVnnHPR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-t2TAVnnHPR .row {
  position: relative;
}
.cid-t2TAVnnHPR .container {
  max-width: 1500px;
}
.cid-t2TAVnnHPR h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-t2TAVnnHPR .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t2TAVnnHPR .container {
    padding: 0 4rem;
  }
}
.cid-t2TAVnVkEN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-t2TAVnVkEN .row {
  position: relative;
}
.cid-t2TAVnVkEN .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-t2TAVnVkEN .row {
    margin: 0 2rem;
  }
}
.cid-t2TAVnVkEN h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-t2TAVnVkEN .content-wrapper {
  max-width: 600px;
}
.cid-t2TAVnVkEN H1 {
  color: #333333;
}
.cid-t2TAVnVkEN .mbr-text,
.cid-t2TAVnVkEN .mbr-section-btn {
  color: #333333;
}
.cid-t2TAVnVkEN H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-t2TAVnVkEN h4 {
    left: 3rem;
  }
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h p {
  font-size: 60px;
  color: #777;
}
.cid-t2TAVoLIgt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-t2TAVoLIgt .row {
  position: relative;
}
.cid-t2TAVoLIgt .container {
  max-width: 1500px;
}
.cid-t2TAVoLIgt h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom center;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-t2TAVoLIgt .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-t2TAVoLIgt .container {
    padding: 0 4rem;
  }
}
.cid-ty9MVH8AW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 {
    flex-wrap: wrap;
  }
  .cid-ty9MVH8AW8 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-ty9MVH8AW8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ty9MVH8AW8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ty9MVH8AW8 .btn {
  padding: 0.3rem 2rem;
}
.cid-ty9MVH8AW8 .nav-link {
  position: relative;
}
.cid-ty9MVH8AW8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .nav-link:hover:before {
  width: 100%;
}
.cid-ty9MVH8AW8 nav.navbar {
  position: fixed;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty9MVH8AW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty9MVH8AW8 .dropdown-item:hover,
.cid-ty9MVH8AW8 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-ty9MVH8AW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty9MVH8AW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty9MVH8AW8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty9MVH8AW8 .container {
  display: flex;
  margin: auto;
}
.cid-ty9MVH8AW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown-menu,
.cid-ty9MVH8AW8 .navbar.opened {
  background: #fd803b !important;
}
.cid-ty9MVH8AW8 .nav-item:focus,
.cid-ty9MVH8AW8 .nav-link:focus {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty9MVH8AW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty9MVH8AW8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty9MVH8AW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty9MVH8AW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ty9MVH8AW8 .navbar.collapsed {
  justify-content: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty9MVH8AW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty9MVH8AW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty9MVH8AW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty9MVH8AW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty9MVH8AW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty9MVH8AW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty9MVH8AW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown-item.active,
.cid-ty9MVH8AW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty9MVH8AW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty9MVH8AW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty9MVH8AW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty9MVH8AW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty9MVH8AW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty9MVH8AW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar {
    height: 70px;
  }
  .cid-ty9MVH8AW8 .navbar.opened {
    height: auto;
  }
  .cid-ty9MVH8AW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tya0mt5OsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya0mt5OsA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya0mt5OsA .btn-social,
.cid-tya0mt5OsA .mbr-section-title {
  color: #57468b;
}
.cid-tya0mt5OsA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya0mt5OsA .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya0mt5OsA .soc-item:hover {
  background: #ffffff;
}
.cid-tya0mt5OsA .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya0mt5OsA .align-left,
  .cid-tya0mt5OsA .align-right {
    text-align: center;
  }
  .cid-tya0mt5OsA .social-list {
    justify-content: center;
  }
  .cid-tya0mt5OsA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya0mt5OsA .mbr-text {
  color: #ffffff;
}
.cid-ty9Dau8eLG {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-ty9Dau8eLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9Dau8eLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9Dau8eLG .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ty9Dau8eLG .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-ty9Dau8eLG.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-ty9Dau8eLG .row {
  position: relative;
  z-index: 3;
}
.cid-ty9Dau8eLG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-ty9Dau8eLG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ty9Dau8eLG .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ty9Dau8eLG .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ty9Dau8eLG .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-ty9Dau8eLG .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-ty9Dau8eLG .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-ty9Dau8eLG .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ty9Dau8eLG .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-ty9DiK1LqZ {
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-ty9DiK1LqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9DiK1LqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9DiK1LqZ .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ty9DiK1LqZ .bg-frame {
    width: 40vw;
  }
}
.cid-ty9DiK1LqZ .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-ty9DiK1LqZ .col-text {
    margin-top: 5rem;
  }
}
.cid-ty9DiK1LqZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-ty9DiK1LqZ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ty9DiK1LqZ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ty9DiK1LqZ .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ty9DiK1LqZ .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-ty9DiK1LqZ .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-ty9DiK1LqZ .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-ty9DiK1LqZ .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DiK1LqZ .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-ty9DKR9Bfh {
  background-color: #173d33;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-ty9DKR9Bfh .container,
.cid-ty9DKR9Bfh .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-ty9DKR9Bfh .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-ty9DKR9Bfh .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.cid-ty9DKR9Bfh .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ty9DKR9Bfh .bg-frame {
    width: 80vw;
  }
}
.cid-ty9DKR9Bfh .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ty9DKR9Bfh .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ty9DKR9Bfh .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-ty9DKR9Bfh .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/features3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-ty9DKR9Bfh .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-ty9DKR9Bfh .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-ty9DKR9Bfh .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ty9DKR9Bfh .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-ty9DKR9Bfh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(312deg);
}
.cid-ty9DKR9Bfh .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-ty9DKR9Bfh .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-ty9DKR9Bfh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-ty9DKR9Bfh .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-ty9DxjBmrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcfa86;
}
.cid-ty9DxjBmrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9DxjBmrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9DxjBmrk .title-container {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-ty9DxjBmrk .title-container {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DxjBmrk .title-container {
    margin-bottom: 60px;
  }
}
.cid-ty9DxjBmrk .mbr-section-title {
  color: #000000;
}
.cid-ty9DxjBmrk .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ty9DxjBmrk .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-ty9DxjBmrk .nav-tabs .nav-item.open .nav-link:focus,
.cid-ty9DxjBmrk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ty9DxjBmrk .nav-tabs {
  display: flex;
  flex-direction: column;
  border: none !important;
}
@media (max-width: 991px) {
  .cid-ty9DxjBmrk .nav-tabs {
    flex-direction: row;
  }
}
.cid-ty9DxjBmrk .nav-item {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ty9DxjBmrk .nav-item {
    width: 50%;
  }
}
.cid-ty9DxjBmrk .nav-tabs .nav-link {
  position: relative;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-ty9DxjBmrk .nav-tabs .nav-link:not(.active) {
  color: rgba(0, 0, 0, 0.3);
}
.cid-ty9DxjBmrk .nav-tabs .nav-link:hover {
  color: #000000;
}
.cid-ty9DxjBmrk .nav-link,
.cid-ty9DxjBmrk .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-ty9DxjBmrk .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-ty9DxjBmrk .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: all .5s;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
.cid-ty9DxjBmrk .tab-title {
  color: #BCFA86;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
  margin-bottom: 0;
}
.cid-ty9DxjBmrk .tab-title.display-1 {
  font-size: calc((2.5vw + 0.1vh) *10);
  line-height: 1 !important;
}
.cid-ty9DxjBmrk .border-item {
  width: 7.5%;
  height: 1px;
  background-color: #000000;
  margin: 42px auto 24px;
}
.cid-ty9DozNvIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-ty9DozNvIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9DozNvIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9DozNvIp .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ty9DozNvIp .bg-frame {
    width: 60vw;
  }
}
.cid-ty9DozNvIp .row {
  position: relative;
  z-index: 3;
}
.cid-ty9DozNvIp .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-ty9DozNvIp .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DozNvIp .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-ty9DozNvIp .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ty9DozNvIp .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ty9DozNvIp .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-ty9DozNvIp .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-ty9DozNvIp .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-ty9DozNvIp .content-container {
    padding: 60px 0;
  }
}
.cid-ty9DozNvIp .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-ty9DozNvIp .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-ty9DozNvIp .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ty9DozNvIp .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-ty9DozNvIp .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ty9DozNvIp .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-ty9DozNvIp .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-ty9DozNvIp .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-ty9DozNvIp .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-ty9DozNvIp .title-box {
    width: 100%;
  }
}
.cid-ty9DozNvIp .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-ty9DozNvIp .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DozNvIp .text-wrap {
    margin-top: 36px;
  }
}
.cid-ty9DozNvIp .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-ty9DozNvIp .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-ty9DozNvIp .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DozNvIp .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-ty9DzGynZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-ty9DzGynZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9DzGynZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9DzGynZi .bg-frame {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-ty9DzGynZi .bg-frame {
    width: 60vw;
  }
}
.cid-ty9DzGynZi .row {
  position: relative;
  z-index: 3;
}
.cid-ty9DzGynZi .col-title {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ty9DzGynZi .col-title {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.cid-ty9DzGynZi .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-ty9DzGynZi .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}
.cid-ty9DzGynZi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-ty9DzGynZi .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-ty9DzGynZi .card {
  padding-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-ty9DzGynZi .card {
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DzGynZi .card {
    padding-bottom: 12px;
  }
}
.cid-ty9DzGynZi .card:not(:first-child) {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ty9DzGynZi .card:not(:first-child) {
    padding-top: 54px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DzGynZi .card:not(:first-child) {
    padding-top: 40px;
  }
}
.cid-ty9DzGynZi .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-ty9DzGynZi .sign {
  padding-left: 0;
  font-family: 'Moririse2' !important;
  font-size: 3.4rem !important;
  color: #aafc75;
  transition: .3s all;
}
@media (max-width: 991px) {
  .cid-ty9DzGynZi .sign {
    font-size: 3rem !important;
  }
}
@media (max-width: 575px) {
  .cid-ty9DzGynZi .sign {
    font-size: 2.4rem !important;
  }
}
.cid-ty9DzGynZi .panel-title-edit {
  color: #FFFFFF;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-ty9DzGynZi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  transition: .3s all;
}
@media (max-width: 991px) {
  .cid-ty9DzGynZi .panel-title {
    padding-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DzGynZi .panel-title {
    padding-bottom: 24px;
  }
}
.cid-ty9DzGynZi .panel-title[aria-expanded="false"] .sign {
  transform: rotate(-90deg);
}
.cid-ty9DzGynZi .panel-title[aria-expanded="true"] .sign {
  transform: rotate(0);
}
.cid-ty9DzGynZi .panel-title:hover {
  padding-right: 1rem;
}
.cid-ty9DzGynZi .panel-title:hover .panel-title-edit {
  color: #aafc75;
}
.cid-ty9DzGynZi .panel-text {
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 830px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ty9DzGynZi .panel-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-ty9DzGynZi .panel-text {
    margin-bottom: 16px;
  }
}
.cid-ty9DEeouDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ty9DEeouDy .col-title {
    margin-bottom: 60px;
  }
}
.cid-ty9DEeouDy .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-ty9DEeouDy .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}
.cid-ty9DEeouDy .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-ty9DEeouDy .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-ty9DEeouDy .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-ty9DEeouDy .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-ty9DEeouDy .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-ty9MVH8AW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 {
    flex-wrap: wrap;
  }
  .cid-ty9MVH8AW8 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-ty9MVH8AW8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ty9MVH8AW8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ty9MVH8AW8 .btn {
  padding: 0.3rem 2rem;
}
.cid-ty9MVH8AW8 .nav-link {
  position: relative;
}
.cid-ty9MVH8AW8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .nav-link:hover:before {
  width: 100%;
}
.cid-ty9MVH8AW8 nav.navbar {
  position: fixed;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty9MVH8AW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty9MVH8AW8 .dropdown-item:hover,
.cid-ty9MVH8AW8 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-ty9MVH8AW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty9MVH8AW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty9MVH8AW8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty9MVH8AW8 .container {
  display: flex;
  margin: auto;
}
.cid-ty9MVH8AW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown-menu,
.cid-ty9MVH8AW8 .navbar.opened {
  background: #fd803b !important;
}
.cid-ty9MVH8AW8 .nav-item:focus,
.cid-ty9MVH8AW8 .nav-link:focus {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty9MVH8AW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty9MVH8AW8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty9MVH8AW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty9MVH8AW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ty9MVH8AW8 .navbar.collapsed {
  justify-content: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty9MVH8AW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty9MVH8AW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty9MVH8AW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty9MVH8AW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty9MVH8AW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty9MVH8AW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty9MVH8AW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown-item.active,
.cid-ty9MVH8AW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty9MVH8AW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty9MVH8AW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty9MVH8AW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty9MVH8AW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty9MVH8AW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty9MVH8AW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar {
    height: 70px;
  }
  .cid-ty9MVH8AW8 .navbar.opened {
    height: auto;
  }
  .cid-ty9MVH8AW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tya0mt5OsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya0mt5OsA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya0mt5OsA .btn-social,
.cid-tya0mt5OsA .mbr-section-title {
  color: #57468b;
}
.cid-tya0mt5OsA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya0mt5OsA .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya0mt5OsA .soc-item:hover {
  background: #ffffff;
}
.cid-tya0mt5OsA .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya0mt5OsA .align-left,
  .cid-tya0mt5OsA .align-right {
    text-align: center;
  }
  .cid-tya0mt5OsA .social-list {
    justify-content: center;
  }
  .cid-tya0mt5OsA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya0mt5OsA .mbr-text {
  color: #ffffff;
}
.cid-ty9MVH8AW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 {
    flex-wrap: wrap;
  }
  .cid-ty9MVH8AW8 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-ty9MVH8AW8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ty9MVH8AW8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ty9MVH8AW8 .btn {
  padding: 0.3rem 2rem;
}
.cid-ty9MVH8AW8 .nav-link {
  position: relative;
}
.cid-ty9MVH8AW8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .nav-link:hover:before {
  width: 100%;
}
.cid-ty9MVH8AW8 nav.navbar {
  position: fixed;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty9MVH8AW8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty9MVH8AW8 .dropdown-item:hover,
.cid-ty9MVH8AW8 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-ty9MVH8AW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty9MVH8AW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty9MVH8AW8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty9MVH8AW8 .container {
  display: flex;
  margin: auto;
}
.cid-ty9MVH8AW8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown-menu,
.cid-ty9MVH8AW8 .navbar.opened {
  background: #fd803b !important;
}
.cid-ty9MVH8AW8 .nav-item:focus,
.cid-ty9MVH8AW8 .nav-link:focus {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty9MVH8AW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty9MVH8AW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty9MVH8AW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty9MVH8AW8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty9MVH8AW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty9MVH8AW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty9MVH8AW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ty9MVH8AW8 .navbar.collapsed {
  justify-content: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty9MVH8AW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty9MVH8AW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty9MVH8AW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty9MVH8AW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty9MVH8AW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty9MVH8AW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty9MVH8AW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty9MVH8AW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty9MVH8AW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty9MVH8AW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty9MVH8AW8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty9MVH8AW8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty9MVH8AW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty9MVH8AW8 .dropdown-item.active,
.cid-ty9MVH8AW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty9MVH8AW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty9MVH8AW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-ty9MVH8AW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty9MVH8AW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty9MVH8AW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty9MVH8AW8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty9MVH8AW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty9MVH8AW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty9MVH8AW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty9MVH8AW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty9MVH8AW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty9MVH8AW8 .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-ty9MVH8AW8 .navbar {
    height: 70px;
  }
  .cid-ty9MVH8AW8 .navbar.opened {
    height: auto;
  }
  .cid-ty9MVH8AW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty9LZPBW54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/verduras1-1200x628.png");
}
.cid-ty9LZPBW54 .mbr-section-title {
  color: #ffffff;
}
.cid-ty9LZPBW54 .mbr-text,
.cid-ty9LZPBW54 .mbr-section-btn {
  color: #ffffff;
}
.cid-ty9LZPBW54 .mbr-section-text {
  color: #ffffff;
}
.cid-ty9LZPBW54 img {
  border-radius: 2rem;
}
.cid-ty9LZPBW54 .mbr-section-subtitle {
  color: #fd803b;
}
.cid-ty9LZPBW54 .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty9LZPBW54 .image-wrapper {
    display: none;
  }
}
.cid-ty9LZPBW54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9LZPBW54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9QijjyIo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty9QijjyIo .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
  text-align: center;
}
.cid-ty9QijjyIo .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #fd803b;
  position: absolute;
}
.cid-ty9QijjyIo .mbr-link {
  text-align: center;
  display: block;
  color: #160830;
}
.cid-ty9QijjyIo .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-ty9QijjyIo .item-content {
  position: relative;
  padding: 1rem;
}
.cid-ty9QijjyIo .img-big {
  transition: all 1s;
}
.cid-ty9QijjyIo .item-wrapper {
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  border: solid 1px #efefef;
}
.cid-ty9QijjyIo .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-ty9QijjyIo .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-ty9QijjyIo .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-ty9QijjyIo .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #fd803b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ty9QijjyIo .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-ty9QijjyIo .item-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-ty9QijjyIo .item:focus,
.cid-ty9QijjyIo span:focus {
  outline: none;
}
.cid-ty9QijjyIo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty9QijjyIo .mbr-text,
.cid-ty9QijjyIo .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ty9QijjyIo .item-title {
  text-align: center;
  color: #160830;
}
.cid-ty9QijjyIo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty9QijjyIo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ty9QijjyIo .main-title,
.cid-ty9QijjyIo .title-col {
  text-align: center;
  color: #fd803b;
}
.cid-ty9Mf3QDRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty9Mf3QDRT .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-ty9Mf3QDRT .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-ty9Mf3QDRT img {
  width: 140px;
  margin: auto;
}
.cid-ty9Mf3QDRT .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #efeeee;
  padding: 2rem 0;
  background: #efeeee;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ty9Mf3QDRT .card-wrapper:hover {
  background: transparent;
}
.cid-ty9Mf3QDRT .card-title,
.cid-ty9Mf3QDRT .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ty9Mf3QDRT .main-title,
.cid-ty9Mf3QDRT .title-col {
  text-align: center;
  color: #fd803b;
}
.cid-ty9Mf3QDRT .card-text {
  color: #bbbbbb;
}
.cid-ty9Mf3QDRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9Mf3QDRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty9MvG8zkC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/299939642-497356872391044-2284853021987685933-n-851x315.png");
}
.cid-ty9MvG8zkC .row {
  justify-content: center;
}
.cid-ty9MvG8zkC .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #212428;
  border: 1px solid #bbbbbb !important;
  color: #bbbbbb;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-ty9MvG8zkC .form-control:focus,
.cid-ty9MvG8zkC .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #212428;
  box-shadow: none;
}
.cid-ty9MvG8zkC .form-group {
  margin-bottom: 1rem;
}
.cid-ty9MvG8zkC input::-webkit-input-placeholder,
.cid-ty9MvG8zkC textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ty9MvG8zkC input:-moz-placeholder,
.cid-ty9MvG8zkC textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ty9MvG8zkC .jq-selectbox li,
.cid-ty9MvG8zkC .jq-selectbox li {
  background-color: #212428;
  color: #ffffff;
}
.cid-ty9MvG8zkC .jq-selectbox li:hover,
.cid-ty9MvG8zkC .jq-selectbox li.selected {
  background-color: #212428;
  color: #ffffff;
}
.cid-ty9MvG8zkC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #212428;
}
.cid-ty9MvG8zkC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #212428;
}
.cid-ty9MvG8zkC .mbr-text {
  color: #767676;
}
.cid-ty9MvG8zkC .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ty9MvG8zkC .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #212428;
  opacity: 1;
  z-index: 0;
}
.cid-ty9MvG8zkC .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-ty9MvG8zkC .form-block {
    padding: 1rem;
  }
}
.cid-ty9MvG8zkC H4 {
  color: #ffffff;
}
.cid-ty9MvG8zkC .mbr-section-title,
.cid-ty9MvG8zkC .mbr-section-btn {
  color: #ffffff;
}
.cid-ty9MvG8zkC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ty9MvG8zkC .form-text {
  color: #bbbbbb;
}
.cid-ty9MvG8zkC .text {
  color: #ffffff;
}
.cid-ty9MvG8zkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty9MvG8zkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tya0mt5OsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya0mt5OsA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya0mt5OsA .btn-social,
.cid-tya0mt5OsA .mbr-section-title {
  color: #57468b;
}
.cid-tya0mt5OsA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya0mt5OsA .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya0mt5OsA .soc-item:hover {
  background: #ffffff;
}
.cid-tya0mt5OsA .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya0mt5OsA .align-left,
  .cid-tya0mt5OsA .align-right {
    text-align: center;
  }
  .cid-tya0mt5OsA .social-list {
    justify-content: center;
  }
  .cid-tya0mt5OsA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya0mt5OsA .mbr-text {
  color: #ffffff;
}
.cid-tya2xx5b49 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tya2xx5b49 {
    flex-wrap: wrap;
  }
  .cid-tya2xx5b49 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tya2xx5b49 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tya2xx5b49 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tya2xx5b49 .btn {
  padding: 0.3rem 2rem;
}
.cid-tya2xx5b49 .nav-link {
  position: relative;
}
.cid-tya2xx5b49 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fd803b;
}
.cid-tya2xx5b49 .nav-link:hover:before {
  width: 100%;
}
.cid-tya2xx5b49 nav.navbar {
  position: fixed;
}
.cid-tya2xx5b49 .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-tya2xx5b49 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tya2xx5b49 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tya2xx5b49 .dropdown-item:hover,
.cid-tya2xx5b49 .dropdown-item:focus {
  background: #fd803b !important;
  color: white !important;
}
.cid-tya2xx5b49 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tya2xx5b49 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tya2xx5b49 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tya2xx5b49 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tya2xx5b49 .container {
  display: flex;
  margin: auto;
}
.cid-tya2xx5b49 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tya2xx5b49 .dropdown-menu,
.cid-tya2xx5b49 .navbar.opened {
  background: #fd803b !important;
}
.cid-tya2xx5b49 .nav-item:focus,
.cid-tya2xx5b49 .nav-link:focus {
  outline: none;
}
.cid-tya2xx5b49 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tya2xx5b49 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tya2xx5b49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tya2xx5b49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tya2xx5b49 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tya2xx5b49 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tya2xx5b49 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fd803b !important;
  transition: all 0.3s;
}
.cid-tya2xx5b49 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fd803b;
}
.cid-tya2xx5b49 .navbar.opened {
  transition: all 0.3s;
}
.cid-tya2xx5b49 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tya2xx5b49 .navbar .navbar-logo img {
  width: auto;
}
.cid-tya2xx5b49 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tya2xx5b49 .navbar.collapsed {
  justify-content: center;
}
.cid-tya2xx5b49 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tya2xx5b49 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tya2xx5b49 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-tya2xx5b49 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tya2xx5b49 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tya2xx5b49 .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-tya2xx5b49 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tya2xx5b49 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tya2xx5b49 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tya2xx5b49 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tya2xx5b49 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tya2xx5b49 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tya2xx5b49 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tya2xx5b49 .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-tya2xx5b49 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tya2xx5b49 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tya2xx5b49 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tya2xx5b49 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tya2xx5b49 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tya2xx5b49 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tya2xx5b49 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tya2xx5b49 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tya2xx5b49 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tya2xx5b49 .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-tya2xx5b49 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tya2xx5b49 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tya2xx5b49 .dropdown-item.active,
.cid-tya2xx5b49 .dropdown-item:active {
  background-color: transparent;
}
.cid-tya2xx5b49 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tya2xx5b49 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tya2xx5b49 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tya2xx5b49 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fd803b;
}
.cid-tya2xx5b49 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tya2xx5b49 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tya2xx5b49 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tya2xx5b49 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tya2xx5b49 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tya2xx5b49 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282124;
}
.cid-tya2xx5b49 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tya2xx5b49 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tya2xx5b49 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tya2xx5b49 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tya2xx5b49 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tya2xx5b49 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tya2xx5b49 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tya2xx5b49 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tya2xx5b49 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tya2xx5b49 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tya2xx5b49 .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-tya2xx5b49 .navbar {
    height: 70px;
  }
  .cid-tya2xx5b49 .navbar.opened {
    height: auto;
  }
  .cid-tya2xx5b49 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tya71NX8Xy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tya71NX8Xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tya71NX8Xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tya71NX8Xy .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tya71NX8Xy .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tya71NX8Xy .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tya71NX8Xy .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy {
    overflow: hidden;
  }
}
.cid-tya71NX8Xy .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-tya71NX8Xy .mbr-section-title {
  color: #FF014E;
}
.cid-tya71NX8Xy .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tya71NX8Xy .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tya71NX8Xy .tabs-main-container {
  width: calc(100% - 10px);
  margin-left: 10px;
  box-shadow: 10px 10px 19px #c1c1c1, -10px -10px 19px #cccccc;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tya71NX8Xy .tabs-main-wrap {
  width: 100%;
}
.cid-tya71NX8Xy .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #fd803b, #ffbe9a);
}
.cid-tya71NX8Xy .nav-tabs .nav-item.open .nav-link:focus,
.cid-tya71NX8Xy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tya71NX8Xy .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 33.33%;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .nav-item {
    flex-basis: 100%;
  }
}
.cid-tya71NX8Xy .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
}
.cid-tya71NX8Xy .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tya71NX8Xy .nav-tabs .nav-link:hover,
.cid-tya71NX8Xy .nav-tabs .nav-link:focus {
  background: transparent;
  color: #ffffff;
}
.cid-tya71NX8Xy .nav-tabs .nav-link.active {
  background: transparent;
  color: #ffffff;
}
.cid-tya71NX8Xy .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-tya71NX8Xy .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-tya71NX8Xy .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-tya71NX8Xy .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-tya71NX8Xy .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tya71NX8Xy .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
  box-shadow: 10px 10px 19px #c1c1c1, -10px -10px 19px #cccccc;
}
@media (max-width: 991px) {
  .cid-tya71NX8Xy .card-text-label {
    margin-left: 0;
  }
}
.cid-tya71NX8Xy .card-label {
  color: #FF014E;
  margin-bottom: 0;
}
.cid-tya71NX8Xy .pricing-body {
  width: 100%;
}
.cid-tya71NX8Xy .mbr-text {
  color: #878e99;
  max-width: 84%;
}
.cid-tya71NX8Xy .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-tya71NX8Xy .list-container-left,
.cid-tya71NX8Xy .list-container-center,
.cid-tya71NX8Xy .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .list-container-left,
  .cid-tya71NX8Xy .list-container-center,
  .cid-tya71NX8Xy .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tya71NX8Xy .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-tya71NX8Xy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-tya71NX8Xy .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-tya71NX8Xy .list-item-text {
  color: #212428;
  width: fit-content;
}
.cid-tya71NX8Xy .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tya71NX8Xy .pricing-footer {
    padding-top: 10px;
  }
}
.cid-tya71NX8Xy .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-tya71NX8Xy .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tya71NX8Xy .mbr-section-btn {
    width: auto;
  }
  .cid-tya71NX8Xy .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tya71NX8Xy .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-tya75BMWUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tya75BMWUR .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tya75BMWUR .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-tya75BMWUR .item-number {
  color: #000000;
  width: 35px;
}
.cid-tya75BMWUR .item-img {
  margin-bottom: 1rem;
}
.cid-tya75BMWUR .item-img img {
  border-radius: 20px;
}
.cid-tya75BMWUR .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tya75BMWUR .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tya75BMWUR .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tya75BMWUR .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fd803b;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tya75BMWUR .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #fd803b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tya75BMWUR .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tya75BMWUR .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tya75BMWUR .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tya75BMWUR .item:focus,
.cid-tya75BMWUR span:focus {
  outline: none;
}
.cid-tya75BMWUR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tya75BMWUR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tya75BMWUR .mbr-section-title {
  color: #fd803b;
  text-align: center;
}
.cid-tya75BMWUR .mbr-text,
.cid-tya75BMWUR .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tya75BMWUR .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tya75BMWUR .mbr-link {
  color: #8364e2;
}
.cid-tya75BMWUR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tya2xCxN0o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tya2xCxN0o .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tya2xCxN0o .btn-social,
.cid-tya2xCxN0o .mbr-section-title {
  color: #57468b;
}
.cid-tya2xCxN0o .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #fd803b;
}
.cid-tya2xCxN0o .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tya2xCxN0o .soc-item:hover {
  background: #ffffff;
}
.cid-tya2xCxN0o .soc-item:hover span {
  color: #fd803b !important;
}
@media (max-width: 992px) {
  .cid-tya2xCxN0o .align-left,
  .cid-tya2xCxN0o .align-right {
    text-align: center;
  }
  .cid-tya2xCxN0o .social-list {
    justify-content: center;
  }
  .cid-tya2xCxN0o .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tya2xCxN0o .mbr-text {
  color: #ffffff;
}
