body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins-Regular';
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Poppins-Regular';
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins-Regular';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins-Regular';
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins-Regular';
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f1e30d !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1e30d !important;
  border-color: #f1e30d !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #f1e30d !important;
  background-color: transparent !important;
  border-color: #f1e30d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a89f09 !important;
  border-color: #a89f09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #149dcc !important;
  background-color: transparent !important;
  border-color: #149dcc !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #908808;
  color: #908808;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #f1e30d;
  border-color: #f1e30d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f1e30d !important;
  border-color: #f1e30d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f1e30d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #149dcc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #149dcc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #149dcc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #149dcc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #149dcc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #149dcc !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #149dcc !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1e30d;
  border-color: #f1e30d;
  color: #171601;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f1e30d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf9ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins-Regular';
  font-size: 1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #f1e30d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1e30d;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1e30d;
  border-bottom-color: #f1e30d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f1e30d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f1e30d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sqvDvznc5L .navbar {
  background: #5b686b;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqvDvznc5L .navbar-dropdown.bg-color.transparent.opened {
  background: #5b686b;
}
.cid-sqvDvznc5L a {
  font-style: normal;
}
.cid-sqvDvznc5L .show {
  overflow: visible;
}
.cid-sqvDvznc5L .dropdown-menu {
  max-height: 400px;
}
.cid-sqvDvznc5L .dropdown-item:active {
  background-color: transparent;
}
.cid-sqvDvznc5L .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqvDvznc5L .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sqvDvznc5L .nav-item:focus,
.cid-sqvDvznc5L .nav-link:focus {
  outline: none;
}
.cid-sqvDvznc5L .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqvDvznc5L .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqvDvznc5L .menu-logo {
  margin-right: auto;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqvDvznc5L .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqvDvznc5L .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sqvDvznc5L .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqvDvznc5L .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqvDvznc5L .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqvDvznc5L .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sqvDvznc5L .dropdown .dropdown-menu {
  background: #5b686b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqvDvznc5L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqvDvznc5L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqvDvznc5L .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqvDvznc5L .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqvDvznc5L .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqvDvznc5L .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sqvDvznc5L .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqvDvznc5L .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqvDvznc5L .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqvDvznc5L .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqvDvznc5L .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqvDvznc5L button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqvDvznc5L button.navbar-toggler:focus {
  outline: none;
}
.cid-sqvDvznc5L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sqvDvznc5L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqvDvznc5L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqvDvznc5L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqvDvznc5L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqvDvznc5L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqvDvznc5L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqvDvznc5L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqvDvznc5L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqvDvznc5L .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqvDvznc5L .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse.collapsing,
.cid-sqvDvznc5L .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqvDvznc5L .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqvDvznc5L .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqvDvznc5L .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqvDvznc5L .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqvDvznc5L .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqvDvznc5L .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqvDvznc5L .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sqvDvznc5L .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqvDvznc5L .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqvDvznc5L .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqvDvznc5L .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sqvDvznc5L .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqvDvznc5L .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqvDvznc5L .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sqvDvznc5L.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqvDvznc5L img {
    height: 3.8rem !important;
  }
  .cid-sqvDvznc5L .btn {
    display: -webkit-flex;
  }
  .cid-sqvDvznc5L button.navbar-toggler {
    display: block;
  }
  .cid-sqvDvznc5L .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqvDvznc5L .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqvDvznc5L .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqvDvznc5L .navbar-collapse.collapsing,
  .cid-sqvDvznc5L .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sqvDvznc5L .navbar-collapse.collapsing .navbar-nav,
  .cid-sqvDvznc5L .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqvDvznc5L .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqvDvznc5L .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqvDvznc5L .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqvDvznc5L .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqvDvznc5L .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqvDvznc5L .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqvDvznc5L .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqvDvznc5L .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqvDvznc5L .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sqvDvznc5L .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqvDvznc5L .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqvDvznc5L .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sqvDvznc5L .nav-link {
    justify-content: start !important;
  }
  .cid-sqvDvznc5L .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sqvDvznc5L .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sqvDvznc5L .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sqvDvznc5L .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqvDvznc5L .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqvDvznc5L .nav-link:hover,
.cid-sqvDvznc5L .dropdown-item:hover {
  color: #149dcc !important;
}
@media (min-width: 1500px) {
  .cid-sqvDvznc5L .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sqvDvznc5L .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sqvDzZTyYZ {
  background-image: url("../../../assets/images/adobestock-45979658-2000x1333.jpeg");
  background-position: right;
}
.cid-sqvDzZTyYZ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sqvDzZTyYZ .wrapper:before {
  content: '';
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-sqvDzZTyYZ .wrapper:after {
  content: '';
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sqvDzZTyYZ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sqvDzZTyYZ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sqvDzZTyYZ H1,
.cid-sqvDzZTyYZ p {
  color: #ffffff;
  text-shadow: 3px 3px 4px #777777;
}
.cid-ttWI5MGzzy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/markenei-design-erath-fenster-messung.webp");
}
.cid-ttWI5MGzzy .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-ttWI5MGzzy h4 {
  margin: 0;
}
.cid-ttWI5MGzzy .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem !important;
}
.cid-ttWI5MGzzy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-ttWI5MGzzy .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-ttWI5MGzzy .plan-body {
  padding-bottom: 1rem;
  width: 120%;
  margin-left: -10%;
}
.cid-ttWI5MGzzy .plan-header {
  width: 120%;
  margin-left: -10%;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttWI5MGzzy .line1 {
  background: #f1e30d;
}
.cid-ttWI5MGzzy .line2 {
  background: #232323;
}
.cid-ttWI5MGzzy .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttWI5MGzzy .plan {
  word-break: break-word;
  position: relative;
}
.cid-ttWI5MGzzy .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-ttWI5MGzzy .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-ttWI5MGzzy .plan .list-group-item:last-child::after {
  display: none;
}
.cid-ttWI5MGzzy .plan-header,
.cid-ttWI5MGzzy .plan-body {
  background-color: #fff;
}
.cid-ttWI5MGzzy .price-figure {
  font-weight: 700;
}
.cid-ttWI5MGzzy .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-ttWI5MGzzy H2 {
  color: #232323;
  text-align: center;
}
.cid-ttWI5MGzzy P {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ttWI5MGzzy .md-pb {
    margin-bottom: 2rem;
  }
  .cid-ttWI5MGzzy .price-figure {
    font-size: 3rem;
  }
  .cid-ttWI5MGzzy H2 {
    color: #232323;
    text-align: center;
  }
}
.cid-ttWI5MGzzy .color1 {
  color: #232323;
}
.cid-ttWI5MGzzy .color2 {
  color: #ed4266;
}
.cid-ttWI5MGzzy LI {
  color: #767676;
}
.cid-ttWI5MGzzy .price-term {
  color: #232323;
}
.cid-ttWI5MGzzy .mbr-text,
.cid-ttWI5MGzzy .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ttWTXXJ1q3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/markenei-design-erath-fenster-winter.webp");
}
.cid-ttWTXXJ1q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttWTXXJ1q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttWTXXJ1q3 .container {
  width: 100%;
  max-width: 100%;
}
.cid-ttWTXXJ1q3 .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-ttWTXXJ1q3 .mbr-section-title {
  color: #1B1F0A;
  margin-bottom: 0;
}
.cid-ttWTXXJ1q3 .mbr-section-subtitle {
  color: #1B1F0A;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-ttWTXXJ1q3 .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #f1e30d;
}
.cid-ttWTXXJ1q3 .item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f1e30d;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-ttWTXXJ1q3 .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #f1e30d;
  position: relative;
}
.cid-ttWTXXJ1q3 .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-ttWTXXJ1q3 .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-ttWTXXJ1q3 .mbr-text {
  position: relative;
  z-index: 2;
  color: #1B1F0A;
  margin-bottom: 0;
  width: 100%;
}
.cid-ttWTXXJ1q3 .mbr-text a {
  width: 100%;
}
.cid-ttWTXXJ1q3 .mbr-section-title,
.cid-ttWTXXJ1q3 .mbr-section-btn {
  color: #f1e30d;
}
.cid-tbWI51fYta .number-wrap {
  color: #f7ed4a;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tbWI51fYta .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #dcd122;
}
.cid-tbWI51fYta .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tbWI51fYta .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #dcd122;
}
.cid-tbWI51fYta .countdown-cont {
  margin: 0 auto;
}
.cid-tbWI51fYta .full-count-container {
  background: #232323;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tbWI51fYta .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbWI51fYta .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-tbWI51fYta .dot {
    display: none;
  }
  .cid-tbWI51fYta .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-tbWI51fYta .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tbWI51fYta .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tbWI51fYta .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tbWI51fYta .number {
    font-size: 25px;
  }
  .cid-tbWI51fYta .period {
    font-size: 0.7rem;
  }
}
.cid-tbWI51fYta DIV {
  text-align: center;
}
.cid-tbWI51fYta H2 {
  text-align: left;
  color: #f1e30d;
}
.cid-sqvHjeLktB {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ebeced;
}
.cid-sqvHjeLktB .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-sqvHjeLktB .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-sqvHjeLktB .card {
  height: fit-content;
}
.cid-sqvHjeLktB h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sqvHjeLktB .card1 {
  background: #ffffff;
}
.cid-sqvHjeLktB .card2 {
  background: #55b4d4;
}
.cid-sqvHjeLktB .card3 {
  background: #ffffff;
}
.cid-sqvHjeLktB .card4 {
  background: #55b4d4;
}
.cid-sqvHjeLktB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sqvHjeLktB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sqvHjeLktB .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sqvHjeLktB .card-subtitle1 {
  text-align: center;
}
.cid-sqvHjeLktB .card-title1 {
  text-align: center;
}
.cid-sqvHjeLktB .mbr-text1 {
  text-align: center;
}
.cid-sqvHjeLktB .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-sqvHjeLktB .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sqvHjeLktB .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-sqvHjeLktB .card-title3 {
  text-align: center;
}
.cid-sqvHjeLktB .mbr-text3 {
  text-align: center;
}
.cid-sqvHjeLktB .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-sqvHjeLktB .card-title4 {
  text-align: center;
}
.cid-sqvHjeLktB .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-sqvHjeLktB .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-sqvHjeLktB .card-title2,
.cid-sqvHjeLktB .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-sqvHjeLktB .card-title3,
.cid-sqvHjeLktB .title-wrap3 {
  text-align: center;
}
.cid-sqvHjeLktB .card-title4,
.cid-sqvHjeLktB .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-sqvHjeLktB .card-title1,
.cid-sqvHjeLktB .title-wrap1 {
  text-align: center;
}
.cid-sqvHjeLktB .title {
  text-align: center;
}
.cid-tbWyz6LXKL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1e30d;
}
@media (min-width: 1400px) {
  .cid-tbWyz6LXKL .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-tbWyz6LXKL .top {
    margin-top: 10rem;
  }
}
.cid-tbWyz6LXKL .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
.cid-tbWyz6LXKL .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-tbWyz6LXKL .index {
  z-index: 3;
}
.cid-tbWyz6LXKL ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-tbWyz6LXKL li {
  margin-bottom: 47px;
  position: relative;
}
.cid-tbWyz6LXKL ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #232323;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-tbWyz6LXKL .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-tbWyz6LXKL .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-tbWyz6LXKL .wrap {
    top: 10%;
  }
}
.cid-tbWyz6LXKL .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-tbWyz6LXKL .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-tbWyz6LXKL .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-tbWyz6LXKL .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-tbWyz6LXKL .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-tbWyz6LXKL .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-tbWyz6LXKL .mbr-text UL {
  text-align: left;
}
.cid-sN2l94ZNri {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/adobestock-60288060-999x666.jpg");
}
@media (max-width: 992px) {
  .cid-sN2l94ZNri {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-sN2l94ZNri .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-sN2l94ZNri .mbr-section-btn {
  animation-delay: .4s;
}
.cid-sN2l94ZNri .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sN2l94ZNri .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-sN2l94ZNri .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-sN2l94ZNri .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 40%;
  background-color: #f1e30d;
}
@media (max-width: 991px) {
  .cid-sN2l94ZNri .back {
    width: 100%;
    height: 100%;
  }
}
.cid-sN2l94ZNri section {
  position: relative;
}
.cid-sN2l94ZNri .box {
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sN2l94ZNri .box {
    padding-top: 8rem;
  }
}
.cid-sN2l94ZNri .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-sN2l94ZNri {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .cid-sN2l94ZNri .row {
    padding: 1rem!important;
  }
}
.cid-sN2l94ZNri H1 {
  text-align: left;
}
.cid-sN2l94ZNri .mbr-section-subtitle,
.cid-sN2l94ZNri .mbr-section-btn {
  text-align: left;
}
.cid-sN2l94ZNri .mbr-section-text,
.cid-sN2l94ZNri .mbr-section-btn {
  text-align: left;
}
.cid-sN2OKJvkzJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #d83218;
}
@media (min-width: 1000px) {
  .cid-sN2OKJvkzJ .content {
    flex-wrap: nowrap;
  }
  .cid-sN2OKJvkzJ .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sN2OKJvkzJ .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sN2OKJvkzJ .toggle-panel {
    width: 50%;
    border-top: 2px solid #232323;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sN2OKJvkzJ .content {
    flex-wrap: wrap;
  }
  .cid-sN2OKJvkzJ .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-sN2OKJvkzJ .section-head p {
    width: 70%;
  }
  .cid-sN2OKJvkzJ .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sN2OKJvkzJ .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sN2OKJvkzJ .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sN2OKJvkzJ .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sN2OKJvkzJ .panel-title-edit {
  color: #ffffff;
}
.cid-sN2OKJvkzJ .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-sN2OKJvkzJ .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sN2OKJvkzJ .card {
  border: none;
  border-bottom: 2px solid #232323;
  border-radius: 0;
}
.cid-sN2OKJvkzJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sN2OKJvkzJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sN2OKJvkzJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sN2OKJvkzJ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sN2OKJvkzJ .mbr-text {
  color: #232323;
}
.cid-sN2OKJvkzJ H3 {
  color: #ffffff;
}
.cid-sN2DTNwgH3 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1280x1920.jpeg");
}
.cid-sN2DTNwgH3 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sN2DTNwgH3 .text-block {
  position: relative;
  z-index: 0;
}
.cid-sN2DTNwgH3 .box {
  width: 25%;
  height: 40%;
  background: #d83218;
  position: absolute;
  top: 4%;
}
.cid-sN2DTNwgH3 .box {
  left: 20%;
}
.cid-sN2DTNwgH3 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-sN2DTNwgH3 .mbr-section-text,
.cid-sN2DTNwgH3 .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-sN2DTNwgH3 .text-box {
    display: none;
  }
  .cid-sN2DTNwgH3 .mbr-section-title,
  .cid-sN2DTNwgH3 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sN2DTNwgH3 .box {
    display: none;
  }
  .cid-sN2DTNwgH3 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sN2DTNwgH3 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN2DTNwgH3 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sN2DTNwgH3 .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-sN2DTNwgH3 .mbr-section-text .mbr-text {
  text-align: left;
}
.cid-sN2DTNwgH3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sN2KfVZiQx {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #5b686b;
}
@media (max-width: 767px) {
  .cid-sN2KfVZiQx .content {
    text-align: center;
  }
  .cid-sN2KfVZiQx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sN2KfVZiQx .logo-subtitle {
  color: #8d97ad;
}
.cid-sN2KfVZiQx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sN2KfVZiQx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sN2KfVZiQx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sN2KfVZiQx .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sN2KfVZiQx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sN2KfVZiQx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sN2KfVZiQx .footer-lower .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-sN2KfVZiQx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sN2KfVZiQx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sN2KfVZiQx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sN2KfVZiQx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sN2KfVZiQx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sN2KfVZiQx .list-item {
  display: flex;
}
.cid-sN2KfVZiQx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sN2KfVZiQx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2KfVZiQx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sN2KfVZiQx ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sN2KfVZiQx .logo-subtitle,
.cid-sN2KfVZiQx .media-wrap {
  color: #ffffff;
}
.cid-sN2KfVZiQx .column-title {
  color: #ffffff;
}
.cid-sN2KfVZiQx P {
  color: #ffffff;
}
.cid-suCXlb1HC7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-suCXlb1HC7 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suCXlb1HC7 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 30%;
}
.cid-suCXlb1HC7 .mbr-list {
  margin: 0;
}
.cid-suCXlb1HC7 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-suCXlb1HC7 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suCXlb1HC7 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-suCXlb1HC7 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-suD7YLa5rt .navbar {
  background: #5b686b;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-suD7YLa5rt .navbar-dropdown.bg-color.transparent.opened {
  background: #5b686b;
}
.cid-suD7YLa5rt a {
  font-style: normal;
}
.cid-suD7YLa5rt .show {
  overflow: visible;
}
.cid-suD7YLa5rt .dropdown-menu {
  max-height: 400px;
}
.cid-suD7YLa5rt .dropdown-item:active {
  background-color: transparent;
}
.cid-suD7YLa5rt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-suD7YLa5rt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-suD7YLa5rt .nav-item:focus,
.cid-suD7YLa5rt .nav-link:focus {
  outline: none;
}
.cid-suD7YLa5rt .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suD7YLa5rt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-suD7YLa5rt .menu-logo {
  margin-right: auto;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suD7YLa5rt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-suD7YLa5rt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-suD7YLa5rt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-suD7YLa5rt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suD7YLa5rt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suD7YLa5rt .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-suD7YLa5rt .dropdown .dropdown-menu {
  background: #5b686b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-suD7YLa5rt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-suD7YLa5rt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suD7YLa5rt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suD7YLa5rt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suD7YLa5rt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-suD7YLa5rt .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-suD7YLa5rt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-suD7YLa5rt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suD7YLa5rt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suD7YLa5rt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suD7YLa5rt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suD7YLa5rt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-suD7YLa5rt button.navbar-toggler:focus {
  outline: none;
}
.cid-suD7YLa5rt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-suD7YLa5rt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suD7YLa5rt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suD7YLa5rt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suD7YLa5rt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suD7YLa5rt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suD7YLa5rt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suD7YLa5rt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suD7YLa5rt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suD7YLa5rt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suD7YLa5rt .collapsed .btn {
  display: -webkit-flex;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse.collapsing,
.cid-suD7YLa5rt .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suD7YLa5rt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suD7YLa5rt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-suD7YLa5rt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suD7YLa5rt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suD7YLa5rt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suD7YLa5rt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suD7YLa5rt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-suD7YLa5rt .collapsed button.navbar-toggler {
  display: block;
}
.cid-suD7YLa5rt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-suD7YLa5rt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suD7YLa5rt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-suD7YLa5rt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suD7YLa5rt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suD7YLa5rt .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-suD7YLa5rt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suD7YLa5rt img {
    height: 3.8rem !important;
  }
  .cid-suD7YLa5rt .btn {
    display: -webkit-flex;
  }
  .cid-suD7YLa5rt button.navbar-toggler {
    display: block;
  }
  .cid-suD7YLa5rt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-suD7YLa5rt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suD7YLa5rt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suD7YLa5rt .navbar-collapse.collapsing,
  .cid-suD7YLa5rt .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-suD7YLa5rt .navbar-collapse.collapsing .navbar-nav,
  .cid-suD7YLa5rt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suD7YLa5rt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suD7YLa5rt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suD7YLa5rt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-suD7YLa5rt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-suD7YLa5rt .navbar-collapse.collapsing .navbar-buttons,
  .cid-suD7YLa5rt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suD7YLa5rt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suD7YLa5rt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suD7YLa5rt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-suD7YLa5rt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suD7YLa5rt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suD7YLa5rt .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-suD7YLa5rt .nav-link {
    justify-content: start !important;
  }
  .cid-suD7YLa5rt .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-suD7YLa5rt .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-suD7YLa5rt .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-suD7YLa5rt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-suD7YLa5rt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-suD7YLa5rt .nav-link:hover,
.cid-suD7YLa5rt .dropdown-item:hover {
  color: #149dcc !important;
}
@media (min-width: 1500px) {
  .cid-suD7YLa5rt .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-suD7YLa5rt .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-suD7YLPiOj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suD7YLPiOj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #a7a7a7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suD7YLPiOj H2 {
  color: #36404c;
}
.cid-suD7YLPiOj H3 {
  color: #36404c;
}
.cid-suD7YLPiOj .mbr-text,
.cid-suD7YLPiOj .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suD7YLPiOj .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suD7YLPiOj img {
  filter: invert(0.5);
  width: auto;
}
.cid-suD7YMMu76 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #646464;
}
.cid-suD7YMMu76 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suD7YMMu76 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 30%;
}
.cid-suD7YMMu76 .mbr-list {
  margin: 0;
}
.cid-suD7YMMu76 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-suD7YMMu76 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suD7YMMu76 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-suD7YMMu76 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-suD1XizH7w .navbar {
  background: #5b686b;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-suD1XizH7w .navbar-dropdown.bg-color.transparent.opened {
  background: #5b686b;
}
.cid-suD1XizH7w a {
  font-style: normal;
}
.cid-suD1XizH7w .show {
  overflow: visible;
}
.cid-suD1XizH7w .dropdown-menu {
  max-height: 400px;
}
.cid-suD1XizH7w .dropdown-item:active {
  background-color: transparent;
}
.cid-suD1XizH7w .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-suD1XizH7w .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-suD1XizH7w .nav-item:focus,
.cid-suD1XizH7w .nav-link:focus {
  outline: none;
}
.cid-suD1XizH7w .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suD1XizH7w .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-suD1XizH7w .menu-logo {
  margin-right: auto;
}
.cid-suD1XizH7w .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suD1XizH7w .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-suD1XizH7w .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suD1XizH7w .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suD1XizH7w .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-suD1XizH7w .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suD1XizH7w .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-suD1XizH7w .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-suD1XizH7w .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-suD1XizH7w .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suD1XizH7w .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suD1XizH7w .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-suD1XizH7w .dropdown .dropdown-menu {
  background: #5b686b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-suD1XizH7w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-suD1XizH7w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suD1XizH7w .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suD1XizH7w .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suD1XizH7w .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-suD1XizH7w .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-suD1XizH7w .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-suD1XizH7w .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suD1XizH7w .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suD1XizH7w .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-suD1XizH7w .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suD1XizH7w button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-suD1XizH7w button.navbar-toggler:focus {
  outline: none;
}
.cid-suD1XizH7w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-suD1XizH7w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suD1XizH7w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suD1XizH7w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suD1XizH7w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suD1XizH7w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suD1XizH7w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suD1XizH7w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suD1XizH7w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suD1XizH7w .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suD1XizH7w .collapsed .btn {
  display: -webkit-flex;
}
.cid-suD1XizH7w .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suD1XizH7w .collapsed .navbar-collapse.collapsing,
.cid-suD1XizH7w .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-suD1XizH7w .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suD1XizH7w .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suD1XizH7w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suD1XizH7w .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suD1XizH7w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-suD1XizH7w .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-suD1XizH7w .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suD1XizH7w .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suD1XizH7w .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suD1XizH7w .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suD1XizH7w .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-suD1XizH7w .collapsed button.navbar-toggler {
  display: block;
}
.cid-suD1XizH7w .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-suD1XizH7w .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suD1XizH7w .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-suD1XizH7w .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suD1XizH7w .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suD1XizH7w .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-suD1XizH7w.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suD1XizH7w img {
    height: 3.8rem !important;
  }
  .cid-suD1XizH7w .btn {
    display: -webkit-flex;
  }
  .cid-suD1XizH7w button.navbar-toggler {
    display: block;
  }
  .cid-suD1XizH7w .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-suD1XizH7w .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suD1XizH7w .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suD1XizH7w .navbar-collapse.collapsing,
  .cid-suD1XizH7w .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-suD1XizH7w .navbar-collapse.collapsing .navbar-nav,
  .cid-suD1XizH7w .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suD1XizH7w .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suD1XizH7w .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suD1XizH7w .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-suD1XizH7w .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-suD1XizH7w .navbar-collapse.collapsing .navbar-buttons,
  .cid-suD1XizH7w .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suD1XizH7w .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suD1XizH7w .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suD1XizH7w .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-suD1XizH7w .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suD1XizH7w .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suD1XizH7w .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-suD1XizH7w .nav-link {
    justify-content: start !important;
  }
  .cid-suD1XizH7w .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-suD1XizH7w .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-suD1XizH7w .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-suD1XizH7w .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-suD1XizH7w .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-suD1XizH7w .nav-link:hover,
.cid-suD1XizH7w .dropdown-item:hover {
  color: #149dcc !important;
}
@media (min-width: 1500px) {
  .cid-suD1XizH7w .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-suD1XizH7w .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-suD27TiwFb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suD27TiwFb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #a7a7a7;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suD27TiwFb H2 {
  color: #36404c;
}
.cid-suD27TiwFb H3 {
  color: #36404c;
}
.cid-suD27TiwFb .mbr-text,
.cid-suD27TiwFb .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suD27TiwFb .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-suD27TiwFb img {
  filter: invert(0.5);
  width: auto;
}
.cid-suD1XozeLp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #646464;
}
.cid-suD1XozeLp .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suD1XozeLp .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 30%;
}
.cid-suD1XozeLp .mbr-list {
  margin: 0;
}
.cid-suD1XozeLp .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-suD1XozeLp .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suD1XozeLp .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-suD1XozeLp .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
