body {
  font-family: 'Aventa-Regular';
}
.display-1 {
  font-family: 'Aventa-Regular';
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Aventa-Regular';
  font-size: 3.5rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Aventa-Regular';
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Aventa-Regular';
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Aventa-Regular';
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}

@media(max-width: 768px){
  .btn{
    padding: 0.5rem;
  }
}

.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17171a !important;
}
.bg-success {
  background-color: #318999 !important;
}
.bg-info {
  background-color: #4b663d !important;
}
.bg-warning {
  background-color: #dc663d !important;
}
.bg-danger {
  background-color: #e0dbc5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17171a !important;
  border-color: #17171a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a8a38c !important;
  border-color: #a8a38c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7e795f !important;
  border-color: #7e795f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e795f !important;
  border-color: #7e795f !important;
}
.btn-info,
.btn-info:active {
  background-color: #4b663d !important;
  border-color: #4b663d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #23301d !important;
  border-color: #23301d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #23301d !important;
  border-color: #23301d !important;
}
.btn-success,
.btn-success:active {
  background-color: #318999 !important;
  border-color: #318999 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1c4e57 !important;
  border-color: #1c4e57 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c4e57 !important;
  border-color: #1c4e57 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dc663d !important;
  border-color: #dc663d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a5401e !important;
  border-color: #a5401e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a5401e !important;
  border-color: #a5401e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e0dbc5 !important;
  border-color: #e0dbc5 !important;
  color: #6c633a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c2b88c !important;
  border-color: #c2b88c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6c633a !important;
  background-color: #c2b88c !important;
  border-color: #c2b88c !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-secondary-outline {
  border-color: #a8a38c;
  color: #a8a38c;
}
.btn-info-outline {
  border-color: #4b663d;
  color: #4b663d;
}
.btn-success-outline {
  border-color: #318999;
  color: #318999;
}
.btn-warning-outline {
  border-color: #dc663d;
  color: #dc663d;
}
.btn-danger-outline {
  border-color: #e0dbc5;
  color: #e0dbc5;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #17171a !important;
}
.text-secondary {
  color: #a8a38c !important;
}
.text-success {
  color: #318999 !important;
}
.text-info {
  color: #4b663d !important;
}
.text-warning {
  color: #dc663d !important;
}
.text-danger {
  color: #e0dbc5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #757059 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #18444c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1c2617 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #983b1b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bcb283 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17171a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4b663d;
}
.alert-warning {
  background-color: #dc663d;
}
.alert-danger {
  background-color: #e0dbc5;
  color:black;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17171a;
  border-color: #17171a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17171a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #76c5d3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #88ad76;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbeeea;
}
.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;
}
blockquote {
  border-color: #17171a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17171a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17171a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17171a;
  border-bottom-color: #17171a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #17171a !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: #a8a38c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2317171a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.3em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .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-sIYeoKomyf .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-sIYeoKomyf .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

@media(max-width:1400px){
    .cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link, .navbar-buttons a {
        font-size:13px;
    }

}

.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toGQUIkFI4 {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toGQUIkFI4 .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-toGQUIkFI4 .carousel {
    height: 100vh;
  }
}
.cid-toGQUIkFI4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toGQUIkFI4 .carousel-item,
.cid-toGQUIkFI4 .carousel-inner {
  height: 100%;
}
.cid-toGQUIkFI4 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-toGQUIkFI4 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-toGQUIkFI4 .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.9;

}

@media(max-width:576px){
    .cid-toGQUIkFI4 .mbr-section-title{
        line-height: 30px;
        font-size:22px;
    }
}

@media(max-width: 375px){
  .cid-toGQUIkFI4 .mbr-section-title {
    line-height: 50px;
  }
}

@media (min-width: 1400px) {
  .cid-toGQUIkFI4 .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-toGQUIkFI4 .mbr-section-btn {
  margin-top: 42px;
}
.cid-toGQUIkFI4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toGQUIkFI4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-toGQUIkFI4 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-toGQUIkFI4 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-toGQUIkFI4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toGQUIkFI4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toGQUIkFI4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toGQUIkFI4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-toGQUIkFI4 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-toGQUIkFI4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toGQUIkFI4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toGQUIkFI4 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-toGQUIkFI4 .carousel-control {
    display: none !important;
  }
}
.cid-toGQUIkFI4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-toGQUIkFI4 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-toGQUIkFI4 .carousel-indicators li.active,
.cid-toGQUIkFI4 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-toGQUIkFI4 .carousel-indicators li::after,
.cid-toGQUIkFI4 .carousel-indicators li::before {
  content: none;
}
.cid-toGQUIkFI4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toGQUIkFI4 .carousel-indicators {
    display: none !important;
  }
}
.cid-toGQUIkFI4 .mbr-section-text,
.cid-toGQUIkFI4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toGQUIkFI4 .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

@media(max-width:576px){
    .cid-toGQUIkFI4 .mbr-overlay{
        height:600px;
    }
}


.cid-toGQUIkFI4 H5 {
  color: #000000;
}
.cid-toLEQQ1N9I {

  background-color: #e0dbc5;
}
.cid-toLEQQ1N9I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-toLEQQ1N9I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-toLEQQ1N9I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toLEQQ1N9I .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.cid-toLEQQ1N9I .mbr-overlay {
  z-index: 1;
}
.cid-toLEQQ1N9I .carousel,
.cid-toLEQQ1N9I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-toLEQQ1N9I .item-wrapper {
  width: 100%;
}
.cid-toLEQQ1N9I .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toLEQQ1N9I .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-toLEQQ1N9I .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toLEQQ1N9I .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-toLEQQ1N9I .carousel-control span {
  color: #101019;
}
.cid-toLEQQ1N9I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-toLEQQ1N9I .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-toLEQQ1N9I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-toLEQQ1N9I .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toLEQQ1N9I .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-toLEQQ1N9I .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-toLEQQ1N9I .carousel-indicators li.active,
.cid-toLEQQ1N9I .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-toLEQQ1N9I .carousel-indicators li::after,
.cid-toLEQQ1N9I .carousel-indicators li::before {
  content: none;
}
.cid-toLEQQ1N9I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toLEQQ1N9I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .cid-toLEQQ1N9I .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toLEQQ1N9I .mbr-text,
.cid-toLEQQ1N9I .mbr-section-btn {
  color: #9b9ba5;
}
.cid-toLEQQ1N9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLEQQ1N9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toLEQQ1N9I .mbr-section-title {
  color: #28282c;
}
.cid-tp9LMqOoCn {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #e0dbc5;
}
.cid-tp9LMqOoCn .row {
  flex-direction: row-reverse;
}
.cid-tp9LMqOoCn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp9LMqOoCn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp9LMqOoCn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp9LMqOoCn .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.cid-tp9LMqOoCn .mbr-overlay {
  z-index: 1;
}
.cid-tp9LMqOoCn .carousel,
.cid-tp9LMqOoCn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tp9LMqOoCn .item-wrapper {
  width: 100%;
}
.cid-tp9LMqOoCn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tp9LMqOoCn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tp9LMqOoCn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tp9LMqOoCn .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tp9LMqOoCn .carousel-control span {
  color: #101019;
}
.cid-tp9LMqOoCn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tp9LMqOoCn .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-tp9LMqOoCn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tp9LMqOoCn .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tp9LMqOoCn .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-tp9LMqOoCn .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tp9LMqOoCn .carousel-indicators li.active,
.cid-tp9LMqOoCn .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-tp9LMqOoCn .carousel-indicators li::after,
.cid-tp9LMqOoCn .carousel-indicators li::before {
  content: none;
}
.cid-tp9LMqOoCn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tp9LMqOoCn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .cid-tp9LMqOoCn .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9LMqOoCn .mbr-text,
.cid-tp9LMqOoCn .mbr-section-btn {
  color: #9b9ba5;
}
.cid-tp9LMqOoCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp9LMqOoCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tow63nvPt7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tow63nvPt7 img,
.cid-tow63nvPt7 .item-img {
  width: 100%;
}
.cid-tow63nvPt7 .item:focus,
.cid-tow63nvPt7 span:focus {
  outline: none;
}
.cid-tow63nvPt7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tow63nvPt7 .item-wrapper {
  position: relative;
  background: #e0dbc5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tow63nvPt7 .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-tow63nvPt7 .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-tow63nvPt7 .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-tow63nvPt7 .item-wrapper .item-btn {
    width: 3.3rem;
    height: 3.3rem;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-tow63nvPt7 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-tow63nvPt7 .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-tow63nvPt7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tow63nvPt7 .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-tow63nvPt7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-tow63nvPt7 .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-tow63nvPt7 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-tow63nvPt7 .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-tow63nvPt7 .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-tow63nvPt7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tow63nvPt7 .mbr-section-title {
  text-align: center;
}
.cid-tow6HTvUno {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #28282c;
}
.cid-tow6HTvUno .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-tow6HTvUno .card-title {
  color: #ffffff;
}
.cid-tow6HTvUno .mbr-text,
.cid-tow6HTvUno .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-tow6HTvUno .text-wrapper {
    padding-left: 5rem;
  }
  .cid-tow6HTvUno .image-wrapper img {
    width: 650px;
    height: 450px;
    object-fit: cover;
  }
  .cid-tow6HTvUno .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-tow6HTvUno .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tow6HTvUno .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-tow6HTvUno .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tow6HTvUno .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-tow6HTvUno .bg-wrapper {
    display: none;
  }
  .cid-tow6HTvUno .text-wrapper {
    text-align: center;
  }
  .cid-tow6HTvUno .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tow6HTvUno .item-btn {
    width: 8rem;
    height: 8rem;
    position: static;
  }
}
.cid-tow6HTvUno .image-wrapper img {
  width: 100%;
  object-fit: cover;
  heigth: 450px !important;
}
@media (max-width: 600px) {
  .cid-tow6HTvUno .card-title {
    letter-spacing: -1px;
  }
}
.cid-sIYSrLfXsj {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-sIYSrLfXsj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIYSrLfXsj form .mbr-section-btn {
  text-align: center;
}
.cid-sIYSrLfXsj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sIYSrLfXsj .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-sIYSrLfXsj .form-control::placeholder {
  color: white;
}
.cid-sIYSrLfXsj .form-control:focus {
  background: none;
}
.cid-sIYSrLfXsj .form-control .placeholder {
  color: white;
}
.cid-sIYSrLfXsj .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-sIYSrLfXsj .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYSrLfXsj .mbr-section-title {
  color: #ffffff;
}
.cid-sIYSsgNVY3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIYSsgNVY3 .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-sIYSsgNVY3 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: center;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: flex-end;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.5rem;
  }
}
.cid-sIYSsgNVY3 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sIYSsgNVY3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sIYSsgNVY3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIYSsgNVY3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sIYSsgNVY3 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sIYSsgNVY3 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIYSsgNVY3 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-towaiTZpXp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-towaiTZpXp nav.navbar {
  position: fixed;
}
.cid-towaiTZpXp .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-towaiTZpXp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-towaiTZpXp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-towaiTZpXp .dropdown-item:hover,
.cid-towaiTZpXp .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-towaiTZpXp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-towaiTZpXp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-towaiTZpXp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-towaiTZpXp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-towaiTZpXp .nav-link {
  position: relative;
}
.cid-towaiTZpXp .container {
  display: flex;
  margin: auto;
}
.cid-towaiTZpXp .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-towaiTZpXp .dropdown-menu,
.cid-towaiTZpXp .navbar.opened {
  background: #ffffff !important;
}
.cid-towaiTZpXp .nav-item:focus,
.cid-towaiTZpXp .nav-link:focus {
  outline: none;
}
.cid-towaiTZpXp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-towaiTZpXp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-towaiTZpXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-towaiTZpXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-towaiTZpXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-towaiTZpXp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-towaiTZpXp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-towaiTZpXp .navbar.opened {
  transition: all 0.3s;
}
.cid-towaiTZpXp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-towaiTZpXp .navbar .navbar-logo img {
  width: auto;
}
.cid-towaiTZpXp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-towaiTZpXp .navbar.collapsed {
  justify-content: center;
}
.cid-towaiTZpXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-towaiTZpXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-towaiTZpXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-towaiTZpXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-towaiTZpXp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-towaiTZpXp .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-towaiTZpXp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-towaiTZpXp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-towaiTZpXp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-towaiTZpXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-towaiTZpXp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-towaiTZpXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-towaiTZpXp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-towaiTZpXp .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-towaiTZpXp .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-towaiTZpXp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-towaiTZpXp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-towaiTZpXp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-towaiTZpXp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-towaiTZpXp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-towaiTZpXp .navbar.navbar-short {
  min-height: 60px;
}
.cid-towaiTZpXp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-towaiTZpXp .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-towaiTZpXp .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-towaiTZpXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-towaiTZpXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-towaiTZpXp .dropdown-item.active,
.cid-towaiTZpXp .dropdown-item:active {
  background-color: transparent;
}
.cid-towaiTZpXp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-towaiTZpXp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-towaiTZpXp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-towaiTZpXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-towaiTZpXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-towaiTZpXp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-towaiTZpXp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-towaiTZpXp .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-towaiTZpXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-towaiTZpXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-towaiTZpXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-towaiTZpXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-towaiTZpXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-towaiTZpXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-towaiTZpXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-towaiTZpXp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-towaiTZpXp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-towaiTZpXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-towaiTZpXp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-towaiTZpXp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-towaiTZpXp .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-towaiTZpXp .navbar {
    height: 70px;
  }
  .cid-towaiTZpXp .navbar.opened {
    height: auto;
  }
  .cid-towaiTZpXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toNn5ozL5k {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toNn5ozL5k .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-toNn5ozL5k .carousel {
    height: 100vh;
  }
}
.cid-toNn5ozL5k .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toNn5ozL5k .carousel-item,
.cid-toNn5ozL5k .carousel-inner {
  height: 100%;
}
.cid-toNn5ozL5k .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-toNn5ozL5k .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-toNn5ozL5k .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-toNn5ozL5k .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-toNn5ozL5k .mbr-section-btn {
  margin-top: 42px;
}
.cid-toNn5ozL5k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toNn5ozL5k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-toNn5ozL5k .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-toNn5ozL5k .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-toNn5ozL5k .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toNn5ozL5k .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toNn5ozL5k .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toNn5ozL5k .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-toNn5ozL5k .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-toNn5ozL5k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNn5ozL5k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNn5ozL5k .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-toNn5ozL5k .carousel-control {
    display: none !important;
  }
}
.cid-toNn5ozL5k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-toNn5ozL5k .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-toNn5ozL5k .carousel-indicators li.active,
.cid-toNn5ozL5k .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-toNn5ozL5k .carousel-indicators li::after,
.cid-toNn5ozL5k .carousel-indicators li::before {
  content: none;
}
.cid-toNn5ozL5k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toNn5ozL5k .carousel-indicators {
    display: none !important;
  }
}
.cid-toNn5ozL5k .mbr-section-text,
.cid-toNn5ozL5k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toNn5ozL5k .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toNn5ozL5k H5 {
  color: #000000;
}
.cid-toG7LrZsjt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

@media(max-width: 576px){
  .cid-toG7LrZsjt {
    padding-top: 3rem;
  }
}

.cid-toG7LrZsjt .card-wrap {
  width: 29.6rem;
  height: 29.6rem;
  position: relative;
}
.cid-toG7LrZsjt .card {
  border: 3px solid #318999;
  border-radius: 0;
  width: 14.8rem;
  height: 14.8rem;
}
.cid-toG7LrZsjt .right {
  position: absolute;
  top: 1px;
  right: 2px;
}
.cid-toG7LrZsjt .left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.cid-toG7LrZsjt .item-btn {
  width: 10.6rem;
  height: 10.6rem;
}
.cid-toG7LrZsjt .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cid-toG7LrZsjt .content-wrap {
    flex-wrap: nowrap;
  }
  .cid-toG7LrZsjt .main-content {
    width: 75%;
    padding-left: 3rem;
  }
}
@media (max-width: 999px) {
  .cid-toG7LrZsjt .content-wrap {
    flex-wrap: wrap;
  }
  .cid-toG7LrZsjt .main-content {
    width: 75%;
    padding-left: 1rem;
  }
  .cid-toG7LrZsjt .main-content p {
    width: 70%;
  }
  .cid-toG7LrZsjt .card-wrap {
    width: 20.8rem;
    height: 20.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .cid-toG7LrZsjt .card {
    width: 10.4rem;
    height: 10.4rem;
  }
  .cid-toG7LrZsjt .item-btn {
    width: 8rem;
    height: 8rem;
    margin-left: 5rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 769px) {
  .cid-toG7LrZsjt .main-content {
    width: 100%;
    text-align: center;
  }
  .cid-toG7LrZsjt .main-content p {
    width: 100%;
  }
  .cid-toG7LrZsjt .add-content {
    display: none;
  }
  .cid-toG7LrZsjt .item-btn {
    width: 6.9rem;
    height: 6.9rem;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-toG7LrZsjt .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toG7LrZsjt .mbr-section-title a {
  color: #9b9ba5;
}
.cid-toG7LrZsjt .mbr-text {
  color: #9b9ba5;
}
.cid-toG7LrZsjt .mbr-section-subtitle {
  text-align: center;
}
.cid-toG7LrZsjt P {
  text-align: left;
}
.cid-towchag5jZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

@media(max-width: 576px){
  .cid-towchag5jZ {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.cid-towchag5jZ .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-towchag5jZ .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-towchag5jZ .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-towchag5jZ .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-towchag5jZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-towchag5jZ .mbr-text {
  color: #9b9ba5;
}
.cid-towchag5jZ .mbr-card-title {
  color: #318999;
}
.cid-towb0W5XAf {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #e0dbc5;
}

@media(max-width: 576px){
  .cid-towb0W5XAf{
    padding-bottom: 2rem;
  }
}

.cid-towb0W5XAf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-towb0W5XAf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-towb0W5XAf .text-wrapper {
    margin-left: 5rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-towb0W5XAf .text-wrapper {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.cid-towb0W5XAf blockquote {
  padding: 30px 150px 0 0;
  border: none;
  line-height: 1;
}
@media (max-width: 1199px) {
  .cid-towb0W5XAf blockquote {
    padding-right: 100px;
  }
}
.cid-towb0W5XAf .occupation {
  font-size: 1rem;
  margin-top: -0.5rem;
}
.cid-towb0W5XAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-towb0W5XAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-towb0W5XAf .mbr-text {
  text-align: left;
}
.cid-towb0W5XAf .w-100 {
  width: 100%!important;
  height: 500px;
  object-fit: cover;
}
.cid-towbDkof1E {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #e0dbc5;
}

@media(max-width: 576px){
  .cid-towbDkof1E{
    padding-top: 2rem;
  }
}

.cid-towbDkof1E .row {
  flex-direction: row-reverse;
}
.cid-towbDkof1E .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-towbDkof1E .image-wrapper {
    padding: 1rem;
  }
}
.cid-towb3jk0aN .card-wrap .image-wrap img {
  max-width: 150px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cid-towbDkof1E .text-wrapper {
    margin-left: 5rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-towbDkof1E .text-wrapper {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.cid-towbDkof1E blockquote {
  padding: 30px 150px 0 0;
  border: none;
  line-height: 1;
}
@media (max-width: 1199px) {
  .cid-towbDkof1E blockquote {
    padding-right: 100px;
  }
}
.cid-towbDkof1E .occupation {
  font-size: 1rem;
  margin-top: -0.5rem;
}
.cid-towbDkof1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-towbDkof1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-towbDkof1E .mbr-text {
  text-align: left;
}
.cid-towbDkof1E .mbr-section-title {
  text-align: left;
}
.cid-towbDkof1E .w-100 {
  width: 100%!important;
  height: 500px;
  object-fit: cover;
}
.cid-towb3jk0aN {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}

@media(max-width: 576px){
  .cid-towb3jk0aN{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.cid-towb3jk0aN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-towb3jk0aN .team-card:hover {
  transform: translateY(-10px);
}
.cid-towb3jk0aN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-towb3jk0aN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-towb3jk0aN .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-towb3jk0aN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-towb3jk0aN .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-towb3jk0aN .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-towb3jk0aN .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-towb3jk0aN .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9SRrgpAI {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tp9SRrgpAI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tp9SRrgpAI form .mbr-section-btn {
  text-align: center;
}
.cid-tp9SRrgpAI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tp9SRrgpAI .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tp9SRrgpAI .form-control::placeholder {
  color: white;
}
.cid-tp9SRrgpAI .form-control:focus {
  background: none;
}
.cid-tp9SRrgpAI .form-control .placeholder {
  color: white;
}
.cid-tp9SRrgpAI .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tp9SRrgpAI .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9SRrgpAI .mbr-section-title {
  color: #ffffff;
}
.cid-towaj0FXoB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-towaj0FXoB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-towaj0FXoB .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-towaj0FXoB .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-towaj0FXoB .links {
    justify-content: center;
  }
  .cid-towaj0FXoB .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-towaj0FXoB .links {
    justify-content: flex-end;
  }
  .cid-towaj0FXoB .link {
    margin: 0.5rem;
  }
}
.cid-towaj0FXoB .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-towaj0FXoB .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-towaj0FXoB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-towaj0FXoB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-towaj0FXoB .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-towaj0FXoB .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-towaj0FXoB .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-towaj0FXoB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toG0tOEmra {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toG0tOEmra nav.navbar {
  position: fixed;
}
.cid-toG0tOEmra .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-toG0tOEmra .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toG0tOEmra .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toG0tOEmra .dropdown-item:hover,
.cid-toG0tOEmra .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-toG0tOEmra .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toG0tOEmra .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toG0tOEmra .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toG0tOEmra .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toG0tOEmra .nav-link {
  position: relative;
}
.cid-toG0tOEmra .container {
  display: flex;
  margin: auto;
}
.cid-toG0tOEmra .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toG0tOEmra .dropdown-menu,
.cid-toG0tOEmra .navbar.opened {
  background: #ffffff !important;
}
.cid-toG0tOEmra .nav-item:focus,
.cid-toG0tOEmra .nav-link:focus {
  outline: none;
}
.cid-toG0tOEmra .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toG0tOEmra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toG0tOEmra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toG0tOEmra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toG0tOEmra .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toG0tOEmra .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toG0tOEmra .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toG0tOEmra .navbar.opened {
  transition: all 0.3s;
}
.cid-toG0tOEmra .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toG0tOEmra .navbar .navbar-logo img {
  width: auto;
}
.cid-toG0tOEmra .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toG0tOEmra .navbar.collapsed {
  justify-content: center;
}
.cid-toG0tOEmra .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toG0tOEmra .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toG0tOEmra .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toG0tOEmra .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toG0tOEmra .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toG0tOEmra .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-toG0tOEmra .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toG0tOEmra .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toG0tOEmra .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toG0tOEmra .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toG0tOEmra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toG0tOEmra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toG0tOEmra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toG0tOEmra .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-toG0tOEmra .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-toG0tOEmra .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toG0tOEmra .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toG0tOEmra .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toG0tOEmra .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toG0tOEmra .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toG0tOEmra .navbar.navbar-short {
  min-height: 60px;
}
.cid-toG0tOEmra .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toG0tOEmra .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-toG0tOEmra .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toG0tOEmra .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toG0tOEmra .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toG0tOEmra .dropdown-item.active,
.cid-toG0tOEmra .dropdown-item:active {
  background-color: transparent;
}
.cid-toG0tOEmra .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toG0tOEmra .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toG0tOEmra .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toG0tOEmra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toG0tOEmra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toG0tOEmra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toG0tOEmra ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toG0tOEmra .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-toG0tOEmra button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toG0tOEmra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-toG0tOEmra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toG0tOEmra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG0tOEmra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG0tOEmra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toG0tOEmra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG0tOEmra nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toG0tOEmra nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toG0tOEmra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG0tOEmra .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toG0tOEmra a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toG0tOEmra .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-toG0tOEmra .navbar {
    height: 70px;
  }
  .cid-toG0tOEmra .navbar.opened {
    height: auto;
  }
  .cid-toG0tOEmra .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toNmLhufvE {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toNmLhufvE .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-toNmLhufvE .carousel {
    height: 100vh;
  }
}
.cid-toNmLhufvE .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toNmLhufvE .carousel-item,
.cid-toNmLhufvE .carousel-inner {
  height: 100%;
}
.cid-toNmLhufvE .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-toNmLhufvE .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-toNmLhufvE .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-toNmLhufvE .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-toNmLhufvE .mbr-section-btn {
  margin-top: 42px;
}
.cid-toNmLhufvE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toNmLhufvE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-toNmLhufvE .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-toNmLhufvE .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-toNmLhufvE .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toNmLhufvE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toNmLhufvE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toNmLhufvE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-toNmLhufvE .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-toNmLhufvE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNmLhufvE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNmLhufvE .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-toNmLhufvE .carousel-control {
    display: none !important;
  }
}
.cid-toNmLhufvE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-toNmLhufvE .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-toNmLhufvE .carousel-indicators li.active,
.cid-toNmLhufvE .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-toNmLhufvE .carousel-indicators li::after,
.cid-toNmLhufvE .carousel-indicators li::before {
  content: none;
}
.cid-toNmLhufvE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toNmLhufvE .carousel-indicators {
    display: none !important;
  }
}
.cid-toNmLhufvE .mbr-section-text,
.cid-toNmLhufvE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toNmLhufvE .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toNmLhufvE H5 {
  color: #000000;
}
.cid-toG2RqoQXc {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toG2RqoQXc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-toG2RqoQXc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-toG2RqoQXc .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-toG2RqoQXc .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-toG2RqoQXc .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-toG2RqoQXc .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-toG2RqoQXc .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-toG2RqoQXc .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-toG2RqoQXc .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-toG2RqoQXc .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toG2RqoQXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG2RqoQXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp9SNujBLo {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tp9SNujBLo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tp9SNujBLo form .mbr-section-btn {
  text-align: center;
}
.cid-tp9SNujBLo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tp9SNujBLo .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tp9SNujBLo .form-control::placeholder {
  color: white;
}
.cid-tp9SNujBLo .form-control:focus {
  background: none;
}
.cid-tp9SNujBLo .form-control .placeholder {
  color: white;
}
.cid-tp9SNujBLo .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tp9SNujBLo .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9SNujBLo .mbr-section-title {
  color: #ffffff;
}
.cid-toG0tYKGfk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-toG0tYKGfk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toG0tYKGfk .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-toG0tYKGfk .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toG0tYKGfk .links {
    justify-content: center;
  }
  .cid-toG0tYKGfk .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-toG0tYKGfk .links {
    justify-content: flex-end;
  }
  .cid-toG0tYKGfk .link {
    margin: 0.5rem;
  }
}
.cid-toG0tYKGfk .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-toG0tYKGfk .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-toG0tYKGfk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toG0tYKGfk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-toG0tYKGfk .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-toG0tYKGfk .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toG0tYKGfk .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-toG0tYKGfk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toG3EQUvuh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toG3EQUvuh nav.navbar {
  position: fixed;
}
.cid-toG3EQUvuh .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-toG3EQUvuh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toG3EQUvuh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toG3EQUvuh .dropdown-item:hover,
.cid-toG3EQUvuh .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-toG3EQUvuh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toG3EQUvuh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toG3EQUvuh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toG3EQUvuh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toG3EQUvuh .nav-link {
  position: relative;
}
.cid-toG3EQUvuh .container {
  display: flex;
  margin: auto;
}
.cid-toG3EQUvuh .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toG3EQUvuh .dropdown-menu,
.cid-toG3EQUvuh .navbar.opened {
  background: #ffffff !important;
}
.cid-toG3EQUvuh .nav-item:focus,
.cid-toG3EQUvuh .nav-link:focus {
  outline: none;
}
.cid-toG3EQUvuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toG3EQUvuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toG3EQUvuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toG3EQUvuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toG3EQUvuh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toG3EQUvuh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toG3EQUvuh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toG3EQUvuh .navbar.opened {
  transition: all 0.3s;
}
.cid-toG3EQUvuh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toG3EQUvuh .navbar .navbar-logo img {
  width: auto;
}
.cid-toG3EQUvuh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toG3EQUvuh .navbar.collapsed {
  justify-content: center;
}
.cid-toG3EQUvuh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toG3EQUvuh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toG3EQUvuh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toG3EQUvuh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toG3EQUvuh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toG3EQUvuh .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-toG3EQUvuh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toG3EQUvuh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toG3EQUvuh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toG3EQUvuh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toG3EQUvuh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toG3EQUvuh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toG3EQUvuh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toG3EQUvuh .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-toG3EQUvuh .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-toG3EQUvuh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toG3EQUvuh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toG3EQUvuh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toG3EQUvuh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toG3EQUvuh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toG3EQUvuh .navbar.navbar-short {
  min-height: 60px;
}
.cid-toG3EQUvuh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toG3EQUvuh .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-toG3EQUvuh .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toG3EQUvuh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toG3EQUvuh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toG3EQUvuh .dropdown-item.active,
.cid-toG3EQUvuh .dropdown-item:active {
  background-color: transparent;
}
.cid-toG3EQUvuh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toG3EQUvuh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toG3EQUvuh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toG3EQUvuh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toG3EQUvuh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toG3EQUvuh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toG3EQUvuh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toG3EQUvuh .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-toG3EQUvuh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toG3EQUvuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-toG3EQUvuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toG3EQUvuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG3EQUvuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG3EQUvuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toG3EQUvuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG3EQUvuh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toG3EQUvuh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toG3EQUvuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG3EQUvuh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toG3EQUvuh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toG3EQUvuh .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-toG3EQUvuh .navbar {
    height: 70px;
  }
  .cid-toG3EQUvuh .navbar.opened {
    height: auto;
  }
  .cid-toG3EQUvuh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toNoaj94qW {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toNoaj94qW .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-toNoaj94qW .carousel {
    height: 100vh;
  }
}
.cid-toNoaj94qW .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toNoaj94qW .carousel-item,
.cid-toNoaj94qW .carousel-inner {
  height: 100%;
}
.cid-toNoaj94qW .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-toNoaj94qW .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-toNoaj94qW .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-toNoaj94qW .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-toNoaj94qW .mbr-section-btn {
  margin-top: 42px;
}
.cid-toNoaj94qW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toNoaj94qW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-toNoaj94qW .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-toNoaj94qW .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-toNoaj94qW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toNoaj94qW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toNoaj94qW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toNoaj94qW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-toNoaj94qW .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-toNoaj94qW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNoaj94qW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNoaj94qW .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-toNoaj94qW .carousel-control {
    display: none !important;
  }
}
.cid-toNoaj94qW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-toNoaj94qW .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-toNoaj94qW .carousel-indicators li.active,
.cid-toNoaj94qW .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-toNoaj94qW .carousel-indicators li::after,
.cid-toNoaj94qW .carousel-indicators li::before {
  content: none;
}
.cid-toNoaj94qW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toNoaj94qW .carousel-indicators {
    display: none !important;
  }
}
.cid-toNoaj94qW .mbr-section-text,
.cid-toNoaj94qW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toNoaj94qW .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toNoaj94qW H5 {
  color: #000000;
}
.cid-toG3NdmooE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

@media(max-width: 576px){
  .cid-toG3NdmooE{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .cid-toG3NdmooE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-toG3NdmooE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toG3NdmooE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toG3NdmooE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toG3NdmooE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-toG3NdmooE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-toG3NdmooE .section-head {
  margin-left: 3rem;
}
.cid-toG3NdmooE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-toG3NdmooE .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-toG3NdmooE .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-toG3NdmooE .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-toG3NdmooE .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-toG3NdmooE .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-toG3NdmooE .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-toG3NdmooE .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-toG3NdmooE .card-btn {
    width: 3.3rem;
    height: 3.3rem;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-toG3NdmooE .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-toG3NdmooE .card-btn span {
    transition: all 0.8s;
  }
  .cid-toG3NdmooE .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-toG3NdmooE .card-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .cid-toG3NdmooE .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-toG3NdmooE .card-btn span {
    transition: all 0.8s;
  }
  .cid-toG3NdmooE .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}

@media(max-width: 576px){
  .cid-toG3NdmooE .card-btn{
    top: 3rem;
  }
}

@media(max-width: 400px){
  .cid-toG3NdmooE .card-btn{
    width: 2.5rem;
    height: 2.5rem;
  }
}

.cid-toG3NdmooE .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-toG3NdmooE .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-toG3NdmooE .footer-btn {
    width: 5rem;
    height: 5rem;
  }
}
.cid-toG3NdmooE .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
}
@media (max-width: 767px) {
  .cid-toG3NdmooE .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-toG3NdmooE .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9SUm3XGP {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tp9SUm3XGP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tp9SUm3XGP form .mbr-section-btn {
  text-align: center;
}
.cid-tp9SUm3XGP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tp9SUm3XGP .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tp9SUm3XGP .form-control::placeholder {
  color: white;
}
.cid-tp9SUm3XGP .form-control:focus {
  background: none;
}
.cid-tp9SUm3XGP .form-control .placeholder {
  color: white;
}
.cid-tp9SUm3XGP .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tp9SUm3XGP .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9SUm3XGP .mbr-section-title {
  color: #ffffff;
}
.cid-toG3EVzbWA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-toG3EVzbWA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toG3EVzbWA .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-toG3EVzbWA .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toG3EVzbWA .links {
    justify-content: center;
  }
  .cid-toG3EVzbWA .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-toG3EVzbWA .links {
    justify-content: flex-end;
  }
  .cid-toG3EVzbWA .link {
    margin: 0.5rem;
  }
}
.cid-toG3EVzbWA .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-toG3EVzbWA .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-toG3EVzbWA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toG3EVzbWA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-toG3EVzbWA .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-toG3EVzbWA .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toG3EVzbWA .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-toG3EVzbWA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toG6MKdXpm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toG6MKdXpm nav.navbar {
  position: fixed;
}
.cid-toG6MKdXpm .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-toG6MKdXpm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toG6MKdXpm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toG6MKdXpm .dropdown-item:hover,
.cid-toG6MKdXpm .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-toG6MKdXpm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toG6MKdXpm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toG6MKdXpm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toG6MKdXpm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toG6MKdXpm .nav-link {
  position: relative;
}
.cid-toG6MKdXpm .container {
  display: flex;
  margin: auto;
}
.cid-toG6MKdXpm .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toG6MKdXpm .dropdown-menu,
.cid-toG6MKdXpm .navbar.opened {
  background: #ffffff !important;
}
.cid-toG6MKdXpm .nav-item:focus,
.cid-toG6MKdXpm .nav-link:focus {
  outline: none;
}
.cid-toG6MKdXpm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toG6MKdXpm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toG6MKdXpm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toG6MKdXpm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toG6MKdXpm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toG6MKdXpm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toG6MKdXpm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toG6MKdXpm .navbar.opened {
  transition: all 0.3s;
}
.cid-toG6MKdXpm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toG6MKdXpm .navbar .navbar-logo img {
  width: auto;
}
.cid-toG6MKdXpm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toG6MKdXpm .navbar.collapsed {
  justify-content: center;
}
.cid-toG6MKdXpm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toG6MKdXpm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toG6MKdXpm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toG6MKdXpm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toG6MKdXpm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toG6MKdXpm .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-toG6MKdXpm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toG6MKdXpm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toG6MKdXpm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toG6MKdXpm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toG6MKdXpm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toG6MKdXpm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toG6MKdXpm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toG6MKdXpm .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-toG6MKdXpm .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-toG6MKdXpm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toG6MKdXpm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toG6MKdXpm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toG6MKdXpm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toG6MKdXpm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toG6MKdXpm .navbar.navbar-short {
  min-height: 60px;
}
.cid-toG6MKdXpm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toG6MKdXpm .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-toG6MKdXpm .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toG6MKdXpm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toG6MKdXpm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toG6MKdXpm .dropdown-item.active,
.cid-toG6MKdXpm .dropdown-item:active {
  background-color: transparent;
}
.cid-toG6MKdXpm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toG6MKdXpm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toG6MKdXpm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toG6MKdXpm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toG6MKdXpm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toG6MKdXpm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toG6MKdXpm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toG6MKdXpm .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-toG6MKdXpm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toG6MKdXpm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-toG6MKdXpm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toG6MKdXpm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG6MKdXpm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toG6MKdXpm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toG6MKdXpm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG6MKdXpm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toG6MKdXpm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toG6MKdXpm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toG6MKdXpm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toG6MKdXpm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toG6MKdXpm .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-toG6MKdXpm .navbar {
    height: 70px;
  }
  .cid-toG6MKdXpm .navbar.opened {
    height: auto;
  }
  .cid-toG6MKdXpm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 991px) {
  .cid-toG6MMI95D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toG6MMI95D .mbr-fallback-image.disabled {
  display: none;
}
.cid-toG6MMI95D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-toG73FaKCm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

@media(max-width: 576px){
  .cid-toG73FaKCm{
    padding-top: 4rem;
  }
}

@media (min-width: 1000px) {
  .cid-toG73FaKCm .content {
    flex-wrap: nowrap;
  }
  .cid-toG73FaKCm .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-toG73FaKCm .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-toG73FaKCm .toggle-panel {
    width: 40%;
    border-top: 2px solid #dcdce0;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 999px) {
  .cid-toG73FaKCm .content {
    flex-wrap: wrap;
  }
  .cid-toG73FaKCm .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-toG73FaKCm .section-head p {
    width: 70%;
  }
  .cid-toG73FaKCm .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-toG73FaKCm .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-toG73FaKCm .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-toG73FaKCm .section-head .item-btn {
    width: 7.5rem;
    height: 7.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-toG73FaKCm .panel-title-edit {
  color: #28282c;
}
.cid-toG73FaKCm .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-toG73FaKCm .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-toG73FaKCm .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-toG73FaKCm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-toG73FaKCm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-toG73FaKCm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-toG73FaKCm .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toG73FaKCm .mbr-text {
  color: #9b9ba5;
}
.cid-toG73FaKCm .toggle-panel-first {
  border-top: none;
}
.cid-toG73FaKCm .img {
  height: 200px;
  object-fit: cover;
}
.cid-toG7mxZHQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}

@media(max-width: 576px){
  .cid-toG7mxZHQZ{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.cid-toG7mxZHQZ .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-toG7mxZHQZ .card-title {
  color: #ffffff;
}
.cid-toG7mxZHQZ .mbr-text,
.cid-toG7mxZHQZ .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-toG7mxZHQZ .text-wrapper {
    padding-left: 5rem;
  }
  .cid-toG7mxZHQZ .image-wrapper img {
    width: 400px;
    height: 400px;
    object-fit: cover;
  }
  .cid-toG7mxZHQZ .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-toG7mxZHQZ .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-toG7mxZHQZ .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-toG7mxZHQZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-toG7mxZHQZ .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-toG7mxZHQZ .bg-wrapper {
    display: none;
  }
  .cid-toG7mxZHQZ .text-wrapper {
    text-align: center;
  }
  .cid-toG7mxZHQZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-toG7mxZHQZ .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-toG7mxZHQZ .image-wrapper img {
  width: 70%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-toG7mxZHQZ .card-title {
    letter-spacing: -1px;
  }
}
.cid-toG7uyzWN4 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #e0dbc5;
}
.cid-toG7uyzWN4 .item-image {
  margin-bottom: 5rem;
}
.cid-toG7uyzWN4 img,
.cid-toG7uyzWN4 .item-img {
  width: 100%;
}
.cid-toG7uyzWN4 .item:focus,
.cid-toG7uyzWN4 span:focus {
  outline: none;
}
.cid-toG7uyzWN4 .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-toG7uyzWN4 .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-toG7uyzWN4 .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-toG7uyzWN4 .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-toG7uyzWN4 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toG7uyzWN4 .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-toGcsrQcn9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-toGcsrQcn9 img,
.cid-toGcsrQcn9 .item-img {
  width: 100%;
}
.cid-toGcsrQcn9 .item:focus,
.cid-toGcsrQcn9 span:focus {
  outline: none;
}
.cid-toGcsrQcn9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-toGcsrQcn9 .item-wrapper {
  position: relative;
  background: #e0dbc5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toGcsrQcn9 .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-toGcsrQcn9 .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-btn {
    width: 3.3rem;
    height: 3.3rem;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-toGcsrQcn9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toGcsrQcn9 .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-toGcsrQcn9 .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-toGcsrQcn9 .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-toGcsrQcn9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toGcsrQcn9 .mbr-section-title {
  text-align: center;
}
.cid-tp9Tt0OMRX {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tp9Tt0OMRX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tp9Tt0OMRX form .mbr-section-btn {
  text-align: center;
}
.cid-tp9Tt0OMRX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tp9Tt0OMRX .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tp9Tt0OMRX .form-control::placeholder {
  color: white;
}
.cid-tp9Tt0OMRX .form-control:focus {
  background: none;
}
.cid-tp9Tt0OMRX .form-control .placeholder {
  color: white;
}
.cid-tp9Tt0OMRX .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tp9Tt0OMRX .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9Tt0OMRX .mbr-section-title {
  color: #ffffff;
}
.cid-toG6MPOMwN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-toG6MPOMwN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toG6MPOMwN .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-toG6MPOMwN .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toG6MPOMwN .links {
    justify-content: center;
  }
  .cid-toG6MPOMwN .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-toG6MPOMwN .links {
    justify-content: flex-end;
  }
  .cid-toG6MPOMwN .link {
    margin: 0.5rem;
  }
}
.cid-toG6MPOMwN .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-toG6MPOMwN .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-toG6MPOMwN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toG6MPOMwN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-toG6MPOMwN .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-toG6MPOMwN .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toG6MPOMwN .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-toG6MPOMwN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toGdcQylcv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toGdcQylcv nav.navbar {
  position: fixed;
}
.cid-toGdcQylcv .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-toGdcQylcv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toGdcQylcv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toGdcQylcv .dropdown-item:hover,
.cid-toGdcQylcv .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-toGdcQylcv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toGdcQylcv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toGdcQylcv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toGdcQylcv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toGdcQylcv .nav-link {
  position: relative;
}
.cid-toGdcQylcv .container {
  display: flex;
  margin: auto;
}
.cid-toGdcQylcv .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGdcQylcv .dropdown-menu,
.cid-toGdcQylcv .navbar.opened {
  background: #ffffff !important;
}
.cid-toGdcQylcv .nav-item:focus,
.cid-toGdcQylcv .nav-link:focus {
  outline: none;
}
.cid-toGdcQylcv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toGdcQylcv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGdcQylcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toGdcQylcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGdcQylcv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGdcQylcv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGdcQylcv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toGdcQylcv .navbar.opened {
  transition: all 0.3s;
}
.cid-toGdcQylcv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toGdcQylcv .navbar .navbar-logo img {
  width: auto;
}
.cid-toGdcQylcv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGdcQylcv .navbar.collapsed {
  justify-content: center;
}
.cid-toGdcQylcv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGdcQylcv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toGdcQylcv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toGdcQylcv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGdcQylcv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGdcQylcv .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-toGdcQylcv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGdcQylcv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGdcQylcv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGdcQylcv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGdcQylcv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGdcQylcv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGdcQylcv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGdcQylcv .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-toGdcQylcv .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-toGdcQylcv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGdcQylcv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGdcQylcv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toGdcQylcv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toGdcQylcv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGdcQylcv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toGdcQylcv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toGdcQylcv .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-toGdcQylcv .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGdcQylcv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGdcQylcv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGdcQylcv .dropdown-item.active,
.cid-toGdcQylcv .dropdown-item:active {
  background-color: transparent;
}
.cid-toGdcQylcv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGdcQylcv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGdcQylcv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGdcQylcv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toGdcQylcv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGdcQylcv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGdcQylcv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toGdcQylcv .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-toGdcQylcv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toGdcQylcv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-toGdcQylcv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGdcQylcv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGdcQylcv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGdcQylcv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGdcQylcv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGdcQylcv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGdcQylcv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGdcQylcv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGdcQylcv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toGdcQylcv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toGdcQylcv .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-toGdcQylcv .navbar {
    height: 70px;
  }
  .cid-toGdcQylcv .navbar.opened {
    height: auto;
  }
  .cid-toGdcQylcv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toNp1Uq8xV {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toNp1Uq8xV .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-toNp1Uq8xV .carousel {
    height: 100vh;
  }
}
.cid-toNp1Uq8xV .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toNp1Uq8xV .carousel-item,
.cid-toNp1Uq8xV .carousel-inner {
  height: 100%;
}
.cid-toNp1Uq8xV .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-toNp1Uq8xV .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-toNp1Uq8xV .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-toNp1Uq8xV .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-toNp1Uq8xV .mbr-section-btn {
  margin-top: 42px;
}
.cid-toNp1Uq8xV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toNp1Uq8xV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-toNp1Uq8xV .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-toNp1Uq8xV .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-toNp1Uq8xV .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toNp1Uq8xV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toNp1Uq8xV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toNp1Uq8xV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-toNp1Uq8xV .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-toNp1Uq8xV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNp1Uq8xV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNp1Uq8xV .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-toNp1Uq8xV .carousel-control {
    display: none !important;
  }
}
.cid-toNp1Uq8xV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-toNp1Uq8xV .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-toNp1Uq8xV .carousel-indicators li.active,
.cid-toNp1Uq8xV .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-toNp1Uq8xV .carousel-indicators li::after,
.cid-toNp1Uq8xV .carousel-indicators li::before {
  content: none;
}
.cid-toNp1Uq8xV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toNp1Uq8xV .carousel-indicators {
    display: none !important;
  }
}
.cid-toNp1Uq8xV .mbr-section-text,
.cid-toNp1Uq8xV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toNp1Uq8xV .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toNp1Uq8xV H5 {
  color: #000000;
}
.cid-toGdcTrvTT {
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toGdcTrvTT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-toGdcTrvTT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-toGdcTrvTT .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-toGdcTrvTT .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-toGdcTrvTT .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-toGdcTrvTT .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-toGdcTrvTT .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-toGdcTrvTT .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-toGdcTrvTT .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-toGdcTrvTT .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toGdcTrvTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-toGdcTrvTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toGdsOWyJi {
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-toGdsOWyJi .item-image {
  margin-bottom: 5rem;
}
.cid-toGdsOWyJi img,
.cid-toGdsOWyJi .item-img {
  width: 100%;
}
.cid-toGdsOWyJi .item:focus,
.cid-toGdsOWyJi span:focus {
  outline: none;
}
.cid-toGdsOWyJi .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-toGdsOWyJi .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-toGdsOWyJi .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-toGdsOWyJi .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-toGdsOWyJi .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toGdsOWyJi .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-toNoZU3C1q {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-toNoZU3C1q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toNoZU3C1q form .mbr-section-btn {
  text-align: center;
}
.cid-toNoZU3C1q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toNoZU3C1q .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-toNoZU3C1q .form-control::placeholder {
  color: white;
}
.cid-toNoZU3C1q .form-control:focus {
  background: none;
}
.cid-toNoZU3C1q .form-control .placeholder {
  color: white;
}
.cid-toNoZU3C1q .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-toNoZU3C1q .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toNoZU3C1q .mbr-section-title {
  color: #ffffff;
}
.cid-toGdcVFF3j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-toGdcVFF3j .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toGdcVFF3j .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-toGdcVFF3j .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toGdcVFF3j .links {
    justify-content: center;
  }
  .cid-toGdcVFF3j .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-toGdcVFF3j .links {
    justify-content: flex-end;
  }
  .cid-toGdcVFF3j .link {
    margin: 0.5rem;
  }
}
.cid-toGdcVFF3j .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-toGdcVFF3j .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-toGdcVFF3j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toGdcVFF3j .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-toGdcVFF3j .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-toGdcVFF3j .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toGdcVFF3j .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-toGdcVFF3j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toGeu8SAov {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toGeu8SAov nav.navbar {
  position: fixed;
}
.cid-toGeu8SAov .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-toGeu8SAov .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toGeu8SAov .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toGeu8SAov .dropdown-item:hover,
.cid-toGeu8SAov .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-toGeu8SAov .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toGeu8SAov .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toGeu8SAov .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toGeu8SAov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toGeu8SAov .nav-link {
  position: relative;
}
.cid-toGeu8SAov .container {
  display: flex;
  margin: auto;
}
.cid-toGeu8SAov .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGeu8SAov .dropdown-menu,
.cid-toGeu8SAov .navbar.opened {
  background: #ffffff !important;
}
.cid-toGeu8SAov .nav-item:focus,
.cid-toGeu8SAov .nav-link:focus {
  outline: none;
}
.cid-toGeu8SAov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toGeu8SAov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGeu8SAov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toGeu8SAov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGeu8SAov .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGeu8SAov .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGeu8SAov .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toGeu8SAov .navbar.opened {
  transition: all 0.3s;
}
.cid-toGeu8SAov .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toGeu8SAov .navbar .navbar-logo img {
  width: auto;
}
.cid-toGeu8SAov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGeu8SAov .navbar.collapsed {
  justify-content: center;
}
.cid-toGeu8SAov .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGeu8SAov .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toGeu8SAov .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toGeu8SAov .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGeu8SAov .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGeu8SAov .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-toGeu8SAov .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGeu8SAov .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGeu8SAov .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGeu8SAov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGeu8SAov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGeu8SAov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGeu8SAov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGeu8SAov .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-toGeu8SAov .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-toGeu8SAov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGeu8SAov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGeu8SAov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toGeu8SAov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toGeu8SAov .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGeu8SAov .navbar.navbar-short {
  min-height: 60px;
}
.cid-toGeu8SAov .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toGeu8SAov .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-toGeu8SAov .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGeu8SAov .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGeu8SAov .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGeu8SAov .dropdown-item.active,
.cid-toGeu8SAov .dropdown-item:active {
  background-color: transparent;
}
.cid-toGeu8SAov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGeu8SAov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGeu8SAov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGeu8SAov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toGeu8SAov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGeu8SAov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGeu8SAov ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toGeu8SAov .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-toGeu8SAov button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toGeu8SAov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-toGeu8SAov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGeu8SAov button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGeu8SAov button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGeu8SAov button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGeu8SAov nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGeu8SAov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGeu8SAov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGeu8SAov nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGeu8SAov .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toGeu8SAov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toGeu8SAov .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-toGeu8SAov .navbar {
    height: 70px;
  }
  .cid-toGeu8SAov .navbar.opened {
    height: auto;
  }
  .cid-toGeu8SAov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toNqD0k1G6 {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toNqD0k1G6 .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-toNqD0k1G6 .carousel {
    height: 100vh;
  }
}
.cid-toNqD0k1G6 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toNqD0k1G6 .carousel-item,
.cid-toNqD0k1G6 .carousel-inner {
  height: 100%;
}
.cid-toNqD0k1G6 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-toNqD0k1G6 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-toNqD0k1G6 .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-toNqD0k1G6 .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-toNqD0k1G6 .mbr-section-btn {
  margin-top: 42px;
}
.cid-toNqD0k1G6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toNqD0k1G6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-toNqD0k1G6 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-toNqD0k1G6 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-toNqD0k1G6 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toNqD0k1G6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toNqD0k1G6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toNqD0k1G6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-toNqD0k1G6 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-toNqD0k1G6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNqD0k1G6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-toNqD0k1G6 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-toNqD0k1G6 .carousel-control {
    display: none !important;
  }
}
.cid-toNqD0k1G6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-toNqD0k1G6 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-toNqD0k1G6 .carousel-indicators li.active,
.cid-toNqD0k1G6 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-toNqD0k1G6 .carousel-indicators li::after,
.cid-toNqD0k1G6 .carousel-indicators li::before {
  content: none;
}
.cid-toNqD0k1G6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toNqD0k1G6 .carousel-indicators {
    display: none !important;
  }
}
.cid-toNqD0k1G6 .mbr-section-text,
.cid-toNqD0k1G6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toNqD0k1G6 .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toNqD0k1G6 H5 {
  color: #000000;
}
.cid-toGeRR8KaI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toGeRR8KaI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toGeRR8KaI form .mbr-section-btn {
  text-align: center;
}
.cid-toGeRR8KaI form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}
.cid-toGeRR8KaI .mbr-section-title {
  color: #28282c;
}
.cid-toGeRR8KaI form .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.cid-toNqB1DVFD {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-toNqB1DVFD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toNqB1DVFD form .mbr-section-btn {
  text-align: center;
}
.cid-toNqB1DVFD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toNqB1DVFD .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-toNqB1DVFD .form-control::placeholder {
  color: white;
}
.cid-toNqB1DVFD .form-control:focus {
  background: none;
}
.cid-toNqB1DVFD .form-control .placeholder {
  color: white;
}
.cid-toNqB1DVFD .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-toNqB1DVFD .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toNqB1DVFD .mbr-section-title {
  color: #ffffff;
}
.cid-toGeujVkje {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-toGeujVkje .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toGeujVkje .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-toGeujVkje .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toGeujVkje .links {
    justify-content: center;
  }
  .cid-toGeujVkje .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-toGeujVkje .links {
    justify-content: flex-end;
  }
  .cid-toGeujVkje .link {
    margin: 0.5rem;
  }
}
.cid-toGeujVkje .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-toGeujVkje .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-toGeujVkje .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toGeujVkje .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-toGeujVkje .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-toGeujVkje .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toGeujVkje .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-toGeujVkje .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toGg9Pv76F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toGg9Pv76F nav.navbar {
  position: fixed;
}
.cid-toGg9Pv76F .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-toGg9Pv76F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toGg9Pv76F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toGg9Pv76F .dropdown-item:hover,
.cid-toGg9Pv76F .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-toGg9Pv76F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toGg9Pv76F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toGg9Pv76F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toGg9Pv76F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toGg9Pv76F .nav-link {
  position: relative;
}
.cid-toGg9Pv76F .container {
  display: flex;
  margin: auto;
}
.cid-toGg9Pv76F .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGg9Pv76F .dropdown-menu,
.cid-toGg9Pv76F .navbar.opened {
  background: #ffffff !important;
}
.cid-toGg9Pv76F .nav-item:focus,
.cid-toGg9Pv76F .nav-link:focus {
  outline: none;
}
.cid-toGg9Pv76F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toGg9Pv76F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGg9Pv76F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toGg9Pv76F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toGg9Pv76F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGg9Pv76F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGg9Pv76F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toGg9Pv76F .navbar.opened {
  transition: all 0.3s;
}
.cid-toGg9Pv76F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toGg9Pv76F .navbar .navbar-logo img {
  width: auto;
}
.cid-toGg9Pv76F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGg9Pv76F .navbar.collapsed {
  justify-content: center;
}
.cid-toGg9Pv76F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGg9Pv76F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toGg9Pv76F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toGg9Pv76F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGg9Pv76F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGg9Pv76F .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-toGg9Pv76F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGg9Pv76F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGg9Pv76F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGg9Pv76F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGg9Pv76F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGg9Pv76F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGg9Pv76F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGg9Pv76F .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-toGg9Pv76F .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-toGg9Pv76F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGg9Pv76F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGg9Pv76F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toGg9Pv76F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toGg9Pv76F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGg9Pv76F .navbar.navbar-short {
  min-height: 60px;
}
.cid-toGg9Pv76F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toGg9Pv76F .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-toGg9Pv76F .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGg9Pv76F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGg9Pv76F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGg9Pv76F .dropdown-item.active,
.cid-toGg9Pv76F .dropdown-item:active {
  background-color: transparent;
}
.cid-toGg9Pv76F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGg9Pv76F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGg9Pv76F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGg9Pv76F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toGg9Pv76F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGg9Pv76F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGg9Pv76F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toGg9Pv76F .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-toGg9Pv76F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toGg9Pv76F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-toGg9Pv76F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGg9Pv76F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGg9Pv76F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGg9Pv76F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGg9Pv76F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGg9Pv76F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGg9Pv76F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGg9Pv76F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGg9Pv76F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toGg9Pv76F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toGg9Pv76F .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-toGg9Pv76F .navbar {
    height: 70px;
  }
  .cid-toGg9Pv76F .navbar.opened {
    height: auto;
  }
  .cid-toGg9Pv76F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

@media (max-width: 991px) {
  .cid-toGg9SvAIb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toGg9SvAIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-toGg9SvAIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toGgrcjxzg {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}

@media(max-width: 576px){
  .cid-toGgrcjxzg{
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .cid-toGgrcjxzg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-toGgrcjxzg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-toGgrcjxzg .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-toGgrcjxzg .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-toGgrcjxzg .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-toGgrcjxzg .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-toGgrcjxzg .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-toGgrcjxzg .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-toGgrcjxzg .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-toGgrcjxzg .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toGgrcjxzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-toGgrcjxzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toGLYrimNZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

@media(max-width: 576px){
  .cid-toGLYrimNZ{
    padding-top: 1rem;
  }
}

.cid-toGLYrimNZ .carousel,
.cid-toGLYrimNZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-toGLYrimNZ .item-wrapper {
  width: 100%;
}
.cid-toGLYrimNZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-toGLYrimNZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-toGLYrimNZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-toGLYrimNZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-toGLYrimNZ .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-toGLYrimNZ .carousel-control span {
  color: #101019;
}
.cid-toGLYrimNZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toGLYrimNZ .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-toGLYrimNZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toGLYrimNZ .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toGLYrimNZ .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-toGLYrimNZ .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-toGLYrimNZ .carousel-indicators li.active,
.cid-toGLYrimNZ .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-toGLYrimNZ .carousel-indicators li::after,
.cid-toGLYrimNZ .carousel-indicators li::before {
  content: none;
}
.cid-toGLYrimNZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toGLYrimNZ .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-toGLYrimNZ .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-toGLYrimNZ .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-toGLYrimNZ .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-toGLYrimNZ .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-toGLYrimNZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toGLYrimNZ .w-100 {
  width: 100%!important;
  height: 415px;
  object-fit: cover;
  cursor: pointer;
}
.cid-tp9SXg41LS {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tp9SXg41LS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tp9SXg41LS form .mbr-section-btn {
  text-align: center;
}
.cid-tp9SXg41LS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tp9SXg41LS .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tp9SXg41LS .form-control::placeholder {
  color: white;
}
.cid-tp9SXg41LS .form-control:focus {
  background: none;
}
.cid-tp9SXg41LS .form-control .placeholder {
  color: white;
}
.cid-tp9SXg41LS .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tp9SXg41LS .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9SXg41LS .mbr-section-title {
  color: #ffffff;
}
.cid-toGga0F5u8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-toGga0F5u8 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toGga0F5u8 .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-toGga0F5u8 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toGga0F5u8 .links {
    justify-content: center;
  }
  .cid-toGga0F5u8 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-toGga0F5u8 .links {
    justify-content: flex-end;
  }
  .cid-toGga0F5u8 .link {
    margin: 0.5rem;
  }
}
.cid-toGga0F5u8 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-toGga0F5u8 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-toGga0F5u8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toGga0F5u8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-toGga0F5u8 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-toGga0F5u8 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toGga0F5u8 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-toGga0F5u8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp9YLzSZrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tp9YLzSZrL nav.navbar {
  position: fixed;
}
.cid-tp9YLzSZrL .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-tp9YLzSZrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tp9YLzSZrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tp9YLzSZrL .dropdown-item:hover,
.cid-tp9YLzSZrL .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tp9YLzSZrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tp9YLzSZrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tp9YLzSZrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tp9YLzSZrL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp9YLzSZrL .nav-link {
  position: relative;
}
.cid-tp9YLzSZrL .container {
  display: flex;
  margin: auto;
}
.cid-tp9YLzSZrL .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tp9YLzSZrL .dropdown-menu,
.cid-tp9YLzSZrL .navbar.opened {
  background: #ffffff !important;
}
.cid-tp9YLzSZrL .nav-item:focus,
.cid-tp9YLzSZrL .nav-link:focus {
  outline: none;
}
.cid-tp9YLzSZrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tp9YLzSZrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp9YLzSZrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tp9YLzSZrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tp9YLzSZrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp9YLzSZrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tp9YLzSZrL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tp9YLzSZrL .navbar.opened {
  transition: all 0.3s;
}
.cid-tp9YLzSZrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tp9YLzSZrL .navbar .navbar-logo img {
  width: auto;
}
.cid-tp9YLzSZrL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tp9YLzSZrL .navbar.collapsed {
  justify-content: center;
}
.cid-tp9YLzSZrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp9YLzSZrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp9YLzSZrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tp9YLzSZrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp9YLzSZrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp9YLzSZrL .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-tp9YLzSZrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp9YLzSZrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tp9YLzSZrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tp9YLzSZrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp9YLzSZrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp9YLzSZrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp9YLzSZrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp9YLzSZrL .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-tp9YLzSZrL .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tp9YLzSZrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp9YLzSZrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp9YLzSZrL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp9YLzSZrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tp9YLzSZrL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tp9YLzSZrL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tp9YLzSZrL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tp9YLzSZrL .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-tp9YLzSZrL .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp9YLzSZrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp9YLzSZrL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp9YLzSZrL .dropdown-item.active,
.cid-tp9YLzSZrL .dropdown-item:active {
  background-color: transparent;
}
.cid-tp9YLzSZrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp9YLzSZrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp9YLzSZrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp9YLzSZrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tp9YLzSZrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp9YLzSZrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp9YLzSZrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp9YLzSZrL .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-tp9YLzSZrL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tp9YLzSZrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tp9YLzSZrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tp9YLzSZrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp9YLzSZrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tp9YLzSZrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tp9YLzSZrL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp9YLzSZrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tp9YLzSZrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tp9YLzSZrL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tp9YLzSZrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tp9YLzSZrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp9YLzSZrL .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-tp9YLzSZrL .navbar {
    height: 70px;
  }
  .cid-tp9YLzSZrL .navbar.opened {
    height: auto;
  }
  .cid-tp9YLzSZrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp9YLBa0f4 {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tp9YLBa0f4 .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tp9YLBa0f4 .carousel {
    height: 100vh;
  }
}
.cid-tp9YLBa0f4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tp9YLBa0f4 .carousel-item,
.cid-tp9YLBa0f4 .carousel-inner {
  height: 100%;
}
.cid-tp9YLBa0f4 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tp9YLBa0f4 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tp9YLBa0f4 .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-tp9YLBa0f4 .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-tp9YLBa0f4 .mbr-section-btn {
  margin-top: 42px;
}
.cid-tp9YLBa0f4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tp9YLBa0f4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tp9YLBa0f4 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tp9YLBa0f4 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tp9YLBa0f4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tp9YLBa0f4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tp9YLBa0f4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tp9YLBa0f4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tp9YLBa0f4 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tp9YLBa0f4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tp9YLBa0f4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tp9YLBa0f4 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tp9YLBa0f4 .carousel-control {
    display: none !important;
  }
}
.cid-tp9YLBa0f4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tp9YLBa0f4 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tp9YLBa0f4 .carousel-indicators li.active,
.cid-tp9YLBa0f4 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tp9YLBa0f4 .carousel-indicators li::after,
.cid-tp9YLBa0f4 .carousel-indicators li::before {
  content: none;
}
.cid-tp9YLBa0f4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tp9YLBa0f4 .carousel-indicators {
    display: none !important;
  }
}
.cid-tp9YLBa0f4 .mbr-section-text,
.cid-tp9YLBa0f4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tp9YLBa0f4 .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tp9YLBa0f4 H5 {
  color: #000000;
}
.cid-tp9YVhNOK6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tp9YVhNOK6 img,
.cid-tp9YVhNOK6 .item-img {
  width: 100%;
}
.cid-tp9YVhNOK6 .item:focus,
.cid-tp9YVhNOK6 span:focus {
  outline: none;
}
.cid-tp9YVhNOK6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tp9YVhNOK6 .item-wrapper {
  position: relative;
  background: #e0dbc5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tp9YVhNOK6 .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-tp9YVhNOK6 .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-btn {
    width: 3.3rem;
    height: 3.3rem;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-tp9YVhNOK6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tp9YVhNOK6 .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-tp9YVhNOK6 .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-tp9YVhNOK6 .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-tp9YVhNOK6 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9YVhNOK6 .mbr-section-title {
  text-align: center;
}
.cid-tp9YLDNcsi {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tp9YLDNcsi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tp9YLDNcsi form .mbr-section-btn {
  text-align: center;
}
.cid-tp9YLDNcsi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tp9YLDNcsi .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tp9YLDNcsi .form-control::placeholder {
  color: white;
}
.cid-tp9YLDNcsi .form-control:focus {
  background: none;
}
.cid-tp9YLDNcsi .form-control .placeholder {
  color: white;
}
.cid-tp9YLDNcsi .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tp9YLDNcsi .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tp9YLDNcsi .mbr-section-title {
  color: #ffffff;
}
.cid-tp9YLENPAs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-tp9YLENPAs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tp9YLENPAs .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-tp9YLENPAs .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tp9YLENPAs .links {
    justify-content: center;
  }
  .cid-tp9YLENPAs .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tp9YLENPAs .links {
    justify-content: flex-end;
  }
  .cid-tp9YLENPAs .link {
    margin: 0.5rem;
  }
}
.cid-tp9YLENPAs .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tp9YLENPAs .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tp9YLENPAs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tp9YLENPAs .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tp9YLENPAs .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tp9YLENPAs .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tp9YLENPAs .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tp9YLENPAs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpa080LRrB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpa080LRrB nav.navbar {
  position: fixed;
}
.cid-tpa080LRrB .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-tpa080LRrB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpa080LRrB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpa080LRrB .dropdown-item:hover,
.cid-tpa080LRrB .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tpa080LRrB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpa080LRrB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpa080LRrB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpa080LRrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpa080LRrB .nav-link {
  position: relative;
}
.cid-tpa080LRrB .container {
  display: flex;
  margin: auto;
}
.cid-tpa080LRrB .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpa080LRrB .dropdown-menu,
.cid-tpa080LRrB .navbar.opened {
  background: #ffffff !important;
}
.cid-tpa080LRrB .nav-item:focus,
.cid-tpa080LRrB .nav-link:focus {
  outline: none;
}
.cid-tpa080LRrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpa080LRrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpa080LRrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpa080LRrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpa080LRrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpa080LRrB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpa080LRrB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tpa080LRrB .navbar.opened {
  transition: all 0.3s;
}
.cid-tpa080LRrB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpa080LRrB .navbar .navbar-logo img {
  width: auto;
}
.cid-tpa080LRrB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpa080LRrB .navbar.collapsed {
  justify-content: center;
}
.cid-tpa080LRrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpa080LRrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpa080LRrB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tpa080LRrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpa080LRrB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpa080LRrB .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-tpa080LRrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpa080LRrB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpa080LRrB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpa080LRrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpa080LRrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpa080LRrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpa080LRrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpa080LRrB .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-tpa080LRrB .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tpa080LRrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpa080LRrB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpa080LRrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpa080LRrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpa080LRrB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpa080LRrB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpa080LRrB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpa080LRrB .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-tpa080LRrB .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpa080LRrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpa080LRrB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpa080LRrB .dropdown-item.active,
.cid-tpa080LRrB .dropdown-item:active {
  background-color: transparent;
}
.cid-tpa080LRrB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpa080LRrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpa080LRrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpa080LRrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpa080LRrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpa080LRrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpa080LRrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpa080LRrB .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-tpa080LRrB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpa080LRrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tpa080LRrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpa080LRrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpa080LRrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpa080LRrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpa080LRrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpa080LRrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpa080LRrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpa080LRrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpa080LRrB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpa080LRrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpa080LRrB .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-tpa080LRrB .navbar {
    height: 70px;
  }
  .cid-tpa080LRrB .navbar.opened {
    height: auto;
  }
  .cid-tpa080LRrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpa083rcGr {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tpa083rcGr .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tpa083rcGr .carousel {
    height: 100vh;
  }
}
.cid-tpa083rcGr .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tpa083rcGr .carousel-item,
.cid-tpa083rcGr .carousel-inner {
  height: 100%;
}
.cid-tpa083rcGr .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tpa083rcGr .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tpa083rcGr .mbr-section-title {
  letter-spacing: 0px;
  margin-bottom: 25px;
  line-height: 75px;
  background-color: #e0dbc5;
  padding: 15px 25px;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .cid-tpa083rcGr .mbr-section-title.display-1 {
    font-size: 70px;
    line-height: 90px;
  }
}
.cid-tpa083rcGr .mbr-section-btn {
  margin-top: 42px;
}
.cid-tpa083rcGr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tpa083rcGr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tpa083rcGr .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tpa083rcGr .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tpa083rcGr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tpa083rcGr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tpa083rcGr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tpa083rcGr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tpa083rcGr .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tpa083rcGr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tpa083rcGr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tpa083rcGr .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tpa083rcGr .carousel-control {
    display: none !important;
  }
}
.cid-tpa083rcGr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tpa083rcGr .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tpa083rcGr .carousel-indicators li.active,
.cid-tpa083rcGr .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tpa083rcGr .carousel-indicators li::after,
.cid-tpa083rcGr .carousel-indicators li::before {
  content: none;
}
.cid-tpa083rcGr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpa083rcGr .carousel-indicators {
    display: none !important;
  }
}
.cid-tpa083rcGr .mbr-section-text,
.cid-tpa083rcGr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tpa083rcGr .mbr-overlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tpa083rcGr H5 {
  color: #000000;
}
.cid-tpa0851n9L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpa0851n9L .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tpa0851n9L form .mbr-section-btn {
  text-align: center;
}
.cid-tpa0851n9L form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}
.cid-tpa0851n9L .mbr-section-title {
  color: #28282c;
}
.cid-tpa0851n9L form .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
.cid-tpa0851n9L form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  justify-content: center;
}
.cid-tpa088wP2T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-tpa088wP2T .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpa088wP2T .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-tpa088wP2T .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpa088wP2T .links {
    justify-content: center;
  }
  .cid-tpa088wP2T .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tpa088wP2T .links {
    justify-content: flex-end;
  }
  .cid-tpa088wP2T .link {
    margin: 0.5rem;
  }
}
.cid-tpa088wP2T .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tpa088wP2T .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tpa088wP2T .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tpa088wP2T .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tpa088wP2T .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tpa088wP2T .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpa088wP2T .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tpa088wP2T .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpVQIchxTU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpVQIchxTU nav.navbar {
  position: fixed;
}
.cid-tpVQIchxTU .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-tpVQIchxTU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpVQIchxTU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpVQIchxTU .dropdown-item:hover,
.cid-tpVQIchxTU .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tpVQIchxTU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpVQIchxTU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpVQIchxTU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpVQIchxTU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpVQIchxTU .nav-link {
  position: relative;
}
.cid-tpVQIchxTU .container {
  display: flex;
  margin: auto;
}
.cid-tpVQIchxTU .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpVQIchxTU .dropdown-menu,
.cid-tpVQIchxTU .navbar.opened {
  background: #ffffff !important;
}
.cid-tpVQIchxTU .nav-item:focus,
.cid-tpVQIchxTU .nav-link:focus {
  outline: none;
}
.cid-tpVQIchxTU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpVQIchxTU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpVQIchxTU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpVQIchxTU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpVQIchxTU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpVQIchxTU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpVQIchxTU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tpVQIchxTU .navbar.opened {
  transition: all 0.3s;
}
.cid-tpVQIchxTU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpVQIchxTU .navbar .navbar-logo img {
  width: auto;
}
.cid-tpVQIchxTU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpVQIchxTU .navbar.collapsed {
  justify-content: center;
}
.cid-tpVQIchxTU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpVQIchxTU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpVQIchxTU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tpVQIchxTU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpVQIchxTU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpVQIchxTU .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-tpVQIchxTU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpVQIchxTU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpVQIchxTU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpVQIchxTU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpVQIchxTU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpVQIchxTU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpVQIchxTU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpVQIchxTU .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-tpVQIchxTU .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tpVQIchxTU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpVQIchxTU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpVQIchxTU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpVQIchxTU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpVQIchxTU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpVQIchxTU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpVQIchxTU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpVQIchxTU .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-tpVQIchxTU .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpVQIchxTU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpVQIchxTU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpVQIchxTU .dropdown-item.active,
.cid-tpVQIchxTU .dropdown-item:active {
  background-color: transparent;
}
.cid-tpVQIchxTU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpVQIchxTU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpVQIchxTU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpVQIchxTU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpVQIchxTU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpVQIchxTU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpVQIchxTU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpVQIchxTU .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-tpVQIchxTU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpVQIchxTU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tpVQIchxTU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpVQIchxTU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpVQIchxTU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpVQIchxTU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpVQIchxTU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpVQIchxTU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpVQIchxTU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpVQIchxTU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpVQIchxTU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpVQIchxTU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpVQIchxTU .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-tpVQIchxTU .navbar {
    height: 70px;
  }
  .cid-tpVQIchxTU .navbar.opened {
    height: auto;
  }
  .cid-tpVQIchxTU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpVQIdIb1K {
  background-image: url("../../../assets/images/hivan-arvizu-soyhivan-manhvw0nddy-unsplash.jpeg");
}
@media (max-width: 991px) {
  .cid-tpVQIdIb1K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpVQIdIb1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVQIdIb1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVQIeNlS0 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpVQIeNlS0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpVQIeNlS0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tpVQIeNlS0 .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tpVQIeNlS0 .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tpVQIeNlS0 .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpVQIeNlS0 .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tpVQIeNlS0 .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tpVQIeNlS0 .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tpVQIeNlS0 .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tpVQIeNlS0 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tpVQIeNlS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVQIeNlS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVQIgANp2 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tpVQIgANp2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tpVQIgANp2 form .mbr-section-btn {
  text-align: center;
}
.cid-tpVQIgANp2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpVQIgANp2 .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tpVQIgANp2 .form-control::placeholder {
  color: white;
}
.cid-tpVQIgANp2 .form-control:focus {
  background: none;
}
.cid-tpVQIgANp2 .form-control .placeholder {
  color: white;
}
.cid-tpVQIgANp2 .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tpVQIgANp2 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tpVQIgANp2 .mbr-section-title {
  color: #ffffff;
}
.cid-tpVQIhvmlL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-tpVQIhvmlL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpVQIhvmlL .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-tpVQIhvmlL .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpVQIhvmlL .links {
    justify-content: center;
  }
  .cid-tpVQIhvmlL .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tpVQIhvmlL .links {
    justify-content: flex-end;
  }
  .cid-tpVQIhvmlL .link {
    margin: 0.5rem;
  }
}
.cid-tpVQIhvmlL .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tpVQIhvmlL .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tpVQIhvmlL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tpVQIhvmlL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tpVQIhvmlL .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tpVQIhvmlL .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpVQIhvmlL .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tpVQIhvmlL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpVSj9LKJt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpVSj9LKJt nav.navbar {
  position: fixed;
}
.cid-tpVSj9LKJt .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-tpVSj9LKJt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpVSj9LKJt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpVSj9LKJt .dropdown-item:hover,
.cid-tpVSj9LKJt .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tpVSj9LKJt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpVSj9LKJt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpVSj9LKJt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpVSj9LKJt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpVSj9LKJt .nav-link {
  position: relative;
}
.cid-tpVSj9LKJt .container {
  display: flex;
  margin: auto;
}
.cid-tpVSj9LKJt .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpVSj9LKJt .dropdown-menu,
.cid-tpVSj9LKJt .navbar.opened {
  background: #ffffff !important;
}
.cid-tpVSj9LKJt .nav-item:focus,
.cid-tpVSj9LKJt .nav-link:focus {
  outline: none;
}
.cid-tpVSj9LKJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpVSj9LKJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpVSj9LKJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpVSj9LKJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpVSj9LKJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpVSj9LKJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpVSj9LKJt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tpVSj9LKJt .navbar.opened {
  transition: all 0.3s;
}
.cid-tpVSj9LKJt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpVSj9LKJt .navbar .navbar-logo img {
  width: auto;
}
.cid-tpVSj9LKJt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpVSj9LKJt .navbar.collapsed {
  justify-content: center;
}
.cid-tpVSj9LKJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpVSj9LKJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpVSj9LKJt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tpVSj9LKJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpVSj9LKJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpVSj9LKJt .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-tpVSj9LKJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpVSj9LKJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpVSj9LKJt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpVSj9LKJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpVSj9LKJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpVSj9LKJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpVSj9LKJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpVSj9LKJt .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-tpVSj9LKJt .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-tpVSj9LKJt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpVSj9LKJt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpVSj9LKJt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpVSj9LKJt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpVSj9LKJt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpVSj9LKJt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpVSj9LKJt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpVSj9LKJt .navbar.navbar-short .navbar-brand {
  height: 70px;
  padding: 15px 0;
}
.cid-tpVSj9LKJt .navbar-brand {
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpVSj9LKJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpVSj9LKJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpVSj9LKJt .dropdown-item.active,
.cid-tpVSj9LKJt .dropdown-item:active {
  background-color: transparent;
}
.cid-tpVSj9LKJt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpVSj9LKJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpVSj9LKJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpVSj9LKJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpVSj9LKJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpVSj9LKJt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpVSj9LKJt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpVSj9LKJt .navbar-buttons {
  text-align: center;
  min-width: 115px;
}
.cid-tpVSj9LKJt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpVSj9LKJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tpVSj9LKJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpVSj9LKJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpVSj9LKJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpVSj9LKJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpVSj9LKJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpVSj9LKJt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpVSj9LKJt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpVSj9LKJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpVSj9LKJt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpVSj9LKJt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpVSj9LKJt .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-tpVSj9LKJt .navbar {
    height: 70px;
  }
  .cid-tpVSj9LKJt .navbar.opened {
    height: auto;
  }
  .cid-tpVSj9LKJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpVSjbKRB9 {
  background-image: url("../../../assets/images/fernanda.jpg");
}
@media (max-width: 991px) {
  .cid-tpVSjbKRB9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpVSjbKRB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVSjbKRB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVSjcH7GV {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpVSjcH7GV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpVSjcH7GV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tpVSjcH7GV .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tpVSjcH7GV .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tpVSjcH7GV .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tpVSjcH7GV .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tpVSjcH7GV .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tpVSjcH7GV .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tpVSjcH7GV .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tpVSjcH7GV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tpVSjcH7GV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVSjcH7GV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVSjeyzL8 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #318999;
}
.cid-tpVSjeyzL8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tpVSjeyzL8 form .mbr-section-btn {
  text-align: center;
}
.cid-tpVSjeyzL8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpVSjeyzL8 .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: white;
}
.cid-tpVSjeyzL8 .form-control::placeholder {
  color: white;
}
.cid-tpVSjeyzL8 .form-control:focus {
  background: none;
}
.cid-tpVSjeyzL8 .form-control .placeholder {
  color: white;
}
.cid-tpVSjeyzL8 .btn:hover {
  color: #ffffff;
}
@media (max-width: 600px) {
  .cid-tpVSjeyzL8 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tpVSjeyzL8 .mbr-section-title {
  color: #ffffff;
}
.cid-tpVSjfxr4w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-tpVSjfxr4w .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpVSjfxr4w .media-wrap img {
  filter: invert(1);
  padding: 20px;
  margin-top: -30px;
}
.cid-tpVSjfxr4w .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpVSjfxr4w .links {
    justify-content: center;
  }
  .cid-tpVSjfxr4w .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-tpVSjfxr4w .links {
    justify-content: flex-end;
  }
  .cid-tpVSjfxr4w .link {
    margin: 0.5rem;
  }
}
.cid-tpVSjfxr4w .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tpVSjfxr4w .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-tpVSjfxr4w .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tpVSjfxr4w .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tpVSjfxr4w .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-tpVSjfxr4w .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpVSjfxr4w .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-tpVSjfxr4w .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media(max-width: 576px){
  .span-faca-parte{
    font-size: 0.9rem;
  }
}

@media(max-width: 576px){
  .login-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media(max-width: 576px){
  .access-btn{
    padding-top: 1.5rem;
  }
}

@media(max-width: 576px){
  .event-bg{
    min-height: 138px;
  }
}

@media(max-width: 992px){
  .title-class{
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: -1px;
  }
}

@media(max-width: 576px){
  .title-class{
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}

@media(max-width: 992px){
  .title-script{
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: -1px;
  }
}

@media(max-width: 576px){
  .title-script{
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}


#exampleModalToggle .modal-dialog{
  max-width: 70%;
}

#exampleModalToggle .modal-dialog img{
  max-height: 80vh;
  object-fit: cover;
}

.text-message{
  margin-right: unset !important;
}

#servicos-contato{
  color: gray;
}

.row-cadastro .col-6{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.row-cadastro .col-3{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

input[type="file"]{
  display: none;
}

.label-foto{
  width: 70% !important;
}

.select-form{
  color: gray;
}

.small-info{
  display: block;
}

.row-cadastro input{
  color: gray;
}

.form-check-input:checked {
  background-color: #4b663d;
  border-color: #4b663d;
}

.row-login input{
  color: gray;
}

.row-contato input{
  color: gray;
}

.row-contato textarea{
  color: gray;
}
