body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #51add0 !important;
}
.bg-success {
  background-color: #aeffb6 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #d86a64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #51add0 !important;
  border-color: #51add0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
  color: #00ae11 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #005709 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00ae11 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7f9f;
  color: #51add0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b7f9f !important;
  background-color: transparent!important;
  border-color: #2b7f9f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51add0 !important;
  border-color: #51add0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57ff68;
  color: #aeffb6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57ff68 !important;
  background-color: transparent!important;
  border-color: #57ff68 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00ae11 !important;
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5046;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b7352e;
  color: #d86a64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7352e !important;
  background-color: transparent!important;
  border-color: #b7352e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #51add0 !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #aeffb6 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #d86a64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #287693 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48ff5a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab322b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #51add0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #d86a64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51add0;
  border-color: #51add0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #51add0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f9fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #51add0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #51add0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51add0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #51add0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #51add0;
  border-bottom-color: #51add0;
}
.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: #51add0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cacbcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2351add0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sJfr6Aj2nc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfr6Aj2nc nav.navbar {
  position: fixed;
}
.cid-sJfr6Aj2nc .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfr6Aj2nc .wrapper {
    padding: 0;
  }
}
.cid-sJfr6Aj2nc .btn {
  border-radius: 30px;
}
.cid-sJfr6Aj2nc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfr6Aj2nc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfr6Aj2nc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfr6Aj2nc .dropdown-item:hover,
.cid-sJfr6Aj2nc .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfr6Aj2nc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfr6Aj2nc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfr6Aj2nc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfr6Aj2nc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfr6Aj2nc .nav-link {
  position: relative;
}
.cid-sJfr6Aj2nc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfr6Aj2nc .dropdown-menu,
.cid-sJfr6Aj2nc .navbar.opened {
  background: #3196bc !important;
}
.cid-sJfr6Aj2nc .nav-item:focus,
.cid-sJfr6Aj2nc .nav-link:focus {
  outline: none;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfr6Aj2nc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfr6Aj2nc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfr6Aj2nc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sJfr6Aj2nc .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfr6Aj2nc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfr6Aj2nc .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfr6Aj2nc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfr6Aj2nc .navbar.collapsed {
  justify-content: center;
}
.cid-sJfr6Aj2nc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfr6Aj2nc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfr6Aj2nc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfr6Aj2nc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfr6Aj2nc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfr6Aj2nc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfr6Aj2nc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfr6Aj2nc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfr6Aj2nc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfr6Aj2nc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfr6Aj2nc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfr6Aj2nc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfr6Aj2nc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfr6Aj2nc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfr6Aj2nc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfr6Aj2nc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfr6Aj2nc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfr6Aj2nc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfr6Aj2nc .dropdown-item.active,
.cid-sJfr6Aj2nc .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfr6Aj2nc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfr6Aj2nc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfr6Aj2nc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfr6Aj2nc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sJfr6Aj2nc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfr6Aj2nc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJfr6Aj2nc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfr6Aj2nc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfr6Aj2nc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfr6Aj2nc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfr6Aj2nc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfr6Aj2nc .navbar {
    height: 70px;
  }
  .cid-sJfr6Aj2nc .navbar.opened {
    height: auto;
  }
  .cid-sJfr6Aj2nc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJfr6UCM5E {
  background-color: #fafafa;
}
.cid-sJfr6UCM5E .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sJfr6UCM5E .wrapper {
    padding: 0;
  }
  .cid-sJfr6UCM5E .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sJfr6UCM5E .wrapper {
    padding: 0 6rem;
  }
}
.cid-sJfr6UCM5E .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sJfr6UCM5E .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sJfr6UCM5E .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfr6UCM5E .btn-black::after,
  .cid-sJfr6UCM5E .btn-black::before {
    display: none;
  }
}
.cid-sJfr6UCM5E .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sJfr6UCM5E .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfr6UCM5E .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfr6UCM5E .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfr6UCM5E .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sJfr6UCM5E .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sJfr7chaKj {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sJfr7chaKj .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-sJfr7chaKj .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfr7chaKj .wrapper {
    padding: 0;
  }
  .cid-sJfr7chaKj .wrapper img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-sJfr7chaKj .wrapper {
    padding: 0;
  }
  .cid-sJfr7chaKj .wrapper img {
    width: 100%;
    margin: 0 auto;
  }
}
.cid-sJfr7chaKj .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfr8hg853 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfr8hg853 .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
  min-height: 500px;
}
.cid-sJfr8hg853 .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfr8hg853 .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfr8hg853 .wrapper {
    padding: 6rem;
  }
}
.cid-sJfr8hg853 .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sJfr8hg853 .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfr8hg853 .btn-black::after,
  .cid-sJfr8hg853 .btn-black::before {
    display: none;
  }
}
.cid-sJfr8hg853 .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sJfr8hg853 .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfr8hg853 .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfr8hg853 .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfr8hg853 .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
    margin-right: 40px;
  }
}
.cid-sJfr8hg853 .color {
  color: #FFA29D;
}
.cid-sJfr8hg853 .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfr8hg853 H3 {
  color: #ffffff;
}
.cid-sJfr8hg853 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sJfVfDS962 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfVfDS962 .mbr-media {
  position: relative;
}
.cid-sJfVfDS962 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sJfVfDS962 .box {
  border-radius: 30px;
}
.cid-sJfVfDS962 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sJfVfDS962 .mbr-iconfont {
  font-size: 3rem;
  color: #fafafa;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #295664;
}
.cid-sJfVfDS962 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJfVfDS962 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJfVfDS962 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJfVfDS962 a {
  text-decoration: none !important;
}
.cid-sJfVfDS962 .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJfVfDS962 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJfr97pGhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfr97pGhD .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
  min-height: 500px;
}
.cid-sJfr97pGhD .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfr97pGhD .wrapper {
    padding: 1rem;
  }
  .cid-sJfr97pGhD .wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-sJfr97pGhD .wrapper {
    padding: 6rem;
  }
  .cid-sJfr97pGhD .wrapper img {
    width: 100%;
  }
}
.cid-sJfr97pGhD .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sJfr97pGhD .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfr97pGhD .btn-black::after,
  .cid-sJfr97pGhD .btn-black::before {
    display: none;
  }
}
.cid-sJfr97pGhD .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sJfr97pGhD .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfr97pGhD .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfr97pGhD .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfr97pGhD .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
    margin-right: 40px;
  }
}
.cid-sJfr97pGhD .color {
  color: #FFA29D;
}
.cid-sJfr97pGhD .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfrafn5MH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #295664;
}
@media (max-width: 991px) {
  .cid-sJfrafn5MH .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfrafn5MH .wrapper {
    padding: 0 6rem;
  }
}
.cid-sJfrafn5MH .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sJfrafn5MH .list {
    margin-bottom: 2rem;
  }
  .cid-sJfrafn5MH .list li {
    margin-top: .5rem;
  }
}
.cid-sJfr6Aj2nc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfr6Aj2nc nav.navbar {
  position: fixed;
}
.cid-sJfr6Aj2nc .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfr6Aj2nc .wrapper {
    padding: 0;
  }
}
.cid-sJfr6Aj2nc .btn {
  border-radius: 30px;
}
.cid-sJfr6Aj2nc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfr6Aj2nc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfr6Aj2nc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfr6Aj2nc .dropdown-item:hover,
.cid-sJfr6Aj2nc .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfr6Aj2nc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfr6Aj2nc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfr6Aj2nc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfr6Aj2nc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfr6Aj2nc .nav-link {
  position: relative;
}
.cid-sJfr6Aj2nc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfr6Aj2nc .dropdown-menu,
.cid-sJfr6Aj2nc .navbar.opened {
  background: #3196bc !important;
}
.cid-sJfr6Aj2nc .nav-item:focus,
.cid-sJfr6Aj2nc .nav-link:focus {
  outline: none;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfr6Aj2nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfr6Aj2nc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfr6Aj2nc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfr6Aj2nc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sJfr6Aj2nc .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfr6Aj2nc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfr6Aj2nc .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfr6Aj2nc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfr6Aj2nc .navbar.collapsed {
  justify-content: center;
}
.cid-sJfr6Aj2nc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfr6Aj2nc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfr6Aj2nc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfr6Aj2nc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfr6Aj2nc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfr6Aj2nc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfr6Aj2nc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfr6Aj2nc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfr6Aj2nc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfr6Aj2nc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfr6Aj2nc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfr6Aj2nc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfr6Aj2nc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfr6Aj2nc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfr6Aj2nc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfr6Aj2nc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfr6Aj2nc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfr6Aj2nc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfr6Aj2nc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfr6Aj2nc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfr6Aj2nc .dropdown-item.active,
.cid-sJfr6Aj2nc .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfr6Aj2nc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfr6Aj2nc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfr6Aj2nc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfr6Aj2nc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sJfr6Aj2nc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfr6Aj2nc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJfr6Aj2nc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfr6Aj2nc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfr6Aj2nc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfr6Aj2nc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfr6Aj2nc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfr6Aj2nc .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfr6Aj2nc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfr6Aj2nc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfr6Aj2nc .navbar {
    height: 70px;
  }
  .cid-sJfr6Aj2nc .navbar.opened {
    height: auto;
  }
  .cid-sJfr6Aj2nc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJfSetovcx {
  background-color: #fafafa;
}
.cid-sJfSetovcx .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sJfSetovcx .wrapper {
    padding: 0;
  }
  .cid-sJfSetovcx .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sJfSetovcx .wrapper {
    padding: 0 6rem;
  }
}
.cid-sJfSetovcx .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sJfSetovcx .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sJfSetovcx .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfSetovcx .btn-black::after,
  .cid-sJfSetovcx .btn-black::before {
    display: none;
  }
}
.cid-sJfSetovcx .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sJfSetovcx .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfSetovcx .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfSetovcx .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfSetovcx .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sJfSetovcx .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sJfSePXYHT {
  background-color: #fafafa;
}
.cid-sJfSePXYHT .wrapper {
  background-color: #51add0;
  background-size: cover;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfSePXYHT .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfSePXYHT .wrapper {
    padding: 8rem 6rem;
  }
  .cid-sJfSePXYHT .wrapper img {
    position: absolute;
    width: 40%;
    bottom: 50px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .cid-sJfSePXYHT .d-flex p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sJfSePXYHT .d-flex {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfSePXYHT .d-flex {
    padding: 2rem 6rem;
  }
  .cid-sJfSePXYHT .d-flex p {
    position: relative;
  }
  .cid-sJfSePXYHT .d-flex p:not(:last-child)::after {
    content: "|";
    position: absolute;
    font-size: .8rem;
    top: .1rem;
    margin-left: .5rem;
  }
}
.cid-sJfSePXYHT .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sJfSePXYHT .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfSePXYHT .btn-black::after,
  .cid-sJfSePXYHT .btn-black::before {
    display: none;
  }
}
.cid-sJfSePXYHT .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sJfSePXYHT .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfSePXYHT .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfSePXYHT .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfSePXYHT .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sJfSePXYHT .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfSg1iiBK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfSg1iiBK .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfSg1iiBK .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSg1iiBK .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSg1iiBK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sJfSg1iiBK .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-sJfSg1iiBK .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-sJfSg1iiBK .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-sJfSg1iiBK .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfSg1iiBK .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJfSg1iiBK .wrapp {
    padding: 1rem;
  }
}
.cid-sJfSgcqsAg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfSgcqsAg .wrapper {
  background-color: #51add0;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sJfSgcqsAg .wrapper {
    padding: 1rem;
  }
  .cid-sJfSgcqsAg .wrapper img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-sJfSgcqsAg .wrapper {
    padding: 6rem;
  }
  .cid-sJfSgcqsAg .wrapper img {
    width: 70%;
    margin: 0 auto;
  }
}
.cid-sJfSgcqsAg .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfSguvXjm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfSguvXjm .wrapper {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 26px 1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 26px 1px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 26px 1px rgba(34, 60, 80, 0.2);
}
@media (max-width: 991px) {
  .cid-sJfSguvXjm .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfSguvXjm .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJfSguvXjm .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSguvXjm .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-sJfShlNY09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfShlNY09 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfShlNY09 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfShlNY09 .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sJfShlNY09 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJfShlNY09 .btn {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-sJfShlNY09 .btn {
    width: 100%;
    margin-left: 0;
  }
}
.cid-sJfShlNY09 .b1 {
  background-color: #FFA29D;
}
.cid-sJfShlNY09 .b2 {
  background-color: #cacbcc;
}
.cid-sJfShlNY09 .b3 {
  background-color: #51add0;
}
.cid-sJfShlNY09 .info {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cid-sJfShlNY09 .info {
    right: -10px;
  }
}
.cid-sJfSgJvLBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfSgJvLBC .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sJfSgJvLBC .wrapper {
    padding: 1rem;
  }
  .cid-sJfSgJvLBC .wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sJfSgJvLBC .wrapper {
    padding: 8rem 6rem;
  }
  .cid-sJfSgJvLBC .wrapper img {
    width: 100%;
  }
}
.cid-sJfSgJvLBC .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfSk5Qo4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSk5Qo4o .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSk5Qo4o .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSk5Qo4o img {
  width: 100%;
  border-radius: 30px;
}
.cid-sJfSk5Qo4o .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfSk5Qo4o .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfSk5Qo4o .wrapp {
    padding: 3rem;
  }
}
.cid-sJfShBXxIe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfShBXxIe .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfShBXxIe .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfShBXxIe .card-wrap {
  background: #51add0;
  border-radius: 30px;
  height: 100%;
}
.cid-sJfShBXxIe .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sJfShBXxIe .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sJfShBXxIe .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sJfSkAf6XN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSkAf6XN .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSkAf6XN .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSkAf6XN img,
.cid-sJfSkAf6XN .item-img {
  width: 100%;
}
.cid-sJfSkAf6XN .item:focus,
.cid-sJfSkAf6XN span:focus {
  outline: none;
}
.cid-sJfSkAf6XN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJfSkAf6XN .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sJfSkAf6XN img {
  border-radius: 30px;
}
.cid-sJfSirUMfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfSirUMfM .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-sJfSirUMfM .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfSirUMfM .wrapper {
    padding: 1rem;
  }
  .cid-sJfSirUMfM .wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-sJfSirUMfM .wrapper {
    padding: 6rem;
  }
  .cid-sJfSirUMfM .wrapper img {
    width: 100%;
  }
}
.cid-sJfSirUMfM .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sJfSirUMfM .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfSirUMfM .btn-black::after,
  .cid-sJfSirUMfM .btn-black::before {
    display: none;
  }
}
.cid-sJfSirUMfM .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sJfSirUMfM .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfSirUMfM .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfSirUMfM .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfSirUMfM .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
    margin-right: 40px;
  }
}
.cid-sJfSirUMfM .color {
  color: #FFA29D;
}
.cid-sJfSirUMfM .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfSqS1b5I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSqS1b5I .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSqS1b5I .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSqS1b5I .card-wrapper {
  background-color: #fafafa;
  border-radius: 30px;
  border: 1px solid;
  background: #fafafa;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sJfSqS1b5I .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sJfSqS1b5I .color {
  color: #FFA29D;
}
.cid-sJfSqS1b5I .btn {
  border-radius: 30px;
  text-transform: uppercase;
  padding: 1rem 4rem;
}
@media (max-width: 768px) {
  .cid-sJfSqS1b5I .btn {
    width: 90%;
  }
}
.cid-sJfSrhb5DX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51add0;
}
@media (max-width: 991px) {
  .cid-sJfSrhb5DX .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSrhb5DX .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sJfSrhb5DX .card .card-header {
  background-color: transparent;
}
.cid-sJfSrhb5DX .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-sJfSrhb5DX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJfSrhb5DX .panel-body,
.cid-sJfSrhb5DX .card-header {
  padding: 1rem 0;
}
.cid-sJfSrhb5DX .panel-title-edit {
  color: #ffffff;
}
.cid-sJfSrhb5DX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-sJfSrHMt74 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSrHMt74 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSrHMt74 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSrHMt74 .card .card-header {
  background-color: transparent;
}
.cid-sJfSrHMt74 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #295664;
}
.cid-sJfSrHMt74 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #295664;
}
.cid-sJfSrHMt74 .panel-body,
.cid-sJfSrHMt74 .card-header {
  padding: 1rem 0;
}
.cid-sJfSkV5iky {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-sJfSkV5iky .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-sJfSkV5iky .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSkV5iky .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-sJfSkV5iky .wrapper {
  height: 100%;
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfSkV5iky .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sJfSkV5iky .image-wrapper img {
  border: 2px solid #51add0;
  background-color: #51add0;
}
.cid-sJfSibRlBz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-sJfSibRlBz .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-sJfSibRlBz .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSibRlBz .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-sJfSibRlBz .wrapper {
  height: 100%;
}
.cid-sJfSibRlBz .image-wrapper {
  width: 80%;
  margin: 0 auto;
}
.cid-sJfSn90JhO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSn90JhO .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSn90JhO .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSn90JhO .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-sJfSn90JhO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sJfSn90JhO .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-sJfSn90JhO .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-sJfSn90JhO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sJfSn90JhO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfSn90JhO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sJfSn90JhO .card-title,
.cid-sJfSn90JhO .mbr-text {
  color: #232323;
}
.cid-sJfSn90JhO .mbr-section-title {
  color: #295664;
}
.cid-sJfSn90JhO .card-title {
  color: #295664;
}
.cid-sJfSn90JhO .mbr-text {
  color: #295664;
}
.cid-sJfSmH6WKG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSmH6WKG .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSmH6WKG .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-sJfSmH6WKG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sJfSmH6WKG .team-card:hover {
  transform: translateY(-10px);
}
.cid-sJfSmH6WKG .card-wrap {
  background: #51add0;
  border-radius: 10px;
}
.cid-sJfSmH6WKG .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.cid-sJfSmH6WKG .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-sJfSmH6WKG .image-wrapper img {
  border: 2px solid #51add0;
}
.cid-sJfSQ6fuaL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #51add0;
}
@media (max-width: 991px) {
  .cid-sJfSQ6fuaL .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSQ6fuaL .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSQ6fuaL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sJfSQ6fuaL .team-card:hover {
  transform: translateY(-10px);
}
.cid-sJfSQ6fuaL .card-wrap {
  background: #232323;
  border-radius: 30px;
}
.cid-sJfSQ6fuaL .card-wrap .image-wrapper img {
  width: 35%;
}
.cid-sJfSQ6fuaL .card-wrap .content-wrap {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-sJfSQ6fuaL .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sJfSQ6fuaL .bc1 {
  border: 2px solid #aeffb6;
}
.cid-sJfSQ6fuaL .bc2 {
  color: #aeffb6;
}
.cid-sJfSQ6fuaL .bc3 {
  color: #78C5E2;
}
.cid-sJfSQ6fuaL .bc4 {
  border: 2px solid #78C5E2;
}
.cid-sJfSoqoFjr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sJfSoqoFjr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-sJfSoqoFjr .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSoqoFjr .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSoqoFjr input {
  padding: .6rem 1.2rem;
  border-radius: 10px;
}
.cid-sJfSoqoFjr .btn {
  display: inline-block;
  border-radius: 30px;
}
.cid-sJfSoqoFjr img {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sJfSoqoFjr img {
    margin-top: 3rem;
  }
}
.cid-sJfSpGWPgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #51add0;
}
@media (max-width: 991px) {
  .cid-sJfSpGWPgf .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSpGWPgf .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfSpGWPgf .google-map {
  height: 100%;
  position: relative;
}
.cid-sJfSpGWPgf .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-sJfSpGWPgf .google-map [data-state-details] {
  color: #fafafa;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sJfSpGWPgf .google-map[data-state] {
  background: #fafafa;
}
.cid-sJfSpGWPgf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sJfSpGWPgf .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfSpGWPgf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfSpGWPgf .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-sJfSpGWPgf .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #51add0;
}
.cid-sJfSpTlX3t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51add0;
}
.cid-sJfSpTlX3t [class^="socicon-"]:before,
.cid-sJfSpTlX3t [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJfSpTlX3t .btn-social {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  border-width: 2px;
  transition: all .3s;
  border-color: #ffffff;
}
.cid-sJfSpTlX3t .btn-social:hover {
  background: #ffffff;
}
.cid-sJfSpTlX3t .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sJfSpTlX3t .wrapper {
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfSpTlX3t .wrapper {
    padding: 0 6rem;
  }
  .cid-sJfSpTlX3t .wrapper .mbr-social-likes {
    text-align: right;
  }
}
.cid-sJfrafn5MH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #295664;
}
@media (max-width: 991px) {
  .cid-sJfrafn5MH .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfrafn5MH .wrapper {
    padding: 0 6rem;
  }
}
.cid-sJfrafn5MH .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sJfrafn5MH .list {
    margin-bottom: 2rem;
  }
  .cid-sJfrafn5MH .list li {
    margin-top: .5rem;
  }
}
