body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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 - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: #005e9c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #55bf17 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005e9c !important;
  border-color: #005e9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002a45 !important;
  border-color: #002a45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002a45 !important;
  border-color: #002a45 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3fab00 !important;
  border-color: #3fab00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f5400 !important;
  border-color: #1f5400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f5400 !important;
  border-color: #1f5400 !important;
}
.btn-info,
.btn-info:active {
  background-color: #55bf17 !important;
  border-color: #55bf17 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33720e !important;
  border-color: #33720e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33720e !important;
  border-color: #33720e !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #005e9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002a45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005e9c !important;
  border-color: #005e9c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3fab00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f5400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3fab00 !important;
  border-color: #3fab00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #55bf17;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #33720e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55bf17 !important;
  border-color: #55bf17 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #005e9c !important;
}
.text-secondary {
  color: #3fab00 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #55bf17 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002136 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #194500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2c640c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #005e9c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #55bf17;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #005e9c;
  border-color: #005e9c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #005e9c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1da5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #99ed69;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', 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: #005e9c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #005e9c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #005e9c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #005e9c;
}
.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: #005e9c;
  border-bottom-color: #005e9c;
}
.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: #005e9c !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: #3fab00 !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='%23005e9c' %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-sMEpkjt2FC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  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-sMEpkjt2FC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sMEpkjt2FC .nav-item,
.cid-sMEpkjt2FC .nav-link,
.cid-sMEpkjt2FC .navbar-caption {
  font-weight: normal;
}
.cid-sMEpkjt2FC .nav-item:focus,
.cid-sMEpkjt2FC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sMEpkjt2FC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sMEpkjt2FC .nav-item .nav-link {
    position: relative;
  }
  .cid-sMEpkjt2FC .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    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-sMEpkjt2FC .nav-item:hover .nav-link:before,
  .cid-sMEpkjt2FC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sMEpkjt2FC .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-sMEpkjt2FC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMEpkjt2FC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sMEpkjt2FC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMEpkjt2FC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMEpkjt2FC .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-sMEpkjt2FC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sMEpkjt2FC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sMEpkjt2FC .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sMEpkjt2FC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMEpkjt2FC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMEpkjt2FC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMEpkjt2FC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMEpkjt2FC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMEpkjt2FC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMEpkjt2FC .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-sMEpkjt2FC .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sMEpkjt2FC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMEpkjt2FC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMEpkjt2FC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMEpkjt2FC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sMEpkjt2FC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMEpkjt2FC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sMEpkjt2FC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sMEpkjt2FC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMEpkjt2FC .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-sMEpkjt2FC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMEpkjt2FC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMEpkjt2FC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sMEpkjt2FC .dropdown-item.active,
.cid-sMEpkjt2FC .dropdown-item:active {
  background-color: transparent;
}
.cid-sMEpkjt2FC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMEpkjt2FC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMEpkjt2FC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMEpkjt2FC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sMEpkjt2FC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMEpkjt2FC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMEpkjt2FC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sMEpkjt2FC .navbar-buttons {
  text-align: center;
}
.cid-sMEpkjt2FC 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-sMEpkjt2FC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sMEpkjt2FC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMEpkjt2FC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMEpkjt2FC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMEpkjt2FC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMEpkjt2FC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMEpkjt2FC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMEpkjt2FC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMEpkjt2FC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMEpkjt2FC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sMEpkjt2FC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMEpkjt2FC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3fab00;
  display: inline-flex;
}
.cid-sMEpkjt2FC .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sMEpkjt2FC .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sMEpkjt2FC .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-sMEpkjt2FC a.nav-link .mbr-iconfont-btn,
.cid-sMEpkjt2FC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sMEpkjt2FC a.nav-link:hover .mbr-iconfont-btn,
.cid-sMEpkjt2FC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sMEpkjt2FC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMEpkjt2FC .navbar {
    height: 77px;
  }
  .cid-sMEpkjt2FC .navbar.opened {
    height: auto;
  }
  .cid-sMEpkjt2FC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMEpKAcuPG {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sMEpKAcuPG .container,
.cid-sMEpKAcuPG .container-fluid {
  z-index: 10;
}
.cid-sMEpKAcuPG .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-sMEpKAcuPG .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-sMEpKAcuPG .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sMEpKAcuPG .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-sMEpKAcuPG .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-sMEpKAcuPG .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(64, 176, 191, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sMEpKAcuPG .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-sMEpKAcuPG .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-sMEpKAcuPG .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 153, 102, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sMEpKAcuPG .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-sMEpKAcuPG .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-sMEpKAcuPG .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(85, 191, 23, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sMEpKAcuPG .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-sMEpKAcuPG .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-sMEpKAcuPG .container {
  pointer-events: none;
}
.cid-sMEpKAcuPG .subtitle__block,
.cid-sMEpKAcuPG .title__block,
.cid-sMEpKAcuPG .buttons__block {
  pointer-events: all;
}
.cid-sMEpKAcuPG .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sMEpKAcuPG .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-sMEpKAcuPG .mbr-section-title b,
.cid-sMEpKAcuPG .mbr-section-title strong {
  font-weight: 900;
}
.cid-sMEpKAcuPG .mbr-text {
  margin-bottom: 45px;
}
.cid-sMEpKAcuPG .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sMEpKAcuPG .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sMEpKAcuPG .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #55bf17 0%, rgba(85, 191, 23, 0.85) 100%) !important;
}
.cid-sMEpKAcuPG .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sMEpKAcuPG .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sMEpKAcuPG .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sMEpKAcuPG .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-sMEpKAcuPG .mbr-figure:hover {
  color: #55bf17;
  cursor: pointer;
}
.cid-sMEpKAcuPG .mbr-figure:hover .mbr-media {
  border-color: #55bf17;
  color: #55bf17;
}
@media (max-width: 575px) {
  .cid-sMEpKAcuPG .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sMEpKAcuPG .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sMEpKAcuPG .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sMEpKAcuPG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sMEpKAcuPG .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sMEpKAcuPG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sMEpKAcuPG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sMEpKAcuPG .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sMEpKAcuPG a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sMEpKAcuPG a.close:hover {
  color: #ffffff;
}
.cid-sMEpKAcuPG .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #55bf17;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sMEpKAcuPG .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #40b0bf;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sMEpKAcuPG .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ffe161;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sMEpKAcuPG .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #005e9c;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sN9tsaGBJj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e0f2ff;
}
.cid-sN9tsaGBJj .container {
  max-width: 1500px;
}
.cid-sN9tsaGBJj img {
  width: 100%;
}
.cid-sN9tsaGBJj h2 {
  padding: 0;
  margin: 0;
}
.cid-sN9tsaGBJj .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sN9tsaGBJj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sN9tsaGBJj .img-col {
  position: relative;
}
.cid-sN9tsaGBJj .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sN9tsaGBJj .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sN9tsaGBJj .img-col {
    margin-bottom: 3rem;
  }
  .cid-sN9tsaGBJj .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sN9tsaGBJj .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sN9tsaGBJj .number {
    margin: auto;
  }
}
.cid-sMWfGzVB0H {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f2ffea;
}
.cid-sMWfGzVB0H .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-sMWfGzVB0H .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sMWfGzVB0H .card:hover {
  margin-top: -0.6rem;
}
.cid-sMWfGzVB0H .card-wrapper {
  position: relative;
}
.cid-sMWfGzVB0H .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sMWfGzVB0H .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sMWfGzVB0H .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sMWfGzVB0H .big {
  margin-top: -25%;
}
.cid-sMWfGzVB0H .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sMWfGzVB0H .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sMWfGzVB0H .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sTOX4H3FEO {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-sTOX4H3FEO .item-image {
  margin-bottom: 5rem;
}
.cid-sTOX4H3FEO img,
.cid-sTOX4H3FEO .item-img {
  width: 100%;
}
.cid-sTOX4H3FEO .item:focus,
.cid-sTOX4H3FEO span:focus {
  outline: none;
}
.cid-sTOX4H3FEO .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-sTOX4H3FEO .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sTOX4H3FEO .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-sTOX4H3FEO .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sTOX4H3FEO .mbr-section-subtitle,
  .cid-sTOX4H3FEO .mbr-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-sTOX4H3FEO .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTOX4H3FEO .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-sTqrGEYpf5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTqrGEYpf5 .carousel-item.active,
.cid-sTqrGEYpf5 .carousel-item-next,
.cid-sTqrGEYpf5 .carousel-item-prev {
  display: flex;
}
.cid-sTqrGEYpf5 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTqrGEYpf5 .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-sTqrGEYpf5 .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sTqrGEYpf5 .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-sTqrGEYpf5 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sTqrGEYpf5 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sTqrGEYpf5 .carousel-controls .carousel-control-next,
.cid-sTqrGEYpf5 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTqrGEYpf5 .image-element {
    min-width: 50%;
  }
  .cid-sTqrGEYpf5 .media-container-row {
    width: 100%;
  }
}
.cid-sTqrGEYpf5 .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-sTqrGEYpf5 .media-container-row:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  top: 150px;
  left: 5px;
  background-image: url("../../../assets/images/compass.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sTqrGEYpf5 .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-sTqrGEYpf5 .img-wrap {
  position: relative;
}
.cid-sTqrGEYpf5 .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-sTqrGEYpf5 .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-sTqrGEYpf5 .slider__title {
  color: #d3045f;
  margin-bottom: 15px;
}
.cid-sTqrGEYpf5 .slider__subtitle {
  margin-bottom: 20px;
}
.cid-sTqrGEYpf5 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sTqrGEYpf5 .link a {
  font-weight: 700;
}
.cid-sTqrGEYpf5 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sTqrGEYpf5 .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-sTqrGEYpf5 .media-container-row:before {
    display: none;
  }
  .cid-sTqrGEYpf5 .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-sTqrGEYpf5 .img-wrap:before {
    display: none;
  }
  .cid-sTqrGEYpf5 .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-sTqrGEYpf5 .slider__content {
    margin-top: 0;
  }
  .cid-sTqrGEYpf5 .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sTqrGEYpf5 .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-sTqrGEYpf5 .slider__text {
    font-size: 18px;
    line-height: 23px;
  }
  .cid-sTqrGEYpf5 .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sTqrGEYpf5 .media-container-row {
    min-height: 440px;
  }
  .cid-sTqrGEYpf5 .img-wrap img {
    width: 100%;
  }
  .cid-sTqrGEYpf5 .slider__content {
    margin: 0;
  }
}
.cid-sMEAGe4snN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e0f2ff;
}
.cid-sMEAGe4snN .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-sMEAGe4snN .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sMEAGe4snN .card:hover {
  margin-top: -0.6rem;
}
.cid-sMEAGe4snN .card-wrapper {
  position: relative;
}
.cid-sMEAGe4snN .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sMEAGe4snN .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sMEAGe4snN .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sMEAGe4snN .big {
  margin-top: -25%;
}
.cid-sMEAGe4snN .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sMEAGe4snN .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sMEAGe4snN .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sMEASMHNbw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e0f2ff;
}
.cid-sMEASMHNbw .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-sMEASMHNbw .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sMEASMHNbw .card:hover {
  margin-top: -0.6rem;
}
.cid-sMEASMHNbw .card-wrapper {
  position: relative;
}
.cid-sMEASMHNbw .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sMEASMHNbw .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sMEASMHNbw .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sMEASMHNbw .big {
  margin-top: -25%;
}
.cid-sMEASMHNbw .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sMEASMHNbw .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sMEASMHNbw .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sMED1a3olZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sMED1a3olZ .media-container-row {
  justify-content: space-between;
}
.cid-sMED1a3olZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sMED1a3olZ .text-content {
    max-width: none;
  }
}
.cid-sMED1a3olZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #3fab00;
  border: 2px solid #3fab00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sMED1a3olZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sMED1a3olZ .mbr-iconfont-social:hover {
  background-color: #3fab00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sMED1a3olZ .icons {
    justify-content: center !important;
  }
  .cid-sMED1a3olZ .text-content * {
    text-align: center;
  }
}
.cid-sMED1a3olZ P {
  color: #696969;
}
.cid-sMECUg2am7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2ff;
}
.cid-sMECUg2am7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #005e9c;
  margin-bottom: 2rem;
}
.cid-sMECUg2am7 .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sMECUg2am7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMECUg2am7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sMECUg2am7 .mbr-section-title {
  color: #000000;
}
.cid-sMEDZ2p0uy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-sMEDZ2p0uy .links {
  text-align: center;
  color: #ffffff;
}
.cid-sMEDZ2p0uy p {
  margin: 0;
}
.cid-sN7YAVQE5J .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  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-sN7YAVQE5J .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN7YAVQE5J .nav-item,
.cid-sN7YAVQE5J .nav-link,
.cid-sN7YAVQE5J .navbar-caption {
  font-weight: normal;
}
.cid-sN7YAVQE5J .nav-item:focus,
.cid-sN7YAVQE5J .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN7YAVQE5J .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN7YAVQE5J .nav-item .nav-link {
    position: relative;
  }
  .cid-sN7YAVQE5J .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    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-sN7YAVQE5J .nav-item:hover .nav-link:before,
  .cid-sN7YAVQE5J .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN7YAVQE5J .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-sN7YAVQE5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN7YAVQE5J .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN7YAVQE5J .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN7YAVQE5J .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN7YAVQE5J .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-sN7YAVQE5J .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sN7YAVQE5J .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sN7YAVQE5J .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN7YAVQE5J .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN7YAVQE5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN7YAVQE5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN7YAVQE5J .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN7YAVQE5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN7YAVQE5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN7YAVQE5J .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-sN7YAVQE5J .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN7YAVQE5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN7YAVQE5J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN7YAVQE5J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN7YAVQE5J .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN7YAVQE5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN7YAVQE5J .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sN7YAVQE5J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN7YAVQE5J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN7YAVQE5J .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-sN7YAVQE5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN7YAVQE5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN7YAVQE5J .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN7YAVQE5J .dropdown-item.active,
.cid-sN7YAVQE5J .dropdown-item:active {
  background-color: transparent;
}
.cid-sN7YAVQE5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN7YAVQE5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN7YAVQE5J .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN7YAVQE5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sN7YAVQE5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN7YAVQE5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN7YAVQE5J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN7YAVQE5J .navbar-buttons {
  text-align: center;
}
.cid-sN7YAVQE5J 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-sN7YAVQE5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sN7YAVQE5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN7YAVQE5J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN7YAVQE5J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN7YAVQE5J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN7YAVQE5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN7YAVQE5J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN7YAVQE5J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN7YAVQE5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN7YAVQE5J .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN7YAVQE5J a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN7YAVQE5J .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3fab00;
  display: inline-flex;
}
.cid-sN7YAVQE5J .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN7YAVQE5J .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN7YAVQE5J .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-sN7YAVQE5J a.nav-link .mbr-iconfont-btn,
.cid-sN7YAVQE5J a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN7YAVQE5J a.nav-link:hover .mbr-iconfont-btn,
.cid-sN7YAVQE5J a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN7YAVQE5J a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN7YAVQE5J .navbar {
    height: 77px;
  }
  .cid-sN7YAVQE5J .navbar.opened {
    height: auto;
  }
  .cid-sN7YAVQE5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN818HruqF {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sN818HruqF .wrap__image {
    margin-top: 150px;
  }
}
.cid-sN818HruqF .container,
.cid-sN818HruqF .container-fluid {
  z-index: 1;
}
.cid-sN818HruqF .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-sN818HruqF .image:before {
  content: "";
  width: 190px;
  height: 195px;
  background: #005e9c;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
}
.cid-sN818HruqF .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sN818HruqF .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-sN818HruqF .image .box {
    display: none;
  }
}
.cid-sN818HruqF .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sN818HruqF .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-sN818HruqF .mbr-section-title b,
.cid-sN818HruqF .mbr-section-title strong {
  font-weight: 500;
}
.cid-sN818HruqF .mbr-text {
  margin-bottom: 45px;
}
.cid-sN818HruqF .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-sN818HruqF .author {
  margin-bottom: 35px;
}
.cid-sN818HruqF .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-sN818HruqF .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-sN818HruqF .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-sN818HruqF .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-sN818HruqF .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-sN818HruqF .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-sN818HruqF .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-sN818HruqF .mbr-section-btn .btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sN818HruqF .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-sN818HruqF .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #40b0bf;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-sN818HruqF .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ffe161;
  animation: animationOne 25s infinite linear;
}
.cid-sN818HruqF .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #55bf17;
  animation: animationOne 35s infinite linear;
}
.cid-sN818HruqF .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-sN818HruqF .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #ff9966;
  border-radius: 50%;
}
.cid-sN818HruqF .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sN7YAYPyB2 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #e9effc;
}
.cid-sN7YAYPyB2 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-sN7YAYPyB2 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sN7YAYPyB2 .card:hover {
  margin-top: -0.6rem;
}
.cid-sN7YAYPyB2 .card-wrapper {
  position: relative;
}
.cid-sN7YAYPyB2 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sN7YAYPyB2 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sN7YAYPyB2 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sN7YAYPyB2 .big {
  margin-top: -25%;
}
.cid-sN7YAYPyB2 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sN7YAYPyB2 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sN7YAYPyB2 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sTrKaHnu5F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sTrKaHnu5F .media-container-row {
  justify-content: space-between;
}
.cid-sTrKaHnu5F .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sTrKaHnu5F .text-content {
    max-width: none;
  }
}
.cid-sTrKaHnu5F .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #3fab00;
  border: 2px solid #3fab00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sTrKaHnu5F .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sTrKaHnu5F .mbr-iconfont-social:hover {
  background-color: #3fab00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sTrKaHnu5F .icons {
    justify-content: center !important;
  }
  .cid-sTrKaHnu5F .text-content * {
    text-align: center;
  }
}
.cid-sTrKaHnu5F P {
  color: #696969;
}
.cid-sN86zshD7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sN86zshD7Y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sN86zshD7Y form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-sN86zshD7Y form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sN7YB4Z8gV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-sN7YB4Z8gV .links {
  text-align: center;
  color: #ffffff;
}
.cid-sN7YB4Z8gV p {
  margin: 0;
}
.cid-sNcFPqIZ6Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  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-sNcFPqIZ6Y .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sNcFPqIZ6Y .nav-item,
.cid-sNcFPqIZ6Y .nav-link,
.cid-sNcFPqIZ6Y .navbar-caption {
  font-weight: normal;
}
.cid-sNcFPqIZ6Y .nav-item:focus,
.cid-sNcFPqIZ6Y .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sNcFPqIZ6Y .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sNcFPqIZ6Y .nav-item .nav-link {
    position: relative;
  }
  .cid-sNcFPqIZ6Y .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    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-sNcFPqIZ6Y .nav-item:hover .nav-link:before,
  .cid-sNcFPqIZ6Y .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sNcFPqIZ6Y .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-sNcFPqIZ6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNcFPqIZ6Y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sNcFPqIZ6Y .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sNcFPqIZ6Y .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNcFPqIZ6Y .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-sNcFPqIZ6Y .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sNcFPqIZ6Y .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sNcFPqIZ6Y .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sNcFPqIZ6Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sNcFPqIZ6Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNcFPqIZ6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNcFPqIZ6Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNcFPqIZ6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNcFPqIZ6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNcFPqIZ6Y .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-sNcFPqIZ6Y .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sNcFPqIZ6Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNcFPqIZ6Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNcFPqIZ6Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sNcFPqIZ6Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNcFPqIZ6Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNcFPqIZ6Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sNcFPqIZ6Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sNcFPqIZ6Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNcFPqIZ6Y .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-sNcFPqIZ6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNcFPqIZ6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNcFPqIZ6Y .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sNcFPqIZ6Y .dropdown-item.active,
.cid-sNcFPqIZ6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sNcFPqIZ6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNcFPqIZ6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNcFPqIZ6Y .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNcFPqIZ6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sNcFPqIZ6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNcFPqIZ6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNcFPqIZ6Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNcFPqIZ6Y .navbar-buttons {
  text-align: center;
}
.cid-sNcFPqIZ6Y 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-sNcFPqIZ6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sNcFPqIZ6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNcFPqIZ6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNcFPqIZ6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNcFPqIZ6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNcFPqIZ6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNcFPqIZ6Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNcFPqIZ6Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNcFPqIZ6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNcFPqIZ6Y .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sNcFPqIZ6Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNcFPqIZ6Y .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3fab00;
  display: inline-flex;
}
.cid-sNcFPqIZ6Y .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sNcFPqIZ6Y .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sNcFPqIZ6Y .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-sNcFPqIZ6Y a.nav-link .mbr-iconfont-btn,
.cid-sNcFPqIZ6Y a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sNcFPqIZ6Y a.nav-link:hover .mbr-iconfont-btn,
.cid-sNcFPqIZ6Y a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sNcFPqIZ6Y a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNcFPqIZ6Y .navbar {
    height: 77px;
  }
  .cid-sNcFPqIZ6Y .navbar.opened {
    height: auto;
  }
  .cid-sNcFPqIZ6Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNcGeVFbhs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e0f2ff;
}
.cid-sNcGeVFbhs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #005e9c;
  margin-bottom: 2rem;
}
.cid-sNcGeVFbhs .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sNcGeVFbhs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNcGeVFbhs .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sNcGeVFbhs .mbr-section-title {
  color: #000000;
}
.cid-sNcGM9Br9d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNcGM9Br9d .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-sNcGM9Br9d .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sNcGM9Br9d input::-webkit-input-placeholder {
  color: #000000;
}
.cid-sNcGM9Br9d input::-moz-placeholder {
  color: #000000;
}
.cid-sNcGM9Br9d textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sNcGM9Br9d textarea::-moz-placeholder {
  color: #000000;
}
.cid-sNcGM9Br9d textarea.form-control {
  min-height: 83px;
}
.cid-sNcGM9Br9d .mbr-section-subtitle {
  color: #767676;
}
.cid-sTrKdtOukr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sTrKdtOukr .media-container-row {
  justify-content: space-between;
}
.cid-sTrKdtOukr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sTrKdtOukr .text-content {
    max-width: none;
  }
}
.cid-sTrKdtOukr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #3fab00;
  border: 2px solid #3fab00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sTrKdtOukr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sTrKdtOukr .mbr-iconfont-social:hover {
  background-color: #3fab00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sTrKdtOukr .icons {
    justify-content: center !important;
  }
  .cid-sTrKdtOukr .text-content * {
    text-align: center;
  }
}
.cid-sTrKdtOukr P {
  color: #696969;
}
.cid-sNcFPssz8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNcFPssz8b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sNcFPssz8b form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-sNcFPssz8b form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sNcFPsJDkX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-sNcFPsJDkX .links {
  text-align: center;
  color: #ffffff;
}
.cid-sNcFPsJDkX p {
  margin: 0;
}
.cid-sTrPzvw5Bh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  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-sTrPzvw5Bh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sTrPzvw5Bh .nav-item,
.cid-sTrPzvw5Bh .nav-link,
.cid-sTrPzvw5Bh .navbar-caption {
  font-weight: normal;
}
.cid-sTrPzvw5Bh .nav-item:focus,
.cid-sTrPzvw5Bh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sTrPzvw5Bh .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sTrPzvw5Bh .nav-item .nav-link {
    position: relative;
  }
  .cid-sTrPzvw5Bh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    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-sTrPzvw5Bh .nav-item:hover .nav-link:before,
  .cid-sTrPzvw5Bh .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sTrPzvw5Bh .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-sTrPzvw5Bh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTrPzvw5Bh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sTrPzvw5Bh .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sTrPzvw5Bh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTrPzvw5Bh .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-sTrPzvw5Bh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sTrPzvw5Bh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTrPzvw5Bh .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sTrPzvw5Bh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sTrPzvw5Bh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTrPzvw5Bh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTrPzvw5Bh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sTrPzvw5Bh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTrPzvw5Bh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTrPzvw5Bh .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-sTrPzvw5Bh .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sTrPzvw5Bh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTrPzvw5Bh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTrPzvw5Bh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sTrPzvw5Bh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTrPzvw5Bh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTrPzvw5Bh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sTrPzvw5Bh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sTrPzvw5Bh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTrPzvw5Bh .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-sTrPzvw5Bh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTrPzvw5Bh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTrPzvw5Bh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sTrPzvw5Bh .dropdown-item.active,
.cid-sTrPzvw5Bh .dropdown-item:active {
  background-color: transparent;
}
.cid-sTrPzvw5Bh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTrPzvw5Bh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTrPzvw5Bh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTrPzvw5Bh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sTrPzvw5Bh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTrPzvw5Bh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTrPzvw5Bh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTrPzvw5Bh .navbar-buttons {
  text-align: center;
}
.cid-sTrPzvw5Bh 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-sTrPzvw5Bh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sTrPzvw5Bh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTrPzvw5Bh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTrPzvw5Bh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTrPzvw5Bh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTrPzvw5Bh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTrPzvw5Bh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTrPzvw5Bh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTrPzvw5Bh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTrPzvw5Bh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sTrPzvw5Bh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTrPzvw5Bh .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3fab00;
  display: inline-flex;
}
.cid-sTrPzvw5Bh .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sTrPzvw5Bh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sTrPzvw5Bh .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-sTrPzvw5Bh a.nav-link .mbr-iconfont-btn,
.cid-sTrPzvw5Bh a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sTrPzvw5Bh a.nav-link:hover .mbr-iconfont-btn,
.cid-sTrPzvw5Bh a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sTrPzvw5Bh a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTrPzvw5Bh .navbar {
    height: 77px;
  }
  .cid-sTrPzvw5Bh .navbar.opened {
    height: auto;
  }
  .cid-sTrPzvw5Bh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTrQxhaXZQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a5bdce;
}
.cid-sTrQxhaXZQ .mbr-overlay {
  padding: 0;
  background: #cbddea;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .cid-sTrQxhaXZQ .text-wrapper {
    padding-top: 30px;
  }
}
.cid-sTrQxhaXZQ .mbr-text {
  margin-bottom: 20.4px;
}
.cid-sTrQxhaXZQ .mbr-text,
.cid-sTrQxhaXZQ .mbr-section-btn {
  text-align: left;
  color: #4c4c4c;
}
.cid-sTrQxhaXZQ .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-sTrQxhaXZQ .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-sTrRmKiTTL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a5bdce;
}
.cid-sTrRmKiTTL .mbr-overlay {
  padding: 0;
  background: #cbddea;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-sTrRmKiTTL .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sTrRmKiTTL .text-wrapper {
    padding-top: 30px;
  }
}
.cid-sTrRmKiTTL .mbr-text {
  margin-bottom: 20.4px;
}
.cid-sTrRmKiTTL .mbr-text,
.cid-sTrRmKiTTL .mbr-section-btn {
  text-align: left;
  color: #4c4c4c;
}
.cid-sTrRmKiTTL .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-sTrRmKiTTL .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-sTrYqLVMFC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a5bdce;
}
.cid-sTrYqLVMFC .mbr-overlay {
  padding: 0;
  background: #cbddea;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .cid-sTrYqLVMFC .text-wrapper {
    padding-top: 30px;
  }
}
.cid-sTrYqLVMFC .mbr-text {
  margin-bottom: 20.4px;
}
.cid-sTrYqLVMFC .mbr-text,
.cid-sTrYqLVMFC .mbr-section-btn {
  text-align: left;
  color: #4c4c4c;
}
.cid-sTrYqLVMFC .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-sTrYqLVMFC .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-sTrPzwDDLm {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #e9effc;
}
.cid-sTrPzwDDLm .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-sTrPzwDDLm .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sTrPzwDDLm .card:hover {
  margin-top: -0.6rem;
}
.cid-sTrPzwDDLm .card-wrapper {
  position: relative;
}
.cid-sTrPzwDDLm .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sTrPzwDDLm .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sTrPzwDDLm .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sTrPzwDDLm .big {
  margin-top: -25%;
}
.cid-sTrPzwDDLm .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sTrPzwDDLm .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sTrPzwDDLm .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sTrPzx3jtQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sTrPzx3jtQ .media-container-row {
  justify-content: space-between;
}
.cid-sTrPzx3jtQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sTrPzx3jtQ .text-content {
    max-width: none;
  }
}
.cid-sTrPzx3jtQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #3fab00;
  border: 2px solid #3fab00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sTrPzx3jtQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sTrPzx3jtQ .mbr-iconfont-social:hover {
  background-color: #3fab00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sTrPzx3jtQ .icons {
    justify-content: center !important;
  }
  .cid-sTrPzx3jtQ .text-content * {
    text-align: center;
  }
}
.cid-sTrPzx3jtQ P {
  color: #696969;
}
.cid-sTrPzxnSoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTrPzxnSoj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTrPzxnSoj form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-sTrPzxnSoj form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sTrPzxFnbq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-sTrPzxFnbq .links {
  text-align: center;
  color: #ffffff;
}
.cid-sTrPzxFnbq p {
  margin: 0;
}
