body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.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: #092c8d !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #092c8d !important;
  border-color: #092c8d !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: #04133c !important;
  border-color: #04133c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #04133c !important;
  border-color: #04133c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !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: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #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: #092c8d;
  color: #092c8d;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #ff9966;
  color: #ff9966;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #092c8d !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030e2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #092c8d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #092c8d;
  border-color: #092c8d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #092c8d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #245bf1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #092c8d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #092c8d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #092c8d;
}
.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: #092c8d;
  border-bottom-color: #092c8d;
}
.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: #092c8d !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: #9b9ba5 !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='%23092c8d' %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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqMegIYGsd {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqMegIYGsd .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqMegIYGsd .image-wrapper {
    width: 49%;
  }
}
.cid-tqMegIYGsd .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqMegIYGsd .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tqMegIYGsd .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tqMegIYGsd .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqMegIYGsd .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tqMegIYGsd .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-tqMegIYGsd .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-tqMegIYGsd .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-tqMegIYGsd .item-btn:hover {
  opacity: 0.8;
}
.cid-tqMegIYGsd .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tqMegIYGsd .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tqMegIYGsd .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-tqMegIYGsd .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tqMegIYGsd .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tqMegIYGsd .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tqMegIYGsd .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tqMegIYGsd .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tqMegIYGsd .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tqMegIYGsd .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tqMegIYGsd P {
  color: #9b9ba5;
  text-align: center;
}
.cid-tqMegIYGsd .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-tqMegIYGsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqMegIYGsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sIYOQSQP8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-sIYOQSQP8Y .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sIYOQSQP8Y .mbr-section-title {
  width: 100%;
}
.cid-sIYOQSQP8Y .item {
  width: 17.6rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sIYOQSQP8Y .item {
    width: 45%;
  }
  .cid-sIYOQSQP8Y .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sIYOQSQP8Y .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sIYOQSQP8Y .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOQSQP8Y .mbr-text {
  color: #9b9ba5;
}
.cid-sIYOQSQP8Y .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-sIYOQSQP8Y .mbr-section-title {
  text-align: center;
}
.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);
}
.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-uXKz6YqzpQ.popup-builder {
  background-color: #ffffff;
}
.cid-uXKz6YqzpQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXKz6YqzpQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXKz6YqzpQ .modal-content,
.cid-uXKz6YqzpQ .modal-dialog {
  height: auto;
}
.cid-uXKz6YqzpQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXKz6YqzpQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXKz6YqzpQ .form-wrapper .mbr-form .form-group,
  .cid-uXKz6YqzpQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXKz6YqzpQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXKz6YqzpQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXKz6YqzpQ .mbr-text {
  text-align: center;
}
.cid-uXKz6YqzpQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uXKz6YqzpQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXKz6YqzpQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXKz6YqzpQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXKz6YqzpQ .modal-open {
  overflow: hidden;
}
.cid-uXKz6YqzpQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXKz6YqzpQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXKz6YqzpQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXKz6YqzpQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uXKz6YqzpQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXKz6YqzpQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXKz6YqzpQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXKz6YqzpQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uXKz6YqzpQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXKz6YqzpQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXKz6YqzpQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXKz6YqzpQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uXKz6YqzpQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXKz6YqzpQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXKz6YqzpQ .modal-header {
    padding: 1rem;
  }
}
.cid-uXKz6YqzpQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXKz6YqzpQ .modal-header .close svg {
  fill: #353535;
}
.cid-uXKz6YqzpQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uXKz6YqzpQ .modal-header .close:focus {
  outline: none;
}
.cid-uXKz6YqzpQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXKz6YqzpQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXKz6YqzpQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXKz6YqzpQ .modal-body {
    padding: 1rem;
  }
}
.cid-uXKz6YqzpQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXKz6YqzpQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXKz6YqzpQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uXKz6YqzpQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXKz6YqzpQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXKz6YqzpQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXKz6YqzpQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXKz6YqzpQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXKz6YqzpQ .modal-lg,
  .cid-uXKz6YqzpQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXKz6YqzpQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXKz6YqzpQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXKz6YqzpQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uXKz6YqzpQ .form-group {
  margin-bottom: 1rem;
}
.cid-uXKz6YqzpQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXKz6YqzpQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXKz6YqzpQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uXKz6YqzpQ .mbr-section-btn {
  margin: 0;
}
.cid-uXKz6YqzpQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPwgdgEpVr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPwgdgEpVr img {
  width: 100%;
}
.cid-sPwgdgEpVr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #092c8d;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sPwgdgEpVr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sPwgdgEpVr .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sPwgdgEpVr .main-title {
  margin-bottom: 36px;
}
.cid-sPwgdgEpVr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sPwgdgEpVr .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 16px;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sPwgdgEpVr .card .card-header a.panel-title h4:hover {
  color: #092c8d;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sPwgdgEpVr .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sPwgdgEpVr .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sPwgdgEpVr .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sPwgdgEpVr .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sPwgdgEpVr * {
    text-align: left;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPw9fc3U41 {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sPw9fc3U41 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sPw9fc3U41 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sPw9fc3U41 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sPw9fc3U41 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-t2lQtczRHD {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-t2lQtczRHD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t2lQtczRHD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t2lQtczRHD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t2lQtczRHD .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .cid-t2lQtczRHD .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-twGD2OLZvE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-twGD2OLZvE .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-twGD2OLZvE .mbr-section-title {
  width: 100%;
}
.cid-twGD2OLZvE .item {
  width: 15.4rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-twGD2OLZvE .item {
    width: 45%;
  }
  .cid-twGD2OLZvE .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-twGD2OLZvE .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-twGD2OLZvE .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-twGD2OLZvE .mbr-text {
  color: #17171a;
  text-align: center;
}
.cid-twGD2OLZvE .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sPw96LOXZd {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sPw96LOXZd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9b9ba5;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sPw96LOXZd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sPw96LOXZd .mbr-section-subtitle {
  color: #999999;
}
.cid-sPw96LOXZd img {
  width: 120px;
  margin: auto;
}
.cid-sPw96LOXZd .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-sPw96LOXZd .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sPw96LOXZd .card {
    max-width: 14.28%;
  }
}
.cid-sPwe9Ag4uK {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sPwe9Ag4uK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9b9ba5;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-sPwe9Ag4uK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sPwe9Ag4uK .mbr-section-subtitle {
  color: #999999;
}
.cid-sPwe9Ag4uK img {
  width: 120px;
  margin: auto;
}
.cid-sPwe9Ag4uK .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-sPwe9Ag4uK .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sPwe9Ag4uK .card {
    max-width: 14.28%;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqM2ZBwh0d {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqM2ZBwh0d .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqM2ZBwh0d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tqM2ZBwh0d .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tqM2ZBwh0d .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tqM2ZBwh0d .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tqM2ZBwh0d .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tqM2ZBwh0d .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tqM2ZBwh0d .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tqM2ZBwh0d .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tqM2ZBwh0d .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tqM2ZBwh0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqM2ZBwh0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u574gyzcmQ {
  background-image: url("../../../assets/images/book-store-image-final-1863x3307.png");
}
@media (max-width: 2000px) {
  .cid-u574gyzcmQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u574gyzcmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u574gyzcmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvCY7k0yS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-sPvCY7k0yS .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sPvCY7k0yS .card-title {
  color: #ffffff;
}
.cid-sPvCY7k0yS .mbr-text,
.cid-sPvCY7k0yS .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-sPvCY7k0yS .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sPvCY7k0yS .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-sPvCY7k0yS .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sPvCY7k0yS .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sPvCY7k0yS .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sPvCY7k0yS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sPvCY7k0yS .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sPvCY7k0yS .bg-wrapper {
    display: none;
  }
  .cid-sPvCY7k0yS .text-wrapper {
    text-align: center;
  }
  .cid-sPvCY7k0yS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sPvCY7k0yS .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-sPvCY7k0yS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sPvCY7k0yS .card-title {
    letter-spacing: -1px;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPdJt86lWv {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}
.cid-sPdJt86lWv .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPdJt86lWv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #092c8d;
}
.cid-sPdJt86lWv .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sPdJt86lWv .svg-top {
    width: 1000px;
  }
}
.cid-sPdJt86lWv .card-header {
  border-bottom: 2px solid #092c8d;
  margin-bottom: 0px!important;
}
.cid-sPdJt86lWv .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPdJt86lWv span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sPdJt86lWv .collapsed span {
  transform: rotate(0deg);
}
.cid-sPdJt86lWv .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sPdJt86lWv .panel-group {
  width: 100%;
}
.cid-sPdJt86lWv .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sPdJt86lWv .card {
  border-radius: 0px;
}
.cid-sPdJt86lWv .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sPdJt86lWv .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sPdJt86lWv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPdJt86lWv .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sPdJt86lWv .panel-text {
  color: #1a449a;
}
.cid-sPdJt86lWv .header-text,
.cid-sPdJt86lWv .sign {
  color: #263d5a;
}
.cid-sPdJt86lWv .mbr-section-title {
  color: #1a449a;
}
.cid-sPdJt86lWv .header-text,
.cid-sPdJt86lWv .sign,
.cid-sPdJt86lWv .card-header {
  color: #1a449a;
}
.cid-sPdJt86lWv .mbr-section-subtitle {
  color: #263d5a;
}
.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);
}
.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-sPdZpoo5Xu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdZpoo5Xu nav.navbar {
  position: fixed;
}
.cid-sPdZpoo5Xu .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-sPdZpoo5Xu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdZpoo5Xu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdZpoo5Xu .dropdown-item:hover,
.cid-sPdZpoo5Xu .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdZpoo5Xu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdZpoo5Xu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdZpoo5Xu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdZpoo5Xu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdZpoo5Xu .nav-link {
  position: relative;
}
.cid-sPdZpoo5Xu .container {
  display: flex;
  margin: auto;
}
.cid-sPdZpoo5Xu .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdZpoo5Xu .dropdown-menu,
.cid-sPdZpoo5Xu .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdZpoo5Xu .nav-item:focus,
.cid-sPdZpoo5Xu .nav-link:focus {
  outline: none;
}
.cid-sPdZpoo5Xu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdZpoo5Xu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdZpoo5Xu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdZpoo5Xu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdZpoo5Xu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdZpoo5Xu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdZpoo5Xu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdZpoo5Xu .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdZpoo5Xu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdZpoo5Xu .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdZpoo5Xu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdZpoo5Xu .navbar.collapsed {
  justify-content: center;
}
.cid-sPdZpoo5Xu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdZpoo5Xu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdZpoo5Xu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdZpoo5Xu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdZpoo5Xu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdZpoo5Xu .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-sPdZpoo5Xu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdZpoo5Xu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdZpoo5Xu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdZpoo5Xu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdZpoo5Xu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdZpoo5Xu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdZpoo5Xu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdZpoo5Xu .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-sPdZpoo5Xu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdZpoo5Xu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdZpoo5Xu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdZpoo5Xu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdZpoo5Xu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdZpoo5Xu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdZpoo5Xu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdZpoo5Xu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdZpoo5Xu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdZpoo5Xu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdZpoo5Xu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdZpoo5Xu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdZpoo5Xu .dropdown-item.active,
.cid-sPdZpoo5Xu .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdZpoo5Xu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdZpoo5Xu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdZpoo5Xu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdZpoo5Xu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdZpoo5Xu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdZpoo5Xu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdZpoo5Xu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdZpoo5Xu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdZpoo5Xu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdZpoo5Xu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdZpoo5Xu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdZpoo5Xu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdZpoo5Xu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdZpoo5Xu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdZpoo5Xu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdZpoo5Xu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdZpoo5Xu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdZpoo5Xu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdZpoo5Xu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdZpoo5Xu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdZpoo5Xu .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-sPdZpoo5Xu .navbar {
    height: 70px;
  }
  .cid-sPdZpoo5Xu .navbar.opened {
    height: auto;
  }
  .cid-sPdZpoo5Xu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPdZpnTkLm {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}
.cid-sPdZpnTkLm .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPdZpnTkLm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #092c8d;
}
.cid-sPdZpnTkLm .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sPdZpnTkLm .svg-top {
    width: 1000px;
  }
}
.cid-sPdZpnTkLm .card-header {
  border-bottom: 2px solid #092c8d;
  margin-bottom: 0px!important;
}
.cid-sPdZpnTkLm .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPdZpnTkLm span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sPdZpnTkLm .collapsed span {
  transform: rotate(0deg);
}
.cid-sPdZpnTkLm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sPdZpnTkLm .panel-group {
  width: 100%;
}
.cid-sPdZpnTkLm .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sPdZpnTkLm .card {
  border-radius: 0px;
}
.cid-sPdZpnTkLm .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sPdZpnTkLm .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sPdZpnTkLm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPdZpnTkLm .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sPdZpnTkLm .panel-text {
  color: #1a449a;
}
.cid-sPdZpnTkLm .header-text,
.cid-sPdZpnTkLm .sign {
  color: #263d5a;
}
.cid-sPdZpnTkLm .mbr-section-title {
  color: #1a449a;
}
.cid-sPdZpnTkLm .header-text,
.cid-sPdZpnTkLm .sign,
.cid-sPdZpnTkLm .card-header {
  color: #1a449a;
}
.cid-sPdZpnTkLm .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sPdZpoVN6R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sPdZpoVN6R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sPdZpoVN6R .media-wrap img {
  filter: invert(1);
}
.cid-sPdZpoVN6R .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPdZpoVN6R .links {
    justify-content: center;
  }
  .cid-sPdZpoVN6R .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdZpoVN6R .links {
    justify-content: flex-end;
  }
  .cid-sPdZpoVN6R .link {
    margin: 0.5rem;
  }
}
.cid-sPdZpoVN6R .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sPdZpoVN6R .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sPdZpoVN6R .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-sPdZpoVN6R .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sPdZpoVN6R .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sPdZpoVN6R .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sPdZpoVN6R .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sPdZpoVN6R .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPdMlqCFJW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdMlqCFJW nav.navbar {
  position: fixed;
}
.cid-sPdMlqCFJW .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-sPdMlqCFJW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdMlqCFJW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdMlqCFJW .dropdown-item:hover,
.cid-sPdMlqCFJW .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdMlqCFJW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdMlqCFJW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdMlqCFJW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdMlqCFJW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdMlqCFJW .nav-link {
  position: relative;
}
.cid-sPdMlqCFJW .container {
  display: flex;
  margin: auto;
}
.cid-sPdMlqCFJW .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdMlqCFJW .dropdown-menu,
.cid-sPdMlqCFJW .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdMlqCFJW .nav-item:focus,
.cid-sPdMlqCFJW .nav-link:focus {
  outline: none;
}
.cid-sPdMlqCFJW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdMlqCFJW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdMlqCFJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdMlqCFJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdMlqCFJW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdMlqCFJW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdMlqCFJW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdMlqCFJW .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdMlqCFJW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdMlqCFJW .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdMlqCFJW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdMlqCFJW .navbar.collapsed {
  justify-content: center;
}
.cid-sPdMlqCFJW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdMlqCFJW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdMlqCFJW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdMlqCFJW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdMlqCFJW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdMlqCFJW .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-sPdMlqCFJW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdMlqCFJW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdMlqCFJW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdMlqCFJW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdMlqCFJW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdMlqCFJW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdMlqCFJW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdMlqCFJW .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-sPdMlqCFJW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdMlqCFJW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdMlqCFJW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdMlqCFJW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdMlqCFJW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdMlqCFJW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdMlqCFJW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdMlqCFJW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdMlqCFJW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdMlqCFJW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdMlqCFJW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdMlqCFJW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdMlqCFJW .dropdown-item.active,
.cid-sPdMlqCFJW .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdMlqCFJW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdMlqCFJW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdMlqCFJW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdMlqCFJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdMlqCFJW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdMlqCFJW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdMlqCFJW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdMlqCFJW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdMlqCFJW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdMlqCFJW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdMlqCFJW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdMlqCFJW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdMlqCFJW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdMlqCFJW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdMlqCFJW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdMlqCFJW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdMlqCFJW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdMlqCFJW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdMlqCFJW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdMlqCFJW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdMlqCFJW .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-sPdMlqCFJW .navbar {
    height: 70px;
  }
  .cid-sPdMlqCFJW .navbar.opened {
    height: auto;
  }
  .cid-sPdMlqCFJW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPdMlq2mFl {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-sPdMlq2mFl .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPdMlq2mFl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #092c8d;
}
.cid-sPdMlq2mFl .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sPdMlq2mFl .svg-top {
    width: 1000px;
  }
}
.cid-sPdMlq2mFl .card-header {
  border-bottom: 2px solid #092c8d;
  margin-bottom: 0px!important;
}
.cid-sPdMlq2mFl .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPdMlq2mFl span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sPdMlq2mFl .collapsed span {
  transform: rotate(0deg);
}
.cid-sPdMlq2mFl .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sPdMlq2mFl .panel-group {
  width: 100%;
}
.cid-sPdMlq2mFl .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sPdMlq2mFl .card {
  border-radius: 0px;
}
.cid-sPdMlq2mFl .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sPdMlq2mFl .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sPdMlq2mFl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPdMlq2mFl .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sPdMlq2mFl .panel-text {
  color: #1a449a;
}
.cid-sPdMlq2mFl .header-text,
.cid-sPdMlq2mFl .sign {
  color: #263d5a;
}
.cid-sPdMlq2mFl .mbr-section-title {
  color: #1a449a;
}
.cid-sPdMlq2mFl .header-text,
.cid-sPdMlq2mFl .sign,
.cid-sPdMlq2mFl .card-header {
  color: #1a449a;
  text-align: center;
}
.cid-sPdMlq2mFl .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sPdMlradpX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sPdMlradpX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sPdMlradpX .media-wrap img {
  filter: invert(1);
}
.cid-sPdMlradpX .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPdMlradpX .links {
    justify-content: center;
  }
  .cid-sPdMlradpX .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sPdMlradpX .links {
    justify-content: flex-end;
  }
  .cid-sPdMlradpX .link {
    margin: 0.5rem;
  }
}
.cid-sPdMlradpX .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sPdMlradpX .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sPdMlradpX .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-sPdMlradpX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sPdMlradpX .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sPdMlradpX .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sPdMlradpX .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sPdMlradpX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPdtTfbpnx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #141414;
}
.cid-sPdtTfbpnx .wrapper {
  display: flex;
  justify-content: center;
}
.cid-sPdtTfbpnx .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-sPdtTfbpnx .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-sPdtTfbpnx .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-sPdtTfbpnx .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-sPdtTfbpnx .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-sPdtTfbpnx .section-title {
  max-width: 490px;
}
.cid-sPdtTfbpnx .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-sPdtTfbpnx .card_right {
  top: -192px;
}
.cid-sPdtTfbpnx .card_title {
  width: 100%;
}
.cid-sPdtTfbpnx .card_text {
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-sPdtTfbpnx .card_small-text {
  color: #A2A0A0;
  width: 100%;
}
.cid-sPdtTfbpnx .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-sPdtTfbpnx .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-sPdtTfbpnx .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdtTfbpnx .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-sPdtTfbpnx .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-sPdtTfbpnx .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-sPdtTfbpnx .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sPdtTfbpnx .container-fluid {
    padding: 0 40px;
  }
  .cid-sPdtTfbpnx .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-sPdtTfbpnx .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-sPdtTfbpnx .card_right {
    top: 0;
  }
  .cid-sPdtTfbpnx .card_text {
    margin-bottom: 16px !important;
  }
  .cid-sPdtTfbpnx .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-sPdtTfbpnx .title-text-container {
    margin-bottom: 48px;
  }
  .cid-sPdtTfbpnx .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-sPdtTfbpnx .container-fluid {
    padding: 0 24px;
  }
  .cid-sPdtTfbpnx .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-sPdtTfbpnx .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-sPdtTfbpnx .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP8I61anrw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-sP8I61anrw .card-wrap {
  width: 29.6rem;
  height: 29.6rem;
  position: relative;
}
.cid-sP8I61anrw .card {
  border: 2px solid #17171A;
  border-radius: 0;
  width: 14.8rem;
  height: 14.8rem;
}
.cid-sP8I61anrw .right {
  position: absolute;
  top: 1px;
  right: 2px;
}
.cid-sP8I61anrw .left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.cid-sP8I61anrw .item-btn {
  width: 10.6rem;
  height: 10.6rem;
}
.cid-sP8I61anrw .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cid-sP8I61anrw .content-wrap {
    flex-wrap: nowrap;
  }
  .cid-sP8I61anrw .main-content {
    width: 75%;
    padding-left: 3rem;
  }
}
@media (max-width: 999px) {
  .cid-sP8I61anrw .content-wrap {
    flex-wrap: wrap;
  }
  .cid-sP8I61anrw .main-content {
    width: 75%;
    padding-left: 1rem;
  }
  .cid-sP8I61anrw .main-content p {
    width: 70%;
  }
  .cid-sP8I61anrw .card-wrap {
    width: 20.8rem;
    height: 20.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .cid-sP8I61anrw .card {
    width: 10.4rem;
    height: 10.4rem;
  }
  .cid-sP8I61anrw .item-btn {
    width: 8rem;
    height: 8rem;
    margin-left: 5rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 769px) {
  .cid-sP8I61anrw .main-content {
    width: 100%;
    text-align: center;
  }
  .cid-sP8I61anrw .main-content p {
    width: 100%;
  }
  .cid-sP8I61anrw .add-content {
    display: none;
  }
  .cid-sP8I61anrw .item-btn {
    width: 6.9rem;
    height: 6.9rem;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-sP8I61anrw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sP8I61anrw .mbr-section-title a {
  color: #9b9ba5;
}
.cid-sP8I61anrw .mbr-text {
  color: #9b9ba5;
}
.cid-sP8JThXdpQ {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-sP8JThXdpQ .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-sP8JThXdpQ .mbr-section-title,
.cid-sP8JThXdpQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sP8JThXdpQ .card-title,
.cid-sP8JThXdpQ .card-box {
  color: #ffffff;
}
.cid-sP8JThXdpQ .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sP8JThXdpQ .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-sP8JThXdpQ .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sP8JThXdpQ .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sP8JThXdpQ .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-sP8JThXdpQ .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP8NcXOUNZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #101015, #354463);
}
.cid-sP8NcXOUNZ .list-group-item {
  padding: 0.75rem 3.25rem;
}
.cid-sP8NcXOUNZ .media-container-row {
  margin-top: 3.2rem;
}
.cid-sP8NcXOUNZ .plan-price {
  padding-bottom: 2.1rem;
}
.cid-sP8NcXOUNZ .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sP8NcXOUNZ .mbr-iconfont {
  color: #45dbab;
  font-size: 0.8rem;
}
.cid-sP8NcXOUNZ .iconfont-wrapper {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-sP8NcXOUNZ .mbr-section-btn {
  margin-right: 0rem;
}
.cid-sP8NcXOUNZ .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sP8NcXOUNZ .plan-header,
.cid-sP8NcXOUNZ .plan-body {
  background-color: #ffffff;
}
.cid-sP8NcXOUNZ .items-list {
  text-align: left;
}
.cid-sP8NcXOUNZ .price-figure {
  font-family: 'Urbanist', sans-serif;
}
.cid-sP8NcXOUNZ .plan-title {
  color: #bebebe;
}
.cid-sP8NcXOUNZ .list-item {
  margin-bottom: 0.6rem;
}
.cid-sP8NcXOUNZ ul {
  list-style: none;
}
.cid-sP8NcXOUNZ .item-text {
  font-weight: 700;
}
@media (max-width: 550px) {
  .cid-sP8NcXOUNZ .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sP8NcXOUNZ .plan {
    margin-bottom: 2rem;
    padding: 0;
  }
  .cid-sP8NcXOUNZ .items-list {
    padding: 0 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sP8NcXOUNZ .plan {
    margin-bottom: 2rem;
  }
  .cid-sP8NcXOUNZ .items-list {
    padding: 0 5rem;
  }
}
@media (min-width: 767px) {
  .cid-sP8NcXOUNZ .container {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sP8NcXOUNZ .items-list {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-sP8NcXOUNZ .items-list {
    padding: 0 4rem;
  }
}
.cid-sP8NcXOUNZ .list-item,
.cid-sP8NcXOUNZ .item-text,
.cid-sP8NcXOUNZ .mbr-section-btn {
  text-align: center;
  color: #c4c4c8;
}
.cid-sP8NcXOUNZ H4 {
  color: #e8e8e8;
}
.cid-sP8RkpUBoA {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #101015, #354463);
}
@media (min-width: 1200px) {
  .cid-sP8RkpUBoA .items-list {
    padding: 0 6rem !important;
  }
}
.cid-sP8RkpUBoA .list-group-item {
  padding: 0.75rem 3.25rem;
}
.cid-sP8RkpUBoA .media-container-row {
  margin-top: 3.2rem;
}
.cid-sP8RkpUBoA .plan-price {
  padding-bottom: 2.1rem;
}
.cid-sP8RkpUBoA .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sP8RkpUBoA .mbr-iconfont {
  color: #45dbab;
  font-size: 0.8rem;
}
.cid-sP8RkpUBoA .iconfont-wrapper {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-sP8RkpUBoA .mbr-section-btn {
  margin-right: 0rem;
}
.cid-sP8RkpUBoA .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sP8RkpUBoA .plan-header,
.cid-sP8RkpUBoA .plan-body {
  background-color: #ffffff;
}
.cid-sP8RkpUBoA .items-list {
  text-align: left;
}
.cid-sP8RkpUBoA .price-figure {
  font-family: 'Urbanist', sans-serif;
}
.cid-sP8RkpUBoA .plan-title {
  color: #bebebe;
}
.cid-sP8RkpUBoA .list-item {
  margin-bottom: 0.6rem;
}
.cid-sP8RkpUBoA ul {
  list-style: none;
}
.cid-sP8RkpUBoA .item-text {
  font-weight: 700;
}
@media (max-width: 550px) {
  .cid-sP8RkpUBoA .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sP8RkpUBoA .plan {
    margin-bottom: 2rem;
    padding: 0;
  }
  .cid-sP8RkpUBoA .items-list {
    padding: 0 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sP8RkpUBoA .plan {
    margin-bottom: 2rem;
  }
  .cid-sP8RkpUBoA .items-list {
    padding: 0 5rem;
  }
}
@media (min-width: 767px) {
  .cid-sP8RkpUBoA .container {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sP8RkpUBoA .items-list {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-sP8RkpUBoA .items-list {
    padding: 0 4rem;
  }
}
.cid-sP8RkpUBoA .list-item,
.cid-sP8RkpUBoA .item-text,
.cid-sP8RkpUBoA .mbr-section-btn {
  text-align: center;
  color: #c4c4c8;
}
.cid-sP8RkpUBoA H4 {
  color: #e8e8e8;
}
.cid-sP8PPSXa32 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #101015, #354463);
}
@media (min-width: 1200px) {
  .cid-sP8PPSXa32 .items-list {
    padding: 0 6rem !important;
  }
}
.cid-sP8PPSXa32 .list-group-item {
  padding: 0.75rem 3.25rem;
}
.cid-sP8PPSXa32 .media-container-row {
  margin-top: 3.2rem;
}
.cid-sP8PPSXa32 .plan-price {
  padding-bottom: 2.1rem;
}
.cid-sP8PPSXa32 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sP8PPSXa32 .mbr-iconfont {
  color: #45dbab;
  font-size: 0.8rem;
}
.cid-sP8PPSXa32 .iconfont-wrapper {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-sP8PPSXa32 .mbr-section-btn {
  margin-right: 0rem;
}
.cid-sP8PPSXa32 .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sP8PPSXa32 .plan-header,
.cid-sP8PPSXa32 .plan-body {
  background-color: #ffffff;
}
.cid-sP8PPSXa32 .items-list {
  text-align: left;
}
.cid-sP8PPSXa32 .price-figure {
  font-family: 'Urbanist', sans-serif;
}
.cid-sP8PPSXa32 .plan-title {
  color: #bebebe;
}
.cid-sP8PPSXa32 .list-item {
  margin-bottom: 0.6rem;
}
.cid-sP8PPSXa32 ul {
  list-style: none;
}
.cid-sP8PPSXa32 .item-text {
  font-weight: 700;
}
@media (max-width: 550px) {
  .cid-sP8PPSXa32 .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sP8PPSXa32 .plan {
    margin-bottom: 2rem;
    padding: 0;
  }
  .cid-sP8PPSXa32 .items-list {
    padding: 0 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sP8PPSXa32 .plan {
    margin-bottom: 2rem;
  }
  .cid-sP8PPSXa32 .items-list {
    padding: 0 5rem;
  }
}
@media (min-width: 767px) {
  .cid-sP8PPSXa32 .container {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sP8PPSXa32 .items-list {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-sP8PPSXa32 .items-list {
    padding: 0 4rem;
  }
}
.cid-sP8PPSXa32 .list-item,
.cid-sP8PPSXa32 .item-text,
.cid-sP8PPSXa32 .mbr-section-btn {
  text-align: center;
  color: #c4c4c8;
}
.cid-sP8PPSXa32 H4 {
  color: #e8e8e8;
}
.cid-sZ91Arcusd {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-sZ91Arcusd .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-sZ91Arcusd .mbr-section-title,
.cid-sZ91Arcusd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sZ91Arcusd .card-title,
.cid-sZ91Arcusd .card-box {
  color: #ffffff;
}
.cid-sZ91Arcusd .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sZ91Arcusd .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-sZ91Arcusd .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sZ91Arcusd .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sZ91Arcusd .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-sZ91Arcusd .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP8SsuTeBz {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #17171a;
}
.cid-sP8SsuTeBz .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-sP8SsuTeBz .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-sP8SsuTeBz .margin {
  margin-bottom: 10px;
}
.cid-sP8SsuTeBz .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-sP8SsuTeBz .description {
  color: #ebeff2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-sP8SsuTeBz .title {
  font-size: 24px;
}
.cid-sP8SsuTeBz .form-heading {
  margin-bottom: 40px;
}
.cid-sP8SsuTeBz label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-sP8SsuTeBz input,
.cid-sP8SsuTeBz textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-sP8SsuTeBz .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-sP8SsuTeBz .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-sP8SsuTeBz .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-sP8SsuTeBz .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-sP8SsuTeBz .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-sP8SsuTeBz .gray-button:hover {
  background-color: #5e6068;
}
.cid-sP8SsuTeBz ::placeholder {
  color: #a3a6b2;
}
.cid-thwEPVSLqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thwEPVSLqM .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-thwEPVSLqM .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-thwEPVSLqM .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwEPVSLqM .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-thwEPVSLqM .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-thwEPVSLqM .mbr-text {
  color: #9b9ba5;
}
.cid-thwwXACFAP {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-thwwXACFAP .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-thwwXACFAP .mbr-section-title,
.cid-thwwXACFAP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thwwXACFAP .card-title,
.cid-thwwXACFAP .card-box {
  color: #ffffff;
}
.cid-thwwXACFAP .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-thwwXACFAP .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-thwwXACFAP .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-thwwXACFAP .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-thwwXACFAP .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-thwwXACFAP .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP914lipMw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP914lipMw .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-sP914lipMw .content {
    text-align: center;
  }
  .cid-sP914lipMw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sP914lipMw .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-sP914lipMw .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-sP914lipMw .google-map {
    height: 25rem;
  }
}
.cid-sP914lipMw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-sP914lipMw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sP914lipMw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sP914lipMw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP914lipMw .list {
  list-style-type: none;
  padding: 0;
}
.cid-sP914lipMw .mbr-text-adress {
  font-weight: 300;
  color: #fff;
}
.cid-sP914lipMw .mbr-text-work {
  font-weight: 300;
  color: #fff;
}
.cid-sP914lipMw .mbr-section-title {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cid-sP914lipMw .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sP914lipMw .adress-subtitle {
  color: #fff;
}
.cid-sP914lipMw .working-subtitle {
  color: #fff;
}
.cid-sP914lipMw .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-sP914lipMw .map-contacts {
    margin-top: 40px;
  }
}
.cid-sP914lipMw .contact-title {
  color: #fff;
}
.cid-sP914lipMw .contact-info {
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-sP914lipMw .contact-info {
    margin-bottom: 0;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP94ECcOMY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .cid-sP94ECcOMY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sP94ECcOMY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sP94ECcOMY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sP94ECcOMY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP94ECcOMY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sP94ECcOMY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sP94ECcOMY .section-head {
  margin-left: 3rem;
}
.cid-sP94ECcOMY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sP94ECcOMY .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-sP94ECcOMY .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-sP94ECcOMY .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP94ECcOMY .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-sP94ECcOMY .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-sP94ECcOMY .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-sP94ECcOMY .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-sP94ECcOMY .card-btn {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sP94ECcOMY .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-sP94ECcOMY .card-btn span {
    transition: all 0.8s;
  }
  .cid-sP94ECcOMY .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sP94ECcOMY .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-sP94ECcOMY .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-sP94ECcOMY .card-btn span {
    transition: all 0.8s;
  }
  .cid-sP94ECcOMY .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
.cid-sP94ECcOMY .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sP94ECcOMY .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sP94ECcOMY .footer-btn {
    width: 5rem;
    height: 5rem;
  }
}
.cid-sP94ECcOMY .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
  border: none;
}
@media (max-width: 767px) {
  .cid-sP94ECcOMY .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-sP94ECcOMY .mbr-section-title {
    letter-spacing: -1px;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqMulHo10I {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .cid-tqMulHo10I .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tqMulHo10I .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqMulHo10I .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqMulHo10I .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqMulHo10I .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tqMulHo10I .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tqMulHo10I .section-head {
  margin-left: 3rem;
}
.cid-tqMulHo10I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tqMulHo10I .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-tqMulHo10I .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-tqMulHo10I .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-tqMulHo10I .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-tqMulHo10I .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-tqMulHo10I .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-tqMulHo10I .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-tqMulHo10I .card-btn {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-tqMulHo10I .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-tqMulHo10I .card-btn span {
    transition: all 0.8s;
  }
  .cid-tqMulHo10I .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-tqMulHo10I .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-tqMulHo10I .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-tqMulHo10I .card-btn span {
    transition: all 0.8s;
  }
  .cid-tqMulHo10I .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
.cid-tqMulHo10I .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tqMulHo10I .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-tqMulHo10I .footer-btn {
    width: 5rem;
    height: 5rem;
  }
}
.cid-tqMulHo10I .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
  border: none;
}
@media (max-width: 767px) {
  .cid-tqMulHo10I .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-tqMulHo10I .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sP9aqNXJmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-sP9aqNXJmS .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sP9aqNXJmS .card-title {
  color: #ffffff;
}
.cid-sP9aqNXJmS .mbr-text,
.cid-sP9aqNXJmS .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-sP9aqNXJmS .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sP9aqNXJmS .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-sP9aqNXJmS .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sP9aqNXJmS .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sP9aqNXJmS .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sP9aqNXJmS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sP9aqNXJmS .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sP9aqNXJmS .bg-wrapper {
    display: none;
  }
  .cid-sP9aqNXJmS .text-wrapper {
    text-align: center;
  }
  .cid-sP9aqNXJmS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sP9aqNXJmS .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-sP9aqNXJmS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sP9aqNXJmS .card-title {
    letter-spacing: -1px;
  }
}
.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);
}
.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-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP9c4kmlAD {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP9c4kmlAD .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sP9c4kmlAD .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sP9c4kmlAD .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sP9c4kmlAD .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sP9c4kmlAD .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sP9c4kmlAD .mbr-text {
  color: #9b9ba5;
}
.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);
}
.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;
  }
}
#custom-html-2v {
  /* Type valid CSS here */
}
#custom-html-2v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2v p {
  font-size: 60px;
  color: #777;
}
#custom-html-2w {
  /* Type valid CSS here */
}
#custom-html-2w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2w p {
  font-size: 60px;
  color: #777;
}
.cid-sPdnEUOT5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPdnEUOT5j nav.navbar {
  position: fixed;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPdnEUOT5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPdnEUOT5j .dropdown-item:hover,
.cid-sPdnEUOT5j .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-sPdnEUOT5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPdnEUOT5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPdnEUOT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPdnEUOT5j .nav-link {
  position: relative;
}
.cid-sPdnEUOT5j .container {
  display: flex;
  margin: auto;
}
.cid-sPdnEUOT5j .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown-menu,
.cid-sPdnEUOT5j .navbar.opened {
  background: #ffffff !important;
}
.cid-sPdnEUOT5j .nav-item:focus,
.cid-sPdnEUOT5j .nav-link:focus {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPdnEUOT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPdnEUOT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPdnEUOT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPdnEUOT5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.opened {
  transition: all 0.3s;
}
.cid-sPdnEUOT5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPdnEUOT5j .navbar .navbar-logo img {
  width: auto;
}
.cid-sPdnEUOT5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar.collapsed {
  justify-content: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPdnEUOT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPdnEUOT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPdnEUOT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPdnEUOT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPdnEUOT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPdnEUOT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPdnEUOT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPdnEUOT5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPdnEUOT5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPdnEUOT5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPdnEUOT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPdnEUOT5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPdnEUOT5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPdnEUOT5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPdnEUOT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPdnEUOT5j .dropdown-item.active,
.cid-sPdnEUOT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sPdnEUOT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPdnEUOT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPdnEUOT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPdnEUOT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPdnEUOT5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPdnEUOT5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPdnEUOT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPdnEUOT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPdnEUOT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPdnEUOT5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPdnEUOT5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPdnEUOT5j .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-sPdnEUOT5j .navbar {
    height: 70px;
  }
  .cid-sPdnEUOT5j .navbar.opened {
    height: auto;
  }
  .cid-sPdnEUOT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqKKB15Q4k {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-tqKKB15Q4k .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-tqKKB15Q4k .card-title {
  color: #ffffff;
}
.cid-tqKKB15Q4k .mbr-text,
.cid-tqKKB15Q4k .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-tqKKB15Q4k .text-wrapper {
    padding-left: 5rem;
  }
  .cid-tqKKB15Q4k .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-tqKKB15Q4k .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-tqKKB15Q4k .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tqKKB15Q4k .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-tqKKB15Q4k .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tqKKB15Q4k .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-tqKKB15Q4k .bg-wrapper {
    display: none;
  }
  .cid-tqKKB15Q4k .text-wrapper {
    text-align: center;
  }
  .cid-tqKKB15Q4k .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tqKKB15Q4k .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-tqKKB15Q4k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-tqKKB15Q4k .card-title {
    letter-spacing: -1px;
  }
}
.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);
}
.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;
  }
}
#custom-html-30 {
  /* Type valid CSS here */
}
#custom-html-30 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-30 p {
  font-size: 60px;
  color: #777;
}
#custom-html-32 {
  /* Type valid CSS here */
}
#custom-html-32 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-32 p {
  font-size: 60px;
  color: #777;
}
.cid-ug8ymZvjrN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ug8ymZvjrN nav.navbar {
  position: fixed;
}
.cid-ug8ymZvjrN .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-ug8ymZvjrN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ug8ymZvjrN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ug8ymZvjrN .dropdown-item:hover,
.cid-ug8ymZvjrN .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-ug8ymZvjrN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ug8ymZvjrN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ug8ymZvjrN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ug8ymZvjrN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ug8ymZvjrN .nav-link {
  position: relative;
}
.cid-ug8ymZvjrN .container {
  display: flex;
  margin: auto;
}
.cid-ug8ymZvjrN .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ug8ymZvjrN .dropdown-menu,
.cid-ug8ymZvjrN .navbar.opened {
  background: #ffffff !important;
}
.cid-ug8ymZvjrN .nav-item:focus,
.cid-ug8ymZvjrN .nav-link:focus {
  outline: none;
}
.cid-ug8ymZvjrN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ug8ymZvjrN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ug8ymZvjrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ug8ymZvjrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ug8ymZvjrN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ug8ymZvjrN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ug8ymZvjrN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ug8ymZvjrN .navbar.opened {
  transition: all 0.3s;
}
.cid-ug8ymZvjrN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ug8ymZvjrN .navbar .navbar-logo img {
  width: auto;
}
.cid-ug8ymZvjrN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug8ymZvjrN .navbar.collapsed {
  justify-content: center;
}
.cid-ug8ymZvjrN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ug8ymZvjrN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ug8ymZvjrN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ug8ymZvjrN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug8ymZvjrN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug8ymZvjrN .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-ug8ymZvjrN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug8ymZvjrN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ug8ymZvjrN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ug8ymZvjrN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ug8ymZvjrN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug8ymZvjrN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug8ymZvjrN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug8ymZvjrN .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-ug8ymZvjrN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ug8ymZvjrN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ug8ymZvjrN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ug8ymZvjrN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ug8ymZvjrN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ug8ymZvjrN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ug8ymZvjrN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ug8ymZvjrN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ug8ymZvjrN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ug8ymZvjrN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ug8ymZvjrN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ug8ymZvjrN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug8ymZvjrN .dropdown-item.active,
.cid-ug8ymZvjrN .dropdown-item:active {
  background-color: transparent;
}
.cid-ug8ymZvjrN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug8ymZvjrN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug8ymZvjrN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug8ymZvjrN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ug8ymZvjrN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug8ymZvjrN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug8ymZvjrN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ug8ymZvjrN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ug8ymZvjrN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ug8ymZvjrN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-ug8ymZvjrN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ug8ymZvjrN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug8ymZvjrN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug8ymZvjrN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ug8ymZvjrN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug8ymZvjrN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ug8ymZvjrN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ug8ymZvjrN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug8ymZvjrN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ug8ymZvjrN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ug8ymZvjrN .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-ug8ymZvjrN .navbar {
    height: 70px;
  }
  .cid-ug8ymZvjrN .navbar.opened {
    height: auto;
  }
  .cid-ug8ymZvjrN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8yn0vg9j {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ug8yn0vg9j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ug8yn0vg9j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ug8yn0vg9j .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ug8yn0vg9j .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-ug8yn0vg9j .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ug8yn0vg9j .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ug8yn0vg9j .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-ug8yn0vg9j .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-ug8yn0vg9j .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-ug8yn0vg9j .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ug8yn0vg9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8yn0vg9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8yPCXfT0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ug8yPCXfT0 img,
.cid-ug8yPCXfT0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ug8yPCXfT0 .item:focus,
.cid-ug8yPCXfT0 span:focus {
  outline: none;
}
.cid-ug8yPCXfT0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ug8yPCXfT0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ug8yPCXfT0 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ug8yPCXfT0 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ug8yPCXfT0 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ug8yPCXfT0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ug8yPCXfT0 .mbr-section-title {
  color: #092c8d;
  text-align: center;
}
.cid-ug8yPCXfT0 .item-title {
  text-align: left;
  color: #4552ff;
}
.cid-ug8yPCXfT0 .item-subtitle {
  text-align: left;
}
.cid-ug8yPCXfT0 .mbr-text,
.cid-ug8yPCXfT0 .item .mbr-section-btn {
  text-align: center;
}
.cid-ug8yPCXfT0 .mbr-section-subtitle,
.cid-ug8yPCXfT0 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-ug8yn1qjC7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-ug8yn1qjC7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ug8yn1qjC7 .media-wrap img {
  filter: invert(1);
}
.cid-ug8yn1qjC7 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ug8yn1qjC7 .links {
    justify-content: center;
  }
  .cid-ug8yn1qjC7 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-ug8yn1qjC7 .links {
    justify-content: flex-end;
  }
  .cid-ug8yn1qjC7 .link {
    margin: 0.5rem;
  }
}
.cid-ug8yn1qjC7 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-ug8yn1qjC7 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-ug8yn1qjC7 .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-ug8yn1qjC7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ug8yn1qjC7 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-ug8yn1qjC7 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ug8yn1qjC7 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-ug8yn1qjC7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXKBC2HeOo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXKBC2HeOo nav.navbar {
  position: fixed;
}
.cid-uXKBC2HeOo .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-uXKBC2HeOo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXKBC2HeOo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXKBC2HeOo .dropdown-item:hover,
.cid-uXKBC2HeOo .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-uXKBC2HeOo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXKBC2HeOo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXKBC2HeOo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXKBC2HeOo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXKBC2HeOo .nav-link {
  position: relative;
}
.cid-uXKBC2HeOo .container {
  display: flex;
  margin: auto;
}
.cid-uXKBC2HeOo .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXKBC2HeOo .dropdown-menu,
.cid-uXKBC2HeOo .navbar.opened {
  background: #ffffff !important;
}
.cid-uXKBC2HeOo .nav-item:focus,
.cid-uXKBC2HeOo .nav-link:focus {
  outline: none;
}
.cid-uXKBC2HeOo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXKBC2HeOo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXKBC2HeOo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXKBC2HeOo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXKBC2HeOo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXKBC2HeOo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXKBC2HeOo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uXKBC2HeOo .navbar.opened {
  transition: all 0.3s;
}
.cid-uXKBC2HeOo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXKBC2HeOo .navbar .navbar-logo img {
  width: auto;
}
.cid-uXKBC2HeOo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXKBC2HeOo .navbar.collapsed {
  justify-content: center;
}
.cid-uXKBC2HeOo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXKBC2HeOo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXKBC2HeOo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uXKBC2HeOo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXKBC2HeOo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXKBC2HeOo .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-uXKBC2HeOo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXKBC2HeOo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXKBC2HeOo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXKBC2HeOo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXKBC2HeOo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXKBC2HeOo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXKBC2HeOo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXKBC2HeOo .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-uXKBC2HeOo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXKBC2HeOo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXKBC2HeOo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXKBC2HeOo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXKBC2HeOo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXKBC2HeOo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXKBC2HeOo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXKBC2HeOo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXKBC2HeOo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXKBC2HeOo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXKBC2HeOo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXKBC2HeOo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXKBC2HeOo .dropdown-item.active,
.cid-uXKBC2HeOo .dropdown-item:active {
  background-color: transparent;
}
.cid-uXKBC2HeOo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXKBC2HeOo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXKBC2HeOo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXKBC2HeOo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXKBC2HeOo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXKBC2HeOo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXKBC2HeOo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXKBC2HeOo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXKBC2HeOo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXKBC2HeOo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-uXKBC2HeOo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXKBC2HeOo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXKBC2HeOo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXKBC2HeOo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXKBC2HeOo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXKBC2HeOo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXKBC2HeOo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXKBC2HeOo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXKBC2HeOo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXKBC2HeOo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXKBC2HeOo .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-uXKBC2HeOo .navbar {
    height: 70px;
  }
  .cid-uXKBC2HeOo .navbar.opened {
    height: auto;
  }
  .cid-uXKBC2HeOo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXKBC381jT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-uXKBC381jT .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uXKBC381jT .card-title {
  color: #ffffff;
}
.cid-uXKBC381jT .mbr-text,
.cid-uXKBC381jT .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-uXKBC381jT .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uXKBC381jT .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uXKBC381jT .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uXKBC381jT .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXKBC381jT .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uXKBC381jT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXKBC381jT .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uXKBC381jT .bg-wrapper {
    display: none;
  }
  .cid-uXKBC381jT .text-wrapper {
    text-align: center;
  }
  .cid-uXKBC381jT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXKBC381jT .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uXKBC381jT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uXKBC381jT .card-title {
    letter-spacing: -1px;
  }
}
.cid-uXKBC3rPwy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uXKBC3rPwy .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXKBC3rPwy .media-wrap img {
  filter: invert(1);
}
.cid-uXKBC3rPwy .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uXKBC3rPwy .links {
    justify-content: center;
  }
  .cid-uXKBC3rPwy .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uXKBC3rPwy .links {
    justify-content: flex-end;
  }
  .cid-uXKBC3rPwy .link {
    margin: 0.5rem;
  }
}
.cid-uXKBC3rPwy .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uXKBC3rPwy .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uXKBC3rPwy .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-uXKBC3rPwy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uXKBC3rPwy .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uXKBC3rPwy .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXKBC3rPwy .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uXKBC3rPwy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXVofCnMRB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXVofCnMRB nav.navbar {
  position: fixed;
}
.cid-uXVofCnMRB .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-uXVofCnMRB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXVofCnMRB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXVofCnMRB .dropdown-item:hover,
.cid-uXVofCnMRB .dropdown-item:focus {
  background: #092c8d !important;
  color: white !important;
}
.cid-uXVofCnMRB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXVofCnMRB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXVofCnMRB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXVofCnMRB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXVofCnMRB .nav-link {
  position: relative;
}
.cid-uXVofCnMRB .container {
  display: flex;
  margin: auto;
}
.cid-uXVofCnMRB .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXVofCnMRB .dropdown-menu,
.cid-uXVofCnMRB .navbar.opened {
  background: #ffffff !important;
}
.cid-uXVofCnMRB .nav-item:focus,
.cid-uXVofCnMRB .nav-link:focus {
  outline: none;
}
.cid-uXVofCnMRB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXVofCnMRB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXVofCnMRB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXVofCnMRB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXVofCnMRB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXVofCnMRB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXVofCnMRB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uXVofCnMRB .navbar.opened {
  transition: all 0.3s;
}
.cid-uXVofCnMRB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXVofCnMRB .navbar .navbar-logo img {
  width: auto;
}
.cid-uXVofCnMRB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXVofCnMRB .navbar.collapsed {
  justify-content: center;
}
.cid-uXVofCnMRB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXVofCnMRB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXVofCnMRB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uXVofCnMRB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXVofCnMRB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXVofCnMRB .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-uXVofCnMRB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXVofCnMRB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXVofCnMRB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXVofCnMRB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXVofCnMRB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXVofCnMRB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXVofCnMRB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXVofCnMRB .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-uXVofCnMRB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXVofCnMRB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXVofCnMRB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXVofCnMRB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXVofCnMRB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXVofCnMRB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXVofCnMRB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXVofCnMRB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXVofCnMRB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXVofCnMRB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXVofCnMRB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXVofCnMRB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXVofCnMRB .dropdown-item.active,
.cid-uXVofCnMRB .dropdown-item:active {
  background-color: transparent;
}
.cid-uXVofCnMRB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXVofCnMRB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXVofCnMRB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXVofCnMRB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXVofCnMRB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXVofCnMRB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXVofCnMRB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXVofCnMRB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXVofCnMRB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXVofCnMRB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #092c8d;
}
.cid-uXVofCnMRB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXVofCnMRB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXVofCnMRB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXVofCnMRB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXVofCnMRB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXVofCnMRB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXVofCnMRB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXVofCnMRB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXVofCnMRB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXVofCnMRB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXVofCnMRB .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-uXVofCnMRB .navbar {
    height: 70px;
  }
  .cid-uXVofCnMRB .navbar.opened {
    height: auto;
  }
  .cid-uXVofCnMRB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXVofCQFk8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-uXVofCQFk8 .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uXVofCQFk8 .card-title {
  color: #ffffff;
}
.cid-uXVofCQFk8 .mbr-text,
.cid-uXVofCQFk8 .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-uXVofCQFk8 .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uXVofCQFk8 .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uXVofCQFk8 .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uXVofCQFk8 .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXVofCQFk8 .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uXVofCQFk8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXVofCQFk8 .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uXVofCQFk8 .bg-wrapper {
    display: none;
  }
  .cid-uXVofCQFk8 .text-wrapper {
    text-align: center;
  }
  .cid-uXVofCQFk8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXVofCQFk8 .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uXVofCQFk8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uXVofCQFk8 .card-title {
    letter-spacing: -1px;
  }
}
.cid-uXVofD925N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uXVofD925N .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXVofD925N .media-wrap img {
  filter: invert(1);
}
.cid-uXVofD925N .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uXVofD925N .links {
    justify-content: center;
  }
  .cid-uXVofD925N .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uXVofD925N .links {
    justify-content: flex-end;
  }
  .cid-uXVofD925N .link {
    margin: 0.5rem;
  }
}
.cid-uXVofD925N .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uXVofD925N .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uXVofD925N .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-uXVofD925N .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uXVofD925N .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uXVofD925N .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXVofD925N .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uXVofD925N .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
