body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff5858 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #06d84c !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff5858 !important;
  border-color: #ff5858 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ff0c0c !important;
  border-color: #ff0c0c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0c0c !important;
  border-color: #ff0c0c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #191c2f !important;
  border-color: #191c2f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #06d84c !important;
  border-color: #06d84c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #048e32 !important;
  border-color: #048e32 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #048e32 !important;
  border-color: #048e32 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #7a7a7a !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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,
.btn-primary-outline.active {
  background: none;
  border-color: #f10000;
  color: #f10000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff5858;
  border-color: #ff5858;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5858 !important;
  border-color: #ff5858 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #191c2f;
  border-color: #191c2f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #037529;
  color: #037529;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #06d84c;
  border-color: #06d84c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #06d84c !important;
  border-color: #06d84c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #c7c7c7;
  color: #c7c7c7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #7a7a7a;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #ff5858 !important;
}
.text-secondary {
  color: #191c2f !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #06d84c !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f10000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c7c7c7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #037529 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bcbcbc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #06d84c;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5858;
  border-color: #ff5858;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5858;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #adfdc8;
}
.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: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ff5858;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5858;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5858;
  border-bottom-color: #ff5858;
}
.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: #ff5858 !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: #191c2f !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='%23ff5858' %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-skcLuebpkE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skcLuebpkE nav.navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .dropdown-item:hover,
.cid-skcLuebpkE .dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #ff5858 !important;
}
.cid-skcLuebpkE .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #ff5858 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .dropdown-menu,
.cid-skcLuebpkE .navbar.opened {
  background: #dd0303 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #dd0303;
}
.cid-skcLuebpkE .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-skcLuebpkE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-skcLuebpkE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .navbar .navbar-buttons,
  .cid-skcLuebpkE .navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .dropdown-item.active,
.cid-skcLuebpkE .dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dd0303;
}
.cid-skcLuebpkE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skcZSONz3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #03145c;
}
.cid-skcZSONz3f .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-skcZSONz3f .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #bf8b30;
}
.cid-skcZSONz3f .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff5858;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skcZSONz3f .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-skcZSONz3f .mbr-section-btn {
  display: inline-block;
}
.cid-skcZSONz3f .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-skcZSONz3f .popup_video:hover {
  cursor: pointer;
}
.cid-skcZSONz3f .popup_video:hover .popup__text {
  color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-skcZSONz3f .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-skcZSONz3f .popup_video:hover .mbr-media {
  background-color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .mbr-media span {
  color: #ff5858;
}
.cid-skcZSONz3f .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ff5858;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-skcZSONz3f .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-skcZSONz3f .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
.cid-skcZSONz3f .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-skcZSONz3f .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ffffff;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-skcZSONz3f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skcZSONz3f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skcZSONz3f .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skcZSONz3f a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-skcZSONz3f a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skcZSONz3f .head_block {
    order: 1;
    text-align: center;
  }
  .cid-skcZSONz3f .image_img {
    margin-bottom: 40px;
  }
  .cid-skcZSONz3f .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-skcZSONz3f .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skcZSONz3f .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-skcZSONz3f .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
.cid-skcZSONz3f .mbr-text,
.cid-skcZSONz3f .buttons_wrap {
  color: #ffffff;
}
.cid-sEu4aqiCIy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sEu4aqiCIy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sEu4aqiCIy .video-block {
    width: 100% !important;
  }
}
.cid-sEtDpQs9rd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sEtDpQs9rd .card-title {
  letter-spacing: 0.1em;
  color: #03145c;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sEtDpQs9rd .card {
  margin-bottom: 2rem;
}
.cid-sEtDpQs9rd .card .card-wrapper {
  height: 100%;
}
.cid-sEtDpQs9rd .card-box {
  padding-top: 2rem;
}
.cid-sEtDpQs9rd .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sEtDpQs9rd .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #03145c;
}
.cid-sEtDpQs9rd .btn {
  margin: .3rem;
}
.cid-uwwagh18fM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwwagh18fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwwagh18fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwwagh18fM .timeline-element {
  position: relative;
}
.cid-uwwagh18fM .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uwwagh18fM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uwwagh18fM .mbr-section-title,
.cid-uwwagh18fM .mbr-section-subtitle,
.cid-uwwagh18fM .timeline-date {
  text-align: center;
}
.cid-uwwagh18fM .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwwagh18fM .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uwwagh18fM .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uwwagh18fM .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uwwagh18fM .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uwwagh18fM .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwwagh18fM .timeline-date-wrapper,
  .cid-uwwagh18fM .timeline-text-wrapper,
  .cid-uwwagh18fM .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uwwagh18fM .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uwwagh18fM .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwwagh18fM .timeline-date-wrapper,
  .cid-uwwagh18fM .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwwagh18fM .timeline-date-wrapper,
  .cid-uwwagh18fM .timeline-text-wrapper,
  .cid-uwwagh18fM .image-wrapper {
    padding: 2rem;
  }
}
.cid-uwwagh18fM .mbr-section-title {
  color: #03145c;
}
.cid-sEuTaKZtN7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-sEuTaKZtN7 h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-sEuTaKZtN7 .panel-text {
  letter-spacing: 0.03em;
  color: #03145c;
  line-height: 1.7;
  text-align: left;
}
.cid-sEuTaKZtN7 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #dd0303;
}
.cid-sEuTaKZtN7 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #03145c;
}
.cid-sEuTaKZtN7 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sEuTaKZtN7 .panel-group {
  width: 100%;
}
.cid-sEuTaKZtN7 .card {
  border-bottom: 1px solid #bbbbbb;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sEuTaKZtN7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sEuTaKZtN7 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sEuTaKZtN7 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sEuTaKZtN7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEuTaKZtN7 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sEuTaKZtN7 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sEuTaKZtN7 .card .panel-body {
  background: #bbbbbb;
}
.cid-sEuTaKZtN7 .sign {
  color: #000000;
}
.cid-sEuTaKZtN7 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sEuTaKZtN7 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sEuTaKZtN7 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sEuTaKZtN7 .header-text,
.cid-sEuTaKZtN7 .sign {
  color: #03145c;
}
.cid-sEuTaKZtN7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sF4ffPAGmU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #03145c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sF4ffPAGmU h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-sF4ffPAGmU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sF4ffPAGmU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF4ffPAGmU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF4ffPAGmU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sF4ffPAGmU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sF4ffPAGmU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sF4ffPAGmU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sF4ffPAGmU .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-sF4ffPAGmU .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-sF4ffPAGmU .mbr-section-title p {
  margin: 0;
}
.cid-sF4ffPAGmU .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sF4ffPAGmU .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sF4ffPAGmU .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-sF4ffPAGmU .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-sF4ffPAGmU .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sF4ffPAGmU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sF4xzlAABf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sF4xzlAABf .fb-page,
.cid-sF4xzlAABf span,
.cid-sF4xzlAABf iframe {
  width: 370px;
  height: 620px;
}
.cid-sF4xzlAABf blockquote {
  display: none;
}
.cid-sF4xzlAABf .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-sF4xzlAABf .mbr-section-title {
  color: #03145c;
}
.cid-sF4tWGpfGw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sF4tWGpfGw .video-wrapper iframe {
  width: 100%;
}
.cid-sF4tWGpfGw .mbr-section-title,
.cid-sF4tWGpfGw .mbr-section-subtitle,
.cid-sF4tWGpfGw .mbr-text {
  text-align: center;
}
.cid-sF4tWGpfGw .mbr-section-title {
  color: #03145c;
}
.cid-sF4tWGpfGw .mbr-section-subtitle {
  color: #dd0303;
}
.cid-sF4tWGpfGw .mbr-text {
  color: #dd0303;
}
.cid-sFag39RC1m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #03145c;
}
.cid-sFag39RC1m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-sFag39RC1m .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-sFag39RC1m input,
.cid-sFag39RC1m textarea {
  font-size: 14px;
}
.cid-sFag39RC1m input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-sFag39RC1m textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-sFag39RC1m .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-sFag39RC1m .col-auto {
  width: 100%;
  text-align: center;
}
.cid-sFag39RC1m img {
  width: 90%;
  border-radius: 8px;
}
.cid-sFag39RC1m .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-sFag39RC1m .btn {
  padding: 1rem 3.5rem !important;
}
.cid-sFag39RC1m .title-block {
  margin-bottom: 2rem;
}
.cid-sFag39RC1m .form-control,
.cid-sFag39RC1m .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #dd0303;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFag39RC1m .form-control:hover,
.cid-sFag39RC1m .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sFag39RC1m .form-control:focus,
.cid-sFag39RC1m .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sFag39RC1m input::-webkit-input-placeholder,
.cid-sFag39RC1m textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-sFag39RC1m input:-moz-placeholder,
.cid-sFag39RC1m textarea:-moz-placeholder {
  color: #807d78;
}
.cid-sFag39RC1m .jq-selectbox li,
.cid-sFag39RC1m .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sFag39RC1m .jq-selectbox li:hover,
.cid-sFag39RC1m .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sFag39RC1m .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sFag39RC1m .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sFag39RC1m H5 {
  padding-bottom: 2rem;
}
.cid-sFag39RC1m .mbr-text {
  color: #777777;
}
.cid-sFag39RC1m .mbr-form {
  padding: 0rem;
}
.cid-sFag39RC1m .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sFag39RC1m .form-row {
    margin: 0;
  }
  .cid-sFag39RC1m .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-sFag39RC1m .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sFag39RC1m img {
    width: 100%;
  }
}
.cid-sFag39RC1m .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-sFag39RC1m H3 {
  color: #cccccc;
}
.cid-uwewwUc7jC {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}
.cid-uwewwUc7jC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uwewwUc7jC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff5858;
}
.cid-uwewwUc7jC .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uwewwUc7jC .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uwewwUc7jC .text-content {
    max-width: none;
  }
}
.cid-uwewwUc7jC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #03145c;
  border: 2px solid #03145c;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uwewwUc7jC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uwewwUc7jC .mbr-iconfont-social:hover {
  background-color: #03145c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uwewwUc7jC .icons {
    justify-content: center !important;
  }
  .cid-uwewwUc7jC .text-content * {
    text-align: center;
  }
}
.cid-uwewwUc7jC P {
  color: #1a449a;
  text-align: center;
}
.cid-uwewwUc7jC .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-sFahw20hHR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sFahw20hHR .content {
    text-align: center;
  }
  .cid-sFahw20hHR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFahw20hHR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFahw20hHR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFahw20hHR .media-wrap img {
  height: 6rem;
}
.cid-sFahw20hHR .mbr-text {
  color: #8d97ad;
}
.cid-sFahw20hHR .p-title {
  font-size: 17px;
}
.cid-sFahw20hHR .p-title span {
  color: #111111;
}
.cid-sFahw20hHR .title-card {
  font-size: 1.3rem;
}
.cid-sFahw20hHR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sFahw20hHR .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sFahw20hHR .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sFahw20hHR .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sFahw20hHR .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sFahw20hHR .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFahw20hHR .copyright img {
  margin-right: 10px;
}
.cid-sFahw20hHR .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sFahw20hHR .icon-transition span:hover {
  background-color: #dd0303;
}
@media (max-width: 767px) {
  .cid-sFahw20hHR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFahw20hHR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sFahw20hHR .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFahw20hHR .p-title,
.cid-sFahw20hHR .social-media {
  color: #03145c;
  text-align: left;
}
.cid-sFahw20hHR H5 {
  text-align: left;
}
