body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #1499a8 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1499a8 !important;
  border-color: #1499a8 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c5b64 !important;
  border-color: #0c5b64 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c5b64 !important;
  border-color: #0c5b64 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #09464d;
  color: #09464d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #1499a8;
  border-color: #1499a8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1499a8 !important;
  border-color: #1499a8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #1499a8 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #09464d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #1499a8;
}
.alert-danger {
  background-color: #b1a374;
}
.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 {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #51dbea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-sAjRfA2W6o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #282b6f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAjRfA2W6o .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAjRfA2W6o .nav-item,
.cid-sAjRfA2W6o .nav-link,
.cid-sAjRfA2W6o .navbar-caption {
  font-weight: normal;
}
.cid-sAjRfA2W6o .nav-item:focus,
.cid-sAjRfA2W6o .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sAjRfA2W6o .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sAjRfA2W6o .nav-item .nav-link {
    position: relative;
  }
  .cid-sAjRfA2W6o .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #282b6f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sAjRfA2W6o .nav-item:hover .nav-link:before,
  .cid-sAjRfA2W6o .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAjRfA2W6o .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sAjRfA2W6o .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sAjRfA2W6o .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sAjRfA2W6o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sAjRfA2W6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAjRfA2W6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAjRfA2W6o .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sAjRfA2W6o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAjRfA2W6o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAjRfA2W6o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sAjRfA2W6o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAjRfA2W6o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sAjRfA2W6o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sAjRfA2W6o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAjRfA2W6o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAjRfA2W6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAjRfA2W6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAjRfA2W6o .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sAjRfA2W6o .dropdown-item.active,
.cid-sAjRfA2W6o .dropdown-item:active {
  background-color: transparent;
}
.cid-sAjRfA2W6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAjRfA2W6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAjRfA2W6o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAjRfA2W6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sAjRfA2W6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAjRfA2W6o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAjRfA2W6o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAjRfA2W6o .navbar-buttons {
  text-align: center;
}
.cid-sAjRfA2W6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sAjRfA2W6o a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAjRfA2W6o .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sAjRfA2W6o .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sAjRfA2W6o .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sAjRfA2W6o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAjRfA2W6o a.nav-link .mbr-iconfont-btn,
.cid-sAjRfA2W6o a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sAjRfA2W6o a.nav-link:hover .mbr-iconfont-btn,
.cid-sAjRfA2W6o a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sAjRfA2W6o a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAjRfA2W6o .navbar {
    height: 77px;
  }
  .cid-sAjRfA2W6o .navbar.opened {
    height: auto;
  }
  .cid-sAjRfA2W6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNGSevUv2C {
  background-image: url("../../../assets/images/forokep2-01-landscape-opt.webp");
}
.cid-tNGSevUv2C .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: right;
  -webkit-justify-content: right;
}
.cid-tNGSevUv2C .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tNGSevUv2C .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tNGSevUv2C H1 {
  text-align: left;
  color: #232323;
}
.cid-tNGSevUv2C .mbr-text,
.cid-tNGSevUv2C .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tNGSevUv2C .left-aligned {
  display: block;
  float: left;
  margin-right: 1px;
}
.cid-tNGSevUv2C H3 {
  text-align: left;
}
.cid-sAjRmuQXkr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAjRmuQXkr .mbr-section-subtitle {
  color: #767676;
}
.cid-sAjRmuQXkr .btn {
  margin: 0 0 .5rem 0;
}
.cid-t2jxXmOJBu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4-1.jpeg");
}
.cid-t2jxXmOJBu .card-box {
  padding: 0rem;
}
.cid-t2jxXmOJBu .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t2jxXmOJBu .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2jxXmOJBu .big h4 {
  margin: 0;
}
.cid-t2jxXmOJBu .card {
  padding: 0;
  min-height: 300px;
}
.cid-t2jxXmOJBu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t2jxXmOJBu .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-t2jxXmOJBu .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-t2jxXmOJBu .card-wrapper {
    padding: 4rem;
  }
}
.cid-t2jxXmOJBu .cardbg1 {
  background: #d7e7ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-t2jxXmOJBu .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-t2jxXmOJBu .main-title {
  color: #ffffff;
}
.cid-t2jxXmOJBu .card-text {
  text-align: center;
}
.cid-t2jxXmOJBu .card-title,
.cid-t2jxXmOJBu .mbr-section-btn {
  text-align: center;
}
.cid-sOhHZU2c0L {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sOhHZU2c0L .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sOhHZU2c0L .mbr-text {
  line-height: 1.5;
}
.cid-sOhHZU2c0L .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sOhHZU2c0L .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sOhHZU2c0L .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sOhHZU2c0L .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sOhHZU2c0L .container2 input:checked ~ .checkmark {
  background-color: #1499a8;
}
.cid-sOhHZU2c0L .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sOhHZU2c0L .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sOhHZU2c0L .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sOhHZU2c0L .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-sMzi0mtEfi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t2k8UULTcu {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t2k8UULTcu .mbr-iconfont-social {
  font-size: 32px;
  color: #1499a8;
}
.cid-t2k8UULTcu .social-list a:focus {
  text-decoration: none;
}
.cid-tNGSguBWFy {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tNGSguBWFy .images-container.container-fluid {
  padding: 0;
}
.cid-tNGSguBWFy .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tNGSguBWFy .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tNGSguBWFy .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tNGSguBWFy .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tNGSguBWFy .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tNGSguBWFy .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tNGSguBWFy .img-item {
    width: 100% !important;
  }
  .cid-tNGSguBWFy .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sWKgWw86n1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .content {
    text-align: center;
  }
  .cid-sWKgWw86n1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWKgWw86n1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sWKgWw86n1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sWKgWw86n1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWKgWw86n1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sWKgWw86n1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sWKgWw86n1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sWKgWw86n1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sWKgWw86n1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sWKgWw86n1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sWKgWw86n1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWKgWw86n1 .list-item {
  display: flex;
}
.cid-sWKgWw86n1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sWKgWw86n1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sWKgWw86n1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sWKgWw86n1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sWKgWw86n1 .logo-subtitle,
.cid-sWKgWw86n1 .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-sAk6ndEw05 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #282b6f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAk6ndEw05 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAk6ndEw05 .nav-item,
.cid-sAk6ndEw05 .nav-link,
.cid-sAk6ndEw05 .navbar-caption {
  font-weight: normal;
}
.cid-sAk6ndEw05 .nav-item:focus,
.cid-sAk6ndEw05 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sAk6ndEw05 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sAk6ndEw05 .nav-item .nav-link {
    position: relative;
  }
  .cid-sAk6ndEw05 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #282b6f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sAk6ndEw05 .nav-item:hover .nav-link:before,
  .cid-sAk6ndEw05 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sAk6ndEw05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sAk6ndEw05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAk6ndEw05 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sAk6ndEw05 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAk6ndEw05 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAk6ndEw05 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAk6ndEw05 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sAk6ndEw05 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sAk6ndEw05 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sAk6ndEw05 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sAk6ndEw05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAk6ndEw05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAk6ndEw05 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAk6ndEw05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAk6ndEw05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAk6ndEw05 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAk6ndEw05 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sAk6ndEw05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAk6ndEw05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAk6ndEw05 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAk6ndEw05 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sAk6ndEw05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAk6ndEw05 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sAk6ndEw05 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sAk6ndEw05 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAk6ndEw05 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAk6ndEw05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAk6ndEw05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAk6ndEw05 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sAk6ndEw05 .dropdown-item.active,
.cid-sAk6ndEw05 .dropdown-item:active {
  background-color: transparent;
}
.cid-sAk6ndEw05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAk6ndEw05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAk6ndEw05 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAk6ndEw05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sAk6ndEw05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAk6ndEw05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAk6ndEw05 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAk6ndEw05 .navbar-buttons {
  text-align: center;
}
.cid-sAk6ndEw05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAk6ndEw05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sAk6ndEw05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAk6ndEw05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAk6ndEw05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAk6ndEw05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAk6ndEw05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAk6ndEw05 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAk6ndEw05 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAk6ndEw05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAk6ndEw05 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sAk6ndEw05 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAk6ndEw05 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sAk6ndEw05 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sAk6ndEw05 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sAk6ndEw05 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAk6ndEw05 a.nav-link .mbr-iconfont-btn,
.cid-sAk6ndEw05 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sAk6ndEw05 a.nav-link:hover .mbr-iconfont-btn,
.cid-sAk6ndEw05 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sAk6ndEw05 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAk6ndEw05 .navbar {
    height: 77px;
  }
  .cid-sAk6ndEw05 .navbar.opened {
    height: auto;
  }
  .cid-sAk6ndEw05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAkbHKFowK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAkbHKFowK .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormGRRCV3-v h3 {
  font-size: 46px;
}
#RS6STARContactFormGRRCV3-v small {
  font-size: 26px;
}
#RS6STARContactFormGRRCV3-v .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-v .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-v .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-v .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-v .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormGRRCV3-v #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-v #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-v #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-v #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormGRRCV3-v #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-v #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-v #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-v #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormGRRCV3-v #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormGRRCV3-v #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormGRRCV3-v #sendbutton {
  text-align: left;
}
#RS6STARContactFormGRRCV3-v .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormGRRCV3-v .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-v .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-v .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-v .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-v .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormGRRCV3-v #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-v #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-v #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-v #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormGRRCV3-v #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormGRRCV3-v #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormGRRCV3-v #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormGRRCV3-v #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-v #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-v #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-v #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormGRRCV3-v .form-control {
  padding: .5em .5em !important;
}
.cid-uzuoomz3T0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzuoomz3T0 .mbr-section-title,
.cid-uzuoomz3T0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uzuoomz3T0 .card {
  margin-bottom: 2rem;
}
.cid-uzuoomz3T0 .cards-wrap {
  background: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-uzuoomz3T0 .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-uzuoomz3T0 .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-uzuoomz3T0 .cards-wrap .card-img {
  font-size: 40px;
  background: #1499a8;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-uzuoomz3T0 .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-uzuoomz3T0 .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-uzuoomz3T0 .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-uzuoomz3T0 .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-uzuoomz3T0 .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-uzuoomz3T0 * {
    text-align: center;
  }
}
.cid-uzuoomz3T0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuoomz3T0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuoomz3T0 .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #111111;
}
.cid-sWKgWw86n1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .content {
    text-align: center;
  }
  .cid-sWKgWw86n1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWKgWw86n1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sWKgWw86n1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sWKgWw86n1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWKgWw86n1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sWKgWw86n1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sWKgWw86n1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sWKgWw86n1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sWKgWw86n1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sWKgWw86n1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sWKgWw86n1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWKgWw86n1 .list-item {
  display: flex;
}
.cid-sWKgWw86n1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sWKgWw86n1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sWKgWw86n1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sWKgWw86n1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sWKgWw86n1 .logo-subtitle,
.cid-sWKgWw86n1 .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-sAk6kxMgr7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #282b6f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAk6kxMgr7 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAk6kxMgr7 .nav-item,
.cid-sAk6kxMgr7 .nav-link,
.cid-sAk6kxMgr7 .navbar-caption {
  font-weight: normal;
}
.cid-sAk6kxMgr7 .nav-item:focus,
.cid-sAk6kxMgr7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sAk6kxMgr7 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sAk6kxMgr7 .nav-item .nav-link {
    position: relative;
  }
  .cid-sAk6kxMgr7 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #282b6f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sAk6kxMgr7 .nav-item:hover .nav-link:before,
  .cid-sAk6kxMgr7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sAk6kxMgr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sAk6kxMgr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAk6kxMgr7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sAk6kxMgr7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAk6kxMgr7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAk6kxMgr7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAk6kxMgr7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sAk6kxMgr7 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sAk6kxMgr7 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sAk6kxMgr7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sAk6kxMgr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAk6kxMgr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAk6kxMgr7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAk6kxMgr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAk6kxMgr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAk6kxMgr7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAk6kxMgr7 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sAk6kxMgr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAk6kxMgr7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAk6kxMgr7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAk6kxMgr7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sAk6kxMgr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAk6kxMgr7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sAk6kxMgr7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sAk6kxMgr7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAk6kxMgr7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAk6kxMgr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAk6kxMgr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAk6kxMgr7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sAk6kxMgr7 .dropdown-item.active,
.cid-sAk6kxMgr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sAk6kxMgr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAk6kxMgr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAk6kxMgr7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAk6kxMgr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sAk6kxMgr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAk6kxMgr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAk6kxMgr7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAk6kxMgr7 .navbar-buttons {
  text-align: center;
}
.cid-sAk6kxMgr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAk6kxMgr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sAk6kxMgr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAk6kxMgr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAk6kxMgr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAk6kxMgr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAk6kxMgr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAk6kxMgr7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAk6kxMgr7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAk6kxMgr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAk6kxMgr7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sAk6kxMgr7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAk6kxMgr7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sAk6kxMgr7 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sAk6kxMgr7 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sAk6kxMgr7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAk6kxMgr7 a.nav-link .mbr-iconfont-btn,
.cid-sAk6kxMgr7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sAk6kxMgr7 a.nav-link:hover .mbr-iconfont-btn,
.cid-sAk6kxMgr7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sAk6kxMgr7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAk6kxMgr7 .navbar {
    height: 77px;
  }
  .cid-sAk6kxMgr7 .navbar.opened {
    height: auto;
  }
  .cid-sAk6kxMgr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAk6kAqiNB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fef8f5;
}
.cid-sAk6kAqiNB .mbr-section-subtitle {
  color: #767676;
}
.cid-sNBFnSJuer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-sNBFnSJuer .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-sNBFnSJuer .content_block:hover .mbr-section-title a {
  color: #ff3366 !important;
}
.cid-sNBFnSJuer .card_topic,
.cid-sNBFnSJuer .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sNBFnSJuer .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sNBFnSJuer .image {
  position: relative;
}
.cid-sNBFnSJuer .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-sNBFnSJuer .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sNBFnSJuer .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sNBFnSJuer .mbr-section-btn .btn-secondary-outline:hover,
.cid-sNBFnSJuer .mbr-section-btn .btn-secondary-outline .active,
.cid-sNBFnSJuer .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sNBFnSJuer .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sNBFnSJuer .content_block {
    padding: 30px 15px;
  }
  .cid-sNBFnSJuer .mbr-figure {
    padding: 0;
  }
  .cid-sNBFnSJuer .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-sOyrBFu4Uv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOyrBFu4Uv .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sOyrBFu4Uv .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sOyrBFu4Uv .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOyrBFu4Uv .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sOyrBFu4Uv .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sOyrBFu4Uv .mbr-text {
  color: #232323;
}
.cid-sWKgWw86n1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .content {
    text-align: center;
  }
  .cid-sWKgWw86n1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWKgWw86n1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sWKgWw86n1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sWKgWw86n1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWKgWw86n1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sWKgWw86n1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sWKgWw86n1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sWKgWw86n1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sWKgWw86n1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sWKgWw86n1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sWKgWw86n1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWKgWw86n1 .list-item {
  display: flex;
}
.cid-sWKgWw86n1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sWKgWw86n1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sWKgWw86n1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sWKgWw86n1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sWKgWw86n1 .logo-subtitle,
.cid-sWKgWw86n1 .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-sAjRfA2W6o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #282b6f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAjRfA2W6o .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAjRfA2W6o .nav-item,
.cid-sAjRfA2W6o .nav-link,
.cid-sAjRfA2W6o .navbar-caption {
  font-weight: normal;
}
.cid-sAjRfA2W6o .nav-item:focus,
.cid-sAjRfA2W6o .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sAjRfA2W6o .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sAjRfA2W6o .nav-item .nav-link {
    position: relative;
  }
  .cid-sAjRfA2W6o .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #282b6f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sAjRfA2W6o .nav-item:hover .nav-link:before,
  .cid-sAjRfA2W6o .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAjRfA2W6o .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAjRfA2W6o .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sAjRfA2W6o .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sAjRfA2W6o .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sAjRfA2W6o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sAjRfA2W6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAjRfA2W6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAjRfA2W6o .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sAjRfA2W6o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAjRfA2W6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAjRfA2W6o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAjRfA2W6o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sAjRfA2W6o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAjRfA2W6o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sAjRfA2W6o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sAjRfA2W6o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAjRfA2W6o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAjRfA2W6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAjRfA2W6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAjRfA2W6o .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sAjRfA2W6o .dropdown-item.active,
.cid-sAjRfA2W6o .dropdown-item:active {
  background-color: transparent;
}
.cid-sAjRfA2W6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAjRfA2W6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAjRfA2W6o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAjRfA2W6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sAjRfA2W6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAjRfA2W6o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAjRfA2W6o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAjRfA2W6o .navbar-buttons {
  text-align: center;
}
.cid-sAjRfA2W6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAjRfA2W6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAjRfA2W6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAjRfA2W6o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sAjRfA2W6o a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAjRfA2W6o .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sAjRfA2W6o .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sAjRfA2W6o .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sAjRfA2W6o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAjRfA2W6o a.nav-link .mbr-iconfont-btn,
.cid-sAjRfA2W6o a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sAjRfA2W6o a.nav-link:hover .mbr-iconfont-btn,
.cid-sAjRfA2W6o a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sAjRfA2W6o a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAjRfA2W6o .navbar {
    height: 77px;
  }
  .cid-sAjRfA2W6o .navbar.opened {
    height: auto;
  }
  .cid-sAjRfA2W6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAk5QyivNx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAk5QyivNx .mbr-section-subtitle {
  color: #767676;
}
.cid-sAk5S0cLVu {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sAk5S0cLVu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sAk5S0cLVu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sAk5S0cLVu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sAk5S0cLVu .mbr-text {
    text-align: center;
  }
}
.cid-sAk5S0cLVu .mbr-text,
.cid-sAk5S0cLVu .mbr-section-btn {
  color: #232323;
}
.cid-sWKgWw86n1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .content {
    text-align: center;
  }
  .cid-sWKgWw86n1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWKgWw86n1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sWKgWw86n1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sWKgWw86n1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWKgWw86n1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sWKgWw86n1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sWKgWw86n1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sWKgWw86n1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sWKgWw86n1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sWKgWw86n1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sWKgWw86n1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWKgWw86n1 .list-item {
  display: flex;
}
.cid-sWKgWw86n1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sWKgWw86n1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sWKgWw86n1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sWKgWw86n1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sWKgWw86n1 .logo-subtitle,
.cid-sWKgWw86n1 .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-sAk6lUBtWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #282b6f;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAk6lUBtWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAk6lUBtWx .nav-item,
.cid-sAk6lUBtWx .nav-link,
.cid-sAk6lUBtWx .navbar-caption {
  font-weight: normal;
}
.cid-sAk6lUBtWx .nav-item:focus,
.cid-sAk6lUBtWx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sAk6lUBtWx .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sAk6lUBtWx .nav-item .nav-link {
    position: relative;
  }
  .cid-sAk6lUBtWx .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #282b6f;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sAk6lUBtWx .nav-item:hover .nav-link:before,
  .cid-sAk6lUBtWx .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sAk6lUBtWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sAk6lUBtWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAk6lUBtWx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sAk6lUBtWx .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAk6lUBtWx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAk6lUBtWx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAk6lUBtWx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sAk6lUBtWx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sAk6lUBtWx .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sAk6lUBtWx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sAk6lUBtWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAk6lUBtWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAk6lUBtWx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAk6lUBtWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAk6lUBtWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAk6lUBtWx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAk6lUBtWx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sAk6lUBtWx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAk6lUBtWx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAk6lUBtWx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sAk6lUBtWx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sAk6lUBtWx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAk6lUBtWx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sAk6lUBtWx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sAk6lUBtWx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAk6lUBtWx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAk6lUBtWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAk6lUBtWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAk6lUBtWx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sAk6lUBtWx .dropdown-item.active,
.cid-sAk6lUBtWx .dropdown-item:active {
  background-color: transparent;
}
.cid-sAk6lUBtWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAk6lUBtWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAk6lUBtWx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAk6lUBtWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sAk6lUBtWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAk6lUBtWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAk6lUBtWx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAk6lUBtWx .navbar-buttons {
  text-align: center;
}
.cid-sAk6lUBtWx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAk6lUBtWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sAk6lUBtWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAk6lUBtWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAk6lUBtWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAk6lUBtWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAk6lUBtWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAk6lUBtWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAk6lUBtWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAk6lUBtWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAk6lUBtWx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sAk6lUBtWx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAk6lUBtWx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sAk6lUBtWx .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sAk6lUBtWx .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sAk6lUBtWx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAk6lUBtWx a.nav-link .mbr-iconfont-btn,
.cid-sAk6lUBtWx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sAk6lUBtWx a.nav-link:hover .mbr-iconfont-btn,
.cid-sAk6lUBtWx a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sAk6lUBtWx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAk6lUBtWx .navbar {
    height: 77px;
  }
  .cid-sAk6lUBtWx .navbar.opened {
    height: auto;
  }
  .cid-sAk6lUBtWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAk6lWdVPU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fef8f5;
}
.cid-sAk6lWdVPU .mbr-section-subtitle {
  color: #767676;
}
.cid-sNBFE8tDZd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-sNBFE8tDZd .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-sNBFE8tDZd .content_block:hover .mbr-section-title a {
  color: #ff3366 !important;
}
.cid-sNBFE8tDZd .card_topic,
.cid-sNBFE8tDZd .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sNBFE8tDZd .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sNBFE8tDZd .image {
  position: relative;
}
.cid-sNBFE8tDZd .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fef8f5);
}
.cid-sNBFE8tDZd .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sNBFE8tDZd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sNBFE8tDZd .mbr-section-btn .btn-secondary-outline:hover,
.cid-sNBFE8tDZd .mbr-section-btn .btn-secondary-outline .active,
.cid-sNBFE8tDZd .mbr-section-btn .btn-secondary-outline:focus {
  color: #149dcc !important;
}
.cid-sNBFE8tDZd .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sNBFE8tDZd .content_block {
    padding: 30px 15px;
  }
  .cid-sNBFE8tDZd .mbr-figure {
    padding: 0;
  }
  .cid-sNBFE8tDZd .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-sOyxiyfgAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOyxiyfgAF .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sOyxiyfgAF .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sOyxiyfgAF .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOyxiyfgAF .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sOyxiyfgAF .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sOyxiyfgAF .mbr-text {
  color: #232323;
}
.cid-sWKgWw86n1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .content {
    text-align: center;
  }
  .cid-sWKgWw86n1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWKgWw86n1 .logo-subtitle {
  color: #8d97ad;
}
.cid-sWKgWw86n1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sWKgWw86n1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWKgWw86n1 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sWKgWw86n1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sWKgWw86n1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sWKgWw86n1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sWKgWw86n1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sWKgWw86n1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sWKgWw86n1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWKgWw86n1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWKgWw86n1 .list-item {
  display: flex;
}
.cid-sWKgWw86n1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sWKgWw86n1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sWKgWw86n1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sWKgWw86n1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sWKgWw86n1 .logo-subtitle,
.cid-sWKgWw86n1 .media-wrap {
  text-align: center;
  color: #232323;
}
